Project

General

Profile

Bug #421

Problems with ownCloud After Package Upgrade on FreeBSD

Added by Daniel Curtis almost 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web Server
Target version:
Start date:
07/14/2014
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:

Description

I recently upgraded my web servers packages using:

pkg update && pkg upgrade

The upgrades successfully installed and after restarting apache using the following command I was unable to connect to ownCloud:

service apache22 restart

When I go to the web front end I receive only a single error stating:

Failed to start session

The Fix

I use memcached to centralize my session information, so I decided to upgrade the pecl-memcached package, like so:

portsnap fetch extract
cd /usr/ports/databases/pecl-memcached
make reinstall clean

I restarted apache one more time, and the problem went away.

Also available in: Atom PDF