Hello Mike I tried again :)
Installing Ubuntu server 10.4 64 bit (fresh installation on physical server) apt-get install apache2 apt-get install gcc apt-get install subversion then follow the instruction: http://en.flossmanuals.net/bin/view/Plumi/Installation sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update r...@epsomv:/home/bart# apt-get install python2.4-dev python2.4-setuptools build-essential libavcodec-unstripped-52 ffmpeg ffmpeg2theora Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package python2.4-dev Then I added some repo to /etc/apt/source.list deb http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-updates main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu karmic-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse deb http://gb.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted universe multiverse apt-get update after adding new repo I run this command again: r...@epsomv:/etc/apt# aptitude install python2.4-dev python2.4-setuptools build-essential libavcodec-unstripped-52 ffmpeg ffmpeg2theora "python2.4-setuptools" exists in the package database, but it is not a real package and no package provides it. The following NEW packages will be installed: apport-hooks-medibuntu{a} build-essential dpkg-dev{a} fakeroot{a} ffmpeg ffmpeg2theora g++{a} g++-4.4{a} libasound2{a} libavcodec-extra-52{a} libavcodec-unstripped-52 libavdevice52{a} libavfilter0{a} libavformat52{a} libavutil-extra-49{a} libdb4.6{a} libdc1394-22{a} libdirac-encoder0{a} libdirectfb-1.2-0{a} libfaac0{a} libfaad2{a} libgsm1{a} liblzma1{a} libmp3lame0{a} libogg0{a} liboil0.3{a} libopencore-amrnb0{a} libopencore-amrwb0{a} libopenjpeg2{a} libpostproc51{a} libraw1394-11{a} libreadline5{a} libschroedinger-1.0-0{a} libsdl1.2debian{a} libsdl1.2debian-alsa{a} libspeex1{a} libstdc++6-4.4-dev{a} libswscale0{a} libsysfs2{a} libtheora0{a} libts-0.0-0{a} libusb-1.0-0{a} libvorbis0a{a} libvorbisenc2{a} libx264-85{a} libxvidcore4{a} python2.4{a} python2.4-dev python2.4-minimal{a} tsconf{a} xz-utils{a} 0 packages upgraded, 51 newly installed, 0 to remove and 36 not upgraded. Need to get 23.0MB of archives. After unpacking 71.5MB will be used. Do you want to continue? [Y/n/?] DONE Second step: r...@epsomv:/etc/apt# cd /opt r...@epsomv:/opt# svn co https://svn.plone.org/svn/collective/plumi.buildout/tags/3.1/ plumi r...@epsomv:/opt# ls plumi cd plumi r...@epsomv:/opt/plumi# ls AUTHORS.txt buildout.cfg GPL-3.txt LICENSE.txt products README.txt site.cfg translations zeo.cfg bootstrap.py CHANGELOG.txt INSTALL.txt MIGRATING.txt README-PLUMI.txt scripts TODO.txt versions r...@epsomv:/opt/plumi# python2.4 bootstrap.py r...@epsomv:/opt/plumi# ./bin/buildout –v path=/opt/plumi/eggs/distribute-0.6.10-py2.4.egg zip_safe flag not set; analyzing archive contents... infrae.subversion.tests.test_impl: module references __file__ Got infrae.subversion 1.4.5. Getting required 'py==1.3.2' We have no distributions for py that satisfies 'py==1.3.2'. Download error: (113, 'No route to host') -- Some packages may not be found! THEN error! So I wait and try again My server has directly internet bypass connection. SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/setup_talkback_tree.py", line 43 return decode(tuple(items), context) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/join_form.py", line 25 return SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/discussion_reply_form.py", line 17 return SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/getBatchItemInfos.py", line 35 return tuple(items) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/folder_contents.py", line 27 return SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/truncID.py", line 5 return objID[:size] + '...' SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/news_box.py", line 20 return context.news_box_template(**decode(options, script)) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/TitleOrId.py", line 7 return title SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/members_manage_form.py", line 18 return SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/index_html.py", line 22 return context.index_html_template(**decode(options, script)) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/get_permalink.py", line 26 return url SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/search_form.py", line 41 return context.search_form_template(**decode(options, script)) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/expanded_title.py", line 16 return decode(page_title, script) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/RSS.py", line 14 return SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/recent_news.py", line 31 return context.recent_news_template(**decode(options, script)) SyntaxError: 'return' outside function File "/opt/plumi/eggs/tmpuKf0ZX/Products.CMFDefault-2.1.2-py2.4.egg/Products/CMFDefault/skins/zpt_generic/reconfig_form.py", line 16 Return ………………………………….. But finally “installation was successful” r...@epsomv:/opt/plumi# ./bin/instance fg ZConfig.ConfigurationError: Can't find username 'zope' r...@epsomv:/opt/plumi# adduser zope r...@epsomv:/opt/plumi# ./bin/instance fg IOError: [Errno 13] Permission denied: '/opt/plumi/var/filestorage/Data.fs.lock' Then I give rights to /var* 2010-08-23 10:54:44 INFO Zope Set effective user to "zope" 2010-08-23 10:54:45 INFO Marshall libxml2-python not available. Unable to register libxml2 based marshallers, at least SimpleXMLMarshaller 2010-08-23 10:54:47 INFO DocFinderTab Applied patch version 1.0.4. 2010-08-23 10:54:48 ERROR ContentWrapperFactory import error No module named transcoding 2010-08-23 10:54:48 ERROR ContentWrapperFactory import error No module named transcoding 2010-08-23 10:54:48 INFO json_migrator ################################################################################ 2010-08-23 10:54:48 INFO json_migrator {'ATEvent': <class 'Products.json_migrator.ContentWrappers.EventExportWrapper'>, 'ATDocument': <class 'Products.json_migrator.ContentWrappers.DocumentExportWrapper'>, 'ATFile': <class 'Products.json_migrator.ContentWrappers.FileExportWrapper'>, 'Plone Folder': <class 'Products.json_migrator.ContentWrappers.DublinExportWrapper'>, 'Image': <class 'Products.json_migrator.ContentWrappers.ImageExportWrapper'>, 'ATNewsItem': <class 'Products.json_migrator.ContentWrappers.NewsExportWrapper'>, 'ATImage': <class 'Products.json_migrator.ContentWrappers.ImageExportWrapper'>} 2010-08-23 10:54:48 WARNING Init Class Products.json_migrator.portal_json_migrator.portal_json_migrator has a security declaration for nonexistent method 'getFolderish' 2010-08-23 10:54:48 INFO ZODB.blob (8445) Blob directory `/opt/plumi/var/blobstorage` has layout marker set. Selected `bushy` layout. 2010-08-23 10:54:48 WARNING ZODB.blob (8445) Blob dir /opt/plumi/var/blobstorage/ has insecure mode setting 2010-08-23 10:54:48 WARNING Init Class Products.ATCountryWidget.CountryTool.CountryUtils has a security declaration for nonexistent method 'manage_counties_addCountryToArea' 2010-08-23 10:54:48 WARNING Init Class Products.ATCountryWidget.CountryTool.CountryUtils has a security declaration for nonexistent method 'manage_counties_addCountryToArea' /opt/plumi/eggs/Products.ATCountryWidget-0.2.5-py2.4.egg/Products/ATCountryWidget/__init__.py:21: DeprecationWarning: The product_name parameter of ToolInit is now ignored product_name='Country_Tool', icon='www/tool.gif') 2010-08-23 10:54:49 INFO Plone Dependency Unable to detect Zope version. Please make sure you have Zope 2.10.4 or newer installed. 2010-08-23 10:54:49 WARNING PlacelessTranslationService Error while compiling /opt/plumi/parts/zope2/lib/python/zope/app/locales/it/LC_MESSAGES/zope.po 2010-08-23 10:54:49 WARNING PlacelessTranslationService Error while compiling /opt/plumi/parts/zope2/lib/python/zope/app/locales/zh_TW/LC_MESSAGES/zope.po 2010-08-23 10:54:52 WARNING PlacelessTranslationService Error while compiling /opt/plumi/src/collective.contentlicensing/collective/contentlicensing/locales/zh-hk/LC_MESSAGES/ContentLicensing.po 2010-08-23 10:54:52 WARNING PlacelessTranslationService Error while compiling /opt/plumi/src/collective.contentlicensing/collective/contentlicensing/locales/pt-br/LC_MESSAGES/ContentLicensing.po 2010-08-23 10:54:52 WARNING PlacelessTranslationService Error while compiling /opt/plumi/src/collective.contentlicensing/collective/contentlicensing/locales/de/LC_MESSAGES/ContentLicensing.po 2010-08-23 10:54:52 WARNING PlacelessTranslationService Error while compiling /opt/plumi/src/collective.contentlicensing/collective/contentlicensing/locales/pt/LC_MESSAGES/ContentLicensing.po 2010-08-23 10:54:52 WARNING PlacelessTranslationService Error while compiling /opt/plumi/src/collective.contentlicensing/collective/contentlicensing/locales/ko/LC_MESSAGES/ContentLicensing.po /opt/plumi/parts/zope2/lib/python/zope/configuration/config.py:692: DeprecationWarning: The five:traversable statement is no longer needed and will be removed in Zope 2.12. actions = self.handler(context, **args) /opt/plumi/parts/zope2/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5 __import__(arguments[0]) 2010-08-23 10:54:53 WARNING PlacelessTranslationService Error while compiling /opt/plumi/eggs/Products.PlacelessTranslationService-1.5.4-py2.4.egg/Products/PlacelessTranslationService/locales/el/LC_MESSAGES/PlacelessTranslationService.po 2010-08-23 10:54:53 WARNING PlacelessTranslationService Error while compiling /opt/plumi/eggs/Products.PlacelessTranslationService-1.5.4-py2.4.egg/Products/PlacelessTranslationService/locales/cs/LC_MESSAGES/PlacelessTranslationService.po 2010-08-23 10:54:53 WARNING PlacelessTranslationService Error while compiling /opt/plumi/eggs/Products.PlacelessTranslationService-1.5.4-py2.4.egg/Products/PlacelessTranslationService/locales/pt_BR/LC_MESSAGES/PlacelessTranslationService.po 2010-08-23 10:54:53 WARNING PlacelessTranslationService Error while compiling /opt/plumi/eggs/Products.PlacelessTranslationService-1.5.4-py2.4.egg/Products/PlacelessTranslationService/locales/de/LC_MESSAGES/PlacelessTranslationService.po 2010-08-23 10:54:54 INFO collective.monkeypatcher Monkey patching Products.CMFPlone.CatalogTool.CatalogTool.clearFindAndRebuild with plone.app.discussion.patches.patchedClearFindAndRebuild 2010-08-23 10:54:54 WARNING Init Class Products.Five.metaclass.SimpleViewClass from /opt/plumi/eggs/plumi.skin-0.9-py2.4.egg/plumi/skin/browser/templates/video_listing.pt has a security declaration for nonexistent method 'videos' 2010-08-23 10:54:54 WARNING Init Class Products.Five.metaclass.SimpleViewClass from /opt/plumi/eggs/plumi.skin-0.9-py2.4.egg/plumi/skin/browser/templates/video_listing.pt has a security declaration for nonexistent method 'empty' 2010-08-23 10:54:54 WARNING Init Class Products.Five.metaclass.AuthorPage has a security declaration for nonexistent method 'author' 2010-08-23 10:54:59 INFO Zope Ready to handle requests End I end up with same problem as I posted before….. I believe it all is about python2.4 which is not much compatible with ubuntu 10.4 server. I am quite new to Linux. Maybe should I gave up and go for plumi 2? Should I install python2.4 in different way? I manage run plumi 3 on SLES 11, unfortunately the problems where with ffmpeg. To many dependents needed :/ Thanks Bart ---------------------------------------------------------------------- Message: 1 Date: Thu, 19 Aug 2010 14:57:30 +0300 Hey Bart. First of all, you don't have to downgrade python or anything in your system. It is not a good idea to remove python2.6 from your ubuntu installation. Just install python2.4 along with your default python (2.6) Afterwards, I would strongly advise to use the buildout installation method as it is the recommended (and most tested) method for any plone installation. After you install python2.4-dev and everything else, as documented on the plumi manual, you just: $ svn co https://svn.plone.org/svn/collective/plumi.buildout/tags/3.1/ plumi $ cd plumi $ python2.4 bootstrap.py $ ./bin/buildout It'll start downloading and installing everything you need. If you just want to test it locally, all you need to do is open two terminals and write $ ./bin/instance fg to start zope in the first one, and $ ./bin/transcodedaemon fg to start the transcoding daemon in the other one (fg means it will run on foreground. If you see any errors, just copy and send the output so we can help. If there aren't any errors, you can Ctrl+c and run them normally with ./bin/instance start and ./bintranscodedaemon start) Then just go to http://localhost:8080/manage log in with admin:admin and create a new plone site. Go to it and install plumi.app. You should be set. Also, if you get any errors, tell us at which point these errors appear. While running buildout, while starting zope or during the installation of plumi.app? Cheers, Mike unweb.me On Thu, 2010-08-19 at 10:12 +1200, Bart Ignasiak wrote: > Hi Guys! > > > > Info: > > I am using newest version of plumi and ubuntu 10.4 64 bit > > In ubuntu I needed downgrade python to pyton 2.4 > > Instruction I am using: > http://en.flossmanuals.net/bin/view/Plumi/Installation > > > > Problem > > ComponentLookupError: (<InterfaceClass > zope.i18n.interfaces.ITranslationDomain>, 'plumi') > > Installing Plumi application setup 0.6 > > anyone can help? What logs should I provide? > > > > Cheers > > > > Bart > > > > > > > _______________________________________________ > Discuss mailing list > [email protected] > http://lists.plumi.org/listinfo/discuss ------------------------------ Message: 2 Date: Fri, 20 Aug 2010 00:20:23 -0000 From: "Plumi" <[email protected]> Cc: [email protected] Subject: [plumi-discuss] [Plumi] #438: Change comments ordering to reverse chronological Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" #438: Change comments ordering to reverse chronological ---------------------------+------------------------------------------------ Reporter: and | Owner: Type: task | Status: new Priority: blocker | Milestone: 3.2 Component: AuthorProfile | Keywords: Tester: And | ---------------------------+------------------------------------------------ Eg. http://www.engagemedia.org/recent-comments appears in random order. -- Ticket URL: <http://plumi.org/ticket/438> Plumi <http://plumi.org/> Plumi - FOSS Video Sharing Platform ------------------------------ Message: 3 Date: Fri, 20 Aug 2010 00:44:46 -0000 From: "Plumi" <[email protected]> Cc: [email protected] Subject: Re: [plumi-discuss] [Plumi] #438: Change comments ordering to reverse chronological Message-ID: <[email protected]> Content-Type: text/plain; charset="utf-8" #438: Change comments ordering to reverse chronological ------------------------+--------------------------------------------------- Reporter: and | Owner: Type: task | Status: new Priority: blocker | Milestone: 3.2 Component: Commenting | Keywords: Tester: And | ------------------------+--------------------------------------------------- Changes (by and): * component: AuthorProfile => Commenting -- Ticket URL: <http://plumi.org/ticket/438#comment:1> Plumi <http://plumi.org/> Plumi - FOSS Video Sharing Platform ------------------------------ _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss End of Discuss Digest, Vol 39, Issue 13 *************************************** _______________________________________________ Discuss mailing list [email protected] http://lists.plumi.org/listinfo/discuss
