On 15.11.2010 23:11, Steven Schwartz wrote: > OK. I must be hallucinating, or some such. > (Thank you all, so much, for your help -- I know this is peculiar.) > > I pulled down the file from sourceforge: > http://sourceforge.net/projects/icinga/files/icinga-web/1.2.1/icinga-web-1.2.1.tar.gz/download > . Here are the md5 comparisons: > > bash-3.00# cat icinga-web-1.2.1.tar.gz.md5 > 6e380e30269c18eaf04cd39abc186e44 icinga-web-1.2.1.tar.gz > bash-3.00# digest -a md5 -v icinga-web-1.2.1.tar.gz > md5 (icinga-web-1.2.1.tar.gz) = 6e380e30269c18eaf04cd39abc186e44 > bash-3.00# gunzip icinga-web-1.2.1.tar.gz > bash-3.00# tar -xvf icinga-web-1.2.1.tar> /tmp/iwt > bash-3.00# grep test.properties /tmp/iwt > bash-3.00# > bash-3.00# grep properties /tmp/iwt > x icinga-web-1.2.1/build.properties, 221 bytes, 1 tape blocks > x icinga-web-1.2.1/etc/build.properties.in, 268 bytes, 1 tape blocks > x icinga-web-1.2.1/etc/contrib/PNP_Integration/build.properties, 73 bytes, 1 > tape blocks > x > icinga-web-1.2.1/etc/contrib/PNP_Integration/phing/listener/defaults.properties, > 925 bytes, 2 tape blocks > x > icinga-web-1.2.1/etc/contrib/PNP_Integration/phing/tasks/defaults.properties, > 4106 bytes, 9 tape blocks > x > icinga-web-1.2.1/etc/contrib/PNP_Integration/phing/types/defaults.properties, > 413 bytes, 1 tape blocks > x icinga-web-1.2.1/etc/contrib/Skeleton/build.properties, 73 bytes, 1 tape > blocks > x icinga-web-1.2.1/etc/contrib/Skeleton/phing/listener/defaults.properties, > 925 bytes, 2 tape blocks > x icinga-web-1.2.1/etc/contrib/Skeleton/phing/tasks/defaults.properties, 4106 > bytes, 9 tape blocks > x icinga-web-1.2.1/etc/contrib/Skeleton/phing/types/defaults.properties, 413 > bytes, 1 tape blocks > x icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/build.properties, > 73 bytes, 1 tape blocks > x > icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/nbproject/private/private.properties, > 125 bytes, 1 tape blocks > x > icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/nbproject/project.properties, > 132 bytes, 1 tape blocks > x > icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/phing/listener/defaults.properties, > 925 bytes, 2 tape blocks > x > icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/phing/tasks/defaults.properties, > 4106 bytes, 9 tape blocks > x > icinga-web-1.2.1/etc/contrib/businessprocess-icinga-cronk/phing/types/defaults.properties, > 413 bytes, 1 tape blocks > > bash-3.00# cd icinga-web-1.2.1 > bash-3.00# ls > Makefile.in app build.xml doc > README bin configure etc > aclocal.m4 build.properties configure.ac > bash-3.00# ls etc/tests > etc/tests: No such file or directory > bash-3.00# ls etc > apache2 build.xml > build.properties.in contrib.
there seems to be missing some more files as everything after contrib is missing, not just tests/ in etc/ ~/temp/icinga-web-1.2.1 $ ls etc/ apache2/ build.properties.in* build.xml* contrib/ lib/ make/ modules/ scheduler/ schema/ sitecfg/ tests/ > > Now, I'm on Solaris -- is that making this much of a difference somehow? hmm try that in one line $ gunzip -c icinga-web-1.2.1.tar.gz | tar xf - > > Steven Schwartz > > > -----Original Message----- > From: Michael Friedrich [mailto:[email protected]] > Sent: Monday, November 15, 2010 1:52 PM > To: [email protected] > Subject: Re: [icinga-users] New here, with a question... > > On 15.11.2010 22:02, Steven Schwartz wrote: >> Odd; I just pulled down a fresh copy of icinga-web-1.2.1.tar.gz, and it's >> the same file -- size the same, missing files the same. > > get the md5 file as well and compare them like this > > cat icinga-web-1,2,1,tar,gz,md5 > md5sum icinga-web-1,2,1,tar,gz > > they should match. > > below is a fresh tar xzf downloaded from sf.net... > > ~/temp/icinga-web-1.2.1 $ ls > aclocal.m4* bin/ build.xml* configure.ac* > etc/ install-sh* Makefile.in* pub/ > app/ build.properties* configure* doc/ > icinga-web.spec lib/ nbproject/ README* > > ~/temp/icinga-web-1.2.1 $ ls etc/tests/ > config/ config.php* icingaWebTesting.php* test.properties.in tests/ > > > >> >> Steven S. >> >> >> -----Original Message----- >> From: Wolfgang [mailto:[email protected]] >> Sent: Monday, November 15, 2010 11:22 AM >> To: [email protected] >> Subject: Re: [icinga-users] New here, with a question... >> >> Am 15.11.2010 19:50, schrieb Steven Schwartz: >>> I got the file from the icinga website, (or so I thought), and got version >>> 1.2.1. Here's what I see: >>> >>> cd bash-3.00# cd icinga-web-1.2.1 >>> bash-3.00# ls >>> Makefile app config.log configure.orig >>> Makefile.in bin config.status doc >>> README build.properties configure etc >>> aclocal.m4 build.xml configure.ac shtool >>> bash-3.00# ls etc >>> apache2 build.properties.in contrib >>> build.properties build.xml >>> bash-3.00# ls etc/contrib/ >>> PNP_Integration businessprocess-icinga-cronk >>> Skeleton >>> bash-3.00# ls etc/contrib/Skeleton/ >>> bin build.xml install.sh phing >>> build.properties doc manifest.xml phing.php >>> bash-3.00# >>> bash-3.00# find . -name test.properties.in -print >>> bash-3.00# >>> >>> Now, it may be that it's being processed from a different filename, but... >>> >>> Steven Schwartz >>> >>> >>> -----Original Message----- >>> From: Marius Hein [mailto:[email protected]] >>> Sent: Monday, November 15, 2010 5:21 AM >>> To: [email protected] >>> Subject: Re: [icinga-users] New here, with a question... >>> >>> Hi. >>> >>>> I'm trying to build the icinga-web interface, and configure gets hung up >>>> as follows: >>>> >>>> >>>> >>>> config.status: creating etc/build.properties >>>> >>>> config.status: error: cannot find input file: >>>> `etc/tests/test.properties.in' >>>> >>>> >>>> >>>> And, indeed, that file's not there. But this is a download from last week. >>> Which version you used and from where you got the file? >>> >>> I tested the 1.2.1 with success, all configure files was there. >>> >>> Kind regards, >>> Marius. >>> >> You're missing a couple of files in the directories shown. I'd proprose >> to download the archive again and restart the installation. >> >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more! >> http://p.sf.net/sfu/dell-eql-dev2dev >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-users >> >> ------------------------------------------------------------------------------ >> Centralized Desktop Delivery: Dell and VMware Reference Architecture >> Simplifying enterprise desktop deployment and management using >> Dell EqualLogic storage and VMware View: A highly scalable, end-to-end >> client virtualization framework. Read more! >> http://p.sf.net/sfu/dell-eql-dev2dev >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-users >> > > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > icinga-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/icinga-users > ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
