Search Criteria
Package Details: pcloudcc-lneely 20260501T130623Z-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pcloudcc-lneely.git (read-only, click to copy) |
|---|---|
| Package Base: | pcloudcc-lneely |
| Description: | pcloudcc-lneely is a simple linux console client for pCloud cloud storage, forked from github.com/pcloudcom/console-client and independently maintained. |
| Upstream URL: | https://github.com/lneely/pcloudcc-lneely |
| Keywords: | pcloud,cloud,storage |
| Licenses: | BSD-3-Clause |
| Conflicts: | pcloudcc-git |
| Provides: | pcloudcc |
| Submitter: | lkn |
| Maintainer: | lkn |
| Last Packager: | lkn |
| Votes: | 1 |
| Popularity: | 0.001010 |
| First Submitted: | 2024-08-15 09:38 (UTC) |
| Last Updated: | 2026-05-01 13:18 (UTC) |
Dependencies (7)
- boost (boost-gitAUR)
- fuse3 (fuse3-gitAUR)
- mbedtls (mbedtls-gitAUR, mbedtls-dtlsAUR)
- readline (readline-gitAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- udev (systemd-gitAUR, systemd-selinuxAUR, unshitted-systemdAUR, systemd-liberated-gitAUR, systemd) (make)
Latest Comments
1 2 Next › Last »
lkn commented on 2026-03-24 11:19 (UTC)
New release: fixed a crash on opening larger file. https://github.com/lneely/pcloudcc-lneely/issues/391
lkn commented on 2026-03-11 21:59 (UTC) (edited on 2026-03-12 22:28 (UTC) by lkn)
Adding instructions for the new systemd service here.
cp /usr/share/doc/pcloudcc-lneely/pcloud.env.sample $HOME/.pcloud/pcloud.envUpdate the value of
PCLOUD_USERto your own pcloud username.systemctl enable --now --user pcloudcc@$(whoami)On first use,
pcloudcc -kand useauthsave <passwd>to save your password to the DB, so you don't have to re-authenticate every time you restart thesystemdservice. If you need 2FA, you can use the authenticator (untested) or SMS. then inpcloudcc -k, entertfa <code>.Please report any problems or things I forgot to test. ;) Temporary workaround if authsave or 2FA doesn't work as expected: run in foreground mode with
-sswitch to save the password, then you should stop getting nagged.@coxackie's ticket remains open for follow-on problems. fuse2 dependency is now fixed to be fuse3. https://github.com/lneely/pcloudcc-lneely/issues/382
coxackie commented on 2026-03-10 13:14 (UTC)
should this not depend now on
fuse3instead offuse2?lkn commented on 2026-03-10 13:08 (UTC) (edited on 2026-03-10 13:08 (UTC) by lkn)
Latest release is ambitious. Lots of bugfixes and hardening, as well as FUSE3 support. Did my best to regression test, but may not have caught everything. Please report problems here, or more reliably, at github.
Thanks!
lkn commented on 2026-03-02 20:49 (UTC)
Hi all, thanks for reporting. Fix has been released.
deemon commented on 2026-02-28 11:56 (UTC) (edited on 2026-02-28 12:09 (UTC) by deemon)
https://github.com/lneely/pcloudcc-lneely/issues/171
got it to work:
add the key "1b1b4d26a98774c84709c5400cd5c0b5e2f0bc7d46ef6053c9a872efe825b116", like this...
save and
makeDrDa commented on 2026-02-28 11:21 (UTC)
Actuall, I am using pcloudcc but face the same issue: plcoud is not 'mounted', the directory is empty. I recognized this when shutdown my desktop and syncing files to pcloud didn't work.
The same behaviour remains in place after starting my desktop this morning.Tge output of /tmp/psync_err.log is:
Sat, 28 Feb 2026 11:05:50.004 +0000 1859659456 diff NOTICE: pcompat.c:1363 (function connect_socket_direct): successfully reused cached IP for bineapi.pcloud.com:443 Sat, 28 Feb 2026 11:05:50.075 +0000 1859659456 diff ERROR: pssl-mbedtls.c:272 (function psync_ssl_check_peer_public_key): got sha256hex of public key 1b1b4d26a98774c84709c5400cd5c0b5e2f0bc7d46ef6053c9a872efe825b116 that does not match any approved fingerprint Sat, 28 Feb 2026 11:05:50.075 +0000 1859659456 diff NOTICE: pssl-mbedtls.c:337 (function psync_ssl_connect_finish): returning PSYNC_SSL_FAIL Sat, 28 Feb 2026 11:05:50.075 +0000 1859659456 diff WARNING: pcompat.c:1578 (function psync_socket_connect): assertion unlikely_log(ssl!=0) failed Sat, 28 Feb 2026 11:05:50.075 +0000 1859659456 diff WARNING: pdiff.c:324 (function get_connected_socket): assertion unlikely_log(!sock) failed Sat, 28 Feb 2026 11:05:55.075 +0000 1859659456 diff NOTICE: pcompat.c:1340 (function connect_socket_direct): connecting to bineapi.pcloud.com:443 Sat, 28 Feb 2026 11:05:55.080 +0000 1859659456 diff NOTICE: pcompat.c:1363 (function connect_socket_direct): successfully reused cached IP for bineapi.pcloud.com:443 Sat, 28 Feb 2026 11:05:55.145 +0000 1859659456 diff ERROR: pssl-mbedtls.c:272 (function psync_ssl_check_peer_public_key): got sha256hex of public key 1b1b4d26a98774c84709c5400cd5c0b5e2f0bc7d46ef6053c9a872efe825b116 that does not match any approved fingerprint Sat, 28 Feb 2026 11:05:55.145 +0000 1859659456 diff NOTICE: pssl-mbedtls.c:337 (function psync_ssl_connect_finish): returning PSYNC_SSL_FAIL Sat, 28 Feb 2026 11:05:55.145 +0000 1859659456 diff WARNING: pcompat.c:1578 (function psync_socket_connect): assertion unlikely_log(ssl!=0) failed Sat, 28 Feb 2026 11:05:55.145 +0000 1859659456 diff WARNING: pdiff.c:324 (function get_connected_socket): assertion unlikely_log(!sock) failed Sat, 28 Feb 2026 11:06:00.146 +0000 1859659456 diff NOTICE: pcompat.c:1340 (function connect_socket_direct): connecting to bineapi.pcloud.com:443 Sat, 28 Feb 2026 11:06:00.148 +0000 1859659456 diff NOTICE: pcompat.c:1363 (function connect_socket_direct): successfully reused cached IP for bineapi.pcloud.com:443 Sat, 28 Feb 2026 11:06:00.214 +0000 1859659456 diff ERROR: pssl-mbedtls.c:272 (function psync_ssl_check_peer_public_key): got sha256hex of public key 1b1b4d26a98774c84709c5400cd5c0b5e2f0bc7d46ef6053c9a872efe825b116 that does not match any approved fingerprint Sat, 28 Feb 2026 11:06:00.215 +0000 1859659456 diff NOTICE: pssl-mbedtls.c:337 (function psync_ssl_connect_finish): returning PSYNC_SSL_FAIL Sat, 28 Feb 2026 11:06:00.215 +0000 1859659456 diff WARNING: pcompat.c:1578 (function psync_socket_connect): assertion unlikely_log(ssl!=0) failed Sat, 28 Feb 2026 11:06:00.215 +0000 1859659456 diff WARNING: pdiff.c:324 (function get_connected_socket): assertion unlikely_log(!sock) failed
Seems that there is something wrong withe ssl fingerprints.
Timoyoungster commented on 2026-02-28 10:12 (UTC)
I have the same issue.
deemon commented on 2026-02-27 21:44 (UTC)
it remains offline...
chastell commented on 2025-06-25 22:13 (UTC)
@lkn Any chance for that boost-fixing pcloudcc-lneely release you mentioned? :)
1 2 Next › Last »