From tethys.ocean at gmail.com Sun Nov 2 10:06:02 2008 From: tethys.ocean at gmail.com (tethys ocean) Date: Sun Nov 2 10:06:10 2008 Subject: pyhton apache In-Reply-To: <235b80000811010510o9864b8ahf1f030c17f7637b4@mail.gmail.com> References: <235b80000810311312u46dc0979ndf7d4dc0687095fb@mail.gmail.com> <235b80000811010510o9864b8ahf1f030c17f7637b4@mail.gmail.com> Message-ID: <235b80000811021006i162ea1dep91c7571c45bfe039@mail.gmail.com> On Fri, Oct 31, 2008 at 11:28 PM, Michael Powell wrote: > tethys ocean wrote: > > > Hi all > > > > I have a problem, a freebsd box that is apache22 and python25-2.5.2_3, > > mod_python-3.3.1_2 after upgrading phyton web site has stoped with this > > error "Internal Server Error" > [snip] > > [Fri Oct 31 05:05:15 2008] [notice] Digest: done > > [Fri Oct 31 05:05:16 2008] [notice] Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 > > OpenSSL/0.9.7e-p1 mod_python/3.3.1 Python/2.4.4 PHP/5.2.4 with > ^^^^^^^^^^^^ > Well Apache seems to think it is still using Python 2.4.4. > > > Suhosin-Patch configured -- resuming normal operations > > [Fri Oct 31 10:06:21 2008] [error] [client 195.217.151.57] client sent > > HTTP/1.1 request without hostname (see RFC2616 section 14.23): > > /w00tw00t.at.ISC.SANS.DFind:) > > > [snip] > > I can't be of much help with this as I am not a Python expert by any means, > but the first thing that occurs to me is to ask: did you rebuild/reinstall > mod_python after you upgraded to python25? If not you might want to try > that first. Restart Apache and see if it no longer shows the Python 2.4.4. > > As far as the Python environment(s), you may want to ensure that all > vestiges of the old python24 are truly gone (especially prior to rebuilding > mod_python). > > You may also try and find confirmation somehow whether or not the code that > is failing on the web server is even compatible with python25. In such a > case either update the failing code or downgrade back to python24. > > If the server is "production" and you just need it back up fast you may > consider returning it to its pre-python25 upgrade condition. Then conduct > your python25 experimentation on a non-production test box. > > Before any major change of this sort I _always_ do backup dumps of my > server. So if something goes south I can immediately restore the server to > the state it was in prior to mucking it up. > > -Mike > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > tethys wrote: ? am reinstaling many times mod_python-3.3.1_2 and Python25 but in httpd-error.log still shown *Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.7e-p1 mod_python/3.3.1 Python/2.4.4 PHP/5.2.4 with Suhosin-Patch configured -- resuming normal *operations means apache22 is still running with *Python/2.4.4 *how can i get rid of this?!? ls /var/db/ports apache22 php5 py-django portupgrade *python25* ruby ls /var/db/pkg/ db41-4.1.25_4 *mod_python-3.3.1_2* *python25-2.5.2_3* py24-django-1.0 pkgdb.db py24-flup-1.0.1 portupgrade-2.4.6,2 py24-setuptools-0.6c9 -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart. From tethys.ocean at gmail.com Mon Nov 3 12:13:04 2008 From: tethys.ocean at gmail.com (tethys ocean) Date: Mon Nov 3 12:13:11 2008 Subject: are there anybody here??? Message-ID: <235b80000811031213w47db1da2rb8ab23fef9433662@mail.gmail.com> why are you so slience this list? ---------- Forwarded message ---------- From: tethys ocean Date: 2008/11/2 Subject: pyhton apache To: apache@freebsd.org On Fri, Oct 31, 2008 at 11:28 PM, Michael Powell wrote: > tethys ocean wrote: > > > Hi all > > > > I have a problem, a freebsd box that is apache22 and python25-2.5.2_3, > > mod_python-3.3.1_2 after upgrading phyton web site has stoped with this > > error "Internal Server Error" > [snip] > > [Fri Oct 31 05:05:15 2008] [notice] Digest: done > > [Fri Oct 31 05:05:16 2008] [notice] Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 > > OpenSSL/0.9.7e-p1 mod_python/3.3.1 Python/2.4.4 PHP/5.2.4 with > ^^^^^^^^^^^^ > Well Apache seems to think it is still using Python 2.4.4. > > > Suhosin-Patch configured -- resuming normal operations > > [Fri Oct 31 10:06:21 2008] [error] [client 195.217.151.57] client sent > > HTTP/1.1 request without hostname (see RFC2616 section 14.23): > > /w00tw00t.at.ISC.SANS.DFind:) > > > [snip] > > I can't be of much help with this as I am not a Python expert by any means, > but the first thing that occurs to me is to ask: did you rebuild/reinstall > mod_python after you upgraded to python25? If not you might want to try > that first. Restart Apache and see if it no longer shows the Python 2.4.4. > > As far as the Python environment(s), you may want to ensure that all > vestiges of the old python24 are truly gone (especially prior to rebuilding > mod_python). > > You may also try and find confirmation somehow whether or not the code that > is failing on the web server is even compatible with python25. In such a > case either update the failing code or downgrade back to python24. > > If the server is "production" and you just need it back up fast you may > consider returning it to its pre-python25 upgrade condition. Then conduct > your python25 experimentation on a non-production test box. > > Before any major change of this sort I _always_ do backup dumps of my > server. So if something goes south I can immediately restore the server to > the state it was in prior to mucking it up. > > -Mike > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > tethys wrote: ? am reinstaling many times mod_python-3.3.1_2 and Python25 but in httpd-error.log still shown *Apache/2.2.6 (FreeBSD) mod_ssl/2.2.6 OpenSSL/0.9.7e-p1 mod_python/3.3.1 Python/2.4.4 PHP/5.2.4 with Suhosin-Patch configured -- resuming normal *operations means apache22 is still running with *Python/2.4.4 *how can i get rid of this?!? ls /var/db/ports apache22 php5 py-django portupgrade *python25* ruby ls /var/db/pkg/ db41-4.1.25_4 *mod_python-3.3.1_2* *python25-2.5.2_3* py24-django-1.0 pkgdb.db py24-flup-1.0.1 portupgrade-2.4.6,2 py24-setuptools-0.6c9 -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart. -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart. From QAT at FreeBSD.org Sun Nov 16 02:18:47 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:34:28 2008 Subject: www/mod_curb - fails: mtree Message-ID: <20081116100924.69C1112E42C9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 2 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mod_curb-1.1.log : building mod_curb-1.1 in directory /var/tinderbox/7-STABLE-FTP maintained by: apache@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/mod_curb Makefile ident: $FreeBSD: ports/www/mod_curb/Makefile,v 1.4 2005/12/04 14:08:56 clement Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 10:09:07 UTC 2008 ................................................... cc -shared -o mod_curb.so mod_curb.o ================================================================ ======================================== make: don't know how to make regression-test(continuing) ================================================================ ======================================== add_pkg expat-2.0.1.tbz perl-5.8.8_1.tbz apache-1.3.41.tbz adding dependencies pkg_add expat-2.0.1.tbz skipping expat-2.0.1, already added pkg_add perl-5.8.8_1.tbz skipping perl-5.8.8_1, already added pkg_add apache-1.3.41.tbz skipping apache-1.3.41, already added ===> Installing for mod_curb-1.1 ===> mod_curb-1.1 depends on file: /usr/local/sbin/apxs - found ===> Generating temporary packing list ===> Checking if www/mod_curb already installed [preparing module `curb' in /usr/local/etc/apache/httpd.conf] cp /work/a/ports/www/mod_curb/work/mod-curb-1.1/mod_curb.so /usr/local/libexec/apache/mod_curb.so chmod 755 /usr/local/libexec/apache/mod_curb.so cp /usr/local/etc/apache/httpd.conf.new /usr/local/etc/apache/httpd.conf rm /usr/local/etc/apache/httpd.conf.new ===> Registering installation for mod_curb-1.1 ================================================================ ======================================== ===> Building package for mod_curb-1.1 Creating package /tmp/packages/All/mod_curb-1.1.tbz Registering depends: apache-1.3.41 perl-5.8.8_1 expat-2.0.1. Creating bzip'd tar ball in '/tmp/packages/All/mod_curb-1.1.tbz' Deleting mod_curb-1.1 Don't forget to remove all mod_curb-related directives in your httpd.conf ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 2261662 4 drwxr-xr-x 2 root wheel 512 Nov 16 10:09 usr/local/share/doc/mod_curb 2261664 4 -r--r--r-- 1 root wheel 1551 Nov 16 10:09 usr/local/share/doc/mod_curb/README ================================================================ build of /usr/ports/www/mod_curb ended at Sun Nov 16 10:09:22 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From QAT at FreeBSD.org Sun Nov 16 02:23:47 2008 From: QAT at FreeBSD.org (QAT@FreeBSD.org) Date: Sun Nov 16 05:34:38 2008 Subject: www/mod_bw - fails: mtree Message-ID: <20081116100803.AC30C12E42C9@quark.ds9.tecnik93.com> Hi, The build which triggered this email is done under tinderbox-2.4.3, on 7-STABLE on amd64, with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. The build of this port was tried 2 times since last BotMail (probably while trying to build ports that depend on it). Excerpt from http://T64.TecNik93.com/logs/7-STABLE-FTP/mod_bw-0.8.log : building mod_bw-0.8 in directory /var/tinderbox/7-STABLE-FTP maintained by: apache@FreeBSD.org building for: 7.0-STABLE amd64 port directory: /usr/ports/www/mod_bw Makefile ident: $FreeBSD: ports/www/mod_bw/Makefile,v 1.7 2007/03/20 10:49:18 clement Exp $ prefixes: LOCALBASE=usr/local X11BASE=usr/local NO* env vars: NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes build started at Sun Nov 16 10:07:45 UTC 2008 ................................................... cp /work/a/ports/www/mod_bw/work/mod_bw/.libs/mod_bw.a /usr/local/libexec/apache2/mod_bw.a chmod 644 /usr/local/libexec/apache2/mod_bw.a ranlib /usr/local/libexec/apache2/mod_bw.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/libexec/apache2 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- chmod 755 /usr/local/libexec/apache2/mod_bw.so [preparing module `bw' in /usr/local/etc/apache2/httpd.conf] ===> Registering installation for mod_bw-0.8 ================================================================ ======================================== ===> Building package for mod_bw-0.8 Creating package /tmp/packages/All/mod_bw-0.8.tbz Registering depends: apache-2.0.63_2 libiconv-1.11_1 perl-5.8.8_1 expat-2.0.1. Creating bzip'd tar ball in '/tmp/packages/All/mod_bw-0.8.tbz' Deleting mod_bw-0.8 Don't forget to remove all mod_bw-related directives in your httpd.conf ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 2240877 4 drwxr-xr-x 2 root wheel 512 Nov 16 10:08 usr/local/share/doc/mod_bw 2240878 24 -r--r--r-- 1 root wheel 11358 Nov 16 10:08 usr/local/share/doc/mod_bw/LICENSE 2240879 40 -r--r--r-- 1 root wheel 20019 Nov 16 10:08 usr/local/share/doc/mod_bw/mod_bw.txt ================================================================ build of /usr/ports/www/mod_bw ended at Sun Nov 16 10:08:02 UTC 2008 A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B From tethys.ocean at gmail.com Sat Nov 22 11:23:24 2008 From: tethys.ocean at gmail.com (tethys ocean) Date: Sat Nov 22 11:23:30 2008 Subject: Segmentation fault (core dumped) Message-ID: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> Hi to all The server is give this error whenever i want to start apache22. why? regards -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart. From m.seaman at infracaninophile.co.uk Sat Nov 22 11:39:50 2008 From: m.seaman at infracaninophile.co.uk (Matthew Seaman) Date: Sat Nov 22 11:40:00 2008 Subject: Segmentation fault (core dumped) In-Reply-To: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> References: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> Message-ID: <49285FF4.4030008@infracaninophile.co.uk> tethys ocean wrote: > Hi to all > > The server is give this error whenever i want to start apache22. why? > regards > Because something's wrong. Cheers, Matthew What? Not enough of an answer? It's all the answer anyone can give considering the parcity of information you supply in your question. To debug this properly could require any or all of: * your httpd.conf * the output of ldd /usr/local/sbin/httpd * a traceback from httpd.core, although this won't be much use unless you've compiled httpd with debug symbols. * the result of running: truss -f /usr/local/sbin/httpd {+ any other arguments you usually use} * If you're using mod_php, then the contents of /usr/local/etc/php/extensions.ini -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 258 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20081122/96d03749/signature.pgp From tethys.ocean at gmail.com Sat Nov 22 12:36:39 2008 From: tethys.ocean at gmail.com (tethys ocean) Date: Sat Nov 22 12:36:45 2008 Subject: Segmentation fault (core dumped) In-Reply-To: <49285FF4.4030008@infracaninophile.co.uk> References: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> <49285FF4.4030008@infracaninophile.co.uk> Message-ID: <235b80000811221236u3c095809k525f29cfbbd5c5bd@mail.gmail.com> apache-2.2.9_5 = up-to-date with port autoconf-2.62 = up-to-date with port db41-4.1.25_4 = up-to-date with port gd-2.0.35,1 = up-to-date with port gdbm-1.8.3_3 = up-to-date with port irc-2.11.2p1 = up-to-date with port ircii-20060725_1 = up-to-date with port nano-2.0.9 = up-to-date with port p5-HTML-Template-2.9_1 = up-to-date with port portupgrade-2.4.6,2 = up-to-date with port py25-MySQLdb-1.2.2 = up-to-date with port py25-bsddb-2.5.2_2 = up-to-date with port py25-django-1.0.1 = up-to-date with port py25-flup-1.0.1 = up-to-date with port py25-gdbm-2.5.2 = up-to-date with port python25-2.5.2_3 = up-to-date with port rsync-3.0.4 = up-to-date with port ruby-1.8.6.287,1 = up-to-date with port ruby18-bdb-0.6.4 = up-to-date with port tcl-8.4.19,1 = up-to-date with port unzip-5.52_5 = up-to-date with port webalizer-2.20.1_2 = up-to-date with port On Sat, Nov 22, 2008 at 9:39 PM, Matthew Seaman < m.seaman@infracaninophile.co.uk> wrote: > tethys ocean wrote: > >> Hi to all >> >> The server is give this error whenever i want to start apache22. why? >> regards >> >> > Because something's wrong. > > Cheers, > > Matthew > > What? Not enough of an answer? It's all the answer anyone can give > considering the parcity of information you supply in your question. > To debug this properly could require any or all of: > > * your httpd.conf > * the output of > ldd /usr/local/sbin/httpd /usr/local/sbin/httpd: libm.so.4 => /lib/libm.so.4 (0x280c7000) libaprutil-1.so.3 => /usr/local/lib/libaprutil-1.so.3 (0x280dd000) libdb41.so.1 => /usr/local/lib/libdb41.so.1 (0x280f7000) libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x28194000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x281b2000) libapr-1.so.3 => /usr/local/lib/libapr-1.so.3 (0x2829f000) libcrypt.so.3 => /lib/libcrypt.so.3 (0x282c1000) libpthread.so.2 => /lib/libpthread.so.2 (0x282d9000) libc.so.6 => /lib/libc.so.6 (0x282fe000) > > > * a traceback from httpd.core, although this won't be much use unless > you've compiled httpd with debug symbols. locate httpd.core /usr/local/etc/rc.d/httpd.core /usr/ports/distfiles/tmp/lib/httpd.core > > * the result of running: > > truss -f /usr/local/sbin/httpd {+ any other arguments you usually > use} truss -f /usr/local/sbin/httpd truss: cannot open /proc/curproc/mem: No such file or directory truss: cannot open1 /proc/61323/mem: No such file or directory > > > * If you're using mod_php, then the contents of > /usr/local/etc/php/extensions.ini extension=bcmath.so extension=bz2.so extension=calendar.so extension=ctype.so extension=curl.so extension=pcre.so extension=simplexml.so extension=spl.so extension=dom.so extension=filter.so extension=gd.so extension=gettext.so extension=hash.so extension=iconv.so extension=json.so extension=mbstring.so extension=mcrypt.so extension=mysql.so extension=pdo.so extension=pdo_sqlite.so extension=posix.so extension=session.so extension=sockets.so extension=sqlite.so extension=tokenizer.so extension=xml.so extension=xmlreader.so extension=xmlwriter.so > > > -- > Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard > Flat 3 > PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate > Kent, CT11 9PW > > -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart. From wojtek at wojtek.tensor.gdynia.pl Sat Nov 22 13:59:52 2008 From: wojtek at wojtek.tensor.gdynia.pl (Wojciech Puchar) Date: Sat Nov 22 13:59:58 2008 Subject: Segmentation fault (core dumped) In-Reply-To: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> References: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> Message-ID: <20081122225916.X8909@wojtek.tensor.gdynia.pl> > The server is give this error whenever i want to start apache22. why? > regards no idea,but most probably you use PHP and added lots of it's modules, some of them crashes From phoenix.lists at gmail.com Sun Nov 23 05:46:26 2008 From: phoenix.lists at gmail.com (Bogdan Potishuk) Date: Sun Nov 23 05:46:33 2008 Subject: Segmentation fault (core dumped) In-Reply-To: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> References: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> Message-ID: <492957F6.3030503@gmail.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 tethys ocean wrote: > Hi to all > > The server is give this error whenever i want to start apache22. why? Most expected reason - PHP modules. Try to comment modules in /usr/local/etc/php/extensions.ini with ; and check results by php -v or php -i in shell. - -- Regards, Bogdan Potishuk - --------------------------------------------------------------- KeyID: 0x84B8D5142569D30B Fingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B Keyserver: keyserver.pgp.com - --------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREKAAYFAkkpV6EACgkQhLjVFCVp0wuBTgCffJxoUELOPuBzszCHOZ4r0nu6 CqwAoLvQB2pRvqqkqAhjJDVJYijdNk6S =QF0q -----END PGP SIGNATURE----- From tethys.ocean at gmail.com Sun Nov 23 10:20:31 2008 From: tethys.ocean at gmail.com (tethys ocean) Date: Sun Nov 23 10:20:42 2008 Subject: Segmentation fault (core dumped) In-Reply-To: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> References: <235b80000811221123o37ea51fbwcdc6a3480e2c1380@mail.gmail.com> Message-ID: <235b80000811231020r2e63648s990d9819798219e0@mail.gmail.com> Hi again ? found out what problem is. users had changed some libs of python and apache. After reinstall apache phyton and mod_python it works. so so thanks. regards. On Sat, Nov 22, 2008 at 9:23 PM, tethys ocean wrote: > Hi to all > > The server is give this error whenever i want to start apache22. why? > regards > > > > -- > Share now a pigeon's flight > Bluebound along the ancient skies, > Its women forever hair and mammal, > A Mediterranean town may arise > If you rip apart a pigeon's heart. > -- Share now a pigeon's flight Bluebound along the ancient skies, Its women forever hair and mammal, A Mediterranean town may arise If you rip apart a pigeon's heart.