Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-25 Thread Morten Kjems
I can not yet guarantee that. But maybe v1 is worth a try in your case. I will try this. But I got no clue how to apply a patch. I guess I need connect to the server with a command line tool. And execute this command: patch -p0 class.t3lib_lock.php t3lib_class.t3lib_lock.php.patch I

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site? {fuera de oficina}

2010-12-25 Thread mg
** English below / Deutsch, siehe unten ** Estaré fuera de la oficina hasta el próximo 7 de enero. Los mensajes personales los estaré contestando desde el lunes 10 de enero. Nuestra oficina atenderá desde el lunes 3 de enero. Las siguientes áreas atenderán sus inquietudes directamente:

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-22 Thread Morten Kjems
Thanks for all the help Dmitry. Unfortunately semaphores are not supported :-( Dmitry Dulepov dmitry.dule...@typo3.org skrev i en meddelelse news:mailman.1.1292853962.23183.typo3-engl...@lists.typo3.org... Hi! Morten Kjems wrote: If it is any of those it must be:

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-20 Thread Morten Kjems
If it is any of those it must be: http://bugs.typo3.org/view.php?id=16749 My problem is that the lockfiles don't get deleted not that Typo3 tries to delete non existing lockfiles. My version is Typo3 4.4.0 Could I safely apply the patch? Bjoern Pedersen bjoern.peder...@frm2.tum.de skrev i en

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-20 Thread Bjoern Pedersen
Am 20.12.2010 10:11, schrieb Morten Kjems: If it is any of those it must be: http://bugs.typo3.org/view.php?id=16749 My problem is that the lockfiles don't get deleted not that Typo3 tries to delete non existing lockfiles. My version is Typo3 4.4.0 Could I safely apply the patch? I

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-20 Thread Dmitry Dulepov
Hi! Morten Kjems wrote: If it is any of those it must be: http://bugs.typo3.org/view.php?id=16749 My problem is that the lockfiles don't get deleted not that Typo3 tries to delete non existing lockfiles. 1. Check if your host supports semaphores (see below how) 2. If yes, set locks to use

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-17 Thread Bjoern Pedersen
Am 16.12.2010 18:34, schrieb Morten Kjems: Den 15-12-2010 09:32, Philipp Gampe skrev: that means, TYPO3 uses wrong permissions to create files. You can fix this in Install Tool. Thanks for the hint. I have looked for permission settings but I can't find any. Where do I look? The

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-17 Thread Bjoern Pedersen
Am 17.12.2010 09:16, schrieb Bjoern Pedersen: Am 16.12.2010 18:34, schrieb Morten Kjems: Den 15-12-2010 09:32, Philipp Gampe skrev: that means, TYPO3 uses wrong permissions to create files. You can fix this in Install Tool. Thanks for the hint. I have looked for permission settings but I

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-16 Thread Morten Kjems
Den 15-12-2010 09:32, Philipp Gampe skrev: that means, TYPO3 uses wrong permissions to create files. You can fix this in Install Tool. Thanks for the hint. I have looked for permission settings but I can't find any. Where do I look? The Temp directory says: typo3temp/temp/ writable Also,

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-15 Thread Philipp Gampe
On Wed, 15 Dec 2010 00:09:36 +0100, Morten Kjems wrote: Core: Error handler (FE): PHP Warning: unlink(/var/www/domain.com/public_html/typo3temp/ locks/180e8e0d6108bea11deb3d0bcac96807) [function.unlink]: Permission denied in /var/www/domain.com/public_html/t3lib/class.t3lib_lock.php line 215

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-15 Thread Bjoern Pedersen
Am 15.12.2010 09:32, schrieb Philipp Gampe: On Wed, 15 Dec 2010 00:09:36 +0100, Morten Kjems wrote: Core: Error handler (FE): PHP Warning: unlink(/var/www/domain.com/public_html/typo3temp/ locks/180e8e0d6108bea11deb3d0bcac96807) [function.unlink]: Permission denied in

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-12-14 Thread Morten Kjems
I still have this problem but I really want to fix it. I get this error message from the log module in the Typo3 backend. Core: Error handler (FE): PHP Warning: unlink(/var/www/domain.com/public_html/typo3temp/locks/180e8e0d6108bea11deb3d0bcac96807) [function.unlink]: Permission denied in

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-06-10 Thread Morten Kjems
Thanks for the explanation Dmitry! In your case I would search error log for problems (PHP error messages or anything else unusual). Where do I look for this error log? I don't have direct access to the server. After elimination of the problem I would change locks to use sysvsem instead

[TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-06-01 Thread Morten Kjems
Hi. I have a really strange and serious problem. A while ago some of my sites would not load correctly. There where no error message just an empty header and body tag. I found out that this was caused by locks stored in the typo3temp/locks folder. It seems that the process that generated

Re: [TYPO3-english] Locks? What is the concept? and why are they hurting my site?

2010-06-01 Thread Dmitry Dulepov
Hi! Morten Kjems wrote: Can someone explain the concept of locks? If many users come to the same page, TYPO3 will try to generate page content in parallel. This may work badly for many extensions and for TYPO3 in general. Therefore page lock happens when page is being generated. There are