[X2Go-Commits] [live-build-x2go] 01/02: added backgrounded task to grab X2GoClient on Startup and move it to the right

2024-01-29 Thread git-admin
it + xdotool windowmove $WINDOW 70% 0 # move it to the right + fi + done + ) & +fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git _

[X2Go-Commits] [live-build-x2go] 02/02: only run kill command if there's actually a process id to kill

2024-01-29 Thread git-admin
MESTAMP)" | tee -a /etc/motd >> /etc/issue # make sure all unused VTs show the new /etc/issue - ps -C getty --no-header | awk '{ print $1 }' | xargs -n 1 kill -1 + ps -C getty --no-header | awk '{ print $1 }' | xargs -n 1 --no-run-if-empty kill -1 ) & -- Alioth

[X2Go-Commits] [live-build-x2go] branch heuler/mate-minidesktop-bullseye created (now 39fa6e1)

2024-01-29 Thread git-admin
n separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] 13/14: only run kill command if there's actually a process id to kill

2024-01-29 Thread git-admin
MESTAMP)" | tee -a /etc/motd >> /etc/issue # make sure all unused VTs show the new /etc/issue - ps -C getty --no-header | awk '{ print $1 }' | xargs -n 1 kill -1 + ps -C getty --no-header | awk '{ print $1 }' | xargs -n 1 --no-run-if-empty kill -1 ) & -- Alioth

[X2Go-Commits] [live-build-x2go] 11/14: sanitize input

2024-01-29 Thread git-admin
'=' '"windowwidth"==$1 {print $2}' | tr -dc '0-9') +# sanitize input +if [ $WINDOWWIDTH -lt 0 ] || [ $WINDOWWIDTH -gt 101 ]; then + unset $WINDOWWIDTH +fi + # default to 50(%) if unset if [ -z "$WINDOWWIDTH" ]; then WINDOWWIDTH=50" --

[X2Go-Commits] [live-build-x2go] 09/14: this script needs to run before the Xsession script/Xsession.d folder is executed

2024-01-29 Thread git-admin
t.d/940_x2gothinclient-align-right -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 10/14: fixed logic, added comments, added default size and /proc/cmdline parameter

2024-01-29 Thread git-admin
e sure we terminate if X11 terminates + ps -C Xorg || exit 0 +done +) & fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 07/14: added backgrounded task to grab X2GoClient on Startup and move it to the right

2024-01-29 Thread git-admin
it + xdotool windowmove $WINDOW 70% 0 # move it to the right + fi + done + ) & +fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git _

[X2Go-Commits] [live-build-x2go] 06/14: make settings file creation atomic

2024-01-29 Thread git-admin
ent/.x2goclient/settings.tmp + echo 'maxdiscon=true' >>~x2gothinclient/.x2goclient/settings.tmp chown x2gothinclient:x2gothinclient ~x2gothinclient -Rf chmod go-rwx ~x2gothinclient -Rf + # make this an atomic change + mv ~x2gothinclient/.x2goclient/settings.tmp ~x2goth

[X2Go-Commits] [live-build-x2go] 08/14: a script needs to be chmodded 755 to work ...

2024-01-29 Thread git-admin
/x2go/x2gothinclient_init.d/999_x2gothinclient-align-right old mode 100644 new mode 100755 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go

[X2Go-Commits] [live-build-x2go] 03/14: de-array-ified, as we are forced to use dash instead of bash

2024-01-29 Thread git-admin
proc/cmdline; then # Yes, "+dpms dpms" is intentional. -xset +dpms dpms ${DPMSARR[0]} ${DPMSARR[1]} ${DPMSARR[2]} +xset +dpms dpms $DPMSARR1 $DPMSARR2 $DPMSARR3 f

[X2Go-Commits] [live-build-x2go] 14/14: removed bashism as we are forced to use dash in bookworm

2024-01-29 Thread git-admin
ON=fill ;; "scale") POSITION=scale ;; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [live-build-x2go] 05/14: make sure kdrive sessions always end up in fullscreen mode unless it's a minidesktop

2024-01-29 Thread git-admin
ps -C Xorg || exit 0 + sleep 1 + fi + done + ) & +fi -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___

[X2Go-Commits] [live-build-x2go] 12/14: typofix

2024-01-29 Thread git-admin
"$WINDOWWIDTH" ]; then -WINDOWWIDTH=50" +WINDOWWIDTH="50" fi if [ -z "$X2GO_HANDLE_DAEMON" ] ; then -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git _

[X2Go-Commits] [live-build-x2go] 02/14: changed fuse to fuse3

2024-01-29 Thread git-admin
da18f0e..b5516d5 100644 --- a/config/package-lists/ntfs.list.chroot +++ b/config/package-lists/ntfs.list.chroot @@ -1,4 +1,4 @@ -fuse +fuse3 libfuse2 libgcrypt20 #libgnutls-deb0-28 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build

[X2Go-Commits] [live-build-x2go] 04/14: this will now properly terminate all backgrounded child processes when X11 dies

2024-01-29 Thread git-admin
r a bit + ps -C Xorg || exit 0 sleep 1 # to save cpu cycles done & else -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits ma

[X2Go-Commits] [live-build-x2go] 01/14: changed from bullseye heuler to bookworm stable

2024-01-29 Thread git-admin
/archives/x2go.list.chroot @@ -1 +1 @@ -deb http://packages.x2go.org/debian bullseye heuler +deb http://packages.x2go.org/debian bookworm main extras -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] branch heuler/mate-minidesktop-bookworm updated (e862170 -> cab7b31)

2024-01-29 Thread git-admin
60x11-kdrive-enforce-fullscreen create mode 100755 config/includes.chroot/etc/x2go/x2gothinclient_init.d/940_x2gothinclient-align-right -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git

[X2Go-Commits] [live-build-x2go] branch heuler/mate-minidesktop-bookworm created (now e862170)

2024-01-29 Thread git-admin
/home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[Mirror] Problems with mirror danweb2.dsteiner.ch on some machines

2024-01-29 Thread Admin
Hello everybody We got a strange behaviour on a Foreman server that won't load files from the swiss mirror danweb2.dsteiner.ch. The foreman server runs Alma Linux 8.x and is getting in to a timeout to the mirror above. Just to this mirror. It loads from other swiss mirrors (like mine:

Coverity Scan: Analysis completed for varnish

2024-01-29 Thread scan-admin
Your request for analysis of varnish has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-28 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

New Defects reported by Coverity Scan for LibreOffice

2024-01-28 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 16 new defect(s) introduced to LibreOffice found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 16 of 16 defect(s) ** CID 1588088: Performance inefficiencies

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-27 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-26 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] file uploaded: wiki:advanced:x2goclientdefaultbranding.png

2024-01-26 Thread wiki-admin
A file was uploaded to your DokuWiki. Here are the details: File: https://wiki.x2go.org/lib/exe/fetch.php/wiki:advanced:x2goclientdefaultbranding.png?rev=1706298390 Old revision: --- Date: 2024/01/26 19:46 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:start

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] file uploaded: wiki:advanced:x3goclientdefaultbranding.png

2024-01-26 Thread wiki-admin
A file was uploaded to your DokuWiki. Here are the details: File: https://wiki.x2go.org/lib/exe/fetch.php/wiki:advanced:x3goclientdefaultbranding.png?rev=1706297859 Old revision: --- Date: 2024/01/26 19:37 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,

[X2Go-Commits] [[X2Go Wiki]] file uploaded: wiki:advanced:background2.png

2024-01-26 Thread wiki-admin
A file was uploaded to your DokuWiki. Here are the details: File: https://wiki.x2go.org/lib/exe/fetch.php/wiki:advanced:background2.png?rev=1706296822 Old revision: --- Date: 2024/01/26 19:20 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)

[X2Go-Commits] [[X2Go Wiki]] file uploaded: wiki:advanced:branding2.png

2024-01-26 Thread wiki-admin
A file was uploaded to your DokuWiki. Here are the details: File: https://wiki.x2go.org/lib/exe/fetch.php/wiki:advanced:branding2.png?rev=1706296694 Old revision: --- Date: 2024/01/26 19:18 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] file uploaded: wiki:advanced:x2goclientbranding.png

2024-01-26 Thread wiki-admin
A file was uploaded to your DokuWiki. Here are the details: File: https://wiki.x2go.org/lib/exe/fetch.php/wiki:advanced:x2goclientbranding.png?rev=1706296556 Old revision: --- Date: 2024/01/26 19:15 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page added: wiki:advanced:branding-theming

2024-01-26 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-25 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-24 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

Awaiting answer for Ads API developer token request

2024-01-24 Thread Admin JaySearch
Hello! We submitted an application for Google Ads API Token (Basic Access) in about 2 weeks ago and did not received any update yet. We also submitted an update request and still no reply. Is it possible to receive an update on the application from the *Google Ads API Compliance team*?

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-23 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-22 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2024

2024-01-22 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2024

2024-01-22 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

New Defects reported by Coverity Scan for LibreOffice

2024-01-22 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 3 new defect(s) introduced to LibreOffice found with Coverity Scan. 29 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

Coverity Scan: Analysis completed for varnish

2024-01-22 Thread scan-admin
Your request for analysis of varnish has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-21 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

New Defects reported by Coverity Scan for LibreOffice

2024-01-20 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 1 new defect(s) introduced to LibreOffice found with Coverity Scan. 9 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-20 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-19 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[Ada_list] DEADLINE EXTENDED: 2024 ADA Symposium – Call for Proposals

2024-01-19 Thread admin
Tēnā koutou, We have extended the deadline for submissions to our 2024 Symposium, Rising Algorithms: Navigate, Automate, Dream until 11:59pm, Friday 26 January 2024. Symposium presentations: ADA invites expressions of interest for research papers (including academic papers, experience

[MARMAM] MMO, PSO & PAM Training Course 2024

2024-01-19 Thread OSC Admin
OSC Admin PA to Directors & Office Manager Ocean Science Consulting Limited (OSC) Spott Road, Dunbar, East Lothian, EH42 1RR, Scotland, UK D: +44 (0)3330 233 747 T: +44 (0)1368 865 722​ W: www.osc.co.uk . MMO or PAM requirement? We wrote the Book. Now available on Am

Coverity Scan: Analysis completed for Mesos

2024-01-18 Thread scan-admin
Your request for analysis of Mesos has been completed successfully. The results are available at

[Desktop-packages] [Bug 1806385]

2024-01-18 Thread Qa-admin-q
Dear Rüdiger Kupper, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-18 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-17 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

Coverity Scan: Analysis completed for Mesos

2024-01-17 Thread scan-admin
Your request for analysis of Mesos has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-16 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [x2gohtmlclient] 02/02: Merge branch 'personal/sunweaver/send-client-keepalive' into 'master'

2024-01-16 Thread git-admin
/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gohtmlclient] branch master updated (82ea5ca -> c689ec2)

2024-01-16 Thread git-admin
revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: src/x2gokdrivehtmlclient.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receiv

[X2Go-Commits] [x2gohtmlclient] 01/02: src/x2gokdrivehtmlclient.js: Send client keepalive ping every 10 seconds, server expects at least one ping every 30 seconds.

2024-01-16 Thread git-admin
(); } -}, 6); +}, 1); } } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gohtmlclient.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

[Desktop-packages] [Bug 1779432]

2024-01-15 Thread Qa-admin-q
Dear rosgnilk, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this

New Defects reported by Coverity Scan for LibreOffice

2024-01-15 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 3 new defect(s) introduced to LibreOffice found with Coverity Scan. 22 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-15 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [x2gobroker] 01/01: etc/x2gobroker.conf: White-space fix at EOF.

2024-01-15 Thread git-admin
/home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

[X2Go-Commits] [x2gobroker] branch master updated (4a343ed -> 8f07704)

2024-01-15 Thread git-admin
changed, 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https://lists.x2go.org/listinfo/x2go-commits

Re: [tor-relays] Relay that's been running for a long time suddenly saying it's new?

2024-01-15 Thread admin--- via tor-relays
I had this issue too. It resolved itself shortly within a few hours. Original Message On Jan 15, 2024, 05:23, Petrarca via tor-relays wrote: > Just to confirm - the same happens to my relay, so this seems to be a general > issue. > > Keifer Bly schrieb am Montag, 15. Januar

[pfx] Re: improper command pipelining

2024-01-15 Thread Admin Beckspaced via Postfix-users
Looks like security scanner. do you know the type of encoding? I would like to decode and see the actual commands. after CONNECT usually TLS negotiation occurs, that may be it. I don't know if there's any value in knowing that. thanks i was just curious :) Jan 14 01:57:15 cx20

[pfx] Re: improper command pipelining

2024-01-15 Thread Admin Beckspaced via Postfix-users
somoene is trying to use your postfix as http proxy server. Looks like security scanner. do you know the type of encoding? I would like to decode and see the actual commands. Jan 14 01:57:15 cx20 postfix/submission/smtpd[25120]: improper command pipelining after CONNECT from

[pfx] improper command pipelining

2024-01-15 Thread Admin Beckspaced via Postfix-users
dear postfix users, since the recent SMTP smuggling issue I applied the short term workaround by setting smtpd_forbid_unauth_pipelining = yes I also do a daily scan on journalctl with some keywords, e.g. 'pipelining' the following showed up this morning. do i need to be worried? thanks &

Coverity Scan: Analysis completed for varnish

2024-01-15 Thread scan-admin
Your request for analysis of varnish has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-14 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

New Defects reported by Coverity Scan for LibreOffice

2024-01-14 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 1 new defect(s) introduced to LibreOffice found with Coverity Scan. 28 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-13 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

New Defects reported by Coverity Scan for LibreOffice

2024-01-13 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 4 new defect(s) introduced to LibreOffice found with Coverity Scan. 40 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2024

2024-01-13 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-12 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-11 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

Re: Variable display in debugger

2024-01-11 Thread Admin @ Goodun
On Thu, 2024-01-11 at 14:28 +, John Barrow wrote: > You deduced correctly that it would mean introducing a debug line to > publish the Object at that time if you are debugging within one of > their methods, although if you are doing that you must have a > compilable source.  Yes, I've got the

Re: Variable display in debugger

2024-01-11 Thread Admin @ Goodun
Hi John, On Tue, 2024-01-09 at 17:00 +, John wrote: > Hi, >   > Firstly, I believe the etiquette is to always use “Reply All” so that > the rest of the group is aware of the thread progression. Sorry about that. My mail agent (Evolution) didn't recognise your message as coming from a mail

New Defects reported by Coverity Scan for LibreOffice

2024-01-10 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 1 new defect(s) introduced to LibreOffice found with Coverity Scan. 19 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-10 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[Ada_list] Reminder: Call for Proposals due 21 Jan – 2024 ADA Symposium

2024-01-10 Thread admin
Ngā mihi o te tau hou Pākehā Reminder: Aotearoa Digital Arts Network's open call for proposals are due 21st January 2024 for the symposium 'Rising Algorithms: Navigate, Automate, Dream', in Te Whanganui-a-Tara Wellington, 24-26 May 2024. We welcome expressions of interest for research

[X2Go-Commits] [[X2Go Wiki]] page changed: events:x2go-gathering-2024

2024-01-10 Thread wiki-admin
A page in your DokuWiki was added or changed. Here are the details: Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 IP Address : 178.202.75.45 Hostname: ip-178-202-075-045.um47.pools.vodafone-ip.de

New Defects reported by Coverity Scan for LibreOffice

2024-01-09 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 5 new defect(s) introduced to LibreOffice found with Coverity Scan. 147 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-09 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

Variable display in debugger

2024-01-09 Thread Admin @ Goodun
Can I get a view of an entire array while debugging php? I have an array of arrays, which means I have to drill down into each sub-array to actually see data. This is a problem in my large array (it has over 200 sub-arrays). So, is there a way to display, or cause to be displayed, such an array

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-08 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

Coverity Scan: Analysis completed for varnish

2024-01-08 Thread scan-admin
Your request for analysis of varnish has been completed successfully. The results are available at

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-07 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

New Defects reported by Coverity Scan for LibreOffice

2024-01-07 Thread scan-admin
Hi, Please find the latest report on new defect(s) introduced to LibreOffice found with Coverity Scan. 11 new defect(s) introduced to LibreOffice found with Coverity Scan. 46 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan. New

[ofiwg] Coverity Scan: Analysis completed for ofiwg/libfabric

2024-01-06 Thread scan-admin--- via ofiwg
Your request for analysis of ofiwg/libfabric has been completed successfully. The results are available at

[X2Go-Commits] [python-x2go] 02/03: debian/control: Add B-D/D on python3-looseversion, python3-distutils or python3-packaging (fallback).

2024-01-06 Thread git-admin
ython3-packaging, python3-requests, python3-simplejson, python3-xlib, -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org

[X2Go-Commits] [python-x2go] 01/03: Python 3.12 compatibility: Switch from distutils.version to looseversion (with fallback to packaging.version).

2024-01-06 Thread git-admin
.version.LooseVersion(version_b) +ver_a = LooseVersion(version_a) +ver_b = LooseVersion(version_b) return eval("ver_a %s ver_b" % op) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git _

[X2Go-Commits] [python-x2go] branch master updated (dc9db6f -> fcc304a)

2024-01-06 Thread git-admin
/source/conf.py | 16 x2go/utils.py | 23 +-- 3 files changed, 31 insertions(+), 10 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git ___

[X2Go-Commits] [python-x2go] 03/03: Merge branch 'personal/sunweaver/end-of-distutils' into 'master'

2024-01-06 Thread git-admin
+-- 3 files changed, 31 insertions(+), 10 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git ___ x2go-commits mailing list x2go-commits@lists.x2go.org https

<    1   2   3   4   5   6   7   8   9   10   >