From rmottola at opencsw.org Mon Dec 3 12:09:14 2018 From: rmottola at opencsw.org (Riccardo Mottola) Date: Mon, 3 Dec 2018 12:09:14 +0100 Subject: Issue with non-existing package In-Reply-To: References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> Message-ID: <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> Hi, let us take the "strong" route, remove traces of Performance, re-upload it again. Sorry for the delay, the last time I tried there were issues with the catalog, now I retried. Thank you! Maciej (Matchek) Blizi?ski wrote: > > Use the following command to remove the package: > > ./lib/python/safe_remove_package.py --os-releases=SunOS5.9,? -c > > > I probably wrote this script, today I remember almost nothing about it, > but I guess it checks that removing the package in question will not > create dangling dependencies. I try to use it as this: what am I doing wrong? rmottola at login [login]:~/mgar > gar/v2/lib/python/safe_remove_package.py --os-releases=SunOS5.10 -c CSWPerformance1 Traceback (most recent call last): File "gar/v2/lib/python/safe_remove_package.py", line 225, in main() File "gar/v2/lib/python/safe_remove_package.py", line 221, in main pr.RemovePackage(options.catalogname, not options.dry_run, os_releases) File "gar/v2/lib/python/safe_remove_package.py", line 132, in RemovePackage rd = RevDeps(self.rest_client) File "gar/v2/lib/python/safe_remove_package.py", line 75, in __init__ self.cp = rest.CachedPkgstats(fn_pkgstatsdb, rest_client) File "/home/rmottola/opencsw/.buildsys/v2/lib/python/rest.py", line 530, in __init__ self.d = anydbm.open("%s.db" % self.filename, "c") File "/opt/csw/lib/python2.6/anydbm.py", line 83, in open return mod.open(file, flag, mode) File "/opt/csw/lib/python2.6/dbhash.py", line 19, in open return bsddb.hashopen(file, flag, mode) File "/opt/csw/lib/python2.6/bsddb/__init__.py", line 361, in hashopen d.open(file, db.DB_HASH, flags, mode) bsddb.db.DBNoSuchFileError: (2, 'No such file or directory') Exception AttributeError: "'CachedPkgstats' object has no attribute 'd'" in > ignored From dam at opencsw.org Mon Dec 3 13:34:24 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 3 Dec 2018 13:34:24 +0100 Subject: Issue with non-existing package In-Reply-To: <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> Message-ID: <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> Hi Riccaardo, Am 03.12.2018 um 12:09 schrieb Riccardo Mottola via maintainers : > let us take the "strong" route, remove traces of Performance, re-upload it again. > > Sorry for the delay, the last time I tried there were issues with the catalog, now I retried. > > Maciej (Matchek) Blizi?ski wrote: >> Use the following command to remove the package: >> ./lib/python/safe_remove_package.py --os-releases=SunOS5.9,? -c >> I probably wrote this script, today I remember almost nothing about it, but I guess it checks that removing the package in question will not create dangling dependencies. > > I try to use it as this: what am I doing wrong? > > rmottola at login [login]:~/mgar > gar/v2/lib/python/safe_remove_package.py --os-releases=SunOS5.10 -c CSWPerformance1 > Traceback (most recent call last): > File "gar/v2/lib/python/safe_remove_package.py", line 225, in > main() > File "gar/v2/lib/python/safe_remove_package.py", line 221, in main > pr.RemovePackage(options.catalogname, not options.dry_run, os_releases) > File "gar/v2/lib/python/safe_remove_package.py", line 132, in RemovePackage > rd = RevDeps(self.rest_client) > File "gar/v2/lib/python/safe_remove_package.py", line 75, in __init__ > self.cp = rest.CachedPkgstats(fn_pkgstatsdb, rest_client) > File "/home/rmottola/opencsw/.buildsys/v2/lib/python/rest.py", line 530, in __init__ > self.d = anydbm.open("%s.db" % self.filename, "c") > File "/opt/csw/lib/python2.6/anydbm.py", line 83, in open > return mod.open(file, flag, mode) > File "/opt/csw/lib/python2.6/dbhash.py", line 19, in open > return bsddb.hashopen(file, flag, mode) > File "/opt/csw/lib/python2.6/bsddb/__init__.py", line 361, in hashopen > d.open(file, db.DB_HASH, flags, mode) > bsddb.db.DBNoSuchFileError: (2, 'No such file or directory') > Exception AttributeError: "'CachedPkgstats' object has no attribute 'd'" in > ignored You need to set PYTHONPATH. I just ran it: dam at login [login]:/home/dam/mgar/gar/v2 > export PYTHONPATH=`pwd` dam at login [login]:/home/dam/mgar/gar/v2 > cd lib/python dam at login [login]:/home/dam/mgar/gar/v2/lib/python > ./safe_remove_package.py --os-releases=SunOS5.10 -c CSWPerformance1 WARNING 2018-12-03 13:32:51,965 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from sparc/SunOS5.10: HTTP Error 404: Not Found INFO 2018-12-03 13:32:52,089 safe_remove_package.py:83 MakeRevIndex('unstable', 'sparc', 'SunOS5.10', False) WARNING 2018-12-03 13:33:21,073 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from i386/SunOS5.10: HTTP Error 404: Not Found INFO 2018-12-03 13:33:21,244 safe_remove_package.py:83 MakeRevIndex('unstable', 'i386', 'SunOS5.10', False) # [performance] unstable sparc SunOS5.10 063411d820abce0b73e9968fc447d41e # [performance] unstable i386 SunOS5.10 aabd4967527cb8a11988a96b6d8f8b4a dam at login [login]:/home/dam/mgar/gar/v2/lib/python > 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 rmottola at opencsw.org Thu Dec 6 11:35:32 2018 From: rmottola at opencsw.org (Riccardo Mottola) Date: Thu, 6 Dec 2018 11:35:32 +0100 Subject: Issue with non-existing package In-Reply-To: <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> Message-ID: Hi Dagobert, On 12/3/18 1:34 PM, Dagobert Michelsen wrote: > You need to set PYTHONPATH. I just ran it: > > dam at login [login]:/home/dam/mgar/gar/v2 > export PYTHONPATH=`pwd` > dam at login [login]:/home/dam/mgar/gar/v2 > cd lib/python > dam at login [login]:/home/dam/mgar/gar/v2/lib/python > ./safe_remove_package.py --os-releases=SunOS5.10 -c CSWPerformance1 > WARNING 2018-12-03 13:32:51,965 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from sparc/SunOS5.10: HTTP Error 404: Not Found > INFO 2018-12-03 13:32:52,089 safe_remove_package.py:83 MakeRevIndex('unstable', 'sparc', 'SunOS5.10', False) > WARNING 2018-12-03 13:33:21,073 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from i386/SunOS5.10: HTTP Error 404: Not Found > INFO 2018-12-03 13:33:21,244 safe_remove_package.py:83 MakeRevIndex('unstable', 'i386', 'SunOS5.10', False) > # [performance] unstable sparc SunOS5.10 063411d820abce0b73e9968fc447d41e > # [performance] unstable i386 SunOS5.10 aabd4967527cb8a11988a96b6d8f8b4a > dam at login [login]:/home/dam/mgar/gar/v2/lib/python > perhaps there is also a permission issue?? I think I need to repeat this for 5.9, since I still get: CHECKPKG_OVERRIDES_CSWperformance += file-collision|/opt/csw/GNUstep/Local/Library/Headers/Performance/GSIOThreadPool.h|CSWPerformance1|CSWperformance I retried, I set up PYTHONPATH as you did: rmottola at login [login]:~/mgar/gar/v2/lib/python > echo $PYTHONPATH /home/rmottola/mgar/gar/v2 rmottola at login [login]:~/mgar/gar/v2/lib/python > ./safe_remove_package.py --os-releases=SunOS5.9 -c CSWPerformance1 Traceback (most recent call last): ? File "./safe_remove_package.py", line 225, in ??? main() ? File "./safe_remove_package.py", line 221, in main ??? pr.RemovePackage(options.catalogname, not options.dry_run, os_releases) ? File "./safe_remove_package.py", line 132, in RemovePackage ??? rd = RevDeps(self.rest_client) ? File "./safe_remove_package.py", line 75, in __init__ ??? self.cp = rest.CachedPkgstats(fn_pkgstatsdb, rest_client) ? File "/home/rmottola/mgar/gar/v2/lib/python/rest.py", line 530, in __init__ ??? self.d = anydbm.open("%s.db" % self.filename, "c") ? File "/opt/csw/lib/python2.6/anydbm.py", line 83, in open ??? return mod.open(file, flag, mode) ? File "/opt/csw/lib/python2.6/dbhash.py", line 19, in open ??? return bsddb.hashopen(file, flag, mode) ? File "/opt/csw/lib/python2.6/bsddb/__init__.py", line 361, in hashopen ??? d.open(file, db.DB_HASH, flags, mode) bsddb.db.DBNoSuchFileError: (2, 'No such file or directory') Exception AttributeError: "'CachedPkgstats' object has no attribute 'd'" in > ignored From dam at opencsw.org Thu Dec 6 11:09:13 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 6 Dec 2018 11:09:13 +0100 Subject: Issue with non-existing package In-Reply-To: References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> Message-ID: <7B05220A-763F-43E0-A641-64F22E1D24F7@opencsw.org> Hi Riccardo, Am 06.12.2018 um 11:35 schrieb Riccardo Mottola : > perhaps there is also a permission issue? I think I need to repeat this for 5.9, since I still get: Probably. Ire moved that also: dam at login [login]:/home/dam/mgar/gar/v2/lib/python > ./safe_remove_package.py --os-releases=SunOS5.9 -c CSWPerformance1 WARNING 2018-12-06 10:40:46,676 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from sparc/SunOS5.9: HTTP Error 404: Not Found INFO 2018-12-06 10:40:46,858 safe_remove_package.py:83 MakeRevIndex('unstable', 'sparc', 'SunOS5.9', False) WARNING 2018-12-06 10:40:53,038 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from i386/SunOS5.9: HTTP Error 404: Not Found INFO 2018-12-06 10:40:53,163 safe_remove_package.py:83 MakeRevIndex('unstable', 'i386', 'SunOS5.9', False) # [performance] unstable sparc SunOS5.9 419d244c756da7a9f419b8a699b3e689 # [performance] unstable i386 SunOS5.9 76f353b32821ec964b54a9c485f8d42c dam at login [login]:/home/dam/mgar/gar/v2/lib/python > 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 -------------- An HTML attachment was scrubbed... URL: From rmottola at opencsw.org Thu Dec 6 12:51:02 2018 From: rmottola at opencsw.org (Riccardo Mottola) Date: Thu, 6 Dec 2018 12:51:02 +0100 Subject: Issue with non-existing package In-Reply-To: <7B05220A-763F-43E0-A641-64F22E1D24F7@opencsw.org> References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> <7B05220A-763F-43E0-A641-64F22E1D24F7@opencsw.org> Message-ID: <1b44af39-a36d-2111-2416-99e0e359ca12@opencsw.org> Hi Dagobert! thank you, now, at least, I can rebuild the packages without getting conflicts with itself! :) Maybe talso the SunOS5.11 catalogs need to be purged? http://buildfarm.opencsw.org/pkgdb/srv4/181150ad712ffa53e81c6a4aa3ff91df/ When trying to upload, one of them gets an issue though: INFO 2018-12-06 11:28:19,422 rest.py:479 Uploading 'performance-0.5.0,REV=2018.12.06-SunOS5.9-i386-CSW.pkg.gz' INFO 2018-12-06 11:28:20,825 rest.py:479 Uploading 'performance-0.5.0,REV=2018.12.06-SunOS5.9-sparc-CSW.pkg.gz' INFO 2018-12-06 11:28:21,965 rest.py:479 Uploading 'performance-0.5.0,REV=2018.12.06-SunOS5.10-i386-CSW.pkg.gz' INFO 2018-12-06 11:28:23,054 rest.py:479 Uploading 'performance-0.5.0,REV=2018.12.06-SunOS5.10-sparc-CSW.pkg.gz' Checking 1 package against catalog unstable sparc SunOS5.11 Checking 1 package against catalog unstable sparc SunOS5.9 Checking 1 package against catalog unstable i386 SunOS5.9 Checking 2 packages against catalog unstable sparc SunOS5.10 Checking 2 packages against catalog unstable i386 SunOS5.10 Checking 1 package against catalog unstable i386 SunOS5.11 Checks failed for the following catalogs: ? - sparc SunOS5.11 ??? performance-0.5.0,REV=2018.12.06-SunOS5.10-sparc-CSW.pkg.gz To see the errors, run: /home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.11 --catalog-architecture sparc 59386396e0b3555d0be2021c70abddb1 Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/181150ad712ffa53e81c6a4aa3ff91df/ ? - i386 SunOS5.11 ??? performance-0.5.0,REV=2018.12.06-SunOS5.10-i386-CSW.pkg.gz To see the errors, run: /home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.11 --catalog-architecture i386 181150ad712ffa53e81c6a4aa3ff91df Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/181150ad712ffa53e81c6a4aa3ff91df/ Your packages have not been submitted to the unstable catalog. From dam at opencsw.org Thu Dec 6 14:49:10 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Thu, 6 Dec 2018 14:49:10 +0100 Subject: Issue with non-existing package In-Reply-To: <1b44af39-a36d-2111-2416-99e0e359ca12@opencsw.org> References: <36ecf2c2-1926-b863-a96f-a3b6f9d6140f@opencsw.org> <20181018074405.zh325xjppiasrkut@durian.home.blizinski.pl> <715aa11f-05af-e303-925d-2af259e2139d@opencsw.org> <6B37CC77-6DA6-466D-AE24-2B23363E3369@opencsw.org> <7B05220A-763F-43E0-A641-64F22E1D24F7@opencsw.org> <1b44af39-a36d-2111-2416-99e0e359ca12@opencsw.org> Message-ID: <3AD858FE-A1FB-476D-8E59-476911A5FFA4@opencsw.org> Hi Riccardo, > Am 06.12.2018 um 12:51 schrieb Riccardo Mottola : > > Hi Dagobert! > > > thank you, now, at least, I can rebuild the packages without getting conflicts with itself! :) > > Maybe talso the SunOS5.11 catalogs need to be purged? Done: dam at login [login]:/home/dam/mgar/gar/v2/lib/python > ./safe_remove_package.py --os-releases=SunOS5.11 -c CSWPerformance1 WARNING 2018-12-06 11:50:43,061 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from sparc/SunOS5.11: HTTP Error 404: Not Found INFO 2018-12-06 11:50:43,164 safe_remove_package.py:83 MakeRevIndex('unstable', 'sparc', 'SunOS5.11', False) WARNING 2018-12-06 11:50:54,891 safe_remove_package.py:152 could not fetch 'CSWPerformance1' from i386/SunOS5.11: HTTP Error 404: Not Found INFO 2018-12-06 11:50:54,992 safe_remove_package.py:83 MakeRevIndex('unstable', 'i386', 'SunOS5.11', False) # [performance] unstable sparc SunOS5.11 063411d820abce0b73e9968fc447d41e # [performance] unstable i386 SunOS5.11 aabd4967527cb8a11988a96b6d8f8b4a dam at login [login]:/home/dam/mgar/gar/v2/lib/python > 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 -------------- An HTML attachment was scrubbed... URL: From rmottola at opencsw.org Sun Dec 9 22:23:59 2018 From: rmottola at opencsw.org (Riccardo Mottola) Date: Sun, 9 Dec 2018 22:23:59 +0100 Subject: issue uploading packages / service unavailable Message-ID: <9b1da373-c45c-b1c2-6cf3-27953dcf2015@opencsw.org> Hi, I am trying since Friday to upload the performance packages again and I get this: rmottola at login [login]:~/pkgs > csw-upload-pkg performance-0.5.0\,REV\=2018.12.06-SunOS5.* /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/rmottola/opencsw/.buildsys/v2/bin/csw-upload-pkg performance-0.5.0,REV=2018.12.06-SunOS5.10-i386-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.10-sparc-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.9-i386-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.9-sparc-CSW.pkg.gz Processing 4 file(s). Please wait. WARNING 2018-12-09 21:17:32,719 rest.py:62 http://buildfarm.opencsw.org/pkgdb/rest/srv4/4cceabb8697918f3f3b4d8c73e9654b9/ -- HTTP Error 503: Service Temporarily Unavailable Is there an infrastructure problem? some machine is down or needs to be restarted? Thank you, Riccardo From dam at opencsw.org Mon Dec 10 13:42:02 2018 From: dam at opencsw.org (Dagobert Michelsen) Date: Mon, 10 Dec 2018 13:42:02 +0100 Subject: issue uploading packages / service unavailable In-Reply-To: <9b1da373-c45c-b1c2-6cf3-27953dcf2015@opencsw.org> References: <9b1da373-c45c-b1c2-6cf3-27953dcf2015@opencsw.org> Message-ID: <947365A0-327C-4DFD-ACF5-1A3286A81449@opencsw.org> Hi Riccardo, Am 09.12.2018 um 22:23 schrieb Riccardo Mottola via maintainers : > I am trying since Friday to upload the performance packages again and I get this: > > rmottola at login [login]:~/pkgs > csw-upload-pkg performance-0.5.0\,REV\=2018.12.06-SunOS5.* > /opt/csw/bin/csw-upload-pkg is a wrapper, running /home/rmottola/opencsw/.buildsys/v2/bin/csw-upload-pkg performance-0.5.0,REV=2018.12.06-SunOS5.10-i386-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.10-sparc-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.9-i386-CSW.pkg.gz performance-0.5.0,REV=2018.12.06-SunOS5.9-sparc-CSW.pkg.gz > Processing 4 file(s). Please wait. > WARNING 2018-12-09 21:17:32,719 rest.py:62 http://buildfarm.opencsw.org/pkgdb/rest/srv4/4cceabb8697918f3f3b4d8c73e9654b9/ -- HTTP Error 503: Service Temporarily Unavailable > > Is there an infrastructure problem? some machine is down or needs to be restarted? The webservice stops once in a while, 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 rmottola at opencsw.org Mon Dec 10 15:32:39 2018 From: rmottola at opencsw.org (Riccardo Mottola) Date: Mon, 10 Dec 2018 15:32:39 +0100 Subject: issue uploading packages / service unavailable In-Reply-To: <947365A0-327C-4DFD-ACF5-1A3286A81449@opencsw.org> References: <9b1da373-c45c-b1c2-6cf3-27953dcf2015@opencsw.org> <947365A0-327C-4DFD-ACF5-1A3286A81449@opencsw.org> Message-ID: <436b386d-aa21-0844-c4bb-af1d3cb77566@opencsw.org> Hi, On 12/10/18 1:42 PM, Dagobert Michelsen wrote: > The webservice stops once in a while, please retry, :) :) all the world is a village :) It worked again today, however I still have issue with the Solaris 11 catalogs, after you cleaned out all remnants of the old packages. Checks failed for the following catalogs: ? - sparc SunOS5.11 ??? performance-0.5.0,REV=2018.12.06-SunOS5.9-sparc-CSW.pkg.gz ??? performance-0.5.0,REV=2018.12.06-SunOS5.10-sparc-CSW.pkg.gz To see the errors, run: /home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.11 --catalog-architecture sparc ad1dc817bcd054985aec9781e5f80f7a 59386396e0b3555d0be2021c70abddb1 Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/4cceabb8697918f3f3b4d8c73e9654b9/ http://buildfarm.opencsw.org/pkgdb/srv4/181150ad712ffa53e81c6a4aa3ff91df/ ? - i386 SunOS5.11 ??? performance-0.5.0,REV=2018.12.06-SunOS5.9-i386-CSW.pkg.gz ??? performance-0.5.0,REV=2018.12.06-SunOS5.10-i386-CSW.pkg.gz To see the errors, run: /home/rmottola/opencsw/.buildsys/v2/bin/../lib/python/checkpkg2.py --catalog-release unstable --os-release SunOS5.11 --catalog-architecture i386 4cceabb8697918f3f3b4d8c73e9654b9 181150ad712ffa53e81c6a4aa3ff91df Or check on the buildfarm: http://buildfarm.opencsw.org/pkgdb/srv4/4cceabb8697918f3f3b4d8c73e9654b9/ http://buildfarm.opencsw.org/pkgdb/srv4/181150ad712ffa53e81c6a4aa3ff91df/ Your packages have not been submitted to the unstable catalog. What is the issue? Isn't everything properly overridden? Thank you, Riccardo From ihsan at opencsw.org Wed Dec 19 16:02:56 2018 From: ihsan at opencsw.org (ihsan at opencsw.org) Date: Wed, 19 Dec 2018 16:02:56 +0100 Subject: Mail Server Fan Failed Message-ID: Hello OpenCSW maintainers, On our mail server, a good old T2000, one of the fan has failed: System Event Recorded By SC: HostID: "83d8f0d4" Event: "00040066" Time: "WED DEC 19 13:52:43 2018" Customer Info: "No Entry" SC IP Address: "192.168.70.2" Message: "MAJOR: SYS_FAN at FT2 has FAILED.? Does anybody has a spare fan that he could send it to me? -Ihsan -- ihsan at dogan.ch http://blog.dogan.ch/