Re: monitor esterno

2024-06-04 Thread valerio
. non mi ricordo bene, ma mi sembra che (se non lo è già) devi installare xrandr. il monitor esterno è per caso un tv? valerio

Re: [ovs-dev] [PATCH v2 2/2] ipf: Handle common case of ipf defragmentation.

2024-06-02 Thread Paolo Valerio
ea96698f667 ("Userspace datapath: Add fragmentation handling.") > Reported-at: https://issues.redhat.com/browse/FDP-560 > Signed-off-by: Mike Pattrick > --- Acked-by: Paolo Valerio > lib/ipf.c | 27 --- > 1 file changed, 20 insertions(+), 7 deletions(-

Re: [ovs-dev] [PATCH v2 1/2] ipf: Only add fragments to batch of same dl_type.

2024-06-02 Thread Paolo Valerio
> Reported-at: https://issues.redhat.com/browse/FDP-560 > Signed-off-by: Mike Pattrick > --- Acked-by: Paolo Valerio > lib/ipf.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > > diff --git a/lib/ipf.c b/lib/ipf.c > index 7d74e

Re: [ovs-dev] [PATCH v3 1/8] netdev-linux: Fix possible int overflow in tc_add_matchall_policer().

2024-05-31 Thread Paolo Valerio
Mike Pattrick > Signed-off-by: Eelco Chaudron > --- Acked-by: Paolo Valerio > lib/netdev-linux.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/netdev-linux.c b/lib/netdev-linux.c > index 25349c605..eb0c5c624 100644 > --- a/lib/netdev-lin

Re: [ovs-dev] [PATCH v3 7/8] db-ctl-base: Initialize the output variable in the ctx structure.

2024-05-31 Thread Paolo Valerio
roperly. > > Fixes: 07ff77ccb82a ("db-ctl-base: Make common database command code into > library.") > Signed-off-by: Eelco Chaudron > --- Acked-by: Paolo Valerio > lib/db-ctl-base.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/db-ctl-base.c

Re: [ovs-dev] [PATCH v3 2/8] cfm: Fix possible integer overflow in tc_add_matchall_policer().

2024-05-31 Thread Paolo Valerio
igned-off-by: Eelco Chaudron > --- Acked-by: Paolo Valerio > lib/cfm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/lib/cfm.c b/lib/cfm.c > index c3742f3de..7eb080157 100644 > --- a/lib/cfm.c > +++ b/lib/cfm.c > @@ -863,7 +863,7 @@ cfm_process_

Re: [ovs-dev] [PATCH v2 6/8] ofproto-dpif: Define age as time_t in ofproto_unixctl_fdb_add().

2024-05-28 Thread Paolo Valerio
try.") It seems "Fixes:" slipped out here. I guess this could be fixed while applying. That aside, Acked-by: Paolo Valerio > Signed-off-by: Eelco Chaudron > --- > ofproto/ofproto-dpif.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a

Re: [it-users]

2024-05-18 Thread Valerio Messina
trovi Inkscape: https://en.wikipedia.org/wiki/Inkscape è un editor SVG, un programma vettoriale come Draw ma più per grafici rispetto a Draw che è per disegno tecnico. L'importazione dei PDF è ottima, puoi modificarli e poi risalvarli in PDF o SVG -- Valerio -- Come cancellarsi: E-mail

Re: [ovs-dev] [PATCH v2 2/2] conntrack: Key connections by zone.

2024-05-13 Thread Paolo Valerio
Hi Peng, Peng He writes: > To seperate into N cmaps, why not use hash value divided by N? > FWIW, I think it makes sense to discuss the potential benefits of other approaches as well. They may even end up not being as performant as this one, but also some points to consider here are: - the

Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio Messina
I removed the file: /etc/network/interfaces.d/enp5s0 then: $ sudo service networking restart $ sudo nmcli device set enp5s0 managed yes but: $ nmcli device still say unmanaged and no ethernet conection in the Network manager icon -- Valerio

[Pkg-utopia-maintainers] Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio Messina
I removed the file: /etc/network/interfaces.d/enp5s0 then: $ sudo service networking restart $ sudo nmcli device set enp5s0 managed yes but: $ nmcli device still say unmanaged and no ethernet conection in the Network manager icon -- Valerio

Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio Messina
valent to Wake on LAN: Phy Unicast Multicast Broadcast Arp Magic ? THANK YOU for support -- Valerio

[Pkg-utopia-maintainers] Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio Messina
valent to Wake on LAN: Phy Unicast Multicast Broadcast Arp Magic ? THANK YOU for support -- Valerio ___ Pkg-utopia-maintainers mailing list Pkg-utopia-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-

Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio
Package: network-manager-gnome Version: 1.30.0-2 Severity: normal X-Debbugs-Cc: e...@iol.it Dear Maintainer, ifconfig in the console show regular 'enp5s0' device with its IP 192.168.1.11 and all computer communication work as expected clicking on Network Manager icon, show only Wireless

[Pkg-utopia-maintainers] Bug#1070974: network-manager-gnome: do not show local ethernet connection

2024-05-12 Thread Valerio
Package: network-manager-gnome Version: 1.30.0-2 Severity: normal X-Debbugs-Cc: e...@iol.it Dear Maintainer, ifconfig in the console show regular 'enp5s0' device with its IP 192.168.1.11 and all computer communication work as expected clicking on Network Manager icon, show only Wireless

[ovs-dev] [PATCH v2] conntrack: Fully initialize conn struct before insertion.

2024-05-10 Thread Paolo Valerio
_conn introducing key directionality.") Reported-at: https://issues.redhat.com/browse/FDP-616 Signed-off-by: Mike Pattrick Co-authored-by: Paolo Valerio Signed-off-by: Paolo Valerio --- lib/conntrack.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff -

[ovs-dev] [PATCH] Subject: conntrack: Fully initialize conn struct before insertion.

2024-05-10 Thread Paolo Valerio
_conn introducing key directionality.") Reported-at: https://issues.redhat.com/browse/FDP-616 Signed-off-by: Mike Pattrick Co-authored-by: Paolo Valerio Signed-off-by: Paolo Valerio --- lib/conntrack.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff -

Re: [ovs-dev] [PATCH v2] conntrack: Do not use {0} to initialize unions.

2024-05-09 Thread Paolo Valerio
t initialize the ipv6 field. > > Reported-at: https://issues.redhat.com/browse/FDP-608 > Signed-off-by: Xavier Simonart > --- > v2: updated based on nit from Paolo. > --- Thanks Xavier. Acked-by: Paolo Valerio ___ dev mailing list d...

Re: [ovs-dev] [PATCH] conntrack: Do not use {0} to initialize unions.

2024-05-08 Thread Paolo Valerio
Hello Xavier, just curious, based on your tests, is clang 18.1.1 the only compiler/version known so far to lead to the problem, right? Anyways, only a small cosmetic nit below. Other than that: Acked-by: Paolo Valerio Xavier Simonart writes: > In the following case: > union c

Bug#1070245: dicomnifti 2.33.1-5: ROM; Obsolete

2024-05-02 Thread Valerio Luccio
Package: dicomnifti Version: 2.33.1-5 Software not compatible with most recent DICOM image version and will not be updated. -- Valerio Luccio High Performance Computing 10 Astor Place, 4th Floor New York University New York, NY 10003 "In an open

Bug#1070243: dicomnifti 2.33.1-5: ROM; Obsolete

2024-05-02 Thread Valerio Luccio
Package: dicomnifti 2.33.1-5 Software not compatible with most recent DICOM image version and will not be updated. -- Valerio Luccio High Performance Computing 10 Astor Place, 4th Floor New York University New York, NY 10003 "In an open world, who

`notmuch-message-headers` interpreted case-sensitively

2024-04-24 Thread Herbert Valerio Riedel
Hello! Not sure if this is a bug or intentional behaviour but it did surprise me: When I added "Message-Id" to `notmuch-message-headers` I noticed that sometimes the header would be shown and sometimes not. It turns out that some MUAs generate the header as "Message-Id" and others as

[Corpora-List] Two postdoc positions at University of Turin (HARMONIA)

2024-04-23 Thread Valerio Basile via Corpora
egni-di-ricerca-unito-2024-i-pnrr/>. Please write to or for further information on how to apply. Best regards, Valerio Basile -- *Computational linguistics methods for knowledge-enhanced perspective-taking LLMs to support Inclusive Decision-Making* The activity will focus on a) design of a se

[ovs-dev] [PATCH] dpctl: fix segfault on ct-{set,del}-limits

2024-04-22 Thread Paolo Valerio
When no parameters other than the datapath are specified a segfault occurs. Fix it by checking the argument access is inside the bounds. Signed-off-by: Paolo Valerio --- lib/dpctl.c | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/lib/dpctl.c b

Re: [BUG] Custom headers in `notmuch-message-headers` are broken

2024-04-20 Thread Herbert Valerio Riedel
>> The end result is that `notmuch-message-headers` variable has no effect. > Not sure if you are still interested, but this should be fixed in > notmuch 0.35 (see show.extra_headers in notmuch-config(1)). I just stumbled over this issue when trying to add "Message-Id" to the list of shown

Re: [ovs-discuss] Urgent Help needed: OVS 3.2.2 Strange TC DROPs

2024-04-18 Thread Paolo Valerio via discuss
Paolo Valerio writes: > Adrian Moreno via discuss writes: > >> Hi Gavin >> >> On 4/18/24 02:38, Gavin McKee via discuss wrote: >>> This is an example. >>> >>> Again the TCP 3 handshake completes , but the next packet fails to NAT >>&

Re: [ovs-discuss] Urgent Help needed: OVS 3.2.2 Strange TC DROPs

2024-04-18 Thread Paolo Valerio via discuss
Adrian Moreno via discuss writes: > Hi Gavin > > On 4/18/24 02:38, Gavin McKee via discuss wrote: >> This is an example. >> >> Again the TCP 3 handshake completes , but the next packet fails to NAT >> and goes out onto the physical network using the private address . An >> example of this is

[neon] [Bug 484940] libkcolorpicker-qt6-0 failed to install in updates

2024-04-03 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=484940 --- Comment #6 from Valerio Galdo --- this worked for me: sudo apt --fix-broken install -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 484940] libkcolorpicker-qt6-0 failed to install in updates

2024-04-02 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=484940 Valerio Galdo changed: What|Removed |Added CC||valerio.ga...@gmail.com --- Comment #2 from

Re: [ovs-dev] [PATCH] conntrack: Do not use icmp reverse helper for icmpv6.

2024-03-28 Thread Paolo Valerio
Ilya Maximets writes: > On 3/12/24 11:02, Paolo Valerio wrote: >> In the flush tuple code path, while populating the conn_key, >> reverse_icmp_type() gets called for both icmp and icmpv6 cases, >> while, depending on the proto, its respective helper should be >>

[ovs-dev] [PATCH v2] conntrack: Do not use icmp reverse helper for icmpv6.

2024-03-28 Thread Paolo Valerio
browse/FDP-447 Signed-off-by: Paolo Valerio --- v2 (Ilya): - stripped down backtrace - aligned ternary --- lib/conntrack.c | 4 +++- tests/system-traffic.at | 10 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/conntrack.c b/lib/conntrack.c index 5786424f6.

[ovs-dev] [PATCH v2] conntrack: Fix SNAT with exhaustion system test.

2024-03-28 Thread Paolo Valerio
e previous assumptions. Fix it by creating and not advancing the first entry in SYN_SENT to avoid early eviction. Suggested-by: Ilya Maximets Reported-at: https://issues.redhat.com/browse/FDP-486 Signed-off-by: Paolo Valerio --- v2: - replaced open-coded bytes with 'ovs-ofctl compose-packet --b

Re: [ovs-dev] [PATCH] conntrack: Fix SNAT with exhaustion system test.

2024-03-28 Thread Paolo Valerio
Ilya Maximets writes: > On 3/13/24 12:08, Paolo Valerio wrote: >> Recent kernels introduced a mechanism that allows to evict colliding >> entries in a closing state whereas they were previously considered as >> parts of a non-recoverable clash. >> This new behav

[Wikimedia-l] Re: Urgent attention required because Commons is blocked in Pakistan

2024-03-24 Thread Valerio Bozzolan via Wikimedia-l
Unfortunately a VPN is not a solution at the moment. Because of interesting historical reasons, people using VPN or other "open proxies" cannot edit most Wikimedia projects, as default - even if they are logged-in - even if they are autopatrolled - even if they are sysop (!) - ecc. This is an

[kio-admin] [Bug 482552] "Create New" menu disabled in kio-admin

2024-03-22 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=482552 --- Comment #2 from Valerio Galdo --- Today i've installed kio-admin update, but the problem is still there... -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 484100] Clipboard applet breaks due to missing libZXing.so.3

2024-03-21 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=484100 --- Comment #8 from Valerio Galdo --- Yes, it works! Thanks! -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 484100] New: clipboard no longer works

2024-03-20 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=484100 Bug ID: 484100 Summary: clipboard no longer works Classification: Plasma Product: plasmashell Version: master Platform: Neon OS: Linux Status: REPORTED

[neon] [Bug 483427] In Plasma 6, plasma-welcome starts every login due to old code that checks for the value of "ShouldShow" in the config file still being run for some reason

2024-03-18 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 --- Comment #7 from Valerio Galdo --- Created attachment 167406 --> https://bugs.kde.org/attachment.cgi?id=167406=edit Muon screenshot I noticed what you see in the attached screenshot -- You are receiving this mail because: You are watching

[neon] [Bug 483427] In Plasma 6, plasma-welcome starts every login due to old code that checks for the value of "ShouldShow" in the config file still being run for some reason

2024-03-18 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 --- Comment #6 from Valerio Galdo --- (In reply to Nate Graham from comment #4) > Well, we still need to investigate what caused the issue. You finding a > local workaround doesn't fix it for everyone else (which is the point of > having a b

[Wikimedia-l] Re: Next Conversation with the Trustees, 21 March

2024-03-15 Thread Valerio Bozzolan via Wikimedia-l
: https://meta.wikimedia.org/wiki/Wikimedians_for_software_freedom Best regards -Valerio On Thu, 2024-03-14 at 14:17 +, Mike Peel wrote: > Hi all, > > The next Conversation with the Wikimedia Foundation’s Board of > Trustees > [1] will take place on Thursday, 21 March at 19:00 UTC

[Welcome Center] [Bug 483427] Plasma-welcome starts everytime

2024-03-14 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 Valerio Galdo changed: What|Removed |Added Status|NEEDSINFO |RESOLVED -- You are receiving this mail

[Welcome Center] [Bug 483427] Plasma-welcome starts everytime

2024-03-14 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 --- Comment #3 from Valerio Galdo --- ok, i added ShouldShow=false and now it works! Thanks! -- You are receiving this mail because: You are watching all bug changes.

[Welcome Center] [Bug 483427] Plasma-welcome starts everytime

2024-03-14 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 --- Comment #2 from Valerio Galdo --- ok : [General] LastSeenVersion=6.0.2 -- You are receiving this mail because: You are watching all bug changes.

Re: GTK on PowerPC: does anyone have it actually working?

2024-03-14 Thread Valerio Messina via macports-dev
/download/v0.11.09hbeta/reSolve01109h_2023-08-28_MacOS_x86_64_64bit.dmg but, a PPC (or ARM) for X11 should work too. thank you, -- Valerio

[ovs-dev] [PATCH] conntrack: Fix SNAT with exhaustion system test.

2024-03-13 Thread Paolo Valerio
e previous assumptions. Fix it by creating and not advancing the first entry in SYN_SENT to avoid early eviction. Suggested-by: Ilya Maximets Reported-at: https://issues.redhat.com/browse/FDP-486 Signed-off-by: Paolo Valerio --- tests/system-traffic.at | 21 ++--- 1 file changed, 14 insert

[Welcome Center] [Bug 483427] Plasma-welcome starts everytime

2024-03-13 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 Valerio Galdo changed: What|Removed |Added Summary|Plasma-welcom starts|Plasma-welcome starts

[Welcome Center] [Bug 483427] New: Plasma-welcom starts everytime

2024-03-13 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=483427 Bug ID: 483427 Summary: Plasma-welcom starts everytime Classification: Applications Product: Welcome Center Version: unspecified Platform: Neon OS: Linux Status:

[ovs-dev] [PATCH] conntrack: Do not use icmp reverse helper for icmpv6.

2024-03-12 Thread Paolo Valerio
() when needed. Furthermore, self tests have been modified in order to exercise and check this behavior. Fixes: 271e48a0e244 ("conntrack: Support conntrack flush by ct 5-tuple") Reported-at: https://issues.redhat.com/browse/FDP-447 Signed-off-by: Paolo Valerio --- lib/conntrack.c

[systemsettings] [Bug 482573] Left handed mode doesn't work

2024-03-09 Thread valerio pachera
https://bugs.kde.org/show_bug.cgi?id=482573 --- Comment #2 from valerio pachera --- (In reply to Nate Graham from comment #1) > Make sure you've got the right mouse selected in the combobox on top. > Sometimes it has multiple devices in it, depending on your hardware > configuration. T

[kde] [Bug 482573] Left handed mode doesn't work

2024-03-06 Thread valerio pachera
https://bugs.kde.org/show_bug.cgi?id=482573 valerio pachera changed: What|Removed |Added Platform|Other |Neon -- You are receiving this mail because

[kde] [Bug 482573] New: Left handed mode doesn't work

2024-03-06 Thread valerio pachera
https://bugs.kde.org/show_bug.cgi?id=482573 Bug ID: 482573 Summary: Left handed mode doesn't work Classification: I don't know Product: kde Version: unspecified Platform: Other OS: Linux Status: REPORTED

[dolphin] [Bug 482552] Open Dolphin as Adiministrator doesn't work

2024-03-06 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=482552 --- Comment #1 from Valerio Galdo --- Created attachment 166484 --> https://bugs.kde.org/attachment.cgi?id=166484=edit screen record -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 482552] New: Open Dolphin as Adiministrator doesn't work

2024-03-06 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=482552 Bug ID: 482552 Summary: Open Dolphin as Adiministrator doesn't work Classification: Applications Product: dolphin Version: 24.02.0 Platform: Neon OS: Linux Status:

[Discover] [Bug 481993] Discover fails to launch after upgrade to Neon 6.0

2024-03-03 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=481993 Valerio Galdo changed: What|Removed |Added CC||valerio.ga...@gmail.com --- Comment #9 from

Bug#1065267: libphonenumber8-protobuf32: required package missing in repositories

2024-03-02 Thread Valerio Passini
Package: libphonenumber8-protobuf32 Severity: important X-Debbugs-Cc: passini.vale...@gmail.com Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** sudo apt install gnome Reading package lists... Done Building dependency tree... Done Reading state

It's impossible to install KDE in unstable

2024-03-02 Thread Valerio Passini
Hello, I'm having a lot of troubles to install KDE in unstable, apt tells there are held packages but I've checked and there are not. sudo apt install plasma-desktop Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be

Re: [ovs-dev] [PATCH] github: Temporarily disable SNAT with exhaustion system test.

2024-03-01 Thread Paolo Valerio
tion in the conntrack at any single moment in time, so > there is seemingly no issue with the NAT, but the behavior > is unexpected and the test fails. > > Disable the test in CI until we figure out how to fix the > kernel (if it is a kernel bug) or the t

[neon] [Bug 481938] Unable to leave session via Desktop menu on Plasma 6.0.0

2024-03-01 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=481938 --- Comment #48 from Valerio Galdo --- ...and anyway it works only the first time -- You are receiving this mail because: You are watching all bug changes.

[neon] [Bug 481938] Unable to leave session via Desktop menu on Plasma 6.0.0

2024-03-01 Thread Valerio Galdo
https://bugs.kde.org/show_bug.cgi?id=481938 Valerio Galdo changed: What|Removed |Added CC||valerio.ga...@gmail.com --- Comment #47 from

Re: [it-users] Bug riferimenti incrociati LO writer 7.6.2.1

2024-02-29 Thread Valerio Messina
per queste situazioni puoi usare l'AppImage, è il formato "portable" di Linux cross-distro: scarichi rendi eseguibile lanci Valerio On 2/29/24 9:36 AM, Alberto Benedetto wrote: Buongiorno, grazie per le prove fatte, sono passato alla versione 7.6.4.1 e il problema si è risolto. I

R: Need help to install Syncope on Ubuntu Server

2024-02-26 Thread Valerio Crescia
on a Syncope archetype [3] https://syncope.apache.org/docs/getting-started.html#create-project and use it instead of the standalone. Please, for this type of question use the user mailing list, u...@syncope.apache.org. Best Valerio Da: Vikrant Inviato: domenica 25

Bug#1064102: shim-signed: Shim needs to be updated to latest version for Microsoft Surface devices

2024-02-17 Thread Valerio Passini
Package: shim-signed Version: 1.40+15.7-1 Severity: normal Tags: upstream Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** I tried to install Debian on a Surface Pro 9, but it doesn't boot even with a disabled SecureBoot (secured core must be

Re: [ovs-dev] [PATCH v2 2/2] conntrack: Handle persistent selection for IP addresses.

2024-02-16 Thread Paolo Valerio
Simon Horman writes: > On Wed, Feb 07, 2024 at 06:38:08PM +0100, Paolo Valerio wrote: >> The patch, when 'persistent' flag is specified, makes the IP selection >> in a range persistent across reboots. >> >> Signed-off-by: Paolo Valerio > > Hi Paolo, > > I

[ovs-dev] [PATCH v3 2/2] conntrack: Handle persistent selection for IP addresses.

2024-02-16 Thread Paolo Valerio
The patch, when 'persistent' flag is specified, makes the IP selection in a range persistent across reboots. Signed-off-by: Paolo Valerio Acked-by: Simon Horman --- v3: - rearranged branches in nat_get_unique_tuple() (Simon) --- NEWS | 3 ++- lib/conntrack.c | 25

[ovs-dev] [PATCH v3 1/2] conntrack: Handle random selection for port ranges.

2024-02-16 Thread Paolo Valerio
The userspace conntrack only supported hash for port selection. With the patch, both userspace and kernel datapath support the random flag. The default behavior remains the same, that is, if no flags are specified, hash is selected. Signed-off-by: Paolo Valerio Acked-by: Simon Horman

[ovs-dev] [PATCH v2 2/2] conntrack: Handle persistent selection for IP addresses.

2024-02-07 Thread Paolo Valerio
The patch, when 'persistent' flag is specified, makes the IP selection in a range persistent across reboots. Signed-off-by: Paolo Valerio --- NEWS | 3 ++- lib/conntrack.c | 27 +-- lib/conntrack.h | 1 + lib/dpif-netdev.c | 2 ++ 4 files changed, 26

[ovs-dev] [PATCH v2 1/2] conntrack: Handle random selection for port ranges.

2024-02-07 Thread Paolo Valerio
The userspace conntrack only supported hash for port selection. With the patch, both userspace and kernel datapath support the random flag. The default behavior remains the same, that is, if no flags are specified, hash is selected. Signed-off-by: Paolo Valerio --- Documentation/ref/ovs

Re: [ovs-dev] [PATCH 2/2] conntrack: Handle persistent selection for IP addresses.

2024-02-07 Thread Paolo Valerio
Paolo Valerio writes: > The patch, when 'persistent' flag is specified, makes the IP selection > in a range persistent across reboots. > > Signed-off-by: Paolo Valerio > --- > NEWS | 3 ++- > lib/conntrack.c | 26 ++ > lib/con

[ovs-dev] [PATCH 2/2] conntrack: Handle persistent selection for IP addresses.

2024-02-07 Thread Paolo Valerio
The patch, when 'persistent' flag is specified, makes the IP selection in a range persistent across reboots. Signed-off-by: Paolo Valerio --- NEWS | 3 ++- lib/conntrack.c | 26 ++ lib/conntrack.h | 1 + lib/dpif-netdev.c | 2 ++ 4 files changed, 27

[ovs-dev] [PATCH 1/2] conntrack: Handle random selection for port ranges.

2024-02-07 Thread Paolo Valerio
The userspace conntrack only supported hash for port selection. With the patch, both userspace and kernel datapath support the random flag. The default behavior remains the same, that is, if no flags are specified, hash is selected. Signed-off-by: Paolo Valerio --- Documentation/ref/ovs

Re: GEDA site dead?

2024-01-27 Thread Valerio Messina via macports-dev
://github.com/lepton-eda/lepton-eda seems mantained Valerio On 1/27/24 1:46 PM, Nils Breunese wrote: I’m not familiar with gEDA, but according to https://github.com/macports/macports-ports/blob/master/science/geda-gaf/Portfile the homepage is http://www.geda-project.org/ But requests to both

Re: pre-built quartz variant packages

2024-01-22 Thread Valerio Messina via macports-dev
by the upper layers GTK and GDK. my 2 cents thank you, Valerio [1] https://www.gtk.org/ [2] https://download.gnome.org/sources/gtk+/3.24/

Re: pre-built quartz variant packages

2024-01-16 Thread Valerio Messina via macports-dev
user is used to do, or is able to or want to do. Seems to me that native Quartz variant of gtk3 work like or better than Xquartz (default) variant. At least better than gtk on Win. Really hope you can please provide the gtk3 pre-built Quartz variant a newby of macOS thank you, Valerio On 1

Re: smartctl cannot access my storage, need syntax help

2024-01-16 Thread Valerio Vanni
Il 16/01/2024 12:08, Felix Miata ha scritto: Tom Furie composed on 2024-01-16 08:18 (UTC): Felix Miata writes: /dev/sdc 18 /dev/disk/by-id/usb-Brother_MFC-J6920DW_BROG5F229909-0:0 # How does a printer get a storage device assignment??? By having some kind of SD card slot or similar. So

[kaffeine] [Bug 479872] New: Option --lastchannel doesn't free dvb adapter after stop

2024-01-15 Thread Valerio Vanni
channel when I click stop, kaffeine frees immediately /dev/dvb/xxx device. If I start kaffeine with --lastchannel and do the same (click stop), /dev/dvb/xxx device is busy. A child process is locking it: lsof finds this: kioslave5 21356 valerio 35u CHR

Re: Change suspend type from kde menu

2024-01-15 Thread Valerio Vanni
Il 12/01/2024 22:51, Valerio Vanni ha scritto: As Max replied to that post saying that you could avoid to kill Kaffeine   now you can try to: - stop Kaffeine - rmmod the module (what happens if you force unloading: -f option) - suspend - resume - modprobe the module - play Kaffeine but I bet

Re: Change suspend type from kde menu

2024-01-15 Thread Valerio Vanni
Il 14/01/2024 05:04, Max Nikulin ha scritto: lsof for the same process may be more informative, but currently it does not matter. Perhaps, opening devices in /dev/dvb, kaffeine does not set the O_CLOEXEC flag for open(2) (or does not call fcntl with FD_CLOEXEC). As a result, file descriptors

Re: pre-built quartz variant packages

2024-01-14 Thread Valerio Messina via macports-dev
I'm not sure this is the right list to ask for pre-built macports. In case can you please direct me to the right one? thank you, Valerio On 12/5/23 10:47 PM, Valerio Messina via macports-dev wrote: hi, as a user of osxcross, I also use the good of macports. I read that is not your main

Re: Change suspend type from kde menu

2024-01-13 Thread Valerio Vanni
Il 13/01/2024 16:20, Max Nikulin ha scritto: And this is one with a --lastchannel launch: lrwx-- 1 valerio valerio 64 12 gen 20.52 34 -> /dev/dvb/adapter0/frontend0 lsof for the same process may be more informative, but currently it does not matter. Perhaps, opening devices in /dev/

Re: Change suspend type from kde menu

2024-01-12 Thread Valerio Vanni
Il 12/01/2024 21:15, Franco Martelli ha scritto: > Tried, it works on DVB play. > > dbus-send --print-reply --dest=org.mpris.kaffeine /Player org.freedesktop.MediaPlayer.Stop As Max replied to that post saying that you could avoid to kill Kaffeine  now you can try to: - stop Kaffeine

Re: Change suspend type from kde menu

2024-01-12 Thread Valerio Vanni
Il 12/01/2024 17:24, Max Nikulin ha scritto: On 12/01/2024 21:36, Valerio Vanni wrote: Tried, it works on DVB play. dbus-send --print-reply --dest=org.mpris.kaffeine /Player org.freedesktop.MediaPlayer.Stop The question is if this action can be a replacement for killing kaffeine before

Re: Change suspend type from kde menu

2024-01-12 Thread Valerio Vanni
Il 12/01/2024 15:03, Franco Martelli ha scritto: On 11/01/24 at 15:10, Valerio Vanni wrote: Yes, I tried, but I didn't see any "stop". There is a .Quit, but for this I already have "kill" command and I have to start it again. valerio@newton:~$ busctl --user introspec

Re: Change suspend type from kde menu

2024-01-12 Thread Valerio Vanni
Il 12/01/2024 12:08, Valerio Vanni ha scritto: Il 12/01/2024 03:52, Max Nikulin ha scritto: I assume that "org/mpris/MediaPlayer2" after "/" was lost during copy I don't have MediaPlayer2 there. busctl --user introspect org.mpris.kaffeine

Re: Change suspend type from kde menu

2024-01-12 Thread Valerio Vanni
Il 12/01/2024 03:52, Max Nikulin ha scritto: I assume that "org/mpris/MediaPlayer2" after "/" was lost during copy I don't have MediaPlayer2 there. busctl --user introspect org.mpris.kaffeine /Player # ... .Stop   method    - -    - I saw that,

Re: Vmware Workstation help opens abiword

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 15:42, Max Nikulin ha scritto: On 11/01/2024 20:18, Valerio Vanni wrote: Now it's working, but I don't understand why. Now I find this: /usr/share/applications/mimeinfo.cache:text/html=abiword.desktop;firefox-esr.desktop;google-chrome.desktop;kfmclient_html.desktop

Re: Change suspend type from kde menu

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 16:25, Max Nikulin ha scritto: On 11/01/2024 21:10, Valerio Vanni wrote: There is a .Quit, but for this I already have "kill" command and I have to start it again. Applications might handle D-Bus messages more gracefully than SIGINT or SIGTERM signals. However i

Re: Change suspend type from kde menu

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 15:21, Valerio Vanni ha scritto: Il 11/01/2024 04:57, Max Nikulin ha scritto: On 10/01/2024 04:43, Valerio Vanni wrote: Il 07/01/2024 06:44, Max Nikulin ha scritto: setpriv --reuid 1000 --regid 1000 --init-groups --reset-env -- \     env XDG_RUNTIME_DIR="/run/user

Re: Change suspend type from kde menu

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 04:57, Max Nikulin ha scritto: On 10/01/2024 04:43, Valerio Vanni wrote: Il 07/01/2024 06:44, Max Nikulin ha scritto: setpriv --reuid 1000 --regid 1000 --init-groups --reset-env -- \     env XDG_RUNTIME_DIR="/run/user/1000" \     systemd-run --user --slice

Re: Change suspend type from kde menu

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 05:10, Max Nikulin ha scritto: On 10/01/2024 01:59, Valerio Vanni wrote: Il 06/01/2024 17:38, Max Nikulin ha scritto: I would expect something like "Stop" either from /Player or from org.mpris.kaffeine. I too expected something similar: stop and play (play for resu

Re: Change suspend type from kde menu

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 04:48, Max Nikulin ha scritto: So your idea would be stopping and starting channel play by dbus messages? I'm looking again with introspect, and I don't see anything like "stop" in kaffeine. It is independent ideas: - Do not deal with user processes in system context (like

Re: Vmware Workstation help opens abiword

2024-01-11 Thread Valerio Vanni
Il 11/01/2024 03:33, Max Nikulin ha scritto: On 11/01/2024 02:44, Valerio Vanni wrote: After, guide was not showing anymore. Calling it (click on "help" on Vmware application) began opening Abiword. In kde control panel -> app -> default, Firefox is set as default browse

Re: Vmware Workstation help opens abiword

2024-01-10 Thread Valerio Vanni
Il 10/01/2024 22:28, Cindy Sue Causey ha scritto: On 1/10/24, Valerio Vanni wrote: The issue began after update from debian 10 to 11. And it persists in 12. Before, Vmware Workstation help was shown in default browser (it's an html guide). After, guide was not showing anymore. Calling

Vmware Workstation help opens abiword

2024-01-10 Thread Valerio Vanni
The issue began after update from debian 10 to 11. And it persists in 12. Before, Vmware Workstation help was shown in default browser (it's an html guide). After, guide was not showing anymore. Calling it (click on "help" on Vmware application) began opening Abiword. Vmware Workstation has

Re: Change suspend type from kde menu

2024-01-10 Thread Valerio Vanni
Il 08/01/2024 04:29, Max Nikulin ha scritto: On 07/01/2024 12:44, Max Nikulin wrote: setpriv --reuid 1000 --regid 1000 --init-groups --reset-env -- \     env XDG_RUNTIME_DIR="/run/user/1000" \     systemd-run --user --slice=app.slice -- \     xterm Instead of tricks with setting proper

Re: Change suspend type from kde menu

2024-01-09 Thread Valerio Vanni
Il 07/01/2024 06:44, Max Nikulin ha scritto: It seems neither su nor sudo add process to the user context (proper cgroup, XDG session), so attempts to talk to the systemd user session through D-Bus fail. setpriv --reuid 1000 --regid 1000 --init-groups --reset-env -- \    env

Re: Change suspend type from kde menu

2024-01-09 Thread Valerio Vanni
Il 06/01/2024 17:38, Max Nikulin ha scritto: On 06/01/2024 00:07, Valerio Vanni wrote: Now I'm looking: services are ├─/MainApplication ├─/Player ├─/Television ├─/TrackList └─/org    └─/org/kde └─/org/kde/kaffeine I tried to introspect the more likely, MainApplication and Television

Re: Change suspend type from kde menu

2024-01-09 Thread Valerio Vanni
Il 06/01/2024 16:19, Max Nikulin ha scritto: On 06/01/2024 19:44, Valerio Vanni wrote: systemd-run --unit=kaffeine-resumed --uid="$kafuid" --gid="$kafgid" \    env XDG_RUNTIME_DIR=/run/user/"$kafuid" $kafdis XDG_CURRENT_DESKTOP=KDE \    /usr/bin/kaffeine

Re: [it-users] come lavorare in più persone su dei file ODS tramite cloud

2024-01-07 Thread Valerio Messina
(preferito) oppure a Onedrive. Cosa ci dite e consigliate? uso Google Docs, Sheet per i fogli elettronici E' molto simile -- Valerio -- Come cancellarsi: E-mail users+unsubscr...@it.libreoffice.org Problemi? https://it.libreoffice.org/supporto/mailing-lists/come-cancellarsi/ Linee guida per

Re: Change suspend type from kde menu

2024-01-06 Thread Valerio Vanni
Il 06/01/2024 01:04, Greg Wooledge ha scritto: On Fri, Jan 05, 2024 at 11:37:41PM +0100, Valerio Vanni wrote: This way works, I don't know if it has security flaws. systemd-run --unit=kaffeine-resumed setpriv --reuid "$kafuid" --regid "$kafgid" --init

Re: Change suspend type from kde menu

2024-01-05 Thread Valerio Vanni
Il 05/01/2024 21:47, Valerio Vanni ha scritto: Il 05/01/2024 21:24, Valerio Vanni ha scritto: For what I've seen, the issue is that kaffeine is started in another unit, systemd-suspend.service instead of user@1000.service. systemd-suspend.service is deactivated after 90 seconds from resume

  1   2   3   4   5   6   7   8   9   10   >