From csardi.gabor at gmail.com Fri May 1 16:38:45 2020 From: csardi.gabor at gmail.com (=?UTF-8?B?R8OhYm9yIENzw6FyZGk=?=) Date: Fri, 1 May 2020 15:38:45 +0100 Subject: ImageMagick patch Message-ID: Hi, the attached patch fixes a freeze in ImageMagick, which we noticed when using the new r_base. It seems that ImageMagick's openMP support is not great, e.g. brew turns it off as well: https://github.com/Homebrew/homebrew-core/blob/433cedc2bd5e83f07ea826fefc90685dbb11a4b6/Formula/imagemagick%406.rb#L41-L44 I also added --disable-dependency-tracking, otherwise the build fails. It also updates to the latest stable ImageMagick version. Do you think this could be added to OpenCSW? Thanks much, Gabor From dam at opencsw.org Sun May 3 12:04:03 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Sun, 3 May 2020 12:04:03 +0200 Subject: ImageMagick patch In-Reply-To: References: Message-ID: Hi Laurent, Am 01.05.2020 um 16:38 schrieb G?bor Cs?rdi via users : > the attached patch fixes a freeze in ImageMagick, which we noticed > when using the new r_base. It seems that ImageMagick's openMP support > is not great, e.g. brew turns it off as well: > https://github.com/Homebrew/homebrew-core/blob/433cedc2bd5e83f07ea826fefc90685dbb11a4b6/Formula/imagemagick%406.rb#L41-L44 > > I also added --disable-dependency-tracking, otherwise the build fails. > > It also updates to the latest stable ImageMagick version. > > Do you think this could be added to OpenCSW? Do you want to give it a go? Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From dam at opencsw.org Tue May 5 14:47:13 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 5 May 2020 14:47:13 +0200 Subject: ImageMagick patch In-Reply-To: References: Message-ID: Hi Laurent, Am 03.05.2020 um 12:04 schrieb Dagobert Michelsen : > Am 01.05.2020 um 16:38 schrieb G?bor Cs?rdi via users : >> the attached patch fixes a freeze in ImageMagick, which we noticed >> when using the new r_base. It seems that ImageMagick's openMP support >> is not great, e.g. brew turns it off as well: >> https://github.com/Homebrew/homebrew-core/blob/433cedc2bd5e83f07ea826fefc90685dbb11a4b6/Formula/imagemagick%406.rb#L41-L44 >> >> I also added --disable-dependency-tracking, otherwise the build fails. >> >> It also updates to the latest stable ImageMagick version. >> >> Do you think this could be added to OpenCSW? > > Do you want to give it a go? I took the liberty of adding the required configure options and respin the package. Feel free to chime back in anytime! Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From csardi.gabor at gmail.com Wed May 6 00:17:38 2020 From: csardi.gabor at gmail.com (=?UTF-8?B?R8OhYm9yIENzw6FyZGk=?=) Date: Tue, 5 May 2020 23:17:38 +0100 Subject: patch to update nodejs to 10.20.1 Message-ID: Hi all, this is not the most recent version, not even the most recent LTS, but still officially supported for about a year (https://nodejs.org/en/about/releases/) I'll try to build the newer versions as well. Some notes and glitches: - the original tarball has two files with dollar signs in the name, which is not allowed in a pkg, so we rename then before packaging, and rename them again in postinstall. - I had to use the built-in openssl, libcares and zlib libraries instead of using the opencsw ones, because the first two are old, and the third does no work properly. Lightly tested, seems to work pretty well. Hopefully you can add this to unstable. Cheers, Gabor From csardi.gabor at gmail.com Wed May 6 00:51:41 2020 From: csardi.gabor at gmail.com (=?UTF-8?B?R8OhYm9yIENzw6FyZGk=?=) Date: Tue, 5 May 2020 23:51:41 +0100 Subject: gar wiki? Message-ID: Hi all, does the gar wiki still exist somewhere? I found some of it in the wayback machine: https://web.archive.org/web/20140616003504/http://sourceforge.net/apps/trac/gar/wiki Unfortunately not all is there, but e.g. this was very useful: https://web.archive.org/web/20101228200236/http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference As I understand the build farm should also have a copy, but that does not seem to work. Thanks, Gabor From dam at opencsw.org Wed May 6 10:24:37 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 6 May 2020 10:24:37 +0200 Subject: patch to update nodejs to 10.20.1 In-Reply-To: References: Message-ID: <7F544C45-971F-4BC7-9FE5-83D18A8F7302@opencsw.org> Hi Gabor, Am 06.05.2020 um 00:17 schrieb G?bor Cs?rdi via users : > this is not the most recent version, not even the most recent LTS, but > still officially supported for about a year > (https://nodejs.org/en/about/releases/) I'll try to build the newer > versions as well. Excellent, did you built upon the existing recipe or create a new one? https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/nodejs/trunk/Makefile > Some notes and glitches: > - the original tarball has two files with dollar signs in the name, > which is not allowed in a pkg, so we rename then before packaging, and > rename them again in postinstall. > - I had to use the built-in openssl, libcares and zlib libraries > instead of using the opencsw ones, because the first two are old, and > the third does no work properly. This is not good. Which major version of OpenSSL is needed here? I?ll bump c-ares meanwhile to 1.14.0. Why does zlib not work properly? That package should be in perfect shape. > Hopefully you can add this to unstable. Sure :-) Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From dam at opencsw.org Wed May 6 10:30:52 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 6 May 2020 10:30:52 +0200 Subject: gar wiki? In-Reply-To: References: Message-ID: <5E21C9AE-911A-4741-B0CB-2F960BA00694@opencsw.org> Hi Gabor, Am 06.05.2020 um 00:51 schrieb G?bor Cs?rdi via users : > does the gar wiki still exist somewhere? I found some of it in the > wayback machine: > https://web.archive.org/web/20140616003504/http://sourceforge.net/apps/trac/gar/wiki > > Unfortunately not all is there, but e.g. this was very useful: > https://web.archive.org/web/20101228200236/http://sourceforge.net/apps/trac/gar/wiki/GAR%20Variable%20Reference > > As I understand the build farm should also have a copy, but that does > not seem to work. Ah yes, the the Trac Wiki went through a number of migrations and on the last reboot of the farm I missed to restart the Trac zone :-/ This should be running now: https://gar.opencsw.org which is now hosted at https://buildfarm.opencsw.org/trac/ Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From csardi.gabor at gmail.com Wed May 6 10:40:03 2020 From: csardi.gabor at gmail.com (=?UTF-8?B?R8OhYm9yIENzw6FyZGk=?=) Date: Wed, 6 May 2020 09:40:03 +0100 Subject: patch to update nodejs to 10.20.1 In-Reply-To: <7F544C45-971F-4BC7-9FE5-83D18A8F7302@opencsw.org> References: <7F544C45-971F-4BC7-9FE5-83D18A8F7302@opencsw.org> Message-ID: On Wed, May 6, 2020 at 9:24 AM Dagobert Michelsen wrote: [...] > Excellent, did you built upon the existing recipe or create a new one? > https://buildfarm.opencsw.org/source/xref/opencsw/csw/mgar/pkg/nodejs/trunk/Makefile Yes, I updated the existing one > > - I had to use the built-in openssl, libcares and zlib libraries > > instead of using the opencsw ones, because the first two are old, and > > the third does no work properly. > > This is not good. Which major version of OpenSSL is needed here? I _think_ 1.1.1 is needed. E.g. https://developer.ibm.com/technologies/node-js/blogs/openssl-111-has-landed-in-nodejs-master-and-why-its-important-for-nodejs-lts-releases# As I undestand 1.1.1 is not even compatible with 1.1.0, but surely not compatible with 1.0.x > I?ll bump c-ares meanwhile to 1.14.0. Thanks! > Why does zlib not work properly? > That package should be in perfect shape. I don't know. It actually builds fine, but then I get runtime errors which clearly point to some zlib ABI incompatibility. It seems that this version of node comes with version 1.2.11, I can try to update libz1 (OpenCSW has 1.2.8) and see if it works. TBH I did not want to touch such a heavily used package. Thanks! Gabor From marc.lobelle at uclouvain.be Fri May 15 15:47:04 2020 From: marc.lobelle at uclouvain.be (Marc Lobelle) Date: Fri, 15 May 2020 13:47:04 +0000 Subject: how to remove entirely the opencsw packeges in order to reinstall them cleanly Message-ID: Dear All, I'm using for many years a CSWcourier-imap server on OI-hipster 2016.4. I wish now to reinstall it on a new computer. (running OI-hipster 2020.4).? So, I installed pkgutil on the new server. Apparently, everything went fine for installing CSWcourier-imap, but there were errors for CSWcourier-authlib. However the systems believes everything is OK, but I cannot enable the cswcourier-imap service. I tried thus to remove everything and retry, but I am unable to remove the CSW packages with pkgutil -r: it says the packages are in use, although svcs does not show them. How can I entirely remove these packages . I removed entirely /opt/csw, /var/opt/csw, /etc/opt/csw, but the system still thinks that the packages are there. What else do I have to remove to be able to reinstall the packages. Thanks Marc From dam at opencsw.org Fri May 15 15:54:50 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Fri, 15 May 2020 15:54:50 +0200 Subject: how to remove entirely the opencsw packeges in order to reinstall them cleanly In-Reply-To: References: Message-ID: <1957AC27-E2D1-45A6-9278-47D911F9A59B@opencsw.org> Hi Marc, Am 15.05.2020 um 15:47 schrieb Marc Lobelle via users : > I'm using for many years a CSWcourier-imap server on OI-hipster 2016.4. > > I wish now to reinstall it on a new computer. (running OI-hipster 2020.4). So, I installed pkgutil on the new server. > > Apparently, everything went fine for installing CSWcourier-imap, but there were errors for CSWcourier-authlib. However the systems believes everything is OK, but I cannot enable the cswcourier-imap service. Please have a look at the logfiles from SMF and also the courier logfile if there is anything interesting. > I tried thus to remove everything and retry, but I am unable to remove the CSW packages with pkgutil -r: it says the packages are in use, although svcs does not show them. > > How can I entirely remove these packages . I removed entirely /opt/csw, /var/opt/csw, /etc/opt/csw, but the system still thinks that the packages are there. What else do I have to remove to be able to reinstall the packages. Please try ?pkgrm CSWcourier-imap? directly and paste the output here. This should definitely work. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From yvoinov at gmail.com Tue May 19 16:37:49 2020 From: yvoinov at gmail.com (Yuri) Date: Tue, 19 May 2020 20:37:49 +0600 Subject: What's happens with mirrors? Message-ID: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Got a bunch of errors on update: # pkgutil -u -U -y => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/testing/i386/5.10) if available ... ==> 4029 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.10 => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... ==> 4031 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/munich/i386/5.10) if available ... ==> 4029 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_munich_i386_5.10 => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/kiel/i386/5.10) if available ... --2020-05-19 20:30:19--? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:19 (294 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:20--? (try: 2)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:20 (488 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:22--? (try: 3)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:22 (310 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:25--? (try: 4)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:25 (315 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:29--? (try: 5)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:29 (517 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:34--? (try: 6)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:34 (324 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:40--? (try: 7)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:40 (425 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:47--? (try: 8)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:47 (403 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:30:55--? (try: 9)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:30:56 (662 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:05--? (try:10)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:05 (417 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:15--? (try:11)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:15 (527 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:25--? (try:12)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:25 (521 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:35--? (try:13)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:35 (376 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:45--? (try:14)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:45 (539 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:31:55--? (try:15)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:31:55 (548 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:05--? (try:16)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:05 (435 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:15--? (try:17)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:15 (383 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:25--? (try:18)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:25 (700 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:35--? (try:19)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:35 (263 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:45--? (try:20)? http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 235728 (230K) [text/plain] Saving to: '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:45 (438 MB/s) - Read error at byte 0 (Invalid argument).Giving up. Warning: the descriptions file could not be fetched. The --describe option will not be available==> 3810 packages loaded from /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_kiel_i386_5.10 => Fetching new catalog and descriptions (http://mirror.opencsw.org/opencsw/dublin/i386/5.10) if available ... --2020-05-19 20:32:45--? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:45 (264 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:46--? (try: 2)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:46 (390 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:48--? (try: 3)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:49 (389 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:52--? (try: 4)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:52 (533 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:32:56--? (try: 5)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:32:56 (376 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:01--? (try: 6)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:01 (500 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:07--? (try: 7)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:07 (485 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:14--? (try: 8)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:14 (411 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:22--? (try: 9)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:22 (601 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:31--? (try:10)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:31 (392 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:41--? (try:11)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:41 (373 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:33:51--? (try:12)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:33:51 (569 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:01--? (try:13)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:02 (480 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:12--? (try:14)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:12 (409 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:22--? (try:15)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:22 (394 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:32--? (try:16)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:32 (532 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:42--? (try:17)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:42 (447 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:34:52--? (try:18)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:34:52 (514 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:35:02--? (try:19)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:35:02 (399 MB/s) - Read error at byte 0 (Invalid argument).Retrying. --2020-05-19 20:35:12--? (try:20)? http://mirror.opencsw.org/opencsw/dublin/i386/5.10/catalog Connecting to 127.0.0.1:3128... connected. Proxy request sent, awaiting response... 200 OK Length: 682649 (667K) [text/plain] Saving to: '/var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_dublin_i386_5.10.tmp' ???? 0K???????????????????????????????????????????????????????? 0% 0.00 =0s 2020-05-19 20:35:13 (485 MB/s) - Read error at byte 0 (Invalid argument).Giving up. Fetching of catalog failed. PS. Yesterday was ok. -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From dam at opencsw.org Tue May 19 17:00:08 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 19 May 2020 17:00:08 +0200 Subject: What's happens with mirrors? In-Reply-To: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: Hu Yuri, Am 19.05.2020 um 16:37 schrieb Yuri via users : > Got a bunch of errors on update: > > # pkgutil -u -U -y > => Fetching new catalog and descriptions > (http://mirror.opencsw.org/opencsw/testing/i386/5.10) if available ... > ==> 4029 packages loaded from > /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.10 > => Fetching new catalog and descriptions > (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... > ==> 4031 packages loaded from > /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 > => Fetching new catalog and descriptions > (http://mirror.opencsw.org/opencsw/munich/i386/5.10) if available ... > ==> 4029 packages loaded from > /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_munich_i386_5.10 > => Fetching new catalog and descriptions > (http://mirror.opencsw.org/opencsw/kiel/i386/5.10) if available ... > --2020-05-19 20:30:19-- > http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions > Connecting to 127.0.0.1:3128... connected. > Proxy request sent, awaiting response... 200 OK > Length: 235728 (230K) [text/plain] > Saving to: > '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' > > 0K 0% 0.00 =0s > > 2020-05-19 20:30:19 (294 MB/s) - Read error at byte 0 (Invalid > argument).Retrying. Well, the URL https://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions works for me here. You seem to pick from your local proxy, maybe that is the issue? Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: From yvoinov at gmail.com Tue May 19 17:03:44 2020 From: yvoinov at gmail.com (Yuri) Date: Tue, 19 May 2020 21:03:44 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: May be. Something changed? Was ok just yesterday. 19.05.2020 21:00, Dagobert Michelsen ?????: > Hu Yuri, > > Am 19.05.2020 um 16:37 schrieb Yuri via users : >> Got a bunch of errors on update: >> >> # pkgutil -u -U -y >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/testing/i386/5.10) if available ... >> ==> 4029 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... >> ==> 4031 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/munich/i386/5.10) if available ... >> ==> 4029 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_munich_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/kiel/i386/5.10) if available ... >> --2020-05-19 20:30:19-- >> http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions >> Connecting to 127.0.0.1:3128... connected. >> Proxy request sent, awaiting response... 200 OK >> Length: 235728 (230K) [text/plain] >> Saving to: >> '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' >> >> 0K 0% 0.00 =0s >> >> 2020-05-19 20:30:19 (294 MB/s) - Read error at byte 0 (Invalid >> argument).Retrying. > Well, the URL > https://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions > works for me here. > You seem to pick from your local proxy, maybe that is the issue? > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From yvoinov at gmail.com Tue May 19 17:05:16 2020 From: yvoinov at gmail.com (Yuri) Date: Tue, 19 May 2020 21:05:16 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: A bit digging: downloads hangs on http://mirror.opencsw.org/opencsw/kiel/i386/5.10 URL. All others runs and visible on proxy. 19.05.2020 21:00, Dagobert Michelsen ?????: > Hu Yuri, > > Am 19.05.2020 um 16:37 schrieb Yuri via users : >> Got a bunch of errors on update: >> >> # pkgutil -u -U -y >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/testing/i386/5.10) if available ... >> ==> 4029 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... >> ==> 4031 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/munich/i386/5.10) if available ... >> ==> 4029 packages loaded from >> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_munich_i386_5.10 >> => Fetching new catalog and descriptions >> (http://mirror.opencsw.org/opencsw/kiel/i386/5.10) if available ... >> --2020-05-19 20:30:19-- >> http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions >> Connecting to 127.0.0.1:3128... connected. >> Proxy request sent, awaiting response... 200 OK >> Length: 235728 (230K) [text/plain] >> Saving to: >> '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' >> >> 0K 0% 0.00 =0s >> >> 2020-05-19 20:30:19 (294 MB/s) - Read error at byte 0 (Invalid >> argument).Retrying. > Well, the URL > https://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions > works for me here. > You seem to pick from your local proxy, maybe that is the issue? > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From yvoinov at gmail.com Tue May 19 17:14:32 2020 From: yvoinov at gmail.com (Yuri) Date: Tue, 19 May 2020 21:14:32 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: Woops, I'm wrong. Via proxy hang occurs on http://mirror.opencsw.org/opencsw/dublin/i386/5.10 Bypassing proxy is ok. Seems mirror above returns IPv6 first, which is unused in my country. 19.05.2020 21:05, Yuri ?????: > A bit digging: > > downloads hangs on http://mirror.opencsw.org/opencsw/kiel/i386/5.10 URL. > > All others runs and visible on proxy. > > 19.05.2020 21:00, Dagobert Michelsen ?????: >> Hu Yuri, >> >> Am 19.05.2020 um 16:37 schrieb Yuri via users : >>> Got a bunch of errors on update: >>> >>> # pkgutil -u -U -y >>> => Fetching new catalog and descriptions >>> (http://mirror.opencsw.org/opencsw/testing/i386/5.10) if available ... >>> ==> 4029 packages loaded from >>> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_testing_i386_5.10 >>> => Fetching new catalog and descriptions >>> (http://mirror.opencsw.org/opencsw/unstable/i386/5.10) if available ... >>> ==> 4031 packages loaded from >>> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_unstable_i386_5.10 >>> => Fetching new catalog and descriptions >>> (http://mirror.opencsw.org/opencsw/munich/i386/5.10) if available ... >>> ==> 4029 packages loaded from >>> /var/opt/csw/pkgutil/catalog.mirror.opencsw.org_opencsw_munich_i386_5.10 >>> => Fetching new catalog and descriptions >>> (http://mirror.opencsw.org/opencsw/kiel/i386/5.10) if available ... >>> --2020-05-19 20:30:19-- >>> http://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions >>> Connecting to 127.0.0.1:3128... connected. >>> Proxy request sent, awaiting response... 200 OK >>> Length: 235728 (230K) [text/plain] >>> Saving to: >>> '/var/opt/csw/pkgutil/descriptions.mirror.opencsw.org_opencsw_kiel_i386_5.10.tmp' >>> >>> 0K 0% 0.00 =0s >>> >>> 2020-05-19 20:30:19 (294 MB/s) - Read error at byte 0 (Invalid >>> argument).Retrying. >> Well, the URL >> https://mirror.opencsw.org/opencsw/kiel/i386/5.10/descriptions >> works for me here. >> You seem to pick from your local proxy, maybe that is the issue? >> >> Best regards >> >> ? Dago >> >> -- >> "You don't become great by trying to be great, you become great by wanting to do something, >> and then doing it so hard that you become great in the process." - xkcd #896 >> -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From dam at opencsw.org Tue May 19 18:01:43 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Tue, 19 May 2020 18:01:43 +0200 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: Hi Yuri, Am 19.05.2020 um 17:14 schrieb Yuri : > Woops, I'm wrong. Via proxy hang occurs on > http://mirror.opencsw.org/opencsw/dublin/i386/5.10 > > Bypassing proxy is ok. I have no idea how this can happen. All URLs you have shown are handled by the same server and all work for me. > Seems mirror above returns IPv6 first, which is unused in my country. But as all URLs are for mirror.opencsw.org the returned records from DNS should all be the same, no? @Ihsan: do you have an idea? Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 873 bytes Desc: Message signed with OpenPGP URL: From yvoinov at gmail.com Tue May 19 18:23:16 2020 From: yvoinov at gmail.com (Yuri) Date: Tue, 19 May 2020 22:23:16 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: <6fbcf446-c330-8169-2918-6b6336c96147@gmail.com> 19.05.2020 22:01, Dagobert Michelsen ?????: > Hi Yuri, > > Am 19.05.2020 um 17:14 schrieb Yuri : >> Woops, I'm wrong. Via proxy hang occurs on >> http://mirror.opencsw.org/opencsw/dublin/i386/5.10 >> >> Bypassing proxy is ok. > I have no idea how this can happen. All URLs you have shown are handled > by the same server and all work for me. > >> Seems mirror above returns IPv6 first, which is unused in my country. > But as all URLs are for mirror.opencsw.org the returned records from DNS > should all be the same, no? Wwwwww. Not sure about that. It can be CDN effect, however. > > @Ihsan: do you have an idea? > > > Best regards > > ? Dago > > -- > "You don't become great by trying to be great, you become great by wanting to do something, > and then doing it so hard that you become great in the process." - xkcd #896 > -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From ihsan at opencsw.org Tue May 19 21:27:13 2020 From: ihsan at opencsw.org (=?utf-8?B?xLBoc2FuIERvxJ9hbg==?=) Date: Tue, 19 May 2020 21:27:13 +0200 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: Hi, > Am 19.05.2020 um 18:01 schrieb Dagobert Michelsen via users >: > > >> Seems mirror above returns IPv6 first, which is unused in my country. That does not depend on the country. It depends on your ISP. > But as all URLs are for mirror.opencsw.org the returned records from DNS > should all be the same, no? > > @Ihsan: do you have an idea? It seems that mirror.opencsw.org is not responding anymore on IPv6. Here we?ve got to options: Either we fix IPv6 on mirror, or I remove the IPv6 DNS record. -Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From ihsan at opencsw.org Tue May 19 21:30:11 2020 From: ihsan at opencsw.org (=?utf-8?B?xLBoc2FuIERvxJ9hbg==?=) Date: Tue, 19 May 2020 21:30:11 +0200 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: > Am 19.05.2020 um 17:14 schrieb Yuri via users : > > Seems mirror above returns IPv6 first, which is unused in my country. That depends actually on your ISP is fully independent from your country. ? -Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/ From jh at opencsw.org Wed May 20 09:33:32 2020 From: jh at opencsw.org (Jan Holzhueter) Date: Wed, 20 May 2020 09:33:32 +0200 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> Message-ID: <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> Am 19.05.20 um 21:27 schrieb ?hsan Do?an via users: > > It seems that mirror.opencsw.org ?is not > responding anymore on IPv6. Here we?ve got to options: Either we fix > IPv6 on mirror, or I remove the IPv6 DNS record. yes no ipv6 interface up. (Not sure if you ever enabled it again after mirror mirgation). My Solaris 10 and ipv6 static config skills are not existing :) So I gave up on getting the interface running. If anyone is has time and remebers this stuff be my guest. Gretting Jan From dam at opencsw.org Wed May 20 09:46:56 2020 From: dam at opencsw.org (Dagobert Michelsen) Date: Wed, 20 May 2020 09:46:56 +0200 Subject: What's happens with mirrors? In-Reply-To: <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> Message-ID: Hi, Am 20.05.2020 um 09:33 schrieb Jan Holzhueter via users : > Am 19.05.20 um 21:27 schrieb ?hsan Do?an via users: >> >> It seems that mirror.opencsw.org is not >> responding anymore on IPv6. Here we?ve got to options: Either we fix >> IPv6 on mirror, or I remove the IPv6 DNS record. > > yes no ipv6 interface up. (Not sure if you ever enabled it again after > mirror mirgation). I added the IPv6 address for mirror.opencsw.org and the configuration now looks like this: mirror# ifconfig -a lo0: flags=2001000849 mtu 8232 index 1 inet 127.0.0.1 netmask ff000000 vnic1: flags=100001000843 mtu 1500 index 2 inet 131.188.40.82 netmask ffffff00 broadcast 131.188.40.255 ether 2:8:20:7c:94:66 vnic1: flags=100002004841 mtu 1500 index 2 inet6 fe80::8:20ff:fe7c:9466/10 ether 2:8:20:7c:94:66 vnic1:1: flags=100002000841 mtu 1500 index 2 inet6 2001:638:a000:4140::ffff:82/64 @Yuri: Please retry. Best regards ? Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896 From dehaenp at drever.be Wed May 20 10:32:34 2020 From: dehaenp at drever.be (Pierre Dehaen) Date: Wed, 20 May 2020 10:32:34 +0200 Subject: What's happens with mirrors? In-Reply-To: <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com>, , <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> Message-ID: <5EC4EB22.14053.BECD6537@dehaenp.drever.be> On 20 May 2020 at 9:33, Jan Holzhueter via users wrote: > My Solaris 10 and ipv6 static config skills are not existing :) > So I gave up on getting the interface running. > If anyone is has time and remebers this stuff be my guest. This might depend on the Solaris 10 update you are running but if you want to disable IPv6 you might try the following. Check if you have an IPv6 configuration: # ifconfig -a | grep inet6 If you have a server running and you want to disable the IPv6 DNS resolution: # svccfg -s svc:network/dns/server:default setprop options/ip_interfaces=IPv4 (see /var/svc/manifest/network/dns/server.xml) # svcadm refresh svc:network/dns/server:default # svcadm restart dns/server To remove the IPv6 on a network interface: # ifconfig [iface] inet6 down # ifconfig [iface] inet6 unplumb # rm /etc/hostname6.[iface] # for persistency You might want to stop in.ndpd if you don't have IPv6 anymore: # svcadm disable routing/ndp If your server is a router there might be some more steps... HTH Pierre From yvoinov at gmail.com Wed May 20 11:29:48 2020 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 May 2020 15:29:48 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> Message-ID: 20.05.2020 13:46, Dagobert Michelsen ?????: > Hi, > > Am 20.05.2020 um 09:33 schrieb Jan Holzhueter via users : >> Am 19.05.20 um 21:27 schrieb ?hsan Do?an via users: >>> It seems that mirror.opencsw.org is not >>> responding anymore on IPv6. Here we?ve got to options: Either we fix >>> IPv6 on mirror, or I remove the IPv6 DNS record. >> yes no ipv6 interface up. (Not sure if you ever enabled it again after >> mirror mirgation). > I added the IPv6 address for mirror.opencsw.org and the configuration now looks like > this: > > mirror# ifconfig -a > lo0: flags=2001000849 mtu 8232 index 1 > inet 127.0.0.1 netmask ff000000 > vnic1: flags=100001000843 mtu 1500 index 2 > inet 131.188.40.82 netmask ffffff00 broadcast 131.188.40.255 > ether 2:8:20:7c:94:66 > vnic1: flags=100002004841 mtu 1500 index 2 > inet6 fe80::8:20ff:fe7c:9466/10 > ether 2:8:20:7c:94:66 > vnic1:1: flags=100002000841 mtu 1500 index 2 > inet6 2001:638:a000:4140::ffff:82/64 > > @Yuri: Please retry. Same problem. To be more detail. As I said, IPv6 does not supported by ISPs on my country. So, no IPv6 interfaces up (just useless due to no IPv6 transport next level behind border). However, some software is dual-stack (often non-disableable). This is the root case. Sometimes IPv6 resolves first, without fallback to IPv4. As IPv6 is completely disabled on border.... Seems this is why. Well. Anyway, this is my personal problem. Sorry for troubles. > > > Best regards > > ? Dago > > -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From yvoinov at gmail.com Wed May 20 11:55:00 2020 From: yvoinov at gmail.com (Yuri) Date: Wed, 20 May 2020 15:55:00 +0600 Subject: What's happens with mirrors? In-Reply-To: References: <39141c97-92b9-1be3-cdfe-65655e6488b5@gmail.com> <3f946887-0487-307c-6c59-ff04cccff7da@opencsw.org> Message-ID: <11afd49f-e918-d211-618e-911f952e1429@gmail.com> Finally, as a solution. I've just added wgetopts=--no-proxy to pkgutil.conf. Now solved. 20.05.2020 13:46, Dagobert Michelsen ?????: > Hi, > > Am 20.05.2020 um 09:33 schrieb Jan Holzhueter via users : >> Am 19.05.20 um 21:27 schrieb ?hsan Do?an via users: >>> It seems that mirror.opencsw.org is not >>> responding anymore on IPv6. Here we?ve got to options: Either we fix >>> IPv6 on mirror, or I remove the IPv6 DNS record. >> yes no ipv6 interface up. (Not sure if you ever enabled it again after >> mirror mirgation). > I added the IPv6 address for mirror.opencsw.org and the configuration now looks like > this: > > mirror# ifconfig -a > lo0: flags=2001000849 mtu 8232 index 1 > inet 127.0.0.1 netmask ff000000 > vnic1: flags=100001000843 mtu 1500 index 2 > inet 131.188.40.82 netmask ffffff00 broadcast 131.188.40.255 > ether 2:8:20:7c:94:66 > vnic1: flags=100002004841 mtu 1500 index 2 > inet6 fe80::8:20ff:fe7c:9466/10 > ether 2:8:20:7c:94:66 > vnic1:1: flags=100002000841 mtu 1500 index 2 > inet6 2001:638:a000:4140::ffff:82/64 > > @Yuri: Please retry. > > > Best regards > > ? Dago > > -- "C++ seems like a language suitable for firing other people's legs." ***************************** * C++20 : Bug to the future * ***************************** -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: OpenPGP digital signature URL: From marc.lobelle at uclouvain.be Sat May 23 14:44:44 2020 From: marc.lobelle at uclouvain.be (Marc Lobelle) Date: Sat, 23 May 2020 14:44:44 +0200 Subject: cswcourier-imap on openindiana OI-hipster 2020.04: for information Message-ID: <02073c21-2ff0-630e-ef29-df103a5b0a3f@uclouvain.be> Hello, I recently installed cswcourier-map from https://www.opencsw.org/packages/CSWcourier-imap/ together with cswcourier-authlib from https://www.opencsw.org/packages/CSWcourier-authlib/. The gam-server is already included in the OI-Hipster 2020.04 distribution so it is not useful to download it from opencsw (opencsw packages are rather old: 2013 for the two courier packages). However I had a lot of warnings in syslog telling me that the file alteration monitor was not properly configured. In fact the real problem was that cswcourier-imap is not complete: the library to use the file alteration monitor is missing: so, to solve the problem one must also install a third package: CSWlibgamin1-0 After installing it and stopping and restarting cswcourier-imap, the error messages disapear. I hope this can be useful Marc From jeroen at berkeley.edu Sun May 24 12:52:46 2020 From: jeroen at berkeley.edu (Jeroen Ooms) Date: Sun, 24 May 2020 12:52:46 +0200 Subject: Switch to libpng16 in libgdk_pixbuf_dev Message-ID: Hello, I am trying to test R bindings for librsvg2. However I get this error: pkg-config --cflags librsvg-2.0 Package libpng15 was not found in the pkg-config search path. Perhaps you should add the directory containing `libpng15.pc' Package 'libpng15', required by 'GdkPixbuf', not found The problem is that gdk-pixbuf-2.0.pc contains this line: Requires.private: gmodule-no-export-2.0 libpng15 However I think libpng15.pc no longer exists? The solution is simply to change it to libpng16. I don't think this would require a rebuild. Thank you, Jeroen