Debian 8 client 2.3.3 won't login

Expected behaviour

Client should login to server using LDAP authentication as it used to do in all previous versions

Actual behaviour

Nothing happens. Client won't login (although on WIndows or OsX it works normal).

Steps to reproduce

  1. Start client on Debian 8

Client configuration

Client version: 2.3.3

Operating system: Debian 8

OS language: EN

Qt version used by client package (Linux only, see also Settings dialog):

Built from Git revision 57bc79 on Sep 5 2017, 18:45:40 using Qt 5.6.2, OpenSSL 1.0.1t 3 May 2016

Client package (From ownCloud or distro) (Linux only):

Package from ownCloud

Installation path of client:

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer
logs.

Template for output < 10 lines

  1. Client logfile:
    09-19 13:09:45:689 3003 OCC::Account::resetNetworkAccessManager: Resetting QNAM
    09-19 13:09:45:695 3003 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
    09-19 13:09:45:701 3003 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://mojoblak.srce.hr" + "status.php" "OCC::ConnectionValidator"
    09-19 13:09:45:784 3003 OCC::CheckServerJob::finished: status.php returns: QMap(("edition", QVariant(QString, ""))("installed", QVariant(QString, "true"))("version", QVariant(QString, "7.0.4.2"))("versionstring", QVariant(QString, "7.0.4"))) QNetworkReply::NetworkError(NoError) Reply: QNetworkReplyHttpImpl(0x29cc440)
    09-19 13:09:45:785 3003 OCC::ConnectionValidator::slotStatusFound: ** Application: ownCloud found: QUrl("https://mojoblak.srce.hr/status.php") with version "7.0.4" ( "7.0.4.2" )
    09-19 13:09:45:785 3003 OCC::ConnectionValidator::setAndCheckServerVersion: QUrl("https://mojoblak.srce.hr") has server version "7.0.4.2"
    09-19 13:09:45:787 3003 OCC::AccountState::slotConnectionValidatorResult: AccountState connection status change: "Undefined" -> "Credentials Wrong"
    09-19 13:09:45:789 3003 OCC::HttpCredentials::fetchFromKeychain: -------- -----> QSslCertificate("", "", "1B2M2Y8AsgTpgAmY7PhCfg==", (), (), QMap(), QDateTime( Qt::TimeSpec(LocalTime)), QDateTime( Qt::TimeSpec(LocalTime))) QSslKey(PrivateKey, OPAQUE, -1)
    09-19 13:09:45:790 3003 OCC::AccountState::setState: AccountState state change: "Disconnected" -> "Configuration error"
    09-19 13:09:45:791 3003 OCC::FolderMan::slotAccountStateChanged: Account "greguric@ufzg.hr@mojoblak.srce.hr" disconnected or paused, terminating or descheduling sync folders
    09-19 13:09:45:857 3003 OCC::Account::resetNetworkAccessManager: Resetting QNAM
    09-19 13:09:45:858 3003 OCC::ConnectionValidator::checkServerAndAuth: Checking server and authentication
    09-19 13:09:45:859 3003 OCC::AbstractNetworkJob::start: !!! OCC::CheckServerJob created for "https://mojoblak.srce.hr" + "status.php" "OCC::ConnectionValidator"
    09-19 13:09:45:922 3003 OCC::CheckServerJob::finished: status.php returns: QMap(("edition", QVariant(QString, ""))("installed", QVariant(QString, "true"))("version", QVariant(QString, "7.0.4.2"))("versionstring", QVariant(QString, "7.0.4"))) QNetworkReply::NetworkError(NoError) Reply: QNetworkReplyHttpImpl(0x2c29930)
    09-19 13:09:45:923 3003 OCC::ConnectionValidator::slotStatusFound: ** Application: ownCloud found: QUrl("https://mojoblak.srce.hr/status.php") with version "7.0.4" ( "7.0.4.2" )
    09-19 13:09:45:924 3003 OCC::ConnectionValidator::setAndCheckServerVersion: QUrl("https://mojoblak.srce.hr") has server version "7.0.4.2"
    09-19 13:09:45:926 3003 OCC::ConnectionValidator::checkAuthentication: # Check whether authenticated propfind works.
    09-19 13:09:45:927 3003 OCC::AbstractNetworkJob::start: !!! OCC::PropfindJob created for "https://mojoblak.srce.hr" + "/" "OCC::ConnectionValidator"
    09-19 13:09:45:944 3003 OCC::PropfindJob::finished: PROPFIND request not successful, http result code is 200 ""
    09-19 13:09:45:946 3003 OCC::AccountState::slotConnectionValidatorResult: AccountState connection status change: "Credentials Wrong" -> "Timeout"
    09-19 13:09:45:947 3003 OCC::AccountState::setState: AccountState state change: "Configuration error" -> "Network error"
    09-19 13:09:45:949 3003 OCC::FolderMan::slotAccountStateChanged: Account "greguric@ufzg.hr@mojoblak.srce.hr" disconnected or paused, terminating or descheduling sync folders
    09-19 13:09:48:802 3003 OCC::PassiveUpdateNotifier::backgroundCheckForUpdate: virtual void OCC::PassiveUpdateNotifier::backgroundCheckForUpdate()
    09-19 13:09:48:805 3003 OCC::OCUpdater::backgroundCheckForUpdate: virtual void OCC::OCUpdater::backgroundCheckForUpdate() checking for available update
    09-19 13:09:48:930 3003 OCC::PassiveUpdateNotifier::versionInfoArrived: Client is on latest version!

Thanx

would you consider upgrading to the last stable version of ownCloud?

1 Like

Hi,

doesn't it say it is the latest version?
It says - Updates: No updates available. Your installation is the latest version.

If you could supply me with a download link for the latest stable version I would certanly give it a try.

tnx

1 Like

7.0.4 is not the newest version. 10.0.3 is. Or did I read something wrong?

Sorry, I thought that you talk about client, not server. I can't upgrade server because I do not own it. The thing is that server works perfectly well with all other client versions (windows, macOS), and it did pretty well with linux (debian 8) until the latest client upgrade (2.3.2).
That's the reason why I was thinking about downgrading to client version 2.3.2 but can't find the proper .deb file.

would that work for you?

I know its not a .deb file, but you still could use it, right?

https://download.owncloud.com/desktop/stable/owncloudclient-2.3.2.tar.xz

I'll give it a try in a moment and will let you know the result.

Sure. Hope it works for you

Sorry @dmitry I'm having a problem compiling the source. I will let you know when/if I succeed.