Skip to content

Instantly share code, notes, and snippets.

@itorres
Created March 16, 2016 23:27
Show Gist options
  • Save itorres/cf4c355e4ec09039f40d to your computer and use it in GitHub Desktop.
Save itorres/cf4c355e4ec09039f40d to your computer and use it in GitHub Desktop.
OCC FreeBSD errors for folders with > 50000 files
magellan:ownCloud$ owncloud --logfile -
03-17 00:00:25:862 101358 OCC::Application::setupLogging: "################## ownCloud ca_ES () 2.1.1"
03-17 00:00:25:862 101358 OCC::Application::setupTranslations: void OCC::Application::setupTranslations() Using "ca_ES" translation
03-17 00:00:25:864 101358 unknown: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-itorres'
03-17 00:00:25:864 101358 OCC::SocketApi::SocketApi: SocketApi: server started, listening at "/tmp/runtime-itorres/ownCloud/socket"
03-17 00:00:25:864 101358 OCC::FolderMan::FolderMan: setting remote poll timer interval to 30000 msec
03-17 00:00:25:945 101358 OCC::FolderMan::setupFolders: * Setup folders from settings file
03-17 00:00:25:945 101358 OCC::Folder::checkLocalPath: Checked local path ok
03-17 00:00:25:946 101358 OCC::FolderMan::addFolderInternal: Adding folder to Folder Map OCC::Folder(0x812677c00)
03-17 00:00:25:946 101358 OCC::FolderWatcherPrivate::slotAddFolderRecursive: (+) Watcher: "/usr/home/itorres/ownCloud/"
03-17 00:00:27:709 101358 OCC::FolderWatcherPrivate::slotAddFolderRecursive: `-> and 4582 subdirectories
03-17 00:00:27:710 101358 OCC::FolderMan::slotScheduleSync: Schedule folder "ownCloud" to sync!
03-17 00:00:27:710 101358 OCC::FolderMan::slotScheduleSync: Folder is not ready to sync, not scheduled!
03-17 00:00:27:711 101358 OCC::ClientProxy::setupQtProxyFromConfig: Set proxy configuration to use system configuration
03-17 00:00:27:755 101358 OCC::SqlQuery::prepare: Sqlite prepare statement error: "unable to open database file" in "PRAGMA quick_check;"
03-17 00:00:27:755 101358 OCC::SqlDatabase::checkDb: quick_check returned failure: ""
03-17 00:00:27:755 101358 OCC::SqlDatabase::openOrCreateReadWrite: Consistency check failed, removing broken db "/usr/home/itorres/ownCloud/.csync_journal.db"
03-17 00:00:27:756 101358 OCC::SqlDatabase::openHelper: Error: "unable to open database file" for "/usr/home/itorres/ownCloud/.csync_journal.db"
03-17 00:00:27:756 101358 OCC::SyncJournalDb::checkConnect: Error opening the db: "unable to open database file"
03-17 00:00:27:955 101358 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
03-17 00:00:27:956 101358 OCC::ConnectionValidator::checkServerAndAuth: Trying to look up system proxy
03-17 00:00:27:956 101400 OCC::SystemProxyRunnable::run: virtual void OCC::SystemProxyRunnable::run() Starting system proxy lookup
03-17 00:00:27:960 101358 OCC::ConnectionValidator::systemProxyLookupDone: No system proxy set by OS
03-17 00:00:27:961 101358 unknown: QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State)
(process:45473): GLib-ERROR **: Creating pipes for GWakeup: Too many open files in system
Trace/BPT trap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment