Skip to content

Instantly share code, notes, and snippets.

@itorres
Created March 16, 2016 23:28
Show Gist options
  • Save itorres/75025814679dcc61afd0 to your computer and use it in GitHub Desktop.
Save itorres/75025814679dcc61afd0 to your computer and use it in GitHub Desktop.
OCC FreeBSD errors for folders with > 50000 files Raw
magellan:~$ owncloud --logfile -
03-17 00:04:41:709 101382 OCC::Application::setupLogging: "################## ownCloud ca_ES () 2.1.1"
03-17 00:04:41:709 101382 OCC::Application::setupTranslations: void OCC::Application::setupTranslations() Using "ca_ES" translation
03-17 00:04:41:711 101382 unknown: QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-itorres'
03-17 00:04:41:712 101382 OCC::SocketApi::SocketApi: SocketApi: server started, listening at "/tmp/runtime-itorres/ownCloud/socket"
03-17 00:04:41:712 101382 OCC::FolderMan::FolderMan: setting remote poll timer interval to 30000 msec
03-17 00:04:41:841 101382 OCC::FolderMan::setupFolders: * Setup folders from settings file
03-17 00:04:41:841 101382 OCC::Folder::checkLocalPath: Checked local path ok
03-17 00:04:41:842 101382 OCC::FolderMan::addFolderInternal: Adding folder to Folder Map OCC::Folder(0x812677c00)
03-17 00:04:41:842 101382 OCC::FolderWatcherPrivate::slotAddFolderRecursive: (+) Watcher: "/usr/home/itorres/ownCloud/"
03-17 00:04:43:677 101382 OCC::FolderWatcherPrivate::slotAddFolderRecursive: `-> and 4582 subdirectories
03-17 00:04:43:677 101382 OCC::FolderMan::slotScheduleSync: Schedule folder "ownCloud" to sync!
03-17 00:04:43:677 101382 OCC::FolderMan::slotScheduleSync: Folder is not ready to sync, not scheduled!
03-17 00:04:43:678 101382 OCC::ClientProxy::setupQtProxyFromConfig: Set proxy configuration to use system configuration
03-17 00:04:43:723 101382 OCC::SyncJournalDb::checkConnect: sqlite3 version "3.10.2"
03-17 00:04:43:723 101382 OCC::SyncJournalDb::checkConnect: sqlite3 journal_mode= "wal"
03-17 00:04:43:723 101382 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit "checkConnect" and starting new transaction
03-17 00:04:43:723 101382 OCC::SyncJournalDb::tableColumns: Columns in the current journal: ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid", "remotePerm", "filesize", "ignoredChildrenRemote", "contentChecksum", "contentChecksumTypeId")
03-17 00:04:43:723 101382 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit "update database structure: add inode index" and starting new transaction
03-17 00:04:43:723 101382 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit "update database structure: add path index" and starting new transaction
03-17 00:04:43:723 101382 OCC::SyncJournalDb::tableColumns: Columns in the current journal: ("path", "lastTryEtag", "lastTryModtime", "retrycount", "errorstring", "lastTryTime", "ignoreDuration")
03-17 00:04:43:724 101382 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString &, bool) Transaction commit "checkConnect End"
03-17 00:04:43:898 101382 unknown: XmbTextListToTextProperty result code -2
03-17 00:04:43:900 101382 unknown: XmbTextListToTextProperty result code -2
03-17 00:04:43:931 101382 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
03-17 00:04:43:931 101382 OCC::ConnectionValidator::checkServerAndAuth: Trying to look up system proxy
03-17 00:04:43:932 101432 OCC::SystemProxyRunnable::run: virtual void OCC::SystemProxyRunnable::run() Starting system proxy lookup
03-17 00:04:43:934 101382 OCC::ConnectionValidator::systemProxyLookupDone: No system proxy set by OS
03-17 00:04:43:935 101382 unknown: QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State)
03-17 00:04:43:935 101382 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://server/owncloud/" + "status.php" "OCC::ConnectionValidator"
03-17 00:04:43:937 101382 OCC::AbstractNetworkJob::slotFinished: void OCC::AbstractNetworkJob::slotFinished() QNetworkReply::NetworkError(HostNotFoundError) "Host server not found" QVariant(Invalid)
03-17 00:04:43:937 101382 OCC::ConnectionValidator::slotNoStatusFound: void OCC::ConnectionValidator::slotNoStatusFound(QNetworkReply *) QNetworkReply::NetworkError(HostNotFoundError) "Host server not found"
03-17 00:04:43:937 101382 OCC::AccountState::slotConnectionValidatorResult: AccountState connection status change: "Undefined" -> "Status not found"
03-17 00:04:43:937 101382 OCC::AccountState::setState: AccountState state change: "Desconnectat" -> "Error de xarxa"
03-17 00:04:43:937 101382 OCC::AccountSettings::showConnectionLabel: "No hi ha connexió amb ownCloud a <a href=\"https://server/owncloud/\">https://server/owncloud/</a>.\nHost server not found"
03-17 00:04:43:938 101382 OCC::FolderMan::slotAccountStateChanged: Account "itorres@server" disconnected, terminating or descheduling sync folders
03-17 00:04:43:938 101382 OCC::CheckServerJob::finished: error: status.php replied 0 ""
03-17 00:04:47:080 101382 OCC::UpdaterScheduler::slotTimerFired: void OCC::UpdaterScheduler::slotTimerFired() Skipping update check because of config file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment