[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Sebastien
- Subject: [EP-tech] Sebastien
- From: Bin.Han at concordia.ca (Bin Han)
- Date: Tue, 19 Aug 2014 13:42:02 +0000
Hi Seb:
Thanks for your service for the last few years, wish you all the best in your new position!
Best,
Bin Han
Programmer/Analyst, IITS
S-LB 815, Concordia University
(514) 848-2424 ext 7661
Bin.Han AT concordia.ca
-----Original Message-----
From: eprints-tech-bounces at ecs.soton.ac.uk [mailto:eprints-tech-bounces at ecs.soton.ac.uk] On Behalf Of eprints-tech-request at ecs.soton.ac.uk
Sent: August-19-14 7:00 AM
To: eprints-tech at ecs.soton.ac.uk
Subject: Eprints-tech Digest, Vol 71, Issue 27
Send Eprints-tech mailing list submissions to
eprints-tech at ecs.soton.ac.uk
To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
or, via email, send a message with subject or body 'help' to
eprints-tech-request at ecs.soton.ac.uk
You can reach the person managing the list at
eprints-tech-owner at ecs.soton.ac.uk
When replying, please edit your Subject line so it is more specific than "Re: Contents of Eprints-tech digest..."
Today's Topics:
1. Re: Injecting gigabyte-scale files into EPrints archive -
impossible? (Paolo Tealdi)
2. Re: Farewell (?) (Paolo Tealdi)
3. Interesting issue with EP 3.2 & Perl 5.20... noticed with
SWORD (Ian Stuart)
4. Re: Injecting gigabyte-scale files into EPrints archive -
impossible? (Florian He?)
5. wiki.eprints & files.eprints are down... (Ian Stuart)
----------------------------------------------------------------------
Message: 1
Date: Mon, 18 Aug 2014 16:17:22 +0200
From: Paolo Tealdi <paolo.tealdi at polito.it>
Subject: [EP-tech] Re: Injecting gigabyte-scale files into EPrints
archive - impossible?
To: eprints-tech at ecs.soton.ac.uk
Message-ID: <53F20AF2.6010501 at polito.it>
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Il 04/08/2014 10:13, Yuri ha scritto:
> The only option seems to enlarge the tmp :-)
>
or trying to convince the system to change the TMPDIR to a bigger filesystem.
Best regards,
Paolo Tealdi
--
Ing. Paolo Tealdi Area IT - Politecnico Torino
Telefono/Phone : +39-011-0906714 , FAX : +39-011-0906799 Indirizzo/Address : C.so Duca degli Abruzzi, 24 - 10129 Torino - ITALY Skype : tealdi.paolo Please consider your environmental responsibility before printing this e-mail
------------------------------
Message: 2
Date: Mon, 18 Aug 2014 16:35:55 +0200
From: Paolo Tealdi <paolo.tealdi at polito.it>
Subject: [EP-tech] Re: Farewell (?)
To: eprints-tech at ecs.soton.ac.uk
Message-ID: <53F20F4B.1070506 at polito.it>
Content-Type: text/plain; charset=windows-1252; format=flowed
Il 08/08/2014 12:53, Sebastien Francois ha scritto:
> Hi all,
>
> This is my last day working for EPrints and I will now disappear from
> ep-tech. I wish everyone all the best with their work!
>
> And keep on helping each other on this mailing-list, it's a great
> resource for the EPrints dev community! :-)
>
> Au revoir++
> Seb.
> *** Options:
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: http://www.eprints.org/tech.php/
> *** EPrints community wiki: http://wiki.eprints.org/
> *** EPrints developers Forum: http://forum.eprints.org/
>
Hi Seb and all,
thank you Seb for the great support you donated us in these years. With you the eprints support has improved very much.
I wish you a great new job, interesting and full of opportunities.
Best regards,
Paolo Tealdi
--
Ing. Paolo Tealdi Area IT - Politecnico Torino
Telefono/Phone : +39-011-0906714 , FAX : +39-011-0906799 Indirizzo/Address : C.so Duca degli Abruzzi, 24 - 10129 Torino - ITALY Skype : tealdi.paolo Please consider your environmental responsibility before printing this e-mail
------------------------------
Message: 3
Date: Mon, 18 Aug 2014 16:15:18 +0100
From: Ian Stuart <Ian.Stuart at ed.ac.uk>
Subject: [EP-tech] Interesting issue with EP 3.2 & Perl 5.20...
noticed with SWORD
To: eprints <eprints-tech at ecs.soton.ac.uk>
Message-ID: <53F21886.3060106 at ed.ac.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
I'm moving a repo...
... from Solaris containers to Virtual Machines running Redhat Centos ... from Perl 5.10.1 to Perl 5.20
Everything seemed fine, until I started testing the SWORD conenctions - and I was getting errors!
Checking in a web broswer, normal pages are fine: I can browse and surf with no issues... but when I try to get a "servicedocument" I get
EPrints System Error
Can't copy /home/eprints/ePrints/archives/eprints1/cfg/static to
/home/eprints/ePrints/archives/eprints1/html/en: Is a directory
Turns out that EPrints::Utils::copy uses File::Copy::copy - and File::Copy::copy has undefined behaviour when copying 1 directory to another.... and it was broken with this new configuration!
I installed File::Copy::Recursive and edited EPrints::Utils::copy to use it.... and "happy days!"
(use File::Copy::Recursive::rcopy - its smart and will do File::Copy::copy or File::Copy::Recursive::dircopy as appropriate)
So - a potential bug for future installations, and something I need to remember to check when I upgrade to 3.3.12 :)
--
Ian Stuart.
Developer: ORI, RJ-Broker, and OpenDepot.org Bibliographics and Multimedia Service Delivery team, EDINA, The University of Edinburgh.
http://edina.ac.uk/
This email was sent via the University of Edinburgh.
The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
------------------------------
Message: 4
Date: Tue, 19 Aug 2014 10:35:32 +0200
From: Florian He? <hess at ub.uni-heidelberg.de>
Subject: [EP-tech] Re: Injecting gigabyte-scale files into EPrints
archive - impossible?
To: eprints-tech at ecs.soton.ac.uk
Message-ID: <53F30C54.7090104 at ub.uni-heidelberg.de>
Content-Type: text/plain; charset=windows-1252; format=flowed
Am 18.08.2014 um 16:17 schrieb Paolo Tealdi:
> Il 04/08/2014 10:13, Yuri ha scritto:
>> The only option seems to enlarge the tmp :-)
>>
>
> or trying to convince the system to change the TMPDIR to a bigger filesystem.
>
Thank you both, Yuri and Paolo. :-)
I am afraid, though, that this is not quite a sustainable, scalable approach. If for instance one used Recollect Plugin or whatever, anyway EPrints as a research data store, even bigger files would be to serve, say hundred gigabyte large database dumps. EPrints could not handle that giant files this way, as it would need absurd *several hundred* gigabyte of RAM and swap, let alone other involved bottle-necks in the program flow. If you don't mind my assuming that in regard to its easygoing use of join("", <STDIN>).
Concerning large files, we thought we could serve files up to a maximum of a DVD image. For the time being I will prefer the described copy & hack database method (but as said, I'll try use the API next time).
Look, as a public university library it is not overwhelming hardware resources which we have got for the given purpose, so we must use wise and economically what is available.
Kind regards
Florian
> Best regards,
> Paolo Tealdi
>
--
UB Heidelberg (Altstadt)
Pl?ck 107-109, 69117 HD
Abt. Informationstechnik
http://www.ub.uni-heidelberg.de/
------------------------------
Message: 5
Date: Tue, 19 Aug 2014 11:42:44 +0100
From: Ian Stuart <Ian.Stuart at ed.ac.uk>
Subject: [EP-tech] wiki.eprints & files.eprints are down...
To: eprints <eprints-tech at ecs.soton.ac.uk>, info at services.eprints.org
Message-ID: <53F32A24.10202 at ed.ac.uk>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
.... Not sure who's looking after them these days
--
Ian Stuart.
Developer: ORI, RJ-Broker, and OpenDepot.org
Bibliographics and Multimedia Service Delivery team,
EDINA,
The University of Edinburgh.
http://edina.ac.uk/
This email was sent via the University of Edinburgh.
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
------------------------------
_______________________________________________
Eprints-tech mailing list
Eprints-tech at ecs.soton.ac.uk
http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
End of Eprints-tech Digest, Vol 71, Issue 27
********************************************