@marsoft, I made same solution in prev version: https://aur.archlinux.org/cgit/aur.git/commit/?h=upwork&id=6356fe58a96835a74cf461ad01e69f2257d5f18a
But I've deleted this with 4.1.321 version, because problem is solved for me.
Search Criteria
Package Details: upwork 5.8.0.35-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/upwork.git (read-only, click to copy) |
---|---|
Package Base: | upwork |
Description: | Track your time for Hourly Payment Protection. Stay connected. |
Upstream URL: | https://www.upwork.com/ab/downloads/?os=linux |
Keywords: | freelance job time time-tracker time-tracking |
Licenses: | custom |
Conflicts: | upwork-beta |
Submitter: | lybin |
Maintainer: | yurikoles |
Last Packager: | yurikoles |
Votes: | 68 |
Popularity: | 0.000160 |
First Submitted: | 2015-05-05 17:51 (UTC) |
Last Updated: | 2024-10-31 03:32 (UTC) |
Dependencies (4)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 26 Next › Last »
lybin commented on 2016-07-15 12:50 (UTC)
groonya commented on 2016-07-15 05:39 (UTC)
@marsoft Great solution, thanks!
marsoft commented on 2016-07-14 21:28 (UTC)
Found a way to fix SSL issue:
1. Install upwork
2. Install nss-upwork (from aur)
3. From /usr/share/upwork:
# ln -s /usr/lib/libnss3-upwork.so libnss3.so
# ln -s /usr/lib/libsoftokn3-upwork.so libsoftokn3.so
# ln -s /usr/lib/libssl3-upwork.so libssl3.so
After doing this, upwork will use these libraries from nss-upwork package.
This helped in my case.
Probably anybody knows better way to relink Upwork within PKGBUILD to use -upwork versions of these libraries? Or we can just create these symlinks during install (and require nss-upwork package).
Actually, in my experience the third link (to libssl3-upwork.so) was not necessary, but it didn't hurt as well.
lybin commented on 2016-06-21 04:00 (UTC)
@elaich, I have same issue. But at the same time, there is no problem with ssl.
elaich commented on 2016-06-20 18:21 (UTC)
I can't see the screenshot notifications after updating to upwork-4.1.321.0-1.
marsoft commented on 2016-06-18 15:47 (UTC)
Update. Downgrading to 4.0.144.0-3 did help.
marsoft commented on 2016-06-18 15:35 (UTC) (edited on 2016-06-18 15:46 (UTC) by marsoft)
Same SSL problem here. local/nss 3.24-1, local/upwork-beta-4.1.321.0-1.
There is also aur/nss-upwork 3.20.1-2 installed, but seems that it is not used by either upwork version. I tried to link it from upwork's directory for it to be used (according to LD_LIBRARY_PATH in /usr/bin/upwork), and ldd tells that it is used, but that didn't help - still the same error.
Unfortunately I don't have 3.19.2 cached. Downgrading nss to 3.23-3 didn't help (but broke SSL in Firefox). Probably some other library is involved?..
And strange enough, the problem appeared after I upgraded app to 4.1.321.0 (and didn't upgrade anything else, IIRC), but downgrading back to 4.1.314.0-4 didn't help even when I renamed ~/.Upwork folder..
lybin commented on 2016-06-17 07:50 (UTC)
local/nss 3.24-1 - no problem with ssl...
Iasha102 commented on 2016-06-13 09:18 (UTC)
Solve SSL issue by preloading nss library ver 3.19.2-1 from archive
groonya commented on 2016-06-06 05:44 (UTC)
Problem with ssl again:
[gugu@manjaro ~]$ upwork
[0606/084358:ERROR:browser_main_loop.cc(173)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[0606/084358:FATAL:scoped_file.cc(29)] Check failed: 0 == IGNORE_EINTR(close(fd)). : Bad file descriptor
[0606/084359:ERROR:renderer_main.cc(200)] Running without renderer sandbox
[0606/084359:ERROR:renderer_main.cc(200)] Running without renderer sandbox
[0606/084359:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR
[0606/084359:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR
[0606/084400:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR
[0606/084400:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 1, remote ID 1)
[0606/084400:WARNING:channel.cc(549)] Failed to send message to ack remove remote endpoint (local ID 2147483648, remote ID 2)
[0606/084404:WARNING:nss_ssl_util.cc(370)] Unknown SSL error -12218 (SSL_ERROR_ENCRYPTION_FAILURE) mapped to net::ERR_SSL_PROTOCOL_ERROR
Pinned Comments