[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.365-1

2024-05-29 Thread Daniel M. Capella (@polyzen)
Daniel M. Capella pushed new tag 1.1.365-1 at Arch Linux / Packaging / Packages / pyright -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/tree/1.1.365-1 You're receiving this email because of your account on gitlab.archlinux.org.

[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.365-1

2024-05-29 Thread Daniel M. Capella (@polyzen)
Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / pyright Commits: 42684ac2 by Daniel M. Capella at 2024-05-29T15:09:35-04:00 upgpkg: 1.1.365-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO

[Lldb-commits] [lldb] [lldb] Use packaging module instead of pkg_resources (PR #93712)

2024-05-29 Thread Daniel Thornburgh via lldb-commits
mysterymath wrote: At least at present, this will probably break Fuchsia's build; the Python we ship includes `pkg_resources` but not `packaging`. Is the default `cpython` build from source intended to build and install `packaging`? Is this something that changed recently?

[jira] [Created] (CAUSEWAY-3755) Provide SPI hook for RunBackgroundCommandsJob

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3755: - Summary: Provide SPI hook for RunBackgroundCommandsJob Key: CAUSEWAY-3755 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3755 Project: Causeway

[jira] [Created] (SPARK-48461) Replace NullPointerExceptions with proper error classes in AssertNotNull expression

2024-05-29 Thread Daniel (Jira)
Daniel created SPARK-48461: -- Summary: Replace NullPointerExceptions with proper error classes in AssertNotNull expression Key: SPARK-48461 URL: https://issues.apache.org/jira/browse/SPARK-48461 Project

[jira] [Commented] (NIFI-13265) Remove the instantiation of Object arrays for arguments in ComponentLog log and org.slf4j.Logger statements

2024-05-29 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850430#comment-17850430 ] Daniel Stieglitz commented on NIFI-13265: - [~exceptionfactory] Thanks for clarifying. How about

Re: [OSM Dortmund] Parking Schema und Parkraumanalyse

2024-05-29 Thread Daniel Hess via Dortmund
Hallo Marc, hallo zusammen, ich lese hier auch noch mit, fixe aber nur Kleinigkeiten, die mir so auffallen. Viele Grüße Daniel Am Tue, May 21, 2024 at 11:25:57PM +0200 schrieb Marc Gehling via Dortmund: > Hallo, > > habe das Thema Parking für mich entdeckt und mit die Parkraumanal

[clang] [analyzer] New optin.taint.TaintAlloc checker for catching unbounded memory allocation calls (PR #92420)

2024-05-29 Thread Daniel Krupp via cfe-commits
https://github.com/dkrupp updated https://github.com/llvm/llvm-project/pull/92420 >From f6fdd544a90b865e5e0e530930db87cad405216e Mon Sep 17 00:00:00 2001 From: Daniel Krupp Date: Tue, 30 Apr 2024 15:20:52 +0200 Subject: [PATCH 1/5] [analyzer] Adding taint analysis capability to unix.Mal

nginx-1.27.0 - shasum does not match with expected shasum from pkg-oss

2024-05-29 Thread Daniel Jagszent
Hello, the SHA512 of https://nginx.org/download/nginx-1.27.0.tar.gz (downloaded 2024-05-29 15:42:02 UTC) is 251bfe65c717a8027ef05caae2ab2ea73b9b544577f539a1d419fe6adf0bcc846b73b58f54ea3f102df79aaf340e4fa56793ddadea3cd61bcbbe2364ef94bacb This does not match with the shasum expected here

[jira] [Commented] (NIFI-13304) ExcelReader - ability to split into flowfile per sheet

2024-05-29 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850403#comment-17850403 ] Daniel Stieglitz commented on NIFI-13304: - [~iiojj2] I believe I understand you now. I

Re: [blink-dev] Intent to Ship: The ServiceWorker static routing API not condition support

2024-05-29 Thread Daniel Bratell
LGTM2 /Daniel On 2024-05-29 10:31, Yoav Weiss (@Shopify) wrote: LGTM1 On Wednesday, May 29, 2024 at 2:39:02 AM UTC+2 Yoshisato Yanagisawa wrote: 2024年5月28日(火) 0:21 Vladimir Levin : On Fri, May 24, 2024 at 3:43 AM Yoshisato Yanagisawa wrote: Contact

Re: [PATCH v3 5/5] keccak: Disable acceleration with SSE asm

2024-05-29 Thread Daniel Kiper
+@@ -251,7 +251,7 @@ keccak_absorb_lane32bi(u32 *lane, u32 x0, u32 x1) > + /* Construct generic 64-bit implementation. */ > + #ifdef USE_64BIT > + > +-#if __GNUC__ >= 4 && defined(__x86_64__) > ++#if __GNUC__ >= 4 && defined(__x86_64__) && 0 > + > + static in

Re: [PATCH v3 4/5] Add DSA and RSA SEXP tests

2024-05-29 Thread Daniel Kiper
+ grub_test_assert (rc == 0, "signature verification failed: %d", rc); > + rc = _gcry_pubkey_spec_dsa.verify (sig, sign_parms_invalid, pubkey); > + grub_test_assert (rc != 0, "signature verification succeded wrongly"); > +} > + > +GRUB_FUNCTIONAL_TEST (dsa_sexp_test, dsa_sexp_test); > diff --git a/grub-core/tests/rsa_sexp_test.c b/grub-core/tests/rsa_sexp_test.c > new file mode 100644 > index 0..e00befe4e > --- /dev/null > +++ b/grub-core/tests/rsa_sexp_test.c > @@ -0,0 +1,81 @@ Ditto. > +#include > +#include > +#include > + > +GRUB_MOD_LICENSE ("GPLv3+"); Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH v3 3/5] Adjust import script, definitions and API users for libgcrypt 1.10

2024-05-29 Thread Daniel Kiper
' || echo './'`grub-core/lib/libgcrypt-grub/src/const-time.c In file included from grub-core/lib/libgcrypt-grub/src/const-time.c:22: ./grub-core/lib/posix_wrap/stdlib.h:70: error: "HAVE_STRTOUL" redefined [-Werror] 70 | #define HAVE_STRTOUL | : note: this is the location of the previous definition Daniel ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

Re: [blink-dev] Intent to Ship: Deprecation of non-standard declarative shadow DOM serialization

2024-05-29 Thread Daniel Bratell
the summer drives the usage down? /Daniel On 2024-05-29 10:22, Yoav Weiss (@Shopify) wrote: LGTM2 On Tue, May 28, 2024 at 11:10 PM Vladimir Levin wrote: On Tue, May 28, 2024 at 12:30 PM Mason Freed wrote: On Mon, May 27, 2024 at 8:15 AM Vladimir Levin wrote

Re: [blink-dev] Intent to Experiment: Keyboard-focusable scroll containers Opt Out

2024-05-29 Thread Daniel Bratell
That is 7 milestones. End at 132 inclusive instead? /Daniel On 2024-05-28 18:58, Vladimir Levin wrote: LGTM to experiment from 127 to 133 inclusive On Tue, May 28, 2024 at 12:54 PM Di Zhang wrote: Thanks Mike. Your explanation makes sense and we are good with 6 milestones to start

Re: [PATCH v3 2/5] Import b64dec from gpg-error

2024-05-29 Thread Daniel Kiper
Why this file is needed? From which GPG version this file come from? And missing SOB... On Fri, May 24, 2024 at 08:30:03PM +0300, Vladimir Serbinenko wrote: > --- > grub-core/lib/b64dec.c | 293 + > 1 file changed, 293 insertions(+) > create mode 100644

Re: [PATCH v3 1/5] Import libgcrypt 1.10.3

2024-05-29 Thread Daniel Kiper
Could you add your SOB and a few words to the commit message explaining why this patch is needed. It would be nice if you add a cover letter to this patch set too. Daniel On Fri, May 24, 2024 at 08:30:02PM +0300, Vladimir Serbinenko wrote: > --- > grub-core/lib/libgcrypt/A

Re: Seeking Advice: Setting up SSL in Solr 9.5 on Centos 7

2024-05-29 Thread Lee Daniel
and they may have assumed we should know but I don't. Thanks. Lee On 2024-05-28 20:56, Dmitri Maziuk wrote: On 5/28/24 19:35, Lee Daniel wrote: Interesting. Based on my lack of understanding, using z.com could mean two things: 1. Would I have to edit the certificate for each extra site/node we

Re: Losing documents

2024-05-29 Thread Daniel Cosio
and Im assuming 2 consumers for messages.. I observe it taking 2 messages off the queue. SIGTERM then causes the pipe to shutdown and the second message is lost.. This happens with and without kubernetes.. I just observed it with the move to kubernetes and shutdowns are more prevalent. Daniel

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base` [v2]

2024-05-29 Thread Daniel Fuchs
On Tue, 28 May 2024 22:31:15 GMT, Jonathan Gibbons wrote: >> With the advent of JEP 467, `///` comments may be treated as documentation >> comments, and may be subject to the recently new `javac` warning about >> "dangling doc comments" in unexpected places. >> >> In keeping with the policy

Re: RFR: 8331879: Clean up non-standard use of /// comments in `java.base` [v2]

2024-05-29 Thread Daniel Fuchs
On Tue, 28 May 2024 22:31:15 GMT, Jonathan Gibbons wrote: >> With the advent of JEP 467, `///` comments may be treated as documentation >> comments, and may be subject to the recently new `javac` warning about >> "dangling doc comments" in unexpected places. >> >> In keeping with the policy

[NADIGEST] NA Digest, V. 24, # 8

2024-05-29 Thread Dunlavy, Daniel
Subject: NA Digest, V. 24, # 8 NA Digest Wednesday, May 29, 2024 Volume 24 : Issue 8 Today's Editor: Daniel M. Dunlavy Sandia National Labs dmdu...@sandia.gov Today's Topics: Syvert Nørsett Trying to contact Richard (Dick) Wait Call

[jira] [Closed] (CAUSEWAY-3754) CSS fix for autocomplete dropdowns, use full width of prompt (same as choices)

2024-05-29 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/CAUSEWAY-3754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood closed CAUSEWAY-3754. - Resolution: Fixed > CSS fix for autocomplete dropdowns, use full wi

[jira] [Created] (CAUSEWAY-3754) CSS fix for autocomplete dropdowns, use full width of prompt (same as choices)

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3754: - Summary: CSS fix for autocomplete dropdowns, use full width of prompt (same as choices) Key: CAUSEWAY-3754 URL: https://issues.apache.org/jira/browse/CAUSEWAY

Re: curl_multi_socket_action takes longer when using HTTPS

2024-05-29 Thread Daniel Stenberg via curl-library
On Tue, 28 May 2024, Richa Shah wrote: - Is it possible the time spent in pruning dead connections is getting counted towards DNS resolution? Since thats the very first latency that curl tracks for handles, my guess is anything curl does before actually reaching the

Guacamole session affinity in case of network failure

2024-05-29 Thread Wüthrich Daniel
connections to users even if the remote server is unavailable. The user is then stuck in that connection. Is this problem not resolved?: https://issues.apache.org/jira/browse/GUACAMOLE-267 or does it need a special configuration? Regards Daniel

[jira] [Assigned] (CAUSEWAY-3753) Per-param validation errors show in wrong slot, for all params

2024-05-29 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/CAUSEWAY-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood reassigned CAUSEWAY-3753: - Assignee: Andi Huber > Per-param validation errors show in wr

[jira] [Created] (CAUSEWAY-3753) Per-param validation errors show in wrong slot, for all params

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3753: - Summary: Per-param validation errors show in wrong slot, for all params Key: CAUSEWAY-3753 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3753

[jira] [Created] (CAUSEWAY-3752) Provide SPI to describe which classes are surfaced by the different viewers.

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3752: - Summary: Provide SPI to describe which classes are surfaced by the different viewers. Key: CAUSEWAY-3752 URL: https://issues.apache.org/jira/browse/CAUSEWAY

Can we improve the charset parameter Javadoc in PrintStream?

2024-05-29 Thread Daniel Schmid
ted charset to be used for be used for converting characters to bytes". If wanted, I can write a pull request for this but as I don't have JBS access, I can't create the issue and CSR by myself. Yours, Daniel smime.p7s Description: S/MIME Cryptographic Signature

Re: [e-users] fullsreen problem with chromium in enlightenment

2024-05-29 Thread daniel antoine
Hii Tiss time the problem has occurred with a stuck video and no sound . The test of switching the virtual desktop has also changed nothing. It has returned to normal state by forcing the fullscreen mode with the fullscreen radio button Best regards Daniel Le mer. 29 mai 2024 à 10:37, Massimo

[Bug 2037015] Re: Screen corruption of webkit2gtk apps in X11 on Raspberry Pi, such as during install

2024-05-29 Thread Daniel van Vugt
Here's a refreshed patch for Oracular. Since I keep having to rebase and regenerate these I won't bother with Noble until Oracular actually gets uploaded. ** Patch added: "webkit2gtk_2.44.2-1ubuntu1.debdiff"

[Bug 2037015] Re: Screen corruption of webkit2gtk apps in X11 on Raspberry Pi, such as during install

2024-05-29 Thread Daniel van Vugt
And of course those have been superseded now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2037015 Title: Screen corruption of webkit2gtk apps in X11 on Raspberry Pi, such as during install To

[Bug 2061079] Re: GTK-ngl (new default backend) rendering issues with the nvidia 470 driver

2024-05-29 Thread Daniel van Vugt
** Changed in: nvidia-graphics-drivers-470 (Ubuntu Oracular) Status: Triaged => In Progress ** Changed in: nvidia-graphics-drivers-470 (Ubuntu Noble) Status: In Progress => Triaged ** Changed in: gtk4 (Ubuntu Noble) Status: Triaged => Won't Fix ** Changed in: gtk4 (Ubuntu

[Bug 2061079] Re: GTK-ngl (new default backend) rendering issues with the nvidia 470 driver

2024-05-29 Thread Daniel van Vugt
** Changed in: nvidia-graphics-drivers-470 (Ubuntu Oracular) Status: Triaged => In Progress ** Changed in: nvidia-graphics-drivers-470 (Ubuntu Noble) Status: In Progress => Triaged ** Changed in: gtk4 (Ubuntu Noble) Status: Triaged => Won't Fix ** Changed in: gtk4 (Ubuntu

[jira] [Created] (CAUSEWAY-3751) Extend PageRenderSubscriber API, to include onRendering(...) as a pre-hook.

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3751: - Summary: Extend PageRenderSubscriber API, to include onRendering(...) as a pre-hook. Key: CAUSEWAY-3751 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3751

[Bug 2064213] Re: Release BlueZ 5.76 to Oracular

2024-05-29 Thread Daniel van Vugt
/bluetooth/bluez-5.76.tar.xz ** Changed in: bluez (Ubuntu) Assignee: Daniel van Vugt (vanvugt) => (unassigned) ** Tags added: udeng-2744 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064213 Ti

[Bug 2066268] Re: Sometimes screen flashes black, probably a driver issue?

2024-05-29 Thread Daniel van Vugt
"FIFO underrun" would be a black flash, yes. But one that we can't fix from userspace. Hopefully the kernel change i915.enable_psr=0 helps you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066268

[Bug 2067260] Re: Mouse mapping randomly temporarily changes after Ubuntu 24.04 upgrade

2024-05-29 Thread Daniel van Vugt
I'm wondering if the affected apps use Xwayland, which would also translate the input. Firefox shouldn't be, because that's now Wayland by default, but Chromium would be. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in

[Bug 2067260] Re: Mouse mapping randomly temporarily changes after Ubuntu 24.04 upgrade

2024-05-29 Thread Daniel van Vugt
I'm wondering if the affected apps use Xwayland, which would also translate the input. Firefox shouldn't be, because that's now Wayland by default, but Chromium would be. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[clang] [clang][ExtractAPI] Flatten all enum cases from anonymous enums at top level (PR #93559)

2024-05-29 Thread Daniel Grumberg via cfe-commits
https://github.com/daniel-grumberg closed https://github.com/llvm/llvm-project/pull/93559 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jira] [Created] (CAUSEWAY-3750) Configure visibility of the about page, as of Spring 3.3 use same prop that it does for SBOM

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3750: - Summary: Configure visibility of the about page, as of Spring 3.3 use same prop that it does for SBOM Key: CAUSEWAY-3750 URL: https://issues.apache.org/jira

[jira] [Created] (CAUSEWAY-3749) GraphQL - support partial prompts, ie compute if dependent params are hidden, disalbed; compute defaults or choices

2024-05-29 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created CAUSEWAY-3749: - Summary: GraphQL - support partial prompts, ie compute if dependent params are hidden, disalbed; compute defaults or choices Key: CAUSEWAY-3749 URL: https

[Bug 2065791] Re: incorrect screen resolution in wayland session

2024-05-29 Thread Daniel van Vugt
** Tags added: simpledrm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2065791 Title: incorrect screen resolution in wayland session To manage notifications about this bug go to:

[Bug 2066126] Re: Screen glitching

2024-05-29 Thread Daniel van Vugt
** Tags added: simpledrm -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066126 Title: Screen glitching To manage notifications about this bug go to:

[sr-dev] git:master:8363208f: siputils: free head of params list for get_uri_param()

2024-05-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: 8363208fff7c101a2779ff64783e5b7dbf8ffd7c URL: https://github.com/kamailio/kamailio/commit/8363208fff7c101a2779ff64783e5b7dbf8ffd7c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-05-29T10:18:44+02:00 siputils: free head

[sr-dev] git:master:d72a3fbc: siputils: free head of params list for get_uri_param()

2024-05-29 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio Branch: master Commit: d72a3fbc903da02ae3b26f3aae2ea228c9f8b255 URL: https://github.com/kamailio/kamailio/commit/d72a3fbc903da02ae3b26f3aae2ea228c9f8b255 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2024-05-29T10:15:21+02:00 siputils: free head

Re: [e-users] fullsreen problem with chromium in enlightenment

2024-05-29 Thread daniel antoine
Hi Ross I have got one occurrence of the problem and ALT-Tab changes nothing but I was wrong about the minimize button radio , actually it also permits to unblock the hang video Best regards Daniel Le mar. 28 mai 2024 à 21:15, Ross Vandegrift a écrit : > > On Tue, May 28, 2024 at 08:3

[sr-dev] Re: [kamailio/kamailio] Problem loadmodule secsipid on kamailio 5.6.5 (Issue #3860)

2024-05-29 Thread Daniel-Constantin Mierla via sr-dev
Closed #3860 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3860#event-12967722279 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[Bug 2012954] Re: drag and drop files via hot corner Activities Overview don't work anymore

2024-05-29 Thread Daniel van Vugt
** Changed in: gtk4 (Ubuntu) Status: Incomplete => New ** No longer affects: gtk ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2012954] Re: drag and drop files via hot corner Activities Overview don't work anymore

2024-05-29 Thread Daniel van Vugt
** Changed in: gtk4 (Ubuntu) Status: Incomplete => New ** No longer affects: gtk ** Also affects: gnome-shell (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gtk4 in

[Bug 2066268] Re: Sometimes screen flashes black, probably a driver issue?

2024-05-29 Thread Daniel van Vugt
It's probably best to open your own bug in case there are multiple root causes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066268 Title: Sometimes screen flashes black, probably a driver issue?

[Bug 2067374] Re: i915 didn't work after dist upgrade until linux-firmware was manually reinstalled

2024-05-29 Thread Daniel van Vugt
** Summary changed: - gnome-shell very high cpu usage + i915 didn't work after dist upgrade until linux-firmware was manually reinstalled ** Package changed: gnome-shell (Ubuntu) => linux-firmware (Ubuntu) ** Changed in: linux-firmware (Ubuntu) Status: Incomplete => New -- You

[Bug 2067374] Re: i915 didn't work after dist upgrade until linux-firmware was manually reinstalled

2024-05-29 Thread Daniel van Vugt
** Summary changed: - gnome-shell very high cpu usage + i915 didn't work after dist upgrade until linux-firmware was manually reinstalled ** Package changed: gnome-shell (Ubuntu) => linux-firmware (Ubuntu) ** Changed in: linux-firmware (Ubuntu) Status: Incomplete => New -- You

[sr-dev] Re: [kamailio/kamailio] dispatcher not proxy sip on websocket (Issue #3864)

2024-05-29 Thread Daniel-Constantin Mierla via sr-dev
Kamailio can act as a websocket server only, listening and accepting connections. It cannot be a websocket client. Should anyone want to implement the client mode, just make a pull request. -- Reply to this email directly or view it on GitHub:

[sr-dev] Re: [kamailio/kamailio] dispatcher not proxy sip on websocket (Issue #3864)

2024-05-29 Thread Daniel-Constantin Mierla via sr-dev
Closed #3864 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3864#event-12967339179 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

Re: Where is curlx_dyn_addn defined?

2024-05-29 Thread Daniel Stenberg via curl-library
On Tue, 28 May 2024, Bill Pierce via curl-library wrote: I grabbed the sources from github using Git Bash on May 24, 2024, but when I tried to compile a test program with selected libcurl files, curlx_dyn_addn was undefined. I recommend you use one of the provided ways to build libcurl. You

[SR-Users] Re: libstirshaken installation issues

2024-05-29 Thread Daniel-Constantin Mierla via sr-users
offers STIR/SHAKEN functionality. Cheers, Daniel On 28.05.24 23:20, tfayomi--- via sr-users wrote: > Hi All, > > I am attempting to install the stirshaken module for kamailio and I ran into > a couple issues installing the open source c library for libstirshaken. When > I use the ma

[sr-dev] Re: [kamailio/kamailio] Problem loadmodule secsipid on kamailio 5.6.5 (Issue #3860)

2024-05-28 Thread Daniel-Constantin Mierla via sr-dev
Is the secsipid module loaded? -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3860#issuecomment-2136573416 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio

[Bug 2064698] Re: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get [### Promise created here: ### getProperty@file:///usr/share/gnome-shell/extensions/ubuntu-appindi

2024-05-28 Thread Daniel van Vugt
** Tags added: logspam -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2064698 Title: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get [### Promise created here:

[Bug 2067143] Re: ‘no signal’ after monitor sleep or monitor turned off

2024-05-28 Thread Daniel van Vugt
Please also provide a log from as soon as the bug occurs: journalctl -b0 > journal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067143 Title: ‘no signal’ after monitor sleep or monitor

[Bug 2064698] Re: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get [### Promise created here: ### getProperty@file:///usr/share/gnome-shell/extensions/ubuntu-appindi

2024-05-28 Thread Daniel van Vugt
** Tags added: logspam -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator in Ubuntu. https://bugs.launchpad.net/bugs/2064698 Title: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error

[Bug 2067143] Re: ‘no signal’ after monitor sleep or monitor turned off

2024-05-28 Thread Daniel van Vugt
Please also provide a log from as soon as the bug occurs: journalctl -b0 > journal.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to mutter in Ubuntu. https://bugs.launchpad.net/bugs/2067143 Title: ‘no signal’ after monitor

[Bug 2067433] Re: Switching windows causes application menu icons to be scaled up

2024-05-28 Thread Daniel van Vugt
Also reported in https://gitlab.gnome.org/GNOME/gnome- shell/-/issues/7020 ** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu) ** Summary changed: - Switching windows causes application menu icons to be scaled up + App grid icons are scaled up ** Bug watch added:

[Bug 2067433] Re: Switching windows causes application menu icons to be scaled up

2024-05-28 Thread Daniel van Vugt
Also reported in https://gitlab.gnome.org/GNOME/gnome- shell/-/issues/7020 ** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu) ** Summary changed: - Switching windows causes application menu icons to be scaled up + App grid icons are scaled up ** Bug watch added:

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Oh actually it sounds like the problem might be that hardware acceleration isn't working: [ 35.899866] tuxedo org.gnome.Shell.desktop[3332]: error: Kernel is too old (4.16+ required) or unusable for Iris. [ 35.899866] tuxedo org.gnome.Shell.desktop[3332]: Check your dmesg logs for loading

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Please run: journalctl -b0 > journal.txt and attach the resulting file here. ** Changed in: gnome-shell (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Please run: journalctl -b0 > journal.txt and attach the resulting file here. ** Changed in: gnome-shell (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Please try uninstalling: 'coverflowalt...@palatis.blogspot.com', 'freon@UshakovVasilii_Github.yahoo.com', 'nothing-to- s...@extensions.gnome.wouter.bolsterl.ee', 'system_moni...@bghome.gmail.com', 'system-monitor- n...@paradoxxx.zero.gmail.com' Or more simply: cd ~/.local/share/gnome-shell/

[Bug 2067431] Re: The windowing environment crashed

2024-05-28 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Oh actually it sounds like the problem might be that hardware acceleration isn't working: [ 35.899866] tuxedo org.gnome.Shell.desktop[3332]: error: Kernel is too old (4.16+ required) or unusable for Iris. [ 35.899866] tuxedo org.gnome.Shell.desktop[3332]: Check your dmesg logs for loading

[Bug 2067374] Re: gnome-shell very high cpu usage

2024-05-28 Thread Daniel van Vugt
Please try uninstalling: 'coverflowalt...@palatis.blogspot.com', 'freon@UshakovVasilii_Github.yahoo.com', 'nothing-to- s...@extensions.gnome.wouter.bolsterl.ee', 'system_moni...@bghome.gmail.com', 'system-monitor- n...@paradoxxx.zero.gmail.com' Or more simply: cd ~/.local/share/gnome-shell/

[Bug 2067431] Re: The windowing environment crashed

2024-05-28 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make Ubuntu better. It sounds like some part of the system has crashed. To help us find the cause of the crash please follow these steps: 1. Run these commands: journalctl -b0 > journal.txt journalctl -b-1 > prevjournal.txt

[Bug 2064698] Re: Several errors in gnome-shell and extesions

2024-05-28 Thread Daniel van Vugt
I'll make this bug only about: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get Stack trace: _promisify/proto[asyncFunc]/ Confirmed ** Summary changed: - Several errors in gnome-shell and extesions + Gio.DBusError:

[Bug 2064698] Re: Several errors in gnome-shell and extesions

2024-05-28 Thread Daniel van Vugt
I'll make this bug only about: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get Stack trace: _promisify/proto[asyncFunc]/ Confirmed ** Summary changed: - Several errors in gnome-shell and extesions + Gio.DBusError:

[Bug 2066363] Re: password visible on console during logout

2024-05-28 Thread Daniel van Vugt
This was previously fixed in bug 1767918 and bug 1803993 ** Package changed: gdm3 (Ubuntu) => gnome-shell (Ubuntu) ** Package changed: systemd (Ubuntu) => plymouth (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2066363] Re: password visible on console during logout

2024-05-28 Thread Daniel van Vugt
This was previously fixed in bug 1767918 and bug 1803993 ** Package changed: gdm3 (Ubuntu) => gnome-shell (Ubuntu) ** Package changed: systemd (Ubuntu) => plymouth (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in

[Bug 2066363] Re: password visible on console during logout

2024-05-28 Thread Daniel van Vugt
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2066363 Title: password visible on console during logout To manage notifications about this bug go to:

[Bug 2066307] Re: Screen does not load after sleep

2024-05-28 Thread Daniel van Vugt
Please test a lower resolution. If that works then we can group this with bug 2066129. ** Changed in: nvidia-graphics-drivers-535 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 2066307] Re: Screen does not load after sleep

2024-05-28 Thread Daniel van Vugt
HDMI connection and bandwidth detection problems are intermittent. A higher quality cable (or lower bandwidth requirements like lower resolution or refresh rate) makes them less likely/frequent. ** Package changed: ubuntu => nvidia-graphics-drivers-535 (Ubuntu) -- You received this bug

[Bug 2066363] Re: password visible on console during logout

2024-05-28 Thread Daniel van Vugt
** Tags added: jammy -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gdm3 in Ubuntu. https://bugs.launchpad.net/bugs/2066363 Title: password visible on console during logout To manage notifications about this bug go to:

[Bug 2066129] Re: The external monitor does not wake up from sleep at 4K resolution

2024-05-28 Thread Daniel van Vugt
** Package changed: xorg-server (Ubuntu) => nvidia-graphics-drivers-550 (Ubuntu) ** Changed in: nvidia-graphics-drivers-550 (Ubuntu) Status: Incomplete => New ** Tags added: suspend-resume -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

Re: No "accept permanently" can choose

2024-05-28 Thread Daniel Sahlberg via TortoiseSVN
QAJ> And in this discussion, @Daniel Sahlberg said: *TortoiseSVN 1.14.5 was using OpenSSL 1.1.1m* *TortoiseSVN 1.14.6 is using OpenSSL 3.2.0* *The change was done since OpenSSL 1.1.1 is considered EOL from September 11th 2023.* *Probably the certificate you are using is signed with an alg

[Bug 2067307] Re: Sound skips when mouse is moved

2024-05-28 Thread Daniel van Vugt
Next please try the non-lowlatency kernel. ** Package changed: ubuntu => linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2067307 Title: Sound skips when mouse is moved To manage

Re: [ha-Safran] Buying books

2024-05-28 Thread Daniel Stuhlman via Hasafran
There is no one vendor that can supply all of your library's needs. For American commercial publishers Baker and Taylor may work. For Jewish publishers a local bookseller may give you better service. For older books you may need to buy from a used book dealer. I hope that helps. DS Daniel D

Re: UPDATE: net/tailscale-1.66.4

2024-05-28 Thread Daniel Jakots
On Mon, 27 May 2024 19:34:21 -0400, Adriano Barbosa wrote: > Hi. > Update for net/tailscale v1.66.3 > Changelog: > https://github.com/tailscale/tailscale/releases/tag/v1.66.4 Committed, thanks! > Obrigado! > -- > Adriano > > > Index: Makefile >

CVS: cvs.openbsd.org: ports

2024-05-28 Thread Daniel Jakots
CVSROOT:/cvs Module name:ports Changes by: d...@cvs.openbsd.org2024/05/28 19:33:09 Modified files: net/tailscale : Makefile distinfo Log message: Update to tailscale-1.66.4 >From Adriano Barbosa (maintainer)

Re: Seeking Advice: Setting up SSL in Solr 9.5 on Centos 7

2024-05-28 Thread Lee Daniel
the SSL up and running just for in-house documentation at least. Thanks. Lee On 2024-05-28 20:17, Dmitri Maziuk wrote: On 5/28/24 19:00, Lee Daniel wrote: Yes. It has at least one dot. Thing is i'm just not sure if I'm using the correct name. If you had a a public IP: 1.2.3.4 and mutiple

Re: Seeking Advice: Setting up SSL in Solr 9.5 on Centos 7

2024-05-28 Thread Lee Daniel
, IP: 1.2.3.4 CN: a.com On 2024-05-28 19:47, Dmitri Maziuk wrote: On 5/28/24 18:38, Lee Daniel wrote:     Domain>,IP: -dname "CN=, Is the CN SNI-compliant: a name (not IP address) with at least one dot in it? Dima

Seeking Advice: Setting up SSL in Solr 9.5 on Centos 7

2024-05-28 Thread Lee Daniel
Hey Guys, It's been about 2 weeks now I have been searching and implementing everything I read, but have had no luck with getting SSL to work. I believe the error is in setting up the self-signed certificate. I see sites mention JKS and not using localhost (following SNI rules) but I'm a

Re: Cannot Run Solr as the Solr User

2024-05-28 Thread Lee Daniel
 Thank Dima. I did see the EOL is June 30th.. Funny thing is we pay for hosting, so that may be a conversation we'll have to have with the company. Find out what's their plan. Thanks for that though. Thanks again. Lee On 2024-05-28 15:48, Dmitri Maziuk wrote: On 5/28/24 14:02, Lee Daniel

Re: Need clarification on compilation errors in PG 16.2

2024-05-28 Thread Daniel Gustafsson
see you are > building against a recent SDK: > > /Library/Developer/CommandLineTools/SDKs/MacOSX14.2.sdk/usr/include/string.h > > but I wonder if maybe the actual OS version is back-rev? Skimming the releases on https://opensource.apple.com/releases/ it seems that memset_s has been available since Mavericks (10.9) AFAICT. -- Daniel Gustafsson

[Lldb-commits] [clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

2024-05-28 Thread Daniel Thornburgh via lldb-commits
mysterymath wrote: I did some brief investigation on our end. The pkg-config file for libedit includes a private dependency on libncurses, which provides the terminfo functions. The issue here seems to be one uncovered in LLVM's FindLibEdit.cmake. We're building against a static libedit, but

[clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

2024-05-28 Thread Daniel Thornburgh via cfe-commits
mysterymath wrote: I did some brief investigation on our end. The pkg-config file for libedit includes a private dependency on libncurses, which provides the terminfo functions. The issue here seems to be one uncovered in LLVM's FindLibEdit.cmake. We're building against a static libedit, but

Losing documents

2024-05-28 Thread Daniel Cosio
document 2. Is there a way to (via a shutdown hook) to let the pipeline return CAS’s to the reader if it recieves a SIGTERM. 3. Is there a way go back to the 2 consumers? Any insight would be appreciated Daniel Cosio dcco...@gmail.com

Re: Cannot Run Solr as the Solr User

2024-05-28 Thread Lee Daniel
. * I see your set up. I wish I had that knowledge but I got miles to go, especially now that have to set up SSL. Lee On 2024-05-28 13:45, Shawn Heisey wrote: On 5/27/24 13:43, Lee Daniel wrote: I'm on Centos 7.5. Can't find it in:   * /usr/lib/systemd/system   * /usr/sbin/ I found

[e-users] fullsreen problem with chromium in enlightenment

2024-05-28 Thread daniel antoine
to test it Best regards Daniel ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users

[jira] [Commented] (NIFI-13304) ExcelReader - ability to split into flowfile per sheet

2024-05-28 Thread Daniel Stieglitz (Jira)
[ https://issues.apache.org/jira/browse/NIFI-13304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17850136#comment-17850136 ] Daniel Stieglitz commented on NIFI-13304: - {quote} Thinking about it - if there are two different

[e-users] fullsreen problem with chromium in enlightenment

2024-05-28 Thread daniel antoine
to test it Best regards Daniel ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users

  1   2   3   4   5   6   7   8   9   10   >