Skip to content

Instantly share code, notes, and snippets.

@johncant
Created February 22, 2016 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johncant/a51026f49132a2009257 to your computer and use it in GitHub Desktop.
Save johncant/a51026f49132a2009257 to your computer and use it in GitHub Desktop.
Owncloud client borkage
02-22 11:02:50:873 24377 OCC::Application::setupLogging: "################## ownCloud en_GB () 2.1.0"
02-22 11:02:50:874 24377 OCC::Application::setupTranslations: void OCC::Application::setupTranslations() Using "en_GB" translation
02-22 11:02:50:874 24377 OCC::SocketApi::SocketApi: SocketApi: server started, listening at "/run/user/REDACTED/ownCloud/socket"
02-22 11:02:50:875 24377 OCC::FolderMan::FolderMan: setting remote poll timer interval to 30000 msec
02-22 11:02:50:898 24377 OCC::FolderMan::setupFolders: * Setup folders from settings file
02-22 11:02:50:899 24377 OCC::Folder::checkLocalPath: Checked local path ok
02-22 11:02:50:899 24377 OCC::FolderMan::addFolderInternal: Adding folder to Folder Map OCC::Folder(0x15562d0)
02-22 11:02:50:899 24377 OCC::FolderWatcherPrivate::slotAddFolderRecursive: (+) Watcher: "/home/REDACTED/ownCloud/"
02-22 11:03:56:461 24377 OCC::FolderWatcherPrivate::slotAddFolderRecursive: `-> and 345965 subdirectories
02-22 11:03:56:506 24377 OCC::FolderMan::slotScheduleSync: Schedule folder "ownCloud" to sync!
02-22 11:03:56:506 24377 OCC::FolderMan::slotScheduleSync: Folder is not ready to sync, not scheduled!
02-22 11:03:56:506 24377 OCC::ClientProxy::setupQtProxyFromConfig: Set proxy configuration to use system configuration
02-22 11:03:56:934 24377 OCC::Updater::getSystemInfo: Sys Info size: 0
02-22 11:03:57:362 24377 OCC::SyncJournalDb::checkConnect: sqlite3 version "3.10.2"
02-22 11:03:57:362 24377 OCC::SyncJournalDb::checkConnect: sqlite3 journal_mode= "wal"
02-22 11:03:57:362 24377 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString&, bool) Transaction commit "checkConnect" and starting new transaction
02-22 11:03:57:363 24377 OCC::SyncJournalDb::tableColumns: Columns in the current journal: ("phash", "pathlen", "path", "inode", "uid", "gid", "mode", "modtime", "type", "md5", "fileid", "remotePerm", "filesize", "ignoredChildrenRemote", "contentChecksum", "contentChecksumTypeId")
02-22 11:03:57:363 24377 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString&, bool) Transaction commit "update database structure: add inode index" and starting new transaction
02-22 11:03:57:363 24377 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString&, bool) Transaction commit "update database structure: add path index" and starting new transaction
02-22 11:03:57:363 24377 OCC::SyncJournalDb::tableColumns: Columns in the current journal: ("path", "lastTryEtag", "lastTryModtime", "retrycount", "errorstring", "lastTryTime", "ignoreDuration")
02-22 11:03:57:363 24377 OCC::SyncJournalDb::commitInternal: void OCC::SyncJournalDb::commitInternal(const QString&, bool) Transaction commit "checkConnect End"
02-22 11:03:57:404 24377 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
02-22 11:03:57:404 24377 OCC::ConnectionValidator::checkServerAndAuth: Trying to look up system proxy
02-22 11:03:57:405 24385 OCC::SystemProxyRunnable::run: virtual void OCC::SystemProxyRunnable::run() Starting system proxy lookup
02-22 11:03:57:406 24377 OCC::AccountState::~AccountState: Account state for account "REDACTED@REDACTED" deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment