Re: [qubes-users] Error installing Debian-12 template

2023-08-28 Thread qubes-lists
+1 Same problem here. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to qubes-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [OE-Core][PATCH] oeqa/utils/gitarchive: replace warning with info when reading local tags

2023-08-25 Thread Alexis Lothoré via lists . openembedded . org
Hi Richard, On 8/25/23 08:41, Richard Purdie wrote: > On Thu, 2023-08-24 at 11:18 +0200, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> >> Whenever a script needs to list tags, if it falls back to the third method >> (reading local tags only), it emits a warning.

[OE-Core][PATCH] oeqa/utils/gitarchive: replace warning with info when reading local tags

2023-08-24 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever a script needs to list tags, if it falls back to the third method (reading local tags only), it emits a warning. While this warning is useful for future diagnostic if some tagging issues re-appear, it makes buildperf autobuilds status as "Passed with warnings",

Re: [PATCH] rtl: Forward declare rtx_code

2023-08-23 Thread Richard Earnshaw (lists) via Gcc-patches
On 23/08/2023 16:49, Richard Sandiford via Gcc-patches wrote: > Richard Earnshaw via Gcc-patches writes: >> Now that we require C++ 11, we can safely forward declare rtx_code >> so that we can use it in target hooks. >> >> gcc/ChangeLog >> * coretypes.h (rtx_code): Add forward declaration.

[OE-Core][PATCH 0/2] oeqa/utils/gitarchive: put back local tags listing as third tag listing method

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
Hello, this is another attempt to properly fix tag computation in Autobuilder. First attempt ([1]) completely replaced "git tag" with "git ls-remote" to make sure to know about all tags when computing new tag name. It raised some issue because oe-git-archive works with local repositories with no

[OE-Core][PATCH 1/2] oeqa/utils/gitarchive: allow to pass a logger to get_tags

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Propagate a "log" parameter to get_tags in order to know what method is used to retrieve existing tags Signed-off-by: Alexis Lothoré --- meta/lib/oeqa/selftest/cases/gitarchivetests.py | 13 ++--- meta/lib/oeqa/utils/gitarchive.py | 11 ++- 2

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fall back to local tags when listing existing tags

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré e9cff55e73cc has switched tag listing from bare "git tag" to "git ls-remote" to make sure not to miss remote tags which are not fetched locally. This mechanism first checks for configured remote repository, next for possibly passed url, and then fails if none worked.

Re: [OE-Core][PATCH v2 3/3] oeqa/selftest/gitarchive: add tests about tags lisiting when no remote is configured

2023-08-23 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, On 8/18/23 16:17, Alexis Lothoré via lists.openembedded.org wrote: > From: Alexis Lothoré > > Add specific tests on gitarchive for when tag listing is required but no > remote is configured in target directory: it should either succeed if valid > url is provided, or fail is url

Re: [gentoo-user] VPN newbie questions

2023-08-21 Thread Wols Lists
On 20/08/2023 03:34, Walter Dnes wrote: I've been on Gentoo for years and years, but I've never used a VPN, so consider me an absolute newbie. Canadian big news media has successfully lobbied our government to implement a link tax. Google has decided to avoid the tax by not linking to it in

Re: [PATCH] aarch64: fix format specifier

2023-08-21 Thread Richard Earnshaw (lists) via Gcc-patches
On 18/08/2023 17:37, FX Coudert via Gcc-patches wrote: A rather trivial fix for fprintf() specifier of a HOST_WIDE_INT value. Tested on aarch64-apple-darwin. OK to commit? FX OK. R.

[BlueOnyx:26412] cmuExport Spamming on 5211R

2023-08-21 Thread Steve Lists via Blueonyx
Hi, My RaqBackup has recently become spammy on our BX 5211R. We get rows and rows of: Scanout: INFO: Packing up HASH(0x5563cf49a720) Scanout: INFO: Packing up HASH(0x5563cf49a780) Scanout: INFO: Packing up HASH(0x5563cf49a7e0) Scanout: INFO: Packing up HASH(0x5563cf49a840) Scanout: INFO:

[OE-Core][PATCH v2 0/3] oeqa/utils/gitarchive: fix tag name computation

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow

[OE-Core][PATCH v2 1/3] oeqa/selftest: introduce gitarchive tests

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a test suite for gitarchive.py. For now, only introduce tests on methods which needs to read existing tags The tests rely on tmpdirs to create local, "fake" results repository in order to allow basic git commands Signed-off-by: Alexis Lothoré --- V2: no change ---

[OE-Core][PATCH v2 3/3] oeqa/selftest/gitarchive: add tests about tags lisiting when no remote is configured

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add specific tests on gitarchive for when tag listing is required but no remote is configured in target directory: it should either succeed if valid url is provided, or fail is url is not provided or wrong Signed-off-by: Alexis Lothoré ---

[OE-Core][PATCH v2 2/3] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-18 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Sporadic errors have been observed in autobuilder when trying to store new tests results: error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults' hint: Updates were rejected because the tag already exists in the remote. The new tag name is generated by

Re: Install a package to alternative location

2023-08-17 Thread Genes Lists
On 8/17/23 16:20, Jeanette C. wrote: Hey hey, my system partition is as good as full, so I wonder if there is a safe method to install packages to alternative locations. The packages in question are android-studio-system and android-ndk. Extending the system partition is unfeasible. Yes, it

[[OE-core][kirkstone][PATCH] Add GCP fetcher to list of supported protocols

2023-08-17 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić Requesting a backport of this patch to Kirkstone to support use of the GCP fetcher internally at our company. Signed-off-by: Emil Ekmečić --- meta/classes/own-mirrors.bbclass | 1 + meta/classes/sanity.bbclass | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-)

kernel 6.4.11 bug prevents boot on some hardware

2023-08-17 Thread Genes Lists
Sharing in case this helps others. Also posted to arch forum: https://bbs.archlinux.org/viewtopic.php?id=288095 There is a bug with the rtsx driver in 6.4.11 that prevented 1 machine from booting. It presented in my case as NVME failure, thus preventing machine from booting. 6.4.10 is

Re: [tor-relays] WebTunnel: What ASNs/networks work best?

2023-08-16 Thread lists
On Montag, 14. August 2023 16:40:09 CEST Jordan Hillis wrote: > Can I get a copy of the webtunnel-bridge Docker image and > documentation? Thanks https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel#server-setup More info in the last (June 24) Tor Relay Operator Meetup

RE: ON ERR CALL

2023-08-16 Thread lists via 4D_Tech
Look at the GET LAST ERROR STACK command. Also, these variables will give you that information also: Error (#) Error method Error Line Cheers, -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of stardata.info via 4D_Tech Sent: Wednesday, August 16, 2023

Re: [OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-16 Thread Alexis Lothoré via lists . openembedded . org
Hello Richard, On 8/15/23 23:13, Richard Purdie wrote: > On Fri, 2023-08-11 at 14:55 +0200, Alexis Lothoré via > lists.openembedded.org wrote: >> From: Alexis Lothoré >> >> Sporadic errors have been observed in autobuilder when trying to store new >> tests results: >> >> error: failed to push

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-11 Thread Wols Lists
On 11/08/2023 01:23, Yixun Lan wrote: 1) Where should I store the git clone of the repository and how do I tell emerge to read the source files from there, when emerging the ebuild, instead of downloading them from the Internet as usual? how about have a local clone of wine repository?

[OE-Core][PATCH 0/2] oeqa/utils/gitarchive: fix tag name computation

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
Hello, this series brings a fix to a sporadic tag push issue observed in autobuilder. The bug is documented in bugzilla #15140 ([1]). Basically, whenever the autobuilder creates a new tag on test results, it is only aware of "local" tags, which is kind of faulty since used repository is a shallow

[OE-Core][PATCH 2/2] oeqa/utils/gitarchive: fix tag computation when creating archive

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Sporadic errors have been observed in autobuilder when trying to store new tests results: error: failed to push some refs to 'push.yoctoproject.org:yocto-testresults' hint: Updates were rejected because the tag already exists in the remote. The new tag name is generated by

[OE-Core][PATCH 1/2] oeqa/selftest: introduce gitarchive tests

2023-08-11 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a test suite for gitarchive.py. For now, only introduce tests on methods which needs to read existing tags The tests rely on tmpdirs to create local, "fake" results repository in order to allow basic git commands Signed-off-by: Alexis Lothoré ---

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-08-09 Thread Andre Vieira (lists) via Gcc-patches
On 09/08/2023 17:55, Richard Sandiford wrote: "Andre Vieira (lists)" writes: On 08/08/2023 11:51, Richard Sandiford wrote: "Andre Vieira (lists)" writes: warning_at (DECL_SOURCE_LOCATION (node->decl), 0, - "unsupported ret

Re: [PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-08-09 Thread Andre Vieira (lists) via Gcc-patches
/pr87887-1.c: Add warning test. * gcc.dg/gomp/pr89246-1.c: Likewise. * gcc.dg/gomp/pr99542.c: Update warning test. On 08/08/2023 11:51, Richard Sandiford wrote: "Andre Vieira (lists)" writes: warning_at (DECL_SOURCE_LOCATION (node

Re: [RFC] GCC Security policy

2023-08-09 Thread Richard Earnshaw (lists) via Gcc-patches
On 08/08/2023 20:39, Carlos O'Donell via Gcc-patches wrote: On 8/8/23 13:46, David Edelsohn wrote: I believe that upstream projects for components that are imported into GCC should be responsible for their security policy, including libgo, gofrontend, libsanitizer (other than local patches),

Re: [tor-relays] Middle relay IP blocking

2023-08-08 Thread lists
On Dienstag, 8. August 2023 00:30:38 CEST Gary C. New via tor-relays wrote: > In addition to network diversity, there is the fact that most individuals > find it necessary to run an at Home internet connection 24 x 7 x 365. So... > Other than for the reasons inspired by the subject of this post,

Re: [RFC] GCC Security policy

2023-08-08 Thread Richard Earnshaw (lists) via Gcc-patches
On 08/08/2023 15:40, Siddhesh Poyarekar wrote: On 2023-08-08 10:37, Jakub Jelinek wrote: On Tue, Aug 08, 2023 at 10:30:10AM -0400, Siddhesh Poyarekar wrote: Do you have a suggestion for the language to address libgcc, libstdc++, etc. and libiberty, libbacktrace, etc.? I'll work on this a bit

Re: [tor-relays] Middle relay IP blocking

2023-08-07 Thread lists
On Montag, 7. August 2023 22:28:32 CEST s7r wrote: > While all the above is true, a thing to remember is to make sure we > don't end up all renting too many VPS'es or dedicated servers in the > same places / same AS numbers - we need network diversity, Especially at the exits, which

Re: seeking desktop hardware recommendation

2023-08-07 Thread pouya+lists . netbsd
Greg Troxel writes: > I'm looking for a mini to mid tower, with: > > - fairly beefy CPU for package and base system builds > - metal case for RF noise mitigation > - UL listed power supply > - quiet when not compiling, but doesn't have to be silent > > - 64G of RAM, preferably expandable

Re: [tor-relays] Middle relay IP blocking

2023-08-07 Thread lists
On Samstag, 5. August 2023 08:40:42 CEST Marco Predicatori wrote: > secureh...@gmail.com wrote on 8/4/23 01:46: > > I tried reporting a similar issue a few months ago (post wasn’t approved > > by > > moderator). I was running a relay from my home ISP. After a short while > > certain websites

Re: There Might a Bug in the Compiler: When Calling Weak Defined Function

2023-08-07 Thread Richard Earnshaw (lists) via Gcc
On 07/08/2023 16:51, Şahin Duran via Gcc wrote: Dear GCC Developers, I think I've just discovered a bug/ undefined situation in the compiler. When I try to call a weakly defined function, compiler successfully generates the code of calling procedure. However, this calling procedure is nothing

Re: GNU Tools Cauldron 2023

2023-08-07 Thread Richard Earnshaw (lists)
the organisers: we will fit you in if we can, but priority will go to those who have already submitted something. Richard. On 05/06/2023 16:09, Richard Earnshaw (lists) wrote: We are pleased to invite you all to the next GNU Tools Cauldron, taking place in Cambridge, UK, on September 22-24, 2023

Re: GNU Tools Cauldron 2023

2023-08-07 Thread Richard Earnshaw (lists) via Gcc
We have now finalized the ticket price for this year's Cauldron at £75. Sarah is now contacting those who have already registered to arrange payment. If you have not yet registered then there is still time. Registration closes at 12 Noon BST (7am EDT) on Friday 1st September, and all tickets

detecting keyboard events (using wskbd?)

2023-08-06 Thread pouya+lists . netbsd
Hi mighty netbsd-users, For a personal project, I'm trying to find the right way to detect and act on raw (or raw-ish) keyboard events on a NetBSD system not running X11. After spending more hours than I'd like to admit browsing the manpages and source code and doing some small experiments, I

Re: [tor-onions] Disabling "subdomains"

2023-08-04 Thread lists
On Freitag, 24. März 2023 20:47:30 CEST shruub via tor-onions wrote: > as one of my hidden service's subdomains is currently being dos-ed, The new proof of work (PoW) in Tor might help you. https://forum.torproject.org/t/alpha-release-0-4-8-1-alpha/7816 Some info about this:

Re: Nested tuplet ratio notation

2023-08-04 Thread Lib Lists
ock: > > \override StandaloneRhythm.TupletNumber.font-series = #'bold > > Cheers, > Valentin > > Am Mittwoch, 2. August 2023, 08:04:31 CEST schrieb Lib Lists: > > Ooops, I clearly skipped that part, my bad! > > I now see why you did it, and you also added some space around the > >

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-02 Thread lists
On Dienstag, 1. August 2023 23:22:12 CEST Gary C. New via tor-relays wrote: > The failure logs and metrics are going to be confusing to new obfsbridge > operators. I suppose documenting this on the obfsbridge setup page will > have to be sufficient in the interim; along, with pointing them to the

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-02 Thread lists
On Dienstag, 1. August 2023 23:22:12 CEST Gary C. New via tor-relays wrote: > On Tuesday, August 1, 2023, 10:54:40 AM MDT, wrote: > > On Montag, 31. Juli 2023 23:06:54 CEST Gary C. New via tor-relays wrote: > >> Please let me know, if you are able to get the OBFS4 > >> bridge working without

[OE-Core][PATCH 0/2] add custom string when regression is about missing test result

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Hello, this very small series intend to eliminate confusion about regressions reported by resulttool whenever a test result is present in "base test result" but absent from "target test result". This scenario leads to many "XXX -> None" lines. The series allows to define

[OE-Core][PATCH 1/2] scripts/resulttool: allow to replace test raw status with custom string

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Add a STATUS_STRINGS dictionnary matching raw statuses to custom strings. Whenever a regression must be reported, raw status is searched in the custom statuses dict (key search is case insensitive). If no custom string is found, raw status is kept and used in regression

[OE-Core][PATCH 2/2] scripts/resulttool: define custom string for "not found" test results

2023-08-02 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Whenever a test result is present in base test result but absent from target test results, we have an entry in regression report looking like the following one: ptestresult.apr.testfile: PASSED -> None The "None" status may be a bit confusing, so replace it with a

[OE-core] [PATCH v2] Add GCP fetcher to list of supported protocols

2023-08-02 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić If accepted, this patch should merge with the corresponding BitBake patch titled "fetch2: add Google Cloud Platform (GCP) fetcher". Signed-off-by: Emil Ekmečić --- meta/classes-global/sanity.bbclass | 3 ++- meta/classes/own-mirrors.bbclass | 1 + 2 files changed, 3

[OE-core] [PATCH] Add GCP fetcher to list of supported protocols

2023-08-02 Thread Emil Ekmečić via lists . openembedded . org
From: Emil Ekmečić If accepted, this patch should merge with the corresponding BitBake patch titled "fetch2: add Google Cloud Platform (GCP) fetcher". Signed-off-by: Emil Ekmečić --- meta/classes-global/sanity.bbclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: Nested tuplet ratio notation

2023-08-02 Thread Lib Lists
Hi Valentin On Tue, 1 Aug 2023 at 16:08, Valentin Petzel wrote: > > Hi Lib, > > Am Dienstag, 1. August 2023, 11:21:31 CEST schrieb Lib Lists: > > Hi Valentin, > > I'm speechless, that's absolutely wonderful and useful, thank you so much! > > glad you like it

Re: [gentoo-user] Email clients

2023-08-01 Thread Wols Lists
On 31/07/2023 16:55, Peter Humphrey wrote: On Monday, 31 July 2023 15:19:22 BST Wols Lists wrote: The big question that needs answering is "Are you storing your emails in dovecot, or in kmail?" In KMail. My server has fetchmail -> postfix -> dovecot. Fetchmail collects POP

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-01 Thread lists
On Dienstag, 1. August 2023 19:21:08 CEST Toralf Förster wrote: > On 8/1/23 18:54, li...@for-privacy.net wrote: > > > == Announcements == > > rdsys is ignoring the running flag now :) > > * To hide your bridge's ORPort: > > ORPort 127.0.0.1:auto > > AssumeReachable 1 > > > I do assume I can

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-08-01 Thread lists
On Montag, 31. Juli 2023 23:06:54 CEST Gary C. New via tor-relays wrote: > Please let me know, if you are able to get the OBFS4 > bridge working without exposing the ORPort. Respectfully, Yes, that's working All Info about this new feature: Anti-censorship team meeting notes, 2023-06-29

Re: Nested tuplet ratio notation

2023-08-01 Thread Lib Lists
r stuff. > This function will automatically derive the numbers (e.g. 5:4) from the > tuplet. > > E.g the tuplet in this example turns into > > \override TupletNumber.text = #(tuplet-number::custom-text #{ 8 #} #f '(5 . > 4)) > > (duration is 8th, first note has not tuplet,

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
Valery Ushakov writes: > > The fact that TERM affects this is a sign that you likely have > something like a shell with line-editing interfering as RVP suggested > in another message. This indeed seems to have been the case. Issuing stty raw ; cat file as a single command instead of two in the

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
RVP writes: > On Sun, 30 Jul 2023, pouya+lists.net...@nohup.io wrote: > You'll have to turn off the NL -> CRNL output processing the kernel > does on your behalf (after all, this is still a "terminal" we're > talking about and not a simple pipe). Don't set the ONLCR bit in > the output-modes of

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-07-31 Thread lists
On Montag, 31. Juli 2023 00:55:15 CEST Gary C. New via tor-relays wrote: > On Sunday, July 30, 2023, 3:30:55 PM MDT, li...@for-privacy.net wrote: > > I don't know if I should ignore that or better configure it that >way: > > ORPort 127.0.0.1:8443 NoListen > > ORPort 8443 NoAdvertise > > ORPort

Re: [gentoo-user] Email clients

2023-07-31 Thread Wols Lists
On 31/07/2023 13:33, Peter Humphrey wrote: On Monday, 31 July 2023 08:34:05 BST Wols Lists wrote: On 31/07/2023 00:11, Neil Bothwick wrote: On Sun, 30 Jul 2023 23:53:39 +0100, Peter Humphrey wrote: ... I use Claws 99% of the time, but occasionally run Thunderbird. Neither program cares that I

Re: cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-31 Thread pouya+lists . netbsd
Valery Ushakov writes: > FWIW, I have a simple program I've been using to debug kernel vt100 > emulator, and: > > $ ./wsemul -- printf '\n' > $ hexdump -C wsemul.raw > 0d 0a |..| > 0002 > $ ./wsemul -- sh -c 'stty raw; printf "\n";' > $

Re: [gentoo-user] Email clients

2023-07-31 Thread Wols Lists
On 31/07/2023 00:11, Neil Bothwick wrote: On Sun, 30 Jul 2023 23:53:39 +0100, Peter Humphrey wrote: ... I use Claws 99% of the time, but occasionally run Thunderbird. Neither program cares that I have also used the other to read my mail. Ah, but you're using IMAP4 and leaving your emails on

cannot disable output processing in pseudo-terminal (between openpty(3) parent and child)

2023-07-30 Thread pouya+lists . netbsd
Hi, I'm creating a pseudo-terminal (alternatively using forkpty(3) or openpty(3) directly) where the child process is running a shell and the parent a simple terminal emulator that reads stdin and writes it to the child, and reads the child's output and displays it graphically via /derv/dri. I

Re: [tor-relays] Help Turkmens to bypass Internet censorship: run an obfs4 bridge!

2023-07-30 Thread lists
On Freitag, 21. Juli 2023 18:07:35 CEST gus wrote: > New update: In the last few weeks, internal political conflicts and > other events[1] in Turkmenistan have led to another wave of censorship > on Tor and anti-censorship tools. Tor bridges have been one of the few > free alternatives for people

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 15:50, Arsen Arsenović wrote: But I DO have to care about postfix/main.cf. This makes the fundamental blunder of mixing distro defaults and local config in the SAME FILE. So yes it does offer me etc-update. But if I MISS THAT, I've just trashed my local config and have to rebuild

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 14:54, Arsen Arsenović wrote: Again, it shouldn't be able to do that. Please check CONFIG_PROTECT using: portageq envvar CONFIG_PROTECT It should, normally, contain /etc, set by profiles/base/make.defaults. And here is the root of the mis-understanding between us. And also why

Re: [sphinx-users] GitLab continuous integration/deployment (CD/CI) and sphinx-doc's change detection

2023-07-29 Thread Wols Lists
On 28/07/2023 13:03, Denis Bitouzé wrote: That's assuming you can control how the repo is copied, of course. I suspect they often do a "git clone" which will lose all the target files on the spot ... I'm afraid that's the case. Many thanks for your answer! I hope I could find a way to fix

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 12:01, Peter Humphrey wrote: Hm. I already have Dovecot on my LAN server, because KMail is horribly buggy with POP3, which is what my ISP offers. So fetchmail -> postfix -> dovecot became necessary before I could use IMAP4 in KMail. All incoming emails are transferred to my

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 11:13, Arsen Arsenović wrote: Wols Lists writes: On 29/07/2023 03:37, Bryan Gardiner wrote: User of Claws with a local maildir here. One mail per file always felt safer to me. If you do want to keep using maildir, net-mail/dovecot provides IMAP access to ~/.maildir out

Re: [gentoo-user] Email clients

2023-07-29 Thread Wols Lists
On 29/07/2023 03:37, Bryan Gardiner wrote: User of Claws with a local maildir here. One mail per file always felt safer to me. If you do want to keep using maildir, net-mail/dovecot provides IMAP access to ~/.maildir out of the box, and I've found this combination to be reliable. Just a tip

Re: Nested tuplet ratio notation

2023-07-28 Thread Lib Lists
On Fri, 28 Jul 2023 at 14:50, Jean Abou Samra wrote: > > Le vendredi 28 juillet 2023 à 10:57 +0300, Lib Lists a écrit : > > The solution was to build the tuplet number text as a markup. I wonder if > there is a way to specify the alignment of the tuplet number with the tuplet &g

Re: Nested tuplet ratio notation

2023-07-28 Thread Lib Lists
-scaled #'(3.3 . 2.8) \magnify #0.5 "5" } \override TupletBracket.padding = #0 \override TupletNumber.Y-offset = #1.5 \tuplet 5/4 { c8[ c c c c] } } } } On Tue, 25 Jul 2023 at 16:34, Lib Lists wrote: > > Hello, > I'm testing different ways to notate the top-staff rhythm

Re: [gentoo-user] Simple installation on BTRFS

2023-07-28 Thread Wols Lists
On 27/07/2023 17:18, Michael wrote: Although I've been using btrfs for the best part of 10 years I have not really done justice to it, because I have neither explored nor used enough most of its features. I am now thinking of installing Gentoo on btrfs again, but this time I want to optimise

Re: [sphinx-users] GitLab continuous integration/deployment (CD/CI) and sphinx-doc's change detection

2023-07-26 Thread Wols Lists
On 24/07/2023 22:19, Denis Bitouzé wrote: [Y]ou are shooting yourself in your foot because you use make. make is utterly ineffective in CI pipelines because at the beginning of each pipeline the repo is cloned afresh, meaning the file modification dates of the source files are usually newer

[PATCH] aarch64: enable mixed-types for aarch64 simdclones

2023-07-26 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch enables the use of mixed-types for simd clones for AArch64 and adds aarch64 as a target_vect_simd_clones. Bootstrapped and regression tested on aarch64-unknown-linux-gnu gcc/ChangeLog: * config/aarch64/aarch64.cc (currently_supported_simd_type): Remove.

Re: GNU Tools Cauldron 2023

2023-07-25 Thread Richard Earnshaw (lists)
It is now just under 2 months until the GNU Tools Cauldron. Registration is still open, but we would really appreciate it if you could register as soon as possible so that we have a clear idea of the numbers. Richard. On 05/06/2023 14:59, Richard Earnshaw wrote: > We are pleased to invite you

Nested tuplet ratio notation

2023-07-25 Thread Lib Lists
Hello, I'm testing different ways to notate the top-staff rhythm in the example below (a 25:16 tuplet over two bars, or a quintuplet built on four notes of another quintuplet). I have a couple of problems: 1. I'd like to notate the first staff ratio as in the attached image, but I have no idea

[OE-Core][PATCH] scripts/resulttool: add mention about new detected tests

2023-07-21 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Some regression reports show a lot of "PASSED->None" transitions. When such big lot of identical transitions are observed, it could be that tests are now failing, but it could also be that some tests has been renamed. To detect such case, add a log in regression report to

Re: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

2023-07-21 Thread Alexis de BRUYN [Mailing Lists]
"Alexis de BRUYN [Mailing Lists]" wrote: On 19/07/2023 22:20, Rafael Sadowski wrote: On Wed Jul 19, 2023 at 06:17:08PM +0200, Alexis de BRUYN [Mailing Lists] wrote: Hi Everybody, Following -current, I have just sysupgraded / pkg_add -u (after ~40 days), and I cannot launch qt ap

Re: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

2023-07-19 Thread Alexis de BRUYN [Mailing Lists]
On 19/07/2023 22:20, Rafael Sadowski wrote: On Wed Jul 19, 2023 at 06:17:08PM +0200, Alexis de BRUYN [Mailing Lists] wrote: Hi Everybody, Following -current, I have just sysupgraded / pkg_add -u (after ~40 days), and I cannot launch qt applications anymore : $ nextcloud qt.qpa.plugin: Could

Re: [AFMUG] wispa

2023-07-19 Thread Jeff Broadwick - Lists
It’s not legit.WISPA has made efforts in the past to stamp this out, but it’s pretty much impossible.Jeff BroadwickCTIconnect312-205-2519 Office574-220-7826 Celljbroadw...@cticonnect.comOn Jul 19, 2023, at 2:29 PM, David Hannum wrote:I can't imagine WISPA sanctioning someone selling this list,

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

2023-07-19 Thread Alexis de BRUYN [Mailing Lists]
Hi Everybody, Following -current, I have just sysupgraded / pkg_add -u (after ~40 days), and I cannot launch qt applications anymore : $ nextcloud qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt

Re: Arch Linux installing.

2023-07-18 Thread Genes Lists
On 7/18/23 14:52, Ralf Mardorf wrote: ... if the cat paws at the keyboard, it doesn't need root privileges, it can execute "rm /path/unified_kernel_image" with the cat's user privileges? I think that non-root can only do that if mounted uid=. So, as far as cat-safe filesystem, isn't it no

Re: Arch Linux installing.

2023-07-18 Thread Genes Lists
On 7/18/23 09:45, Ralf Mardorf wrote: I don't install my kernels on a fat partition without UNIX privileges. IOW if it should be required that the efi partition is a fat partition, I wonder why this is recommended. OI assume a part of your comment is the security aspect. This of course can be

Re: Arch Linux installing.

2023-07-18 Thread Genes Lists
On 7/18/23 09:23, Genes Lists wrote: While that is/was pretty common, I believe the current recommendation is to  mount: To be more precise, the recommendation is to mount the efi as /boot, and as Sergey suggested, if your EFI partition is too small, then use separate efi and boot

Re: Arch Linux installing.

2023-07-18 Thread Genes Lists
On 7/18/23 06:41, Sergey Filatov wrote: mount EFI partition as /boot/efi. While that is/was pretty common, I believe the current recommendation is to mount: esp onto /efi gpt type : EF00 boot onto /boot gpt type : EA00 (type XBOOTLDR) rather than having the efi

Re: [tor-relays] Wrong "first seen" flag for bridges at metrics.torproject.org

2023-07-17 Thread lists
On Montag, 17. Juli 2023 20:12:34 CEST telekobold wrote: > I have an issue regarding the "first seen" flag at > metrics.torproject.org: It is definitely wrong for my two bridges - both > dates are much too close in the past. > Has anyone observed similar behavior for its relay? (I found it >

Re: [PATCH] Include insn-opinit.h in PLUGIN_H [PR110610]

2023-07-17 Thread Andre Vieira (lists) via Gcc-patches
On 11/07/2023 23:28, Jeff Law wrote: On 7/11/23 04:37, Andre Vieira (lists) via Gcc-patches wrote: Hi, This patch fixes PR110610 by including OPTABS_H in the INTERNAL_FN_H list, as insn-opinit.h is now required by internal-fn.h. This will lead to insn-opinit.h, among the other OPTABS_H

Issue with RCS + SUID

2023-07-14 Thread Lists
Hello, We are trying to setup RCS with SUID to prevent users other than the primary user from deleting revisions. We followed the directions in the man page for ci, but we are getting permissions issues when we try to checkout as one of the other users. This is our setup: * Master user:

Re: Fullscreen mode

2023-07-12 Thread Mailing Lists
without knowing more I think you should go fullscreen with the browser/application before connecting to the remote system. Additionally the target resolution set in the connection has impact and also the configured/available resize method of the target system. It may also vary if initially

Re: Unable to Port Forward to a Virtual Machine

2023-07-11 Thread Lists
On Tuesday, July 11, 2023 6:36:22 PM PDT David King wrote: > On 7/11/23 19:15, Lists wrote: > > > > > > > I have a Fedora (35) workstation with some VMs running on a virtual > > LAN and I want to open service(s) to the local Physical LAN. Goal is >

Unable to Port Forward to a Virtual Machine

2023-07-11 Thread Lists
I have a Fedora (35) workstation with some VMs running on a virtual LAN and I want to open service(s) to the local Physical LAN. Goal is to make an HTTP service running on 192.168.122.11:80 visible to 192.168.1.* as 192.168.1.62:80 What am I missing!?!? Office Network 192.168.1.*

Re: [PATCH] aarch64: Fix warnings during libgcc build

2023-07-11 Thread Richard Earnshaw (lists) via Gcc-patches
On 11/07/2023 15:54, Richard Earnshaw (lists) via Gcc-patches wrote: On 11/07/2023 10:37, Florian Weimer via Gcc-patches wrote: libgcc/ * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): Add missing const qualifier.  Cast from const unsigned char * to const char

Re: [PATCH] aarch64: Fix warnings during libgcc build

2023-07-11 Thread Richard Earnshaw (lists) via Gcc-patches
On 11/07/2023 10:37, Florian Weimer via Gcc-patches wrote: libgcc/ * config/aarch64/aarch64-unwind.h (aarch64_cie_signed_with_b_key): Add missing const qualifier. Cast from const unsigned char * to const char *. Use __builtin_strchr to avoid an implicit

[PATCH] Include insn-opinit.h in PLUGIN_H [PR110610]

2023-07-11 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch fixes PR110610 by including OPTABS_H in the INTERNAL_FN_H list, as insn-opinit.h is now required by internal-fn.h. This will lead to insn-opinit.h, among the other OPTABS_H header files, being installed in the plugin directory. Bootstrapped aarch64-unknown-linux-gnu. @Jakub:

daily insecurity output (emails) end with: mtree special: exit code 2

2023-07-07 Thread Why 42? The lists account.
Hi All, FYI, I noticed this in the last couple of daily insecurity output emails: > From: "Charlie Root @ mjoelnir_aa1667" > Date: Fri, 7 Jul 2023 01:32:09 +0200 (CEST) > > Running security(8): > > Checking special files and directories. > Output format is: > filename: >

Re: Question regarding pf rules: block in on em0: ...

2023-07-07 Thread Why 42? The lists account.
I have no idea how I could make my question any clearer: > My question is not about how to disable pf, but rather why the packets > are see as "in" when coming from my own address, and, why they are > blocked i.e. ... On Thu, Jul 06, 2023 at 11:09:27AM -0600, Zack Newman wrote: > For added

Re: Question regarding pf rules: block in on em0: ...

2023-07-06 Thread Why 42? The lists account.
On Tue, Jul 04, 2023 at 10:42:39AM -0600, Zack Newman wrote: > ... > I am guessing you didn't flush the rules after disabling pf since > clearly pf rules are still being used. Run pfctl -F all after disabling > pf. Run pfctl -s all to verify there are no active rules. Hi, I see that I was not

Minor defect in OpenBSD install program ...

2023-07-04 Thread Why 42? The lists account.
Hi All, FYI, I think there there is a minor defect in the OpenBSD installation program. I noticed what looks like the use of an unset / uninitialised variable in the text output: > ... > Let's install the sets! > Location of sets? (disk http nfs or 'done') [http] > HTTP proxy URL? (e.g.

Question regarding pf rules: block in on em0: ...

2023-07-04 Thread Why 42? The lists account.
Hi All, I just noticed that "simple-scan" no longer discovers my scanner. While trying to debug the issue, it occurred to me that it could be a network / pf problem. This doesn't seem to be the issue though, even after I disable pf (pfctl -d), the scanner is still not seen. However, running

Re: [AFMUG] OT Everyone was right.

2023-07-03 Thread Jeff Broadwick - Lists
I’m guessing they’d be Libertarians.  ;-)Jeff BroadwickCTIconnect312-205-2519 Office574-220-7826 Celljbroadw...@cticonnect.comOn Jul 3, 2023, at 3:52 PM, Bill Prince wrote: I don't think grizzlies are either liberal of conservative. They operate on the rules of food and

Re: wishlist: support for shorter pointers

2023-07-03 Thread Richard Earnshaw (lists) via Gcc
On 03/07/2023 17:42, Rafał Pietrak via Gcc wrote: Hi Ian, W dniu 3.07.2023 o 17:07, Ian Lance Taylor pisze: On Wed, Jun 28, 2023 at 11:21 PM Rafał Pietrak via Gcc wrote: [] I was thinking about that, and it doesn't look as requiring that deep rewrites. ABI spec, that  could

[PATCH] vect: Treat vector widening IFN calls as 'simple' [PR110436]

2023-07-03 Thread Andre Vieira (lists) via Gcc-patches
Hi, This patch makes the vectorizer treat any vector widening IFN as simple, like it did with the tree codes VEC_WIDEN_*. I wasn't sure whether I should make all IFN's simple and then exclude some (like GOMP_ ones), or include more than just the new widening IFNs. But since this is the only

Re: gcc tricore porting

2023-07-03 Thread Richard Earnshaw (lists) via Gcc
On 03/07/2023 15:34, Joel Sherrill wrote: On Mon, Jul 3, 2023, 4:33 AM Claudio Eterno wrote: Hi Joel, I'll give an answer ASAP on the newlib and libgloss... I supposed your question were about the licences question on newlib, instead you were really asking what changed on the repo libs...

dvmrpd reports "routeroute decision engine terminated; signal 11"

2023-07-03 Thread Why 42? The lists account.
Hi All, FYI, after patching the kernel (See: discussion from June 7th entitled "dvmrpd start causes kernel panic: assertion failed") I am able to run the dvmrpd multicast routing daemon and indeed it seems to be doing something, I see messages logged regarding multicast IP address groups or

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