Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (160 - 162 of 230)

Ticket Resolution Summary Owner Reporter
#304 fixed GPG key expired Antoine Martin Adam Thorn
Description

The gpg key at https://winswitch.org/gpg.asc used e.g. by the Debian / Ubuntu repos has expired:

$ curl -s  https://winswitch.org/gpg.asc  | gpg -

pub  1024D/F18AD6BB 2007-04-18 Antoine Martin <[email protected]>
uid                            [jpeg image of size 4992]
sub  2048g/6E23E963 2007-04-18 [expires: 2018-05-04]

leading to errors when one runs apt-get update:

Err:17 http://xpra.org xenial Release.gpg
  The following signatures were invalid: KEYEXPIRED 1525416977  KEYEXPIRED 1525416977  KEYEXPIRED 1525416977
#305 fixed Invalid signatures Matteo Ipri
Description

Hi all, I can not install xpra on Ubuntu 17.10 Artful AArdvark because I get the following:

W: GPG error: http://winswitch.org artful Release: The following signatures were invalid: EXPKEYSIG 18ADB31CF18AD6BB Antoine Martin <[email protected]>
E: The repository 'http://winswitch.org artful Release' is not signed.

I followed instructions on: https://winswitch.org/downloads/debian-repository.html?dist_select=artfulbeta

and on: https://winswitch.org/trac/ticket/304

Steps to reproduce:

apt-get install curl
curl https://winswitch.org/gpg.asc | apt-key add -

and

apt-get install dirmngr
apt-key adv --fetch-keys https://xpra.org/gpg.asc

both get me the above message; while

apt-key adv --keyserver keys.gnupg.net --recv-keys F18AD6BB

results in a connection timeout.

Please advice, Thanks

#13 invalid NX no actor bug... workaround Antoine Martin Antoine Martin
Description

If an NX session does not have an actor and it is still connected somewhere (this should not happen... but it does), we should wait a bit then force the nxagent to disconnect (send kill -1)

Note: See TracQuery for help on using queries.