|
From: Antoin V. <da...@an...> - 2016-04-26 21:45:32
|
Op 26 apr. 2016, om 19:41 heeft Michael Grundmann <mi...@li...> het volgende geschreven:
> Am 26.04.16 um 15:20 schrieb Antoin Verschuren:
>
>
> [pid 21053] stat("/var/www/principals/", 0x7ffde03b0200) = -1 ENOENT (No
> such file or directory)
> [pid 21053] lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> [pid 21053] lstat("/var/www", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> [pid 21053] lstat("/var/www/principals", 0x7ffde03b0200) = -1 ENOENT (No
> such file or directory)
>
>
> no such file or directory?
I see more of these in my trace:
21053 stat("/var/www/.pgpass", 0x7ffde03ace90) = -1 ENOENT (No such file or directory)
24085 stat("/var/www/cal/caldav.php/maria/", 0x7ffde03b0200) = -1 ENOTDIR (Not a directory)
24085 stat("/var/www/maria/", 0x7ffde03afed0) = -1 ENOENT (No such file or directory)
24085 lstat("/var/www/maria", 0x7ffde03afed0) = -1 ENOENT (No such file or directory)
24085 stat("/var/www/.pgpass", 0x7ffde03ace90) = -1 ENOENT (No such file or directory)
24076 stat("/var/www/cal/caldav.php/maria/", 0x7ffde03b0200) = -1 ENOTDIR (Not a directory)
24076 stat("/var/www/maria/", 0x7ffde03afed0) = -1 ENOENT (No such file or directory)
24076 lstat("/var/www/maria", 0x7ffde03afed0) = -1 ENOENT (No such file or directory)
24076 stat("/var/www/.pgpass", 0x7ffde03ace90) = -1 ENOENT (No such file or directory)
I’m not using a virtual host, but my caldav store is symbolically linked from my existing document root under a subdir /cal.
I don’t know why the whole path is searched like that, but it doesn’t look look like that breaks anything.
maria is one of my users, but I don’t know where the .pgpass or principals is coming from…:-s
Could a memory leak have something to do with this?
I found this bug report: https://bugs.php.net/bug.php?id=62242 on the xml_parser
That was in php5.4/5.5, but could it be worse in php7.0 since my setup worked under php5.6 in ubuntu 15.10 (and any lts version below from 10.04 onwards)?
I managed to get some more php errors reported, but most of them are warnings:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; HTTPAuthSession has a deprecated constructor in /usr/share/davical/inc/HTTPAuthSession.php on line 17
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Session has a deprecated constructor in /usr/share/awl/inc/Session.php on line 58
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; iCalProp has a deprecated constructor in /usr/share/awl/inc/iCalendar.php on line 57
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; iCalComponent has a deprecated constructor in /usr/share/awl/inc/iCalendar.php on line 353
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; iCalendar has a deprecated constructor in /usr/share/awl/inc/iCalendar.php on line 969
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MenuOption has a deprecated constructor in /usr/share/awl/inc/MenuSet.php on line 21
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MenuSet has a deprecated constructor in /usr/share/awl/inc/MenuSet.php on line 222
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DBRecord has a deprecated constructor in /usr/share/awl/inc/DataUpdate.php on line 122
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; EntryField has a deprecated constructor in /usr/share/awl/inc/DataEntry.php on line 38
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; EntryForm has a deprecated constructor in /usr/share/awl/inc/DataEntry.php on line 334
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; BrowserColumn has a deprecated constructor in /usr/share/awl/inc/classBrowser.php on line 32
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Browser has a deprecated constructor in /usr/share/awl/inc/classBrowser.php on line 174
I didn’t find anything more on this, only that it’s not working.
So, I’m ready to try anything the next few days, but since I need my calendar, I’ll revert to ubuntu 15:10, or set up google calendars for all my users in a few days ;-(.
Antoin
- --
Antoin Verschuren
Tweevoren 6, 5672 SB Nuenen, NL
M: +31 6 37682392
|