Re: Adattatore usb-wifi compatibile

2022-01-19 Thread Diego Zuccato

Il 31/12/2021 15:28, Alessandro Rubini ha scritto:


Comunque verifica she ci sia indicato il supporto Linux sulla confezione
e stai molto piu` tranquillo.

Non c'e` indicato mai, nella mia esperienza. Non so se non vogliono
prendersi la responsabilita` perche` linux e` troppo variegato o se
zio bill paga qualcosa per non faglierlo dire.
Nah... Ho appena fatto una ricerca in Amazon "usb wifi linux" e c'è solo 
l'imbarazzo della scelta. Quello che non ti dicono quasi mai è se la 
chiavetta può fare anche da AP (poche! ne ho una vecchia che difendo con 
unghie e denti... fondamentale per cambiare il firmware a vari gadget 
con esp8266 senza aprirli).
E anche molte confezioni viste alle fiere dell'elettronica o nei negozi 
spesso hanno un pinguino in bella mostra :)


--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [Gluster-users] Move a volume to a new server

2022-01-18 Thread Diego Zuccato
Tks. I'll do it. Worst case: I'll have to create a new volume and move 
files from the old bricks to it. The safety is what I like most in Gluster.
The 'funny' thing is that a replica server is planned but not yet 
operative :(


Il 17/01/2022 18:24, Strahil Nikolov ha scritto:

Verify that you can install the same version of gluster.
If not, plan to update to a version that is available to both old and 
new servers' OS.


Once you migrate (check all release notes in advance) to a common 
version, you can do something like this:

- Install the gluster software on the new host
- Setup the firewall to match the old server
- Stop the gluster volumes and any geo-rep sessions
- Shutdown glusterd service
- Umount the bricks
- Disable LVM LVs/VGs that host your bricks (if you share the same VG 
with other software, you will have to use vgsplit)

- Remove the multipath devices (multipath -f)
- Remove the block devices that are part of those multipath devices
- Backup /etc/glusterfs
- Backup /var/lib/glusterd


- Unmap the LUNs
- Present the LUNs on the new host
- Verify that the multipath devices are there
- Rescan the LVM stack (pvscan --cache, vgscan lvscan)
- Activate the VGs/LVs
- Mount the bricks and ensure mounting on boot (autofs, systemd's 
'.mount/.automount' units, fstab)

- restore /etc/glusterfs & /var/lib/glusterd
- Start the glusterd service
- Start the volumes
- Mount via FUSE to verify the situation
- Start the geo-replications (if any)

Note, if you use VDO - disable the volume on the old system and backup 
the config (/etc/vdoconf.yml) -> restore on the new host.


Check your tuned profile and if needed transfer the configuration file 
on the new system and activate it.


I might have missed something (like custom entries in /etc/hosts) , so 
do a short test on test system in advance.


Edit: You didn't mention your FS type, so I assume XFS .

Best Regards,
Strahil Nikolov


On Mon, Jan 17, 2022 at 13:15, Diego Zuccato
 wrote:
Hello all.

I have a Gluster volume that I'd need to move to a different server.
The volume is 4x10TB bricks accessed via FC (different LUNs) on an old
CX3-80.
I have no extra space to create a copy of all the data, so I'd need to
hide the LUNs from the old server and make 'em visible to the new
("move
the disks"), w/o copying data.

Can I just do something like this?
- stop volume
- umount bricks
- copy volume state files to new server (which ones?)
- map LUNs to new server
- mount bricks on new server (maintaining the same path they had on old
server)
- start glusterd on new server
- start volume

Tks!

-- 
Diego Zuccato

DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
<https://meet.google.com/cpu-eiue-hvk>
Gluster-users mailing list
Gluster-users@gluster.org <mailto:Gluster-users@gluster.org>
https://lists.gluster.org/mailman/listinfo/gluster-users
<https://lists.gluster.org/mailman/listinfo/gluster-users>



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


[jira] [Created] (LANG-1681) Wrong javadoc exception in several methods and classes

2022-01-17 Thread Diego Marcilio (Jira)
Diego Marcilio created LANG-1681:


 Summary: Wrong javadoc exception in several methods and classes 
 Key: LANG-1681
 URL: https://issues.apache.org/jira/browse/LANG-1681
 Project: Commons Lang
  Issue Type: Bug
  Components: lang.*, lang.builder.*, lang.math.*, lang.reflect.*, 
lang.time.*
Affects Versions: 3.12.0
Reporter: Diego Marcilio


I'm working on a tool that can systematically extract some exceptions thrown by 
methods. It found 85 methods that throw {{NullPointerException}} 's but with a 
javadoc documenting an {{{}IllegalArgumentException{}}}.

I believe these inconsistencies were caused by LANG-1525, where several 
{{{}Validate.isTrue({}}}) (throws IAE) calls were changed to 
{{{}Validate.notNull(){}}}, which calls {{Objects.requireNonNull()}} (throws 
NPE). The tests were updated, but not the documentation.
LANG-1663 already fixed a few inconsistent javadocs, but there are dozens left.

 

May I provide a pull request fixing the cases I found? Should a single PR 
contain all the changes?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[Gluster-users] Move a volume to a new server

2022-01-17 Thread Diego Zuccato

Hello all.

I have a Gluster volume that I'd need to move to a different server.
The volume is 4x10TB bricks accessed via FC (different LUNs) on an old 
CX3-80.
I have no extra space to create a copy of all the data, so I'd need to 
hide the LUNs from the old server and make 'em visible to the new ("move 
the disks"), w/o copying data.


Can I just do something like this?
- stop volume
- umount bricks
- copy volume state files to new server (which ones?)
- map LUNs to new server
- mount bricks on new server (maintaining the same path they had on old 
server)

- start glusterd on new server
- start volume

Tks!

--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


[Wikidata-bugs] [Maniphest] T287946: Identifying controversial content in Wikidata

2022-01-16 Thread diego
diego added a comment.


  **Updates**
  
  - I'm organizing the new results to be discussed with the stakeholder.

TASK DETAIL
  https://phabricator.wikimedia.org/T287946

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: diego
Cc: Pablo, leila, Lydia_Pintscher, diego, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[Wikidata-bugs] [Maniphest] T287946: Identifying controversial content in Wikidata

2022-01-16 Thread diego
diego moved this task from FY2021-22-Research-Oct-Dec to 
FY2021-22-Research-Jan-March on the Research board.
diego edited projects, added Research (FY2021-22-Research-Jan-March); removed 
Research (FY2021-22-Research-Oct-Dec).

TASK DETAIL
  https://phabricator.wikimedia.org/T287946

WORKBOARD
  https://phabricator.wikimedia.org/project/board/45/

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: diego
Cc: Pablo, leila, Lydia_Pintscher, diego, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[issue46381] Improve documentation of CFLAGS_NODIST, LDFLAGS_NODIST

2022-01-16 Thread Diego Ramirez


Change by Diego Ramirez :


--
nosy: +DiddiLeija

___
Python tracker 
<https://bugs.python.org/issue46381>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[jenkinsci/subversion-plugin] b916da: [maven-release-plugin] prepare for next developmen...

2022-01-16 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/subversion-plugin

  Commit: b916dac75d3d9732a59899a988022a6594fc6a3d

  
https://github.com/jenkinsci/subversion-plugin/commit/b916dac75d3d9732a59899a988022a6594fc6a3d

  Author: Diego Díez 

  Date:   2022-01-16 (Sun, 16 Jan 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  [maven-release-plugin] prepare for next development iteration





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/dbee31-b916da%40github.com.


[jenkinsci/subversion-plugin]

2022-01-16 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/tags/subversion-2.15.2
  Home:   https://github.com/jenkinsci/subversion-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/tags/subversion-2.15.2/00-7725dc%40github.com.


[jenkinsci/subversion-plugin] dbee31: [maven-release-plugin] prepare release subversion-...

2022-01-16 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/subversion-plugin

  Commit: dbee31ae4a4b853e119cf8905752e59c64a8aed6

  
https://github.com/jenkinsci/subversion-plugin/commit/dbee31ae4a4b853e119cf8905752e59c64a8aed6

  Author: Diego Díez 

  Date:   2022-01-16 (Sun, 16 Jan 2022)



  Changed paths:

M pom.xml



  Log Message:

  ---

  [maven-release-plugin] prepare release subversion-2.15.2





-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/716bce-dbee31%40github.com.


[jenkinsci/subversion-plugin] 1e0b9f: Drop dependency on Commons Codec

2022-01-16 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/subversion-plugin

  Commit: 1e0b9f04ff54df922d2e171587e17934b86f0f08

  
https://github.com/jenkinsci/subversion-plugin/commit/1e0b9f04ff54df922d2e171587e17934b86f0f08

  Author: Basil Crow 

  Date:   2021-10-16 (Sat, 16 Oct 2021)



  Changed paths:

M 
src/test/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinitionTest.java



  Log Message:

  ---

  Drop dependency on Commons Codec





  Commit: 716bce5cc1bbb460047ceebf13593771d2888174

  
https://github.com/jenkinsci/subversion-plugin/commit/716bce5cc1bbb460047ceebf13593771d2888174

  Author: Diego Díez Ricondo 

  Date:   2022-01-16 (Sun, 16 Jan 2022)



  Changed paths:

M 
src/test/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinitionTest.java



  Log Message:

  ---

  Merge pull request #266 from basil/commons-codec



Drop dependency on Commons Codec





Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/bbe3633b9b0f...716bce5cc1bb

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/bbe363-716bce%40github.com.


Re: your mail

2022-01-15 Thread Diego Garcia
hello.

really? my first post have a tcpdump capture packet, dig trace...


On Sat, Jan 15, 2022 at 2:14 PM G.W. Haywood via bind-users <
bind-users@lists.isc.org> wrote:

> Hi there,
>
> On Sat, 15 Jan 2022, Diego Garcia wrote:
>
> > Still with problems. That setup was running fine for few years.
>
> But you changed something.
>
> > Bind Server is on DMZ and doing NAT for the local net. Test Server is
> > behing NAT
> >
> > Must have another problem
> >
> > I try this days a lot of things and nothing works,
>
> Generally speaking, if you set things up right, BIND Just Works.  It
> must be a couple of decades since I last had to fiddle with anything
> to fix a broken BIND server.
>
> It is not helpful to us if you tell us that you have tried a lot of things.
> It would be much more helpful if you told us exactly what you have tried
> and exactly what were the results.  You need to be methodical and precise.
>
> > think in try reinstall but i preferred to know what happened and solve it
>
> 'Reinstall' to me means the sort of thing that you do if you're
> working on a Windows box.  If you're using a real computer it's
> usually much better to find out what's going wrong and fix it.
>
> > ...
> > network unreachable resolving 'play.google.com/A/IN': 216.239.36.10#53
> > ...
>
> If you are getting 'network unreachable' messages then likely there's
> something wrong with your network setup.  Before doing anything else,
> you need to fix that.  It may or may not be a problem of your making,
> but given that you said you are using BIND on a server in a DMZ then I
> suspect that it is.  Using a DMZ will make things more complicated and
> the faults will be more difficult to diagnose - especially for people
> on mailing lists to whom you give little and very poor information.
>
> It *looks* like BIND is trying to make queries but failing to connect
> to anything to make them.
>
> You do not appear to have acted on the good advice which was given to
> you after your previous post.  Are you able to use tools like 'ping'
> and 'traceroute' to diagnose network problems, also like Wireshark or
> tcpdump to inspect network traffic?  These would be my first steps in
> approaching this kind of problem.  You will need to know that packets
> from the BIND server can go where they're supposed to go and replies
> reach the server in good time.  You might also need to be able to see
> exactly what BIND sends, where it sends it, exactly what it receives
> (if anything) in reply to what it sends, and perhaps where the replies
> come from.  If there are no replies, or the replies go to the wrong
> place, you need to be able to show that and find out why.
>
> What exactly are you trying to achieve which cannot be achieved by
> simply using a public DNS service, or one provided by your ISP?
>
> --
>
> 73,
> Ged.
> ___
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
> ISC funds the development of this software with paid support
> subscriptions. Contact us at https://www.isc.org/contact/ for more
> information.
>
>
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: your mail

2022-01-14 Thread Diego Garcia
 Hello

Still with problems. That setup was running fine for few years.
Bind Server is on DMZ and doing NAT for the local net. Test Server is
behing NAT

Must have another problem

I try this days a lot of things and nothing works, think in try reinstall
but i preferred to know what happened and solve it

I increase logging and give some additional data but i not understand if is
relevant.

lots of :

adb reached high water mark
DNS_EVENT_ADBNOMOREADDRESSE

network unreachable resolving 'play.google.com/A/IN': 216.239.36.10#53
timed out resolving 'google.com/A/IN': 1.1.1.1#53
(first unreacheable then timeout)

08-Jan-2022 00:14:21.588 expire_v4 set to MIN(2147483647,1641597271)
import_rdataset
08-Jan-2022 00:14:21.588 dns_adb_createfind: found A for name
m.root-servers.net (0x7f901a5e53a0) in db
08-Jan-2022 00:14:21.644 delete_node(): 0x7f901a73b450
static-assets-prod.s3.amazonaws.com (bucket 17)
08-Jan-2022 00:14:21.648 dns_adb_destroyfind on find 0x7f901a5eb110
08-Jan-2022 00:14:21.648 dns_adb_destroyfind on find 0x7f901a5eef10

08-Jan-2022 00:23:40.915 dispatch 0x7f901435e1f0 response 0x7f901a355ca8
198.97.190.53#53: attached to task 0x7f901a81f5f8
08-Jan-2022 00:23:41.023 dispatch 0x7f901435e1f0 response 0x7f901a355ca8
198.97.190.53#53: detaching from task 0x7f901a81f5f8
08-Jan-2022 00:23:41.023 dispatch 0x7f901435e1f0: detach: refcount 2
08-Jan-2022 00:23:41.039 dispatchmgr 0x7f901e3451c8: destroy_mgr_ok:
shuttingdown=1, listnonempty=1, depool=7, rpool=0, dpool=7
08-Jan-2022 00:23:41.039 dispatch 0x7f901435caf0: shutting down; detaching
from sock (nil), task 0x7f901a626880

08-Jan-2022 00:22:31.479 view internal: validating mmx-ds.cdn.whatsapp.net/A:
starting
08-Jan-2022 00:22:31.479 view internal: validating mmx-ds.cdn.whatsapp.net/A:
attempting insecurity proof
08-Jan-2022 00:22:31.479 view internal: validating mmx-ds.cdn.whatsapp.net/A:
checking existence of DS at 'net'
08-Jan-2022 00:22:31.479 view internal: validating mmx-ds.cdn.whatsapp.net/A:
checking existence of DS at 'whatsapp.net'
08-Jan-2022 00:22:31.479 view internal: validating mmx-ds.cdn.whatsapp.net/A:
marking as answer (proveunsecure (4))
08-Jan-2022 00:22:31.479 view internal: validator @0x7f9004034a70:
dns_validator_destroy

Some:
success/success [domain:ifconfig.me
,referral:0,restart:1,qrysent:1,timeout:0,lame:0,quota:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]
timed out resolving 'android.l.google.com/A/IN': 1.1.1.1#53
broken trust chain resolving '_.clients6.google.com/A/IN': 216.239.34.10#53


And the tiemout error:
timed out/success [domain:google.com
,referral:0,restart:4,qrysent:13,timeout:12,lame:0,quota:0,neterr:0,badresp:0,adberr:0,findfail:0,valfail:0]



thanks

ps: sorry list for wrong subject

On Wed, Jan 12, 2022 at 1:15 PM Tony Finch  wrote:

> Diego Garcia  wrote:
> >
> > Each 20/30 minutes and lasting about 5 minutes i got 'timeout' in bind
> > querys. After that time everything works fine again.
> >
> > My bind server got response (from 0.1 to 2 seconds) but reply with a ICMP
> > 'port unreachable'.
> >
> > Any idea the problem or what i can check?
> >
> > Firewall is off while testing.
> >
> > My bind server is a NAT router.
>
> It sounds like the NAT is interfering with BIND's resolver. In general,
> NAT (as well as stateful firewalls) do not work well with the DNS, because
> UDP port randomization uses a lot of (mostly useless) connection-tracking
> state. So it's best to put a full service resolver outside a NAT if
> possible.
>
> In your case, I guess there are several possible IP addresses that BIND
> can use as the query source address. Try setting the query-source option
> in named.conf to an IP address that's outside the NAT. You will need to
> use tcpdump to verify that the right packets with the right addresses are
> appearing on the wire.
>
> Tony.
> --
> f.anthony.n.finchhttps://dotat.at/
> Portland, Plymouth: Northeast, veering east or southeast, 3 or 4.
> Slight or moderate, occasionally rough at first in Plymouth. Fog
> patches at first in south. Moderate or good, occasionally very poor at
> first in south.
>
>
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: [go-nuts] Re: Wrong output for (*http.Request).Write with custom io.ReadCloser body

2022-01-14 Thread 'Diego Molina' via golang-nuts
(*http.Request).Write method overrides ContentLength.

On Friday, January 14, 2022 at 4:26:44 PM UTC-3 Tamás Gulácsi wrote:

> Why not set Request.ContentLength beforehand (you know it)?
>
> dmo...@synack.com a következőt írta (2022. január 14., péntek, 18:56:57 
> UTC+1):
>
>> Sorry to insist, but I think there's also a performance issue with the 
>> current implementation. Given that the service I need to communicate to 
>> requires me to send Content-Length header I am forced to read into memory 
>> potentially large files that I want to send them, buffering them in one of 
>> the three (undocumented!) *structs that are known 
>> (*bytes.Buffer, *bytes.Reader or *strings.Reader) instead of being able to 
>> just pass the *os.File. Thing is, I could analyze the size of each file, 
>> break it down into parts that I can read into memory and make a request for 
>> each part that the service would later join into a single file, but that 
>> sounds like overkill and also sounds like a lot of work and overhead for 
>> something that could be done with a simple io.Reader.
>>
>> I think that the easiest way to overcome this issue and at the same time 
>> not break the promises made would be to do something like:
>>
>> func readerLength(body io.Reader) (int64, error) {
>> if f, _ := body.(fs.File); f != nil {
>> if i, err := f.Stat(); err == nil { // discard error and 
>> try io.Seeker interface later (it's cheaper to stat instead of seeking)
>> return i.Size(), nil
>> }
>> }
>>
>> if s, _ := body.(interface { // covers *bytes.Reader and other
>> Size() int64
>> }); s != nil {
>> return s.Size(), nil
>> }
>>
>> if l, _ := body.(interface { // covers all the three current 
>> undocumented items: *bytes.Buffer, *bytes.Reader and *strings.Reader
>> Len() int
>> }); l != nil {
>> return int64(l.Len()), nil
>> }
>>
>> if s, _ := body.(io.Seeker); s != nil { // covers a lot of other 
>> cases, like multipart.File, errors statting *os.File, etc.
>> cur, err := s.Seek(0, io.SeekCurrent)
>> if err != nil {
>> return -1, fmt.Errorf("error checking current 
>> position: %w", err)
>> }
>>
>> end, err := s.Seek(0, io.SeekEnd)
>> if err != nil {
>> return -1, fmt.Errorf("error seeking end 
>> position: %w", err)
>> }
>>
>> _, err = s.Seek(cur, io.SeekStart)
>> if err != nil {
>> return -1, fmt.Errorf("error going back to 
>> initial position: %w", err)
>> }
>>
>> return end - cur, nil
>> }
>>
>> return -1, errors.New("unknown body, don't send the 
>> Content-Length header")
>> }
>>
>>
>>
>> On Friday, September 17, 2021 at 2:23:50 PM UTC-3 Diego Molina wrote:
>>
>>> Ok, that makes total sense. I'm now using `req.TransferEncoding = 
>>> []string{"identity"}` and this behaviour is suppressed, but of course I 
>>> still don't get the Content-Length, which is fair.
>>>
>>> Thanks all!
>>>
>>> On Fri, Sep 17, 2021 at 2:09 PM Brian Candler  wrote:
>>>
>>>> All chunks must be prefixed by a chunk length - even if that length is 
>>>> zero.
>>>>
>>>> On Friday, 17 September 2021 at 16:53:07 UTC+1 dmo...@synack.com wrote:
>>>>
>>>>> Oh, thanks for clarifying that. But still, even if transfer encoding 
>>>>> will be chunked, I don't see why it would make up a body of "0\r\n\r\n" 
>>>>> if 
>>>>> the nop body wouldn't give away any bytes at all.
>>>>>
>>>>> On Friday, September 17, 2021 at 7:56:21 AM UTC-3 seank...@gmail.com 
>>>>> wrote:
>>>>>
>>>>>> This was an intentional change in 1.8 
>>>>>> https://github.com/golang/go/issues/20257#issuecomment-299509391
>>>>>>
>>>>>> On Friday, September 17, 2021 at 6:45:13 AM UTC+2 dmo...@synack.com 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi, when using a custom io.ReadCloser nop as body with method POST, 
>>>>>>&g

Re: [go-nuts] Re: Wrong output for (*http.Request).Write with custom io.ReadCloser body

2022-01-14 Thread 'Diego Molina' via golang-nuts
Sorry to insist, but I think there's also a performance issue with the 
current implementation. Given that the service I need to communicate to 
requires me to send Content-Length header I am forced to read into memory 
potentially large files that I want to send them, buffering them in one of 
the three (undocumented!) *structs that are known 
(*bytes.Buffer, *bytes.Reader or *strings.Reader) instead of being able to 
just pass the *os.File. Thing is, I could analyze the size of each file, 
break it down into parts that I can read into memory and make a request for 
each part that the service would later join into a single file, but that 
sounds like overkill and also sounds like a lot of work and overhead for 
something that could be done with a simple io.Reader.

I think that the easiest way to overcome this issue and at the same time 
not break the promises made would be to do something like:

func readerLength(body io.Reader) (int64, error) {
if f, _ := body.(fs.File); f != nil {
if i, err := f.Stat(); err == nil { // discard error and 
try io.Seeker interface later (it's cheaper to stat instead of seeking)
return i.Size(), nil
}
}

if s, _ := body.(interface { // covers *bytes.Reader and other
Size() int64
}); s != nil {
return s.Size(), nil
}

if l, _ := body.(interface { // covers all the three current 
undocumented items: *bytes.Buffer, *bytes.Reader and *strings.Reader
Len() int
}); l != nil {
return int64(l.Len()), nil
}

if s, _ := body.(io.Seeker); s != nil { // covers a lot of other 
cases, like multipart.File, errors statting *os.File, etc.
cur, err := s.Seek(0, io.SeekCurrent)
if err != nil {
return -1, fmt.Errorf("error checking current 
position: %w", err)
}

end, err := s.Seek(0, io.SeekEnd)
if err != nil {
return -1, fmt.Errorf("error seeking end position: 
%w", err)
}

_, err = s.Seek(cur, io.SeekStart)
if err != nil {
return -1, fmt.Errorf("error going back to initial 
position: %w", err)
}

return end - cur, nil
}

return -1, errors.New("unknown body, don't send the Content-Length 
header")
}



On Friday, September 17, 2021 at 2:23:50 PM UTC-3 Diego Molina wrote:

> Ok, that makes total sense. I'm now using `req.TransferEncoding = 
> []string{"identity"}` and this behaviour is suppressed, but of course I 
> still don't get the Content-Length, which is fair.
>
> Thanks all!
>
> On Fri, Sep 17, 2021 at 2:09 PM Brian Candler  wrote:
>
>> All chunks must be prefixed by a chunk length - even if that length is 
>> zero.
>>
>> On Friday, 17 September 2021 at 16:53:07 UTC+1 dmo...@synack.com wrote:
>>
>>> Oh, thanks for clarifying that. But still, even if transfer encoding 
>>> will be chunked, I don't see why it would make up a body of "0\r\n\r\n" if 
>>> the nop body wouldn't give away any bytes at all.
>>>
>>> On Friday, September 17, 2021 at 7:56:21 AM UTC-3 seank...@gmail.com 
>>> wrote:
>>>
>>>> This was an intentional change in 1.8 
>>>> https://github.com/golang/go/issues/20257#issuecomment-299509391
>>>>
>>>> On Friday, September 17, 2021 at 6:45:13 AM UTC+2 dmo...@synack.com 
>>>> wrote:
>>>>
>>>>> Hi, when using a custom io.ReadCloser nop as body with method POST, 
>>>>> PUT, PATCH, TRACE or custom then (*http.Request).Write outputs a body of 
>>>>> the form "0\r\n\r\n" (without the quotes). Proof-of-concept: 
>>>>> https://play.golang.org/p/Rg2cZ0wihdd
>>>>>
>>>>> Besides the fix, I think it would be useful to have body checked if it 
>>>>> satisfies interface{ Len() int } or something similar (this would 
>>>>> simplify 
>>>>> code too by removing several type assertions, e.g., isKnownInMemoryReader 
>>>>> func in net/http/trans...@go1.17.1) so that we can avoid chunked transfer 
>>>>> encoding.
>>>>>
>>>>> This email may contain material that is confidential for the sole use 
>>>>> of the intended recipient(s).  Any review, reliance or distribution or 
>>>>> disclosure by others without express permission is strictly prohibited.  
>>>>> If 
>>>>> you are not the intended recipient, please contact the sender and delete 
>

Re: TS-CNS Veneto

2022-01-14 Thread Diego Zuccato

Il 13/01/2022 20:36, Davide Prina ha scritto:

Nella ricerca ho trovato anche che la CNS in realtà contiene anche un 
chip NFC, anche se non indicato, nelle ultime versioni dovrebbe essere 
sempre indicato e ho trovato commenti di persone che li usano per 
autenticarsi.
Interessante. La TS mia in scadenza non ce l'ha, ma proverò con la 
nuova. Utile per autenticarsi dal cell senza passare da SPID.



Ma in questo caso il driver per utilizzarlo è quello della CIE?

Teoricamente si, ma come si è visto è un panorama molto frastagliato...


1) A single citizen can own any number of CNS cards
forse questa qui sopra è spiegata subito sotto: la CNS è distribuita da 
diversi enti. Ad esempio le regioni danno la TS che è una CNS. Mentre le 
camere di commercio danno una loro CNS... Se non ho capito male. E penso 
che queste non siano "compatibili" (cioè non posso usare la CNS che 
voglio per autenticarmi ai servizi della PA).
Sempre teoricamente, ogni CNS dovrebbe essere equivalente alle altre. A 
meno che non offra servizi aggiuntivi. Per la semplice autenticazione 
dovrebbero funzionare tutte (p.e. dovresti poter accedere al Fascicolo 
Sanitario anche con la carta della Camera di Commercio), ma per i 
servizi avanzati potrebbero esserci differenze (p.e. la TS non mi pare 
offra la firma elettronica).



2) CNS cannot be issued to a citizen who already owns a CIE
che sappia io chi ha la CIE non può usarla come tessera sanitaria... o 
sbaglio?
Questo mi pare proprio sbagliato. Non si può avere più di una CIE, ma 
puoi avere una CIE e tante CNS. La CIE dovrebbe essere una CNS speciale.


Poi mi sono un po' perso, anche perché molte pagine di documentazione di 
OpenSC non sono aggiornate da un po'
IIRC il problema coi driver OpenSC era che non supportavano la cifratura 
del canale tra la card e l'applicativo, mentre l'applet sulla card lo 
richiede per gran parte delle operazioni.


--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



[jenkinsci/subversion-plugin] 63b28a: EOL JSR 305

2022-01-13 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/subversion-plugin

  Commit: 63b28a63e750f33b6f657de8ed4bb253a56dfb3f

  
https://github.com/jenkinsci/subversion-plugin/commit/63b28a63e750f33b6f657de8ed4bb253a56dfb3f

  Author: Basil Crow 

  Date:   2021-12-31 (Fri, 31 Dec 2021)



  Changed paths:

M src/main/java/hudson/scm/SubversionChangeLogBuilder.java

M src/main/java/hudson/scm/SubversionSCM.java

M src/main/java/hudson/scm/SvnExternalsFileManager.java

M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java

M src/main/java/hudson/scm/listtagsparameter/SimpleSVNDirEntryHandler.java



  Log Message:

  ---

  EOL JSR 305





  Commit: bbe3633b9b0f446068b774fd248814f13a826c54

  
https://github.com/jenkinsci/subversion-plugin/commit/bbe3633b9b0f446068b774fd248814f13a826c54

  Author: Diego Díez Ricondo 

  Date:   2022-01-13 (Thu, 13 Jan 2022)



  Changed paths:

M src/main/java/hudson/scm/SubversionChangeLogBuilder.java

M src/main/java/hudson/scm/SubversionSCM.java

M src/main/java/hudson/scm/SvnExternalsFileManager.java

M 
src/main/java/hudson/scm/listtagsparameter/ListSubversionTagsParameterDefinition.java

M src/main/java/hudson/scm/listtagsparameter/SimpleSVNDirEntryHandler.java



  Log Message:

  ---

  Merge pull request #269 from basil/jsr305



EOL JSR 305





Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/181704ef144f...bbe3633b9b0f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/181704-bbe363%40github.com.


[jenkinsci/subversion-plugin] 2ae7fa: chore: Prepare for sunset icon removal from core

2022-01-13 Thread 'Diego Díez Ricondo' via Jenkins Commits
  Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/subversion-plugin

  Commit: 2ae7fad5fc948bcadd7b59f6651e9f5382261185

  
https://github.com/jenkinsci/subversion-plugin/commit/2ae7fad5fc948bcadd7b59f6651e9f5382261185

  Author: NotMyFault 

  Date:   2021-12-28 (Tue, 28 Dec 2021)



  Changed paths:

M src/main/java/hudson/scm/SubversionTagAction.java

M 
src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly



  Log Message:

  ---

  chore: Prepare for sunset icon removal from core





  Commit: 181704ef144f06e60903e2d8fc007f60bb88b8d5

  
https://github.com/jenkinsci/subversion-plugin/commit/181704ef144f06e60903e2d8fc007f60bb88b8d5

  Author: Diego Díez Ricondo 

  Date:   2022-01-13 (Thu, 13 Jan 2022)



  Changed paths:

M src/main/java/hudson/scm/SubversionTagAction.java

M 
src/main/resources/hudson/scm/SubversionSCM/DescriptorImpl/enterCredential.jelly



  Log Message:

  ---

  Merge pull request #268 from 
NotMyFault/chore/master/prep-for-icon-removal-from-core



chore: Prepare for sunset icon removal from core





Compare: 
https://github.com/jenkinsci/subversion-plugin/compare/dd1693c1c5dd...181704ef144f

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/subversion-plugin/push/refs/heads/master/dd1693-181704%40github.com.


[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #6 from Diego Ercolani  ---
Created attachment 145373
  --> https://bugs.kde.org/attachment.cgi?id=145373=edit
message_contextual_menu

This is the message contextual menu even with the plugin enabled. The strange
thing is that in the contextual menu I had "add followup reminder..." even with
this option disabled. And Yes I restarted kmail (and akonadi)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #6 from Diego Ercolani  ---
Created attachment 145373
  --> https://bugs.kde.org/attachment.cgi?id=145373=edit
message_contextual_menu

This is the message contextual menu even with the plugin enabled. The strange
thing is that in the contextual menu I had "add followup reminder..." even with
this option disabled. And Yes I restarted kmail (and akonadi)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #5 from Diego Ercolani  ---
Created attachment 145372
  --> https://bugs.kde.org/attachment.cgi?id=145372=edit
kmail-plugin_view

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #5 from Diego Ercolani  ---
Created attachment 145372
  --> https://bugs.kde.org/attachment.cgi?id=145372=edit
kmail-plugin_view

-- 
You are receiving this mail because:
You are watching all bug changes.

[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #3 from Diego Ercolani  ---
I'm sorry, in my implementation kontact/kmail doesn't have these functions.
I have openSUSE 15.3 :
kmail-20.04.2-bp153.3.2.1.x86_64

I can only create task, and if I drag the message under calendar it creates a
entry in calendar but with only
akonadi:?item=1363227=message/rfc822=34 or similar as subject.

Probably I have only to wait new packages...

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 448267] Create appointment from mail

2022-01-12 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

--- Comment #3 from Diego Ercolani  ---
I'm sorry, in my implementation kontact/kmail doesn't have these functions.
I have openSUSE 15.3 :
kmail-20.04.2-bp153.3.2.1.x86_64

I can only create task, and if I drag the message under calendar it creates a
entry in calendar but with only
akonadi:?item=1363227=message/rfc822=34 or similar as subject.

Probably I have only to wait new packages...

-- 
You are receiving this mail because:
You are watching all bug changes.

[no subject]

2022-01-11 Thread Diego Garcia
Hello

This days i got a strange behavior in my network/bind server.

Each 20/30 minutes and lasting about 5 minutes i got 'timeout' in bind
querys. After that time everything works fine again.

My bind server got response (from 0.1 to 2 seconds) but reply with a ICMP
'port unreachable'.

Any idea the problem or what i can check?

Firewall is off while testing.

My bind server is a NAT router.

I install bind in other server (VM with debian), default config, i got same
problem, seems something wrong in the nat router perhaps?

But the only problem seems in bind/udp querys

The server is running latest Ubuntu Server LTS 20.04.03 , doing
Nat/Firewall, DHCP Server and DNS server. Nothing more, no X.

It's a J1800 (dual core) 4GB ram.


I ask in servfault too
https://serverfault.com/questions/1089585/bind-timeout-and-icmp-reply-port-unreachable

thanks


ICMP msg

```
Frame 4701: 150 bytes on wire (1200 bits), 150 bytes captured (1200 bits)
Encapsulation type: Ethernet (1)
Arrival Time: Jan  9, 2022 23:06:50.500852000 Hora estándar romance
[Time shift for this packet: 0.0 seconds]
Epoch Time: 1641766010.500852000 seconds
[Time delta from previous captured frame: 0.006536000 seconds]
[Time delta from previous displayed frame: 0.006536000 seconds]
[Time since reference or first frame: 14.917496000 seconds]
Frame Number: 4701
Frame Length: 150 bytes (1200 bits)
Capture Length: 150 bytes (1200 bits)
[Frame is marked: False]
[Frame is ignored: False]
[Protocols in frame: eth:ethertype:ip:udp:dns]
[Coloring Rule Name: UDP]
[Coloring Rule String: udp]
Ethernet II, Src: MitraSta_a5:80:e3 (e4:ab:89:a5:80:e3), Dst:
ASUSTekC_85:b5:f6 (78:24:af:85:b5:f6)
Destination: ASUSTekC_85:b5:f6 (78:24:af:85:b5:f6)
Address: ASUSTekC_85:b5:f6 (78:24:af:85:b5:f6)
 ..0.     = LG bit: Globally unique address
(factory default)
 ...0     = IG bit: Individual address (unicast)
Source: MitraSta_a5:80:e3 (e4:ab:89:a5:80:e3)
Address: MitraSta_a5:80:e3 (e4:ab:89:a5:80:e3)
 ..0.     = LG bit: Globally unique address
(factory default)
 ...0     = IG bit: Individual address (unicast)
Type: IPv4 (0x0800)
Internet Protocol Version 4, Src: 216.239.34.10, Dst: 192.168.100.10
0100  = Version: 4
 0101 = Header Length: 20 bytes (5)
Differentiated Services Field: 0x00 (DSCP: CS0, ECN: Not-ECT)
 00.. = Differentiated Services Codepoint: Default (0)
 ..00 = Explicit Congestion Notification: Not ECN-Capable
Transport (0)
Total Length: 136
Identification: 0x (0)
Flags: 0x40, Don't fragment
0...  = Reserved bit: Not set
.1..  = Don't fragment: Set
..0.  = More fragments: Not set
...0    = Fragment Offset: 0
Time to Live: 64
Protocol: UDP (17)
Header Checksum: 0x1ab9 [validation disabled]
[Header checksum status: Unverified]
Source Address: 216.239.34.10
Destination Address: 192.168.100.10
User Datagram Protocol, Src Port: domain (53), Dst Port: 57160 (57160)
Source Port: domain (53)
Destination Port: 57160 (57160)
Length: 116
Checksum: 0x168c [unverified]
[Checksum Status: Unverified]
[Stream index: 141]
[Timestamps]
[Time since first frame: 2.003007000 seconds]
[Time since previous frame: 2.003007000 seconds]
UDP payload (108 bytes)
Domain Name System (response)
Transaction ID: 0x187b
Flags: 0x8400 Standard query response, No error
1...    = Response: Message is a response
.000 0...   = Opcode: Standard query (0)
 .1..   = Authoritative: Server is an authority for
domain
 ..0.   = Truncated: Message is not truncated
 ...0   = Recursion desired: Don't do query recursively
  0...  = Recursion available: Server can't do
recursive queries
  .0..  = Z: reserved (0)
  ..0.  = Answer authenticated: Answer/authority
portion was not authenticated by the server
  ...0  = Non-authenticated data: Unacceptable
    = Reply code: No error (0)
Questions: 1
Answer RRs: 2
Authority RRs: 0
Additional RRs: 1
Queries
rr5---sn-h5q7kned.googlevideo.com: type A, class IN
Name: rr5---sn-h5q7kned.googlevideo.com
[Name Length: 33]
[Label Count: 3]
Type: A (Host Address) (1)
Class: IN (0x0001)
Answers
rr5---sn-h5q7kned.googlevideo.com: type CNAME, class IN, cname
rr5.sn-h5q7kned.googlevideo.com
Name: rr5---sn-h5q7kned.googlevideo.com
Type: CNAME (Canonical NAME for an alias) (5)
Class: IN (0x0001)
Time to live: 1800 (30 minutes)
Data 

[kontact] [Bug 448267] New: Create appointment from mail

2022-01-11 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

Bug ID: 448267
   Summary: Create appointment from mail
   Product: kontact
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: calendar
  Assignee: kdepim-bugs@kde.org
  Reporter: diego.ercol...@gmail.com
  Target Milestone: ---

SUMMARY
It would be useful to create a calendar appointment directly from
email-message.
Google Mail permit it and it is very useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kontact] [Bug 448267] New: Create appointment from mail

2022-01-11 Thread Diego Ercolani
https://bugs.kde.org/show_bug.cgi?id=448267

Bug ID: 448267
   Summary: Create appointment from mail
   Product: kontact
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: calendar
  Assignee: kdepim-b...@kde.org
  Reporter: diego.ercol...@gmail.com
  Target Milestone: ---

SUMMARY
It would be useful to create a calendar appointment directly from
email-message.
Google Mail permit it and it is very useful.

-- 
You are receiving this mail because:
You are watching all bug changes.

[PCCSC] Jeff Simon Regatta 2022

2022-01-10 Thread UC San Diego Sailing via PCCSC
Hey PCCSC Teams,
UCSD Sailing is stoked to announce the Jeff Simon 2022 regatta! We will 
be having our traditional raffle as well as free shirts. This regatta will be a 
Grade 3 Women’s regatta and a Grade 4 Coed regatta, so be sure to send your top 
women’s teams. We will be having separate starts for the women’s and coed 
fleets. We are really excited to keep the 2022 season rolling with this new 
format! The NOR is attached to this email.

Don’t hesitate to reach out to this email or Nick Dorn (nd...@ucsd.edu 
) with any additional questions.



Cheers,
UCSD Sailing



Jeff Simon Notice of Race-2.pdf
Description: Adobe PDF document


[kalendar] [Bug 448003] When deleting a recurring event in Kalendar, the options "Only Delete Current" and "Also Delete Future" don't work

2022-01-10 Thread Diego Caples
https://bugs.kde.org/show_bug.cgi?id=448003

Diego Caples  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Diego Caples  ---
The bug is not present when I build from source with the latest development
version

-- 
You are receiving this mail because:
You are watching all bug changes.

[Wikidata-bugs] [Maniphest] T287946: Identifying controversial content in Wikidata

2022-01-07 Thread diego
diego added a comment.


  **Updates**
  
  - I'm focusing on modeling the relationship between topics and 
collaborations/controversies.
- I'm working on graph representation of these components

TASK DETAIL
  https://phabricator.wikimedia.org/T287946

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: diego
Cc: Pablo, leila, Lydia_Pintscher, diego, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


[krita] [Bug 448090] New: Cursor freezes in place

2022-01-07 Thread Diego
https://bugs.kde.org/show_bug.cgi?id=448090

Bug ID: 448090
   Summary: Cursor freezes in place
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: diegovelezferra...@gmail.com
  Target Milestone: ---

Whenever I lift my pen, the cursor freezes in place and it is impossible to
draw.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 448089] New: Cursor freezes in place

2022-01-07 Thread Diego
https://bugs.kde.org/show_bug.cgi?id=448089

Bug ID: 448089
   Summary: Cursor freezes in place
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: diegovelezferra...@gmail.com
  Target Milestone: ---

Whenever I lift my pen, the cursor freezes in place and it is impossible to
draw.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalendar] [Bug 448003] When deleting a recurring event in Kalendar, the options "Only Delete Current" and "Also Delete Future" don't work

2022-01-05 Thread Diego Caples
https://bugs.kde.org/show_bug.cgi?id=448003

Diego Caples  changed:

   What|Removed |Added

Summary|When deleting a recurring   |When deleting a recurring
   |event in Kalendar, the  |event in Kalendar, the
   |option "Only Delete |options "Only Delete
   |Current" and "Also Delete   |Current" and "Also Delete
   |Future" don't work  |Future" don't work

-- 
You are receiving this mail because:
You are watching all bug changes.

[kalendar] [Bug 448003] New: When deleting a recurring event in Kalendar, the option "Only Delete Current" and "Also Delete Future" don't work

2022-01-05 Thread Diego Caples
https://bugs.kde.org/show_bug.cgi?id=448003

Bug ID: 448003
   Summary: When deleting a recurring event in Kalendar, the
option "Only Delete Current" and "Also Delete Future"
don't work
   Product: kalendar
   Version: 0.4.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: claudio.cam...@gmail.com
  Reporter: diegocap...@vivaldi.net
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
When deleting a recurring event in Kalendar, the options "Only Delete Current"
and "Also Delete Future" don't work. Only delete all works.


STEPS TO REPRODUCE
1. create a recurring event. It doesn't matter what calendar it is part of, be
it a local or online calendar. 
2. Right-click on it, and select delete.
3. Click on "Only Delete Current" or "Also Delete Future". 

OBSERVED RESULT
The event is not deleted, and the Delete Event dialog box stays open

EXPECTED RESULT
The event should be deleted

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.23.4
(available in About System)
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.3

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[jira] [Commented] (SOLR-15778) Compute time required by features extraction

2021-12-31 Thread Diego Ceccarelli (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17467307#comment-17467307
 ] 

Diego Ceccarelli commented on SOLR-15778:
-

I might be wrong - but I think implementing the timer was the reason why I 
opened this PR ages ago: https://github.com/apache/lucene-solr/pull/202

> Compute time required by features extraction
> 
>
> Key: SOLR-15778
> URL: https://issues.apache.org/jira/browse/SOLR-15778
> Project: Solr
>  Issue Type: Improvement
>Affects Versions: 8.10.1
>Reporter: Anna
>Priority: Minor
>  Labels: learning-to-rank
>
> Currently, in the debug=timing query parameter, no information is given on 
> the time required to execute features extraction 
> (https://solr.apache.org/guide/8_10/common-query-parameters.html#debug-parameter).
> This is crucial for those who use learning to rank and what to improve the 
> temporal performance of learning to rank queries.
> This can help them in differentiating the time required by features 
> extraction (that is separately done for each document to rerank) and the time 
> required by the model to assign a score to each document.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org



[jira] [Commented] (SOLR-15778) Compute time required by features extraction

2021-12-31 Thread Diego Ceccarelli (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-15778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17467306#comment-17467306
 ] 

Diego Ceccarelli commented on SOLR-15778:
-

I agree with [~cpoerschke]

[~4nn4r] it would be great to also have the running time of each single feature 
to identify features that are performing poorly  

> Compute time required by features extraction
> 
>
> Key: SOLR-15778
> URL: https://issues.apache.org/jira/browse/SOLR-15778
> Project: Solr
>  Issue Type: Improvement
>Affects Versions: 8.10.1
>Reporter: Anna
>Priority: Minor
>  Labels: learning-to-rank
>
> Currently, in the debug=timing query parameter, no information is given on 
> the time required to execute features extraction 
> (https://solr.apache.org/guide/8_10/common-query-parameters.html#debug-parameter).
> This is crucial for those who use learning to rank and what to improve the 
> temporal performance of learning to rank queries.
> This can help them in differentiating the time required by features 
> extraction (that is separately done for each document to rerank) and the time 
> required by the model to assign a score to each document.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org



Re: Adattatore usb-wifi compatibile

2021-12-31 Thread Diego Zuccato
Oramai direi che è quasi difficile trovarne di non compatibili, 
soprattutto se stai nella fascia "non troppo vecchio-non troppo nuovo". 
Nel caso peggiore (e più comune) richiedono un firmware blob.
Comunque verifica she ci sia indicato il supporto Linux sulla confezione 
e stai molto più tranquillo.


Il 31/12/2021 10:51, Leandro Noferini ha scritto:

Ciao a tutti,

quale potrebbe essere un adattatore usb-wifi compatibile con linux: ne 
avevo uno che funzionava benissimo ma in un trasloco è misteriosamente 
scomparso.


– Ciao leandro



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: libtorrent-rasterbar: marked for autoremoval and security-related backport

2021-12-30 Thread Diego Amores
I dug a little deeper and found out there's a transition [1] in the works to a 
new 2.0 version of the library with a different soname which supports version 2 
of the bittorrent protocol. I guess the transition will resolve before the 
package is autoremoved? And maybe I'll try my hand at backporting this new 
version to bullseye once it reaches testing.

[1] https://bugs.debian.org/1001830


[ovirt-users] Lack of attribute "decode" in v2v module

2021-12-30 Thread Diego Ercolani
Hello,
As asked by Stefano Stagnaro I'm currently writing about an issue I'm 
experiencing during 
vm import from external VMWARE farm:
I have the system log full of error:
Dec 30 13:23:42 ovirt-node2.ovirt vdsm[3420]: *ERROR Internal server error* 
*Traceback (most recent call last):* 
*  File "/usr/lib/python3.6/site-packages/yajsonrpc/__init__.py", line 349, in 
_handle_request* 
*res = method(**params)* 
*  File "/usr/lib/python3.6/site-packages/vdsm/rpc/Bridge.py", line 194, in 
_dynamicMethod* 
*result = fn(*methodArgs)* 
*  File "", line 2, in getStats* 
*  File "/usr/lib/python3.6/site-packages/vdsm/common/api.py", line 50, in 
method* 
*ret = func(*args, **kwargs)* 
*  File "/usr/lib/python3.6/site-packages/vdsm/API.py", line 1456, in getStats* 
*multipath=True)* 
*  File "/usr/lib/python3.6/site-packages/vdsm/host/api.py", line 49, in 
get_stats* 
*decStats = stats.produce(first_sample, last_sample)* 
*  File "/usr/lib/python3.6/site-packages/vdsm/host/stats.py", line 108, in 
produce* 
*stats['v2vJobs'] = v2v.get_jobs_status()* 
*  File "/usr/lib/python3.6/site-packages/vdsm/v2v.py", line 290, in 
get_jobs_status* 
*'description': job.description,* 
*AttributeError: 'str' object has no attribute 'decode'*

As stated in the error: line 290 of 
*/usr/lib/python3.6/site-packages/vdsm/v2v.py*
Uses the method "decode" that it doesn't seem to be enabled:
   'description': job.description.decode('utf-8'),
[root@ovirt-node2 ~]# rpm -qf /usr/lib/python3.6/site-packages/vdsm/v2v.py 




-- 
Ing. Diego Ercolani
S.S.I.S. s.p.a.
T. 0549-875910
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/CJBISCMAOZYJHJJLL6PSDSLWYRTXZNOY/


Re: [R-es] raspado web desde Shiny

2021-12-29 Thread Diego Maldonado via R-help-es
 Gracias lo voy a revisar pero no se si se pueda aplicar a páginas dinámicas 
con Java Script
 En miércoles, 29 de diciembre de 2021 08:03:57 GMT-5, Emilio L. Cano 
 escribió:  
 
 Hola Diego,
No sé si es exactamente lo que buscas, pero yo probaría el paquete rvest. En 
este artículo lo combinan con shiny, pero no sé si es eso lo que quieres 
https://towardsdatascience.com/scrape-data-and-build-a-webapp-in-r-using-rvest-and-shiny-f20d84dd1b74
Emilio



El 29 dic 2021, a las 2:38, Diego Maldonado via R-help-es 
 escribió:
Saludos comunidad por consultarles si alguien a realizado un raspado web en 
paginas dinámicas desde Shiny app en la nube. He utilizado el paquete crrri 
pero solo me funciona en Shiny de manera local y no lo logro desde la nube. 

Si alguien me podría indicar donde puedo encontrar mayor documentación para 
poder hacer raspado web con Shiny desde la nube les agradecería.

Saludos
Diego M.

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es


  
[[alternative HTML version deleted]]

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es


Re: [R-es] raspado web desde Shiny

2021-12-29 Thread Diego Maldonado via R-help-es
 Gracias Javier por tu consejo
 En miércoles, 29 de diciembre de 2021 15:41:09 GMT-5, Javier Marcuzzi 
 escribió:  
 
 Estimado Diego Maldonado
Tal como dice Emiliano Cano, posiblemente rvest, pero usted debe tener en 
cuenta que el gasto en tiempo es importante, las personas están acostumbradas a 
que el navegador de internet de una respuesta rápida, pueden pensar que hay 
problemas y se van cuándo no lo hay. Por otro lado, rvest no tiene, salvo un 
cambio que yo desconozco, una forma para javascript, hay otras alternativas que 
tienen conección a un navegador, pero este se abre y busca cada página, con la 
descarga de imágenes y etc., lo que se traduce en tiempo. O si el sitio es 
moderno y utiliza web ensambly, otra posibilidad que usted debe contemplar.
Su desafío en R es muy grande. 
Javier Rubén Marcuzzi
El mar, 28 dic 2021 a las 22:40, Diego Maldonado via R-help-es 
() escribió:

Saludos comunidad por consultarles si alguien a realizado un raspado web en 
paginas dinámicas desde Shiny app en la nube. He utilizado el paquete crrri 
pero solo me funciona en Shiny de manera local y no lo logro desde la nube. 

Si alguien me podría indicar donde puedo encontrar mayor documentación para 
poder hacer raspado web con Shiny desde la nube les agradecería.

Saludos
Diego M.

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es

  
[[alternative HTML version deleted]]

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es


[R-es] raspado web desde Shiny

2021-12-28 Thread Diego Maldonado via R-help-es
Saludos comunidad por consultarles si alguien a realizado un raspado web en 
paginas dinámicas desde Shiny app en la nube. He utilizado el paquete crrri 
pero solo me funciona en Shiny de manera local y no lo logro desde la nube. 

Si alguien me podría indicar donde puedo encontrar mayor documentación para 
poder hacer raspado web con Shiny desde la nube les agradecería.

Saludos
Diego M.

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es


[Wikidata-bugs] [Maniphest] T287946: Identifying controversial content in Wikidata

2021-12-24 Thread diego
diego added a comment.


  **Updates**
  
  - We have seen that few items are edited by more than one user.
  - We are currently researching about the item and users characteristics 
related to collaborative  work.

TASK DETAIL
  https://phabricator.wikimedia.org/T287946

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: diego
Cc: Pablo, leila, Lydia_Pintscher, diego, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


Bug#1002318: python-nest-asyncio: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2021-12-23 Thread Diego M. Rodriguez
Control: tag -1 pending

Hello Lucas,

thanks for the bug report - I have prepared an upload of a new upstream
version that includes a fix [2] for Python 3.10 support.

Best,

[1] https://salsa.debian.org/python-team/packages/python-nest-asyncio
[2]
https://github.com/erdewit/nest_asyncio/commit/245dd5bd5902c724cd5478c865769f69c154f609

-- 
Diego M. Rodriguez



Bug#1002318: python-nest-asyncio: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.10 3.9" returned exit code 13

2021-12-23 Thread Diego M. Rodriguez
Control: tag -1 pending

Hello Lucas,

thanks for the bug report - I have prepared an upload of a new upstream
version that includes a fix [2] for Python 3.10 support.

Best,

[1] https://salsa.debian.org/python-team/packages/python-nest-asyncio
[2]
https://github.com/erdewit/nest_asyncio/commit/245dd5bd5902c724cd5478c865769f69c154f609

-- 
Diego M. Rodriguez



Bug#1001424: python-nest-asyncio: (autopkgtest) needs update for python3.10: TypeError: gather() got an unexpected keyword argument 'loop'

2021-12-23 Thread Diego M. Rodriguez
Control: tag -1 pending

Hi Paul,

thanks for the bug report - I have prepared an upload of a new upstream
version that includes a fix [2] for Python 3.10 support.

Best,

[1] https://salsa.debian.org/python-team/packages/python-nest-asyncio
[2]
https://github.com/erdewit/nest_asyncio/commit/245dd5bd5902c724cd5478c865769f69c154f609

-- 
Diego M. Rodriguez



Bug#1001424: python-nest-asyncio: (autopkgtest) needs update for python3.10: TypeError: gather() got an unexpected keyword argument 'loop'

2021-12-23 Thread Diego M. Rodriguez
Control: tag -1 pending

Hi Paul,

thanks for the bug report - I have prepared an upload of a new upstream
version that includes a fix [2] for Python 3.10 support.

Best,

[1] https://salsa.debian.org/python-team/packages/python-nest-asyncio
[2]
https://github.com/erdewit/nest_asyncio/commit/245dd5bd5902c724cd5478c865769f69c154f609

-- 
Diego M. Rodriguez



Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-22 Thread Diego Morello
Hi all,

Any updates on this issue? Just in case, is the fix scheduled for API v10?
Please take into account that this bug is a blocker for us (and probably 
everyone using Google Ads API) to safely migrate our platform and keep our 
business running. Also, please notice that it was initially reported in 
October 2019, and more than 2 years after it has not been fixed.

Looking forward to hear from you.
Thanks in advance,

Diego

El lunes, 13 de diciembre de 2021 a la(s) 23:21:31 UTC-3, adsapi escribió:

> Hi Estanislao,
>
> You may also keep an eye on our blog post 
> <https://ads-developers.googleblog.com/search/label/google_ads_api> as 
> our team is posting news and updates about Google Ads API.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UKO81N:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4039c1a1-87aa-4a39-bfb5-7af2690f8d54n%40googlegroups.com.


Mapping AdWords' ProductPartition subclasses to Google Ads

2021-12-22 Thread Diego Morello
Hi,
I read many pages in Google Ads API reference, especially the Criteria 
Guide 
(https://developers.google.com/google-ads/api/docs/targeting/criteria), but 
after investigating I haven't been able to figure out how to properly map 
the following subclasses of ProductPartition to Google Ads model:


   - ProductAdwordsGrouping
   - ProductAdwordsLabels
   - ProductTypeFull
   
Can you please provide help on this topic?
I need info on how to map each and every field in these AdWords classes to 
Google Ads model.

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25954628-7e7a-4d67-8de2-8b68d74b5c31n%40googlegroups.com.


Re: [PacketFence-users] How to change the ip address to different network segment?

2021-12-20 Thread Diego Garcia del Rio via PacketFence-users
On packetfence 11 changing the pf.conf and /etc/sysconfig/network... (Or
your OS specific IP configuration) and then rebooting was enough for me.  I
tried it on a non clustered pf 11.1 on Rocky Linux 8.4 just last week.



On Wed, Dec 15, 2021, 15:48 nick via PacketFence-users <
packetfence-users@lists.sourceforge.net> wrote:

> Hello,
>
> I want to change the ip address from 192.168.X.X to 10.10.X.X, but no
> matter how I tried, it still not work.
> The files I have modified are /usr/local/pf/cong/pf.conf and
> /etc/network/interfaces.
> And I have also run /usr/local/pf/bin/pfcmd configreload
> , /usr/local/pf/bin/pfcmd service pf restart , and service packetfence
> restart.
>
> The network before I change was in 192.168.1.X/24, and dhcp is enabled.
> The network after will be 10.10.X.X/16, and there is no dhcp.
>
> Is there any wrong in my setting? Or if there still some files I need to
> modify?
> Thank you.
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [slurm-users] Updated "pestat" tool for printing Slurm nodes status including GRES/GPU

2021-12-17 Thread Diego Zuccato

Tks.
Will be useful soon :)
Are there other monitoring plugin you'd suggest?

Il 17/12/2021 11:15, Loris Bennett ha scritto:

Hi Diego,

Diego Zuccato  writes:


Hi Loris.

Il 14/12/2021 14:16, Loris Bennett ha scritto:


spectrum, today, via our Zabbix monitoring, I spotted some jobs with an
unusually high GPU-efficiencies which turned out to be doing
cryptomining :-/



What are you using to collect data for Zabbix?


I used this:

   https://github.com/plambe/zabbix-nvidia-smi-multi-gpu

Cheers,

Loris



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [slurm-users] Updated "pestat" tool for printing Slurm nodes status including GRES/GPU

2021-12-17 Thread Diego Zuccato

Hi Loris.

Il 14/12/2021 14:16, Loris Bennett ha scritto:


spectrum, today, via our Zabbix monitoring, I spotted some jobs with an
unusually high GPU-efficiencies which turned out to be doing
cryptomining :-/

What are you using to collect data for Zabbix?

--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [slurm-users] Prevent users from updating their jobs

2021-12-17 Thread Diego Zuccato
Well, there could be a way: make them "pay" (in some way) for the 
requested resources.
Payment can be anything: in our case, the more resources one user 
allocates the less priority his group gets. If there are enough users 
impacted by bad behaviour they'll be your allies (if they have access to 
tools like seff to check other users' job efficiency, and they notice 
their jobs have low priority, they'll be the ones sending nastygrams to 
their colleagues and you haven't to do anything).


Il 16/12/2021 22:04, Fulcomer, Samuel ha scritto:
There's no clear answer to this. It depends a bit on how you've 
segregated your resources.


In our environment, GPU and bigmem nodes are in their own partitions. 
There's nothing to prevent a user from specifying a list of potential 
partitions in the job submission, so there would be no need for them to 
do a post-submission "scontrol update jobid" to push a job into a 
partition that violated the spirit of the service.


Our practice has been to periodically look at running jobs to see if 
they are using (or have used, in the case of bigmem) less than their 
requested resources, and send them a nastygram telling them to stop 
doing that.


Creating a LUA submission script that, e.g., blocks jobs from the gpu 
queue that don't request gpus only helps to weed out the naive users. A 
subversive user could request a gpu and only use the allocated cores and 
memory. There's no way to deal with this other than monitoring running 
jobs and nastygrams, with removal of access after repeated offenses.


On Thu, Dec 16, 2021 at 3:36 PM Jordi Blasco <mailto:jbllis...@gmail.com>> wrote:


Hi everyone,

I was wondering if there is a way to prevent users from updating
their jobs with "scontrol update job".

Here is the justification.

A hypothetical user submits a job requesting a regular node, but
he/she realises that the large memory nodes or the GPU nodes are
idle. Using the previous command, users can request the job to use
one of those resources to avoid waiting without a real need for
using them.

Any suggestions to prevent that?

Cheers,

Jordi

sbatch --mem=1G -t 0:10:00 --wrap="srun -n 1 sleep 360"
scontrol update job 791 Features=smp

[user01@slurm-simulator ~]$ sacct -j 791 -o "jobid,nodelist,user"
        JobID        NodeList      User
 --- -
791                    smp-1    user01



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [slurm-users] Requirement of one GPU job should run in GPU nodes in a cluster

2021-12-17 Thread Diego Zuccato

Hi.

Isn't that exactly what cgroups are for?
If you use cgroups and request 1 core on a machine w/ N available, you 
will only use the one you requested, even if the others are idle. If 
another job gets scheduled on the same machine it's because the 
requested resources are available.
From my (little) experience, usually the problem is the request for 
RAM: while users tend to estimate quite correctly the number of cores 
they need, they greatly overstimate the memory. Often by 3 orders of 
magnitude. For this, the 'seff' tool is quite educational, to the point 
that its output could be useful in the job completion mail :)


Il 17/12/2021 08:53, Steffen Grunewald ha scritto:

On Fri, 2021-12-17 at 13:03:32 +0530, Sudeep Narayan Banerjee wrote:

Hello All: Can we please restrict one GPU job on one GPU node?

That is,
a) when we submit a GPU job on an empty node (say gpu2) requesting 16 cores
as that gives the best performance in the GPU and it gives best performance.
b) Then another user flooded the CPU cores on gpu2 sharing the GPU
resources. The net results is a GPU job got hit by 40% performance in the
next run

Can we make some changes in the slurm configuration such that when a GPU
job is submitted in a GPU node, no other job can enter that GPU node?


Hi,

your scenario is incomplete :/

In your scenario, a (job_submit?) script could probably change the number
of cores requested to the maximum available, thus avoiding anything else
entering the machine afterwards.
But:

What if some CPU cores of the GPU machine are already in use? Even if that
job behaves nicely at the time the GPU job gets scheduled to the machine,
this doesn't guarantee that this won't change the next moment.

If your GPU machines are of identical configuration, the only feasible way
seems to be to request a full machine.
This won't work that easily if your setup is inhomogeneous, or/and if there
are multiple GPUs in a single machine.

Sometimes there's no technical solution to social problems (assuming that
CPU flooding happens on purpose and knowingly, not by accident), I'm afraid...

Best,
  Steffen



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [PacketFence-users] New Authentication Source - Google Workspace LDAP

2021-12-16 Thread Diego Garcia del Rio via PacketFence-users
you need to manually upload the files and point to the path where those
files were uploaded. There is no GUI for the certificate upload like there
is for other certificates.

Given you only need to renew it every 3 years its not too bad, but indeed,
you need to manually upload it using SCP / SFP / your-tool-of-choice.



On Thu, Dec 9, 2021 at 10:54 AM P.Thirunavukkarasu via PacketFence-users <
packetfence-users@lists.sourceforge.net> wrote:

> Hi Team,
> I faced a issue in the authentication source page
> [image: image.png]
> There is no option to upload the certificate and key in the page
> I copied the text and pasted it in the box. Not accepted...
> How to resolve it.
> Regards,
> Thirunavukkarasu
>
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


bug#52513: php build failure

2021-12-16 Thread Diego Nicola Barbato
Hi Mathieu,

Mathieu Othacehe  writes:

> Hello,
>
> The php package test suite is failing this way on master:
>
> =
>
> =
> FAILED TEST SUMMARY
> -
> int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array 
> $cainfo = array() [, string $untrustedfile ]] ) function 
> [ext/openssl/tests/openssl_x509_checkpurpose_basic.phpt]
> =
>
> =
> WARNED TEST SUMMARY
> -
> FPM: Buffered worker output decorated log with multiple continuous messages 
> (stdout/stderr mixed) 
> [sapi/fpm/tests/log-bwd-multiple-msgs-stdout-stderr.phpt] (warn: XFAIL 
> section but test passes)
> =

[...]

> Test suite failed, dumping logs.
> error: in phase 'check': uncaught exception:
> %exception #< program: "make" arguments: ("test" "-j" "32") 
> exit-status: 2 term-signal: #f stop-signal: #f> 
> phase `check' failed after 971.4 seconds
> command "make" "test" "-j" "32" failed with status 2
> builder for `/gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv' 
> failed with exit code 1
> @ build-failed /gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv - 1 
> builder for `/gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv' 
> failed with exit code 1
> derivation '/gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv' 
> offloaded to '10.0.0.1' failed: build of 
> `/gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv' failed
> build of /gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv failed
> View build log at 
> '/var/log/guix/drvs/qv/gr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv.bz2'.
> guix build: error: build of 
> `/gnu/store/qvgr41cvrh6b3m5bk5n93gcw0rk0kax5-php-7.4.26.drv' failed
>
> The openssl_x509_checkpurpose test seems to blame.

The test fails because two of the certificates it uses have expired on
11 December 2021.  Upstream has already fixed it [1] but the change has
not made it into the 7.4.27 (!) release.  We could apply their fix with
a patch or just disable the openssl_x509_checkpurpose test.

[...]

HTH,

Diego

[1]: 
https://github.com/php/php-src/commit/98175fc7f1623873ceb2e9a017a319d19bfb3912





[gdal-dev] JP2OpenJPEG GDAL nuget for both Windows and Linux

2021-12-14 Thread Jesús de Diego Alarcón
Dear all

I would like to integrate GDAL in a C# application using the C# bindings.
In addition, the solution can be deployed both on Linux and Windows. I am
using .NetCore 3.1. The last requirement: the application shall be able to
read JP2OpenJPEG images. JP2OpenJPEG

I have tried some Nuget packages in Visual Studio... but most of them do
not implement the JP2OpenJPEG driver and/or do not are available for Linux
and Windows. Do you know any Nuget package that can match my requirements?

Thank you in advance

-- 
Jesús de Diego Alarcón
jesd...@gmail.com

"La vida es linda, lo malo es que muchos confunden lindo con fácil."
Mafalda
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


[jira] [Created] (HDDS-6102) Integrating Ozone with Hive produce a thread leak in HS2 server

2021-12-13 Thread Diego Jaramillo (Jira)
Diego Jaramillo created HDDS-6102:
-

 Summary: Integrating Ozone with Hive produce a thread leak in HS2 
server
 Key: HDDS-6102
 URL: https://issues.apache.org/jira/browse/HDDS-6102
 Project: Apache Ozone
  Issue Type: Bug
  Components: OFS
Affects Versions: 1.1.0
 Environment: ozone: 1.1.0
hadoop: 3.1.1
hive: 3.1.0
tez: 0.10.0 (this version is needed because of 
[TEZ-4032|https://issues.apache.org/jira/browse/TEZ-4032])

both the hadoop cluster + ozone are secured using kerberos.
Reporter: Diego Jaramillo


Integration ozone with hive is producing a thread leak in HS2, in this sample, 
12 open connections to hive produced 149 threads and the count kept increasing 
until HS2 needed to be restarted.

SETTINGS:

HDFS integration using the following settings
- viewfs-mount-table:
  fs.viewfs.mounttable.clusters.link./cluster1=hdfs://cluster1
  fs.viewfs.mounttable.clusters.link./ozfs1=ofs://ozfs1


- core-site.xml:
  fs.ofs.impl=org.apache.hadoop.fs.ozone.RootedOzoneFileSystem
  fs.AbstractFileSystem.o3fs.impl=org.apache.hadoop.fs.ozone.OzFs
 

- hdfs-site.xml:
  ozone.om.service.ids=ozfs1
  ozone.om.nodes.ozfs1=om1,om2
  ozone.om.address.ozfs1.om1=ozone1.domain.com:9862
  ozone.om.address.ozfs1.om2=ozone2.domain.com:9862
  dfs.nameservices=cluster1,ozfs1
  ozone.om.kerberos.keytab.file=/etc/security/keytabs/om.service.keytab
  ozone.om.kerberos.principal=om/_h...@domain.com

 

Hive integration using the following setting
- hive-site.xml:
  tez.job.fs-servers=hdfs://cluster1,ofs://ozfs1
  mapreduce.job.hdfs-servers=hdfs://cluster1,ofs://ozfs1

 

>From hive's stack trace we see many thread like these:

{{Thread 4958 (Truststore reloader thread):}}
{{  State: TIMED_WAITING}}
{{  Blocked count: 0}}
{{  Waited count: 221}}
{{  Stack:}}
{{    java.lang.Thread.$$YJP$$sleep(Native Method)}}
{{    java.lang.Thread.sleep(Thread.java)}}
{{    
org.apache.hadoop.security.ssl.ReloadingX509TrustManager.run(ReloadingX509TrustManager.java:195)}}
{{    java.lang.Thread.run(Thread.java:748)}}
{{Thread 4948 (Truststore reloader thread):}}
{{  State: TIMED_WAITING}}
{{  Blocked count: 79}}
{{  Waited count: 221}}
{{  Stack:}}
{{    java.lang.Thread.$$YJP$$sleep(Native Method)}}
{{    java.lang.Thread.sleep(Thread.java)}}
{{    
org.apache.hadoop.security.ssl.ReloadingX509TrustManager.run(ReloadingX509TrustManager.java:195)}}
{{    java.lang.Thread.run(Thread.java:748)}}
{{Thread 4777 (Truststore reloader thread):}}
{{  State: TIMED_WAITING}}
{{  Blocked count: 0}}
{{  Waited count: 252}}
{{  Stack:}}
{{    java.lang.Thread.$$YJP$$sleep(Native Method)}}
{{    java.lang.Thread.sleep(Thread.java)}}
{{    
org.apache.hadoop.security.ssl.ReloadingX509TrustManager.run(ReloadingX509TrustManager.java:195)}}
{{    java.lang.Thread.run(Thread.java:748)}}

 

Using yourKit we identified the following:

{{java.lang.Thread.(Runnable, String) Thread.java
org.apache.hadoop.security.ssl.ReloadingX509TrustManager.init() 
ReloadingX509TrustManager.java:95
org.apache.hadoop.security.ssl.FileBasedKeyStoresFactory.init(SSLFactory$Mode) 
FileBasedKeyStoresFactory.java:223
org.apache.hadoop.security.ssl.SSLFactory.init() SSLFactory.java:180
org.apache.hadoop.yarn.client.api.impl.TimelineConnector.getSSLFactory(Configuration)
 TimelineConnector.java:181
org.apache.hadoop.yarn.client.api.impl.TimelineConnector.serviceInit(Configuration)
 TimelineConnector.java:108
org.apache.hadoop.service.AbstractService.init(Configuration) 
AbstractService.java:164
org.apache.hadoop.service.CompositeService.serviceInit(Configuration) 
CompositeService.java:108
org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl.serviceInit(Configuration)
 TimelineClientImpl.java:130
org.apache.hadoop.service.AbstractService.init(Configuration) 
AbstractService.java:164
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.getTimelineDelegationToken()
 YarnClientImpl.java:405
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.addTimelineDelegationToken(ContainerLaunchContext)
 YarnClientImpl.java:381
org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.submitApplication(ApplicationSubmissionContext)
 YarnClientImpl.java:300
org.apache.tez.client.TezYarnClient.submitApplication(ApplicationSubmissionContext)
 TezYarnClient.java:77
org.apache.tez.client.TezClient.start() TezClient.java:402
org.apache.hadoop.hive.ql.exec.tez.TezSessionState.startSessionAndContainers(TezClient,
 HiveConf, Map, TezConfiguration, boolean) TezSessionState.java:516
org.apache.hadoop.hive.ql.exec.tez.TezSessionState.openInternal(String[], 
boolean, SessionState$LogHelper, TezSessionState$HiveResources) 
TezSessionState.java:451
org.apache.hadoop.hive.ql.exec.tez.TezSessionPoolSession.openInternal(String[], 
boolean, SessionState$LogHelper, TezSessionState$HiveResources) 
TezSessionPoolSession.java:124
org.apache.hadoop.hive.ql.exec.tez.TezSessionState.open(48Str

Re: [PacketFence-users] Roles and vlans

2021-12-10 Thread Diego Garcia del Rio via PacketFence-users
You might want to add the vlan as some field in AD / ldap and then see if
there is any way to access that using the radius or vlan filters to push
the vlan to the user. Not sure it will be possible to be honest



On Fri, Dec 10, 2021, 13:29 jj c  wrote:

> nice thank you for the clarification and advice.
>
> we have many clients per client we have vlan with dhcp server.
> what we want to achieve is that when a client connect in the network using
> his AD acount in the portal.packetfence will give the right vlan to that
> client.
>
> so what we did is to put hundreds of vlan in roles. and put it in the
> authentication sources. so that when a client login in the
> portal. pf will send the right vlan.but it did not work out with what we
> are expecting.  maybe youre right we are misusing the roles.
>
> On Sat, Dec 11, 2021 at 12:05 AM Diego Garcia del Rio 
> wrote:
>
>> But how many roles are you defining ? Several hundred? If so then you're
>> probably misusing the roles. In that case, indeed, vlan-pool is what you
>> want.
>>
>> The manual describes vlan-pools as the following:
>>
>> For a VLAN pool instead of defining a VLAN identifier, you can set a
>> value like that: 20..23,27..30
>>
>> So... for example, for role "students"  you could define a vlan pool like
>> "1000..2999"  and if you select the "vlan pool technique" as "vlan per
>> user" as shown below:
>>
>> [image: image.png]
>>
>>
>>
>> then the system will allocate, for users belonging to the role "students"
>> one vlan in the range 1000 through 2999 (both inclusive). But if there are
>> more USERS in that role than VLANs then vlan allocation will start to fail.
>>
>> The other allocation methods can potentially give the same vlan to 2 or
>> more users.
>>
>>
>> Not sure what your use-case is, but vlan-per-user can be a pain to
>> manage. It makes sense in things like hotels or maybe university student
>> accommodation...
>>
>> cheers,
>>
>>
>>
>>
>> On Fri, Dec 10, 2021, 12:43 jj c  wrote:
>>
>>> sorry for the confusion but i have 2 question here.
>>> 1. when i define roles with each own vlan and use it in authentication
>>> sources the packetfence 11.0  experience slowness.
>>> 2. i want to understand the vlan pool technique per_user_vlan.in the
>>> current manual there is no written details about it.
>>>
>>> On Fri, Dec 10, 2021 at 11:31 PM Diego Garcia del Rio 
>>> wrote:
>>>
>>>> you should be able to easily do vlan per role.. .but you seem to be
>>>> wanting a vlan per user?
>>>>
>>>> or you have 300 roles defined and each with its own vlan??
>>>>
>>>> On Fri, Dec 10, 2021 at 12:22 PM jj c via PacketFence-users <
>>>> packetfence-users@lists.sourceforge.net> wrote:
>>>>
>>>>> Hi to all,
>>>>> is it possible to bind roles per vlan? because we use vlan per client.
>>>>> lets say role1=vlan 10,role2=vlan20,role3=vlan30 and so on. the problem is
>>>>> when you put 300 vlan in authentication sources and roles we are
>>>>> experiencing slowness when browsing packetfence. also what is per user 
>>>>> vlan
>>>>> in vlan technique i cannot find in the manual.
>>>>>
>>>>> Thank you,
>>>>> james
>>>>> ___
>>>>> PacketFence-users mailing list
>>>>> PacketFence-users@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>>>
>>>>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Roles and vlans

2021-12-10 Thread Diego Garcia del Rio via PacketFence-users
But how many roles are you defining ? Several hundred? If so then you're
probably misusing the roles. In that case, indeed, vlan-pool is what you
want.

The manual describes vlan-pools as the following:

For a VLAN pool instead of defining a VLAN identifier, you can set a value
like that: 20..23,27..30

So... for example, for role "students"  you could define a vlan pool like
"1000..2999"  and if you select the "vlan pool technique" as "vlan per
user" as shown below:

[image: image.png]



then the system will allocate, for users belonging to the role "students"
one vlan in the range 1000 through 2999 (both inclusive). But if there are
more USERS in that role than VLANs then vlan allocation will start to fail.

The other allocation methods can potentially give the same vlan to 2 or
more users.


Not sure what your use-case is, but vlan-per-user can be a pain to manage.
It makes sense in things like hotels or maybe university student
accommodation...

cheers,




On Fri, Dec 10, 2021, 12:43 jj c  wrote:

> sorry for the confusion but i have 2 question here.
> 1. when i define roles with each own vlan and use it in authentication
> sources the packetfence 11.0  experience slowness.
> 2. i want to understand the vlan pool technique per_user_vlan.in the
> current manual there is no written details about it.
>
> On Fri, Dec 10, 2021 at 11:31 PM Diego Garcia del Rio 
> wrote:
>
>> you should be able to easily do vlan per role.. .but you seem to be
>> wanting a vlan per user?
>>
>> or you have 300 roles defined and each with its own vlan??
>>
>> On Fri, Dec 10, 2021 at 12:22 PM jj c via PacketFence-users <
>> packetfence-users@lists.sourceforge.net> wrote:
>>
>>> Hi to all,
>>> is it possible to bind roles per vlan? because we use vlan per client.
>>> lets say role1=vlan 10,role2=vlan20,role3=vlan30 and so on. the problem is
>>> when you put 300 vlan in authentication sources and roles we are
>>> experiencing slowness when browsing packetfence. also what is per user vlan
>>> in vlan technique i cannot find in the manual.
>>>
>>> Thank you,
>>> james
>>> ___
>>> PacketFence-users mailing list
>>> PacketFence-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>>>
>>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [PacketFence-users] Roles and vlans

2021-12-10 Thread Diego Garcia del Rio via PacketFence-users
you should be able to easily do vlan per role.. .but you seem to be wanting
a vlan per user?

or you have 300 roles defined and each with its own vlan??

On Fri, Dec 10, 2021 at 12:22 PM jj c via PacketFence-users <
packetfence-users@lists.sourceforge.net> wrote:

> Hi to all,
> is it possible to bind roles per vlan? because we use vlan per client.
> lets say role1=vlan 10,role2=vlan20,role3=vlan30 and so on. the problem is
> when you put 300 vlan in authentication sources and roles we are
> experiencing slowness when browsing packetfence. also what is per user vlan
> in vlan technique i cannot find in the manual.
>
> Thank you,
> james
> ___
> PacketFence-users mailing list
> PacketFence-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/packetfence-users
>
___
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users


Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-09 Thread Diego González
Hola Mike, 

That is a very valid point. We've renamed the boundingRect attribute to 
titlebarAreaRect to remove any ambiguity regarding the area being 
referenced. 

The change has now been merged. Thanks!

Diego


On Thursday, 9 December 2021 at 14:33:09 UTC mike...@chromium.org wrote:

> I did, but ran out of time before sending an email last night. :)
>
> I see that getBoundingClientRect was renamed to getTitleBarRect 
> <https://github.com/WICG/window-controls-overlay/commit/a37a4a2d040383159f05e9466425b18749146081#diff-0eb547304658805aad788d320f10bf1f292797b5e6d745a3bf617584da017051R227>,
>  
> would it make sense to update the boundingRect attribute on the geometry 
> change event as well, or do you think boundingRect is still the right name?
>
> On 12/9/21 4:29 AM, Mike West wrote:
>
> I believe @Mike Taylor had some questions around spelling decisions in 
> the API in our last API owners meeting. Mike, did you have a chance to look 
> into that more deeply? 
>
> -mike
>
>
> On Wed, Dec 8, 2021 at 11:00 PM Chris Harrelson  
> wrote:
>
>> LGTM2
>>
>> On Tue, Dec 7, 2021 at 2:36 AM Yoav Weiss  wrote:
>>
>>> *LGTM1* 
>>> Thanks for driving those discussions and making the spec interoperable 
>>> in the process.
>>>
>>> On Tuesday, December 7, 2021 at 11:07:21 AM UTC+1 Diego González wrote:
>>>
>>>> Just as a heads up, all concerns have been addressed and the latest 
>>>> version of the spec is in a state where I believe we are all happy with. 
>>>> Thanks for all the feedback and comments!
>>>>
>>>> On Wednesday, 1 December 2021 at 18:26:03 UTC luig...@microsoft.com 
>>>> wrote:
>>>>
>>>>> There is a PR waiting to be merged that adds a note about developers 
>>>>> using reasonable fallbacks on unsupported browsers, I will let you know 
>>>>> once it gets merged. 
>>>>>
>>>>> On Wednesday, 1 December 2021 at 17:29:03 UTC Diego González wrote:
>>>>>
>>>>>> YUC. 
>>>>>>
>>>>>> If a developer has used the environmental variables and the web app 
>>>>>> gets installed in browser that does not support it (then it is a 
>>>>>> parallel 
>>>>>> universe because Firefox nor Safari nor other desktop browser supports 
>>>>>> this 
>>>>>> *kidding*) then they can specify reasonable fallback values because they 
>>>>>> value progressive enhancement and responsive design. I will add a note 
>>>>>> about this to the spec, if you think it is necessary.  
>>>>>>
>>>>>> Lack of WCO support and lack of user opt in do not look the same. In 
>>>>>> a supported browser both the env variables and the JS object in 
>>>>>> navigator 
>>>>>> exist even if the feature is turned off. 
>>>>>>
>>>>>> On Wednesday, 1 December 2021 at 11:11:03 UTC yoav...@chromium.org 
>>>>>> wrote:
>>>>>>
>>>>>>> On Tuesday, November 30, 2021 at 6:48:07 PM UTC+1 Diego González 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hola Yoav, 
>>>>>>>>
>>>>>>>> I wanted to add that we implemented the concept of a 
>>>>>>>> display-override to control the fallback of display modes. For non 
>>>>>>>> supported browsers, developers can also specify the display-override 
>>>>>>>> and 
>>>>>>>> even if this is not supported it will default to the display value in 
>>>>>>>> the 
>>>>>>>> manifest file.  
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Monday, 29 November 2021 at 18:29:41 UTC Diego González wrote:
>>>>>>>>
>>>>>>>>> Hola Yoav,  
>>>>>>>>>
>>>>>>>>> For non supported browsers there are 2 options: 
>>>>>>>>>
>>>>>>>>>- env variables take the specified default value by developers 
>>>>>>>>>(if devs enable WCO). 
>>>>>>>>>
>>>>>>>>>
>>>>>>> So IIUC developers are supposed to use the env variables with 
>>>>>>> reasonable fallback values for non-supportin

Re: New committer: Lyndsi Kay Williams

2021-12-09 Thread Diego Pucci
Congrats Lyndsi!

Il giorno gio 9 dic 2021 alle ore 00:42 Elizabeth Thompson <
elizab...@preset.io> ha scritto:

> The Project Management Committee (PMC) for Apache Superset has invited
> Lyndsi Kay Williams to become a committer and we are pleased
> to announce that she has accepted.
>
> Lyndsi has been contributing to Superset for the past year, and has made
> notable efforts to improve testing and has also worked on updates and
> improvements to the database connection UI and reports.
> Being a committer enables easier contribution to the
> project since there is no need to go via the patch
> submission process. This should enable better productivity.
> Thank you, and welcome Lyndsi!


Re: [I2nsf] topic about draft-yang-i2nsf-trust-enhanced-i2nsf

2021-12-08 Thread Diego R. Lopez
Hi,

Many thanks for this. The integration of I2NSF with the recent results in the 
area of remote attestation is one of the aspects we wanted to consider in an 
I2NSF rechartering proposal we are finalizing and will share on the list soon. 
Actually, our ideas go along the following issues to improve the I2NSF approach 
to security function management:

  *   The automation of security management procedures, considering the 
integration with general automation and autonomic mechanisms, as defined by the 
OPS Area
  *   Mechanisms for guiding and verifying policy translation
  *   The implications for security management of recent developments:
 *   Remote attestation procedures
 *   Trusted and oblivious execution models
 *   Container-based virtualization approaches
 *   Quantum-safe crypto (PQC, QKD…)
 *   Distributed trust and execution infrastructures (along the work of 
DINRG and COINRG)
  *   An extended capability model, suitable for the above items

As you can imagine, we very much welcome this document and would be extremely 
interested in collaborating with you in developing it and the general approach 
to enhance trust in SFs managed through I2NSF.

Be goode,

--
"Esta vez no fallaremos, Doctor Infierno"

Dr Diego R. Lopez
Telefonica I+D
https://www.linkedin.com/in/dr2lopez/

e-mail: diego.r.lo...@telefonica.com<mailto:diego.r.lo...@telefonica.com>
Mobile:  +34 682 051 091
--

On 02/12/2021, 04:46, "I2nsf on behalf of 
yangpeng...@chinamobile.com<mailto:yangpeng...@chinamobile.com>" 
mailto:i2nsf-boun...@ietf.org> on behalf of 
yangpeng...@chinamobile.com<mailto:yangpeng...@chinamobile.com>> wrote:

Hi everyone,

This is Penglin Yang from China Mobile Research Institute.  Recently, we 
composed a document named  trust enhanced I2NSF and submitted to the I2NSF 
group. 
(https://datatracker.ietf.org/doc/draft-yang-i2nsf-trust-enhanced-i2nsf/) The 
motivation of this document is trying to use remote attestation technology to 
augment the security and to enhance the trustworthiness of NSF. In this 
document we illustrated the architecture of trsuted enhanced I2NSF and the 
relevant interfaces.

We sincerely welcome everyone to comment on this document. And if you are 
interested, we can work together to promote this idea to a better version.

BR
Penglin Yang
CMCC




Este mensaje y sus adjuntos se dirigen exclusivamente a su destinatario, puede 
contener información privilegiada o confidencial y es para uso exclusivo de la 
persona o entidad de destino. Si no es usted. el destinatario indicado, queda 
notificado de que la lectura, utilización, divulgación y/o copia sin 
autorización puede estar prohibida en virtud de la legislación vigente. Si ha 
recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente 
por esta misma vía y proceda a su destrucción.

The information contained in this transmission is privileged and confidential 
information intended only for the use of the individual or entity named above. 
If the reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or copying of this communication 
is strictly prohibited. If you have received this transmission in error, do not 
read it. Please immediately reply to the sender that you have received this 
communication in error and then delete it.

Esta mensagem e seus anexos se dirigem exclusivamente ao seu destinatário, pode 
conter informação privilegiada ou confidencial e é para uso exclusivo da pessoa 
ou entidade de destino. Se não é vossa senhoria o destinatário indicado, fica 
notificado de que a leitura, utilização, divulgação e/ou cópia sem autorização 
pode estar proibida em virtude da legislação vigente. Se recebeu esta mensagem 
por erro, rogamos-lhe que nos o comunique imediatamente por esta mesma via e 
proceda a sua destruição
___
I2nsf mailing list
I2nsf@ietf.org
https://www.ietf.org/mailman/listinfo/i2nsf


Re: Porstgres 12 - PANIC: could not access status of transaction 0

2021-12-07 Thread Diego

Hola Edwin


sabes que hay en "PL/pgSQL function api.fn_access_point(json) line 30 at 
EXECUTE" de chusma.


Hubo algun problema de disco? quizas se lleno?

mira esta linea:
2021-12-05 08:10:20.767 EST [4044] DETAIL:  Could not fsync file
"pg_multixact/members/0A4B": Input/output error.

Me parece que ahí empezó el problema.

En todo caso, hace un copy de la carpeta data, para poder volver atras 
cualquier prueba que vayas a hacer.





On 5/12/21 11:22, Edwin De La Cruz wrote:

Saludos cordiales.
Estimados, nuevamente necesito de su ayuda.
Tengo una instalación de PostgreSQL 12 en Centos 7 desde hace un poco
mas de un año funcionando sin novedad. Postgres lo uso para almacenar
logs de otras aplicaciones, donde tengo una tabla particionada por
años, la última vez que ví esa tabla pesaba unos 20 Gigas.

El día de hoy encontré el servicio de postgres detenido:

[root@server log]# systemctl status postgresql-12
● postgresql-12.service - PostgreSQL 12 database server
Loaded: loaded (/usr/lib/systemd/system/postgresql-12.service;
enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2021-12-05 08:35:09
EST; 38min ago
  Docs: https://www.postgresql.org/docs/12/static/
   Process: 4985 ExecStart=/usr/pgsql-12/bin/postmaster -D ${PGDATA}
(code=exited, status=1/FAILURE)
   Process: 4978
ExecStartPre=/usr/pgsql-12/bin/postgresql-12-check-db-dir ${PGDATA}
(code=exited, status=0/SUCCESS)
  Main PID: 4985 (code=exited, status=1/FAILURE)

Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.619 EST [4985] LOG:  listening on IPv4 address "0.0.0.0",
port 5433
Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.619 EST [4985] LOG:  listening on IPv6 address "::", port
5433
Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.624 EST [4985] LOG:  listening on Unix socket
"/var/run/postgresql/.s.PGSQL.5433"
Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.630 EST [4985] LOG:  listening on Unix socket
"/tmp/.s.PGSQL.5433"
Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.722 EST [4985] LOG:  redirecting log output to logging
collector process
Dec 05 08:34:56 server.it-empresarial.com postmaster[4985]: 2021-12-05
08:34:56.722 EST [4985] HINT:  Future log output will appear in
directory "log".
Dec 05 08:35:09 server.it-empresarial.com systemd[1]:
postgresql-12.service: main process exited, code=exited,
status=1/FAILURE
Dec 05 08:35:09 server.it-empresarial.com systemd[1]: Failed to start
PostgreSQL 12 database server.
Dec 05 08:35:09 server.it-empresarial.com systemd[1]: Unit
postgresql-12.service entered failed state.
Dec 05 08:35:09 server.it-empresarial.com systemd[1]:
postgresql-12.service failed.

Al reiniciarlo tengo la misma novedad.

En el log tengo lo siguiente:
 PL/pgSQL function api.fn_access_point(json) line 30 at EXECUTE
2021-12-05 06:25:51.361 EST [20370] WARNING:  terminating connection
because of crash of another server process
2021-12-05 06:25:51.361 EST [20370] DETAIL:  The postmaster has
commanded this server process to roll back the current transaction and
exit, because another server process exited abnormally and possibly
corrupted shared memory.
2021-12-05 06:25:51.361 EST [20370] HINT:  In a moment you should be
able to reconnect to the database and repeat your command.
2021-12-05 06:25:51.361 EST [20370] CONTEXT:  SQL statement "SELECT *
FROM events.eventtypes WHERE  code = NEW.code LIMIT 1"
 PL/pgSQL function events.check_before() line 17 at SQL statement
 SQL statement "INSERT INTO events.datas(
 dateevent, idaccount, priority, ideventtype, iduser,
idcontact,  details, source, code)
 VALUES (irow.dateevent, irow.idaccount, irow.priority,
irow.ideventtype, irow.iduser, irow.idcontact,  irow.details,
irow.source, irow.code) RETURNING idevent"
 PL/pgSQL function events.fn_event_insert_json(json) line 21 at
SQL statement
 PL/pgSQL function api.fn_method00134(json) line 30 at assignment
 SQL statement "SELECT api.fn_method00134($1)"
 PL/pgSQL function api.fn_access_point(json) line 30 at EXECUTE
2021-12-05 06:25:51.363 EST [20436] WARNING:  terminating connection
because of crash of another server process
2021-12-05 06:25:51.363 EST [20436] DETAIL:  The postmaster has
commanded this server process to roll back the current transaction and
exit, because another server process exited abnormally and possibly
corrupted shared memory.
2021-12-05 06:25:51.363 EST [20436] HINT:  In a moment you should be
able to reconnect to the database and repeat your command.
2021-12-05 06:25:51.363 EST [20436] CONTEXT:  SQL statement "SELECT *
FROM events.eventtypes WHERE  code = NEW.code LIMIT 1"
 PL/pgSQL function events.check_before() line 17 at SQL statement
 SQL statement "INSERT INTO events.datas(
 dateevent, 

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-07 Thread Diego González
Just as a heads up, all concerns have been addressed and the latest version 
of the spec is in a state where I believe we are all happy with. Thanks for 
all the feedback and comments!

On Wednesday, 1 December 2021 at 18:26:03 UTC luig...@microsoft.com wrote:

> There is a PR waiting to be merged that adds a note about developers using 
> reasonable fallbacks on unsupported browsers, I will let you know once it 
> gets merged. 
>
> On Wednesday, 1 December 2021 at 17:29:03 UTC Diego González wrote:
>
>> YUC. 
>>
>> If a developer has used the environmental variables and the web app gets 
>> installed in browser that does not support it (then it is a parallel 
>> universe because Firefox nor Safari nor other desktop browser supports this 
>> *kidding*) then they can specify reasonable fallback values because they 
>> value progressive enhancement and responsive design. I will add a note 
>> about this to the spec, if you think it is necessary. 
>>
>> Lack of WCO support and lack of user opt in do not look the same. In a 
>> supported browser both the env variables and the JS object in navigator 
>> exist even if the feature is turned off. 
>>
>> On Wednesday, 1 December 2021 at 11:11:03 UTC yoav...@chromium.org wrote:
>>
>>> On Tuesday, November 30, 2021 at 6:48:07 PM UTC+1 Diego González wrote:
>>>
>>>> Hola Yoav, 
>>>>
>>>> I wanted to add that we implemented the concept of a display-override 
>>>> to control the fallback of display modes. For non supported browsers, 
>>>> developers can also specify the display-override and even if this is not 
>>>> supported it will default to the display value in the manifest file. 
>>>>
>>>>
>>>>
>>>> On Monday, 29 November 2021 at 18:29:41 UTC Diego González wrote:
>>>>
>>>>> Hola Yoav, 
>>>>>
>>>>> For non supported browsers there are 2 options: 
>>>>>
>>>>>- env variables take the specified default value by developers (if 
>>>>>devs enable WCO).
>>>>>
>>>>>
>>> So IIUC developers are supposed to use the env variables with reasonable 
>>> fallback values for non-supporting browsers? Is that advice 
>>> captured/documented somewhere?  
>>>
>>>>
>>>>>- The web app will open as it would in the browser, with a 
>>>>>titlebar if installed (if devs don't enable WCO). 
>>>>>
>>>>>   WCO is enabled by the end user. The user must enable the feature by 
>>>>> toggling the chevron on the controls overlay. This is remembered on 
>>>>> subsequent app launches.
>>>>>
>>>>
>>> OK, so lack of WCO support by the browser and lack of user opt-in would 
>>> look the same from the developer's perspective?
>>>  
>>>
>>>>
>>>>> --diego
>>>>>
>>>>> On Friday, 19 November 2021 at 06:05:44 UTC yoav...@chromium.org 
>>>>> wrote:
>>>>>
>>>>>> This looks great! Thanks for following up on the spec work!!
>>>>>>
>>>>>> I had a couple more questions upthread:
>>>>>>
>>>>>>- What are developers expected to do in non-supporting browsers?
>>>>>>- Would the user need to opt-in to having web app control over 
>>>>>>their title bar?
>>>>>>
>>>>>>
>>>>>> On Fri, Nov 19, 2021 at 1:25 AM Diego González  
>>>>>> wrote:
>>>>>>
>>>>>>> the the new *new* spec update 
>>>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>>>
>>>>>>> On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:
>>>>>>>
>>>>>>>> Hola,
>>>>>>>>
>>>>>>>> See the updated spec here: 
>>>>>>>> https://wicg.github.io/window-controls-overlay. 
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>>
>>>>>>>> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>>>>>>>>
>>>>>>>>> cc: ajayra...@google.com
>>>>>>>>>
>>>>>>>>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González 
>>>>>&

[Wikidata-bugs] [Maniphest] T287946: Identifying controversial content in Wikidata

2021-12-03 Thread diego
diego added a comment.


  **Updates**
  
  - No updates this week. I'm going to meet with the stakeholder next week.

TASK DETAIL
  https://phabricator.wikimedia.org/T287946

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: diego
Cc: Pablo, leila, Lydia_Pintscher, diego, Aklapper, Invadibot, maantietaja, 
Akuckartz, Nandana, Abdeaitali, Lahi, Gq86, GoranSMilovanovic, QZanden, 
LawExplorer, Avner, _jensen, rosalieper, Scott_WUaS, Wikidata-bugs, aude, 
Capt_Swing, Mbch331
___
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org


Re: Unuseful block of code in ltr module

2021-12-02 Thread Diego Ceccarelli
Hi, I had a quick look and it seems that Anna is right, but there should be
a case where you ask to rerank more documents than what you want to see..
need to review the code :)

cheers,
Diego




On Thu, 2 Dec 2021, 16:40 Alessandro Benedetti, 
wrote:

> Adding Christine and Diego to the loop if they missed this.
> Thanks Anna for raising.
>
> Cheers
> --
> Alessandro Benedetti
> Apache Lucene/Solr Committer
> Director, R Software Engineer, Search Consultant
>
> www.sease.io
>
>
> On Wed, 10 Nov 2021 at 16:41, Anna Ruggero  wrote:
>
>> Hi all,
>>
>> I was looking at the *org.apache.solr.ltr.LTRRescorer#scoreFeatures *
>> method.
>> Since we are using reranking applied to some topN documents (rerankDocs
>> parameter) I think that this block of code in 
>> *org.apache.solr.ltr.LTRRescorer#scoreSingleHit
>> *will never be accessed:
>>
>> if (hitUpto >= topN) {
>>   // once that heap is ready, if the score of this document is lower that
>>   // the minimum
>>   // i don't want to log the feature. Otherwise I replace it with the
>>   // minimum and fix the
>>   // heap.
>>   if (hit.score > reranked[0].score) {
>> reranked[0] = hit;
>> heapAdjust(reranked, topN, 0);
>> if (featureLogger != null && indexSearcher instanceof SolrIndexSearcher) 
>> {
>>   featureLogger.log(hit.doc, rerankingQuery, (SolrIndexSearcher) 
>> indexSearcher,
>>   modelWeight.getFeaturesInfo());
>> }
>>   }
>>
>> Since we are reranking the topN documents. the *hits.length* in the
>> scoreFeatures method is always *equal* to the *topN* variable.
>> Therefore, since *hitUpto* is going from *0* to *hits.length -1*, we
>> will never have *hitUpto >= topN*
>>
>> Is there any condition I am missing?
>> Couldn't this piece of code be removed?
>>
>> Thank you,
>> Anna
>>
>


Self Introduction: Diego Herrera

2021-12-02 Thread Diego Herrera
Hello everyone

My name is Diego Herrera, I'm a 35 y/o software developer and a recent hire
at Red Hat CPE Team. I've been actively using Fedora as my workstation
prefered OS since version 16.

I have made a couple of contributions to OSS projects in the past and have
some experience with generating rpm packages, so I'm excited to start
contributing here!

I plan to start by packaging a couple of OSS games that are not in the
Fedora library and help patch a few things to warm up. Then I'll see where
else I can help.
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[INDOLOGY] UCLA - 2-year lecturership in Jainism and South Asian Religions

2021-12-01 Thread DIEGO LOUKOTA SANCLEMENTE
  Dear all,

  The Center for the Study of Religion at UCLA welcomes applications for a
two-year lecturership in Jainism & South Asian Religions. The deadline for
application is January 2, 2022; see more information in the link below. I
would be grateful if you could forward  this to anyone who would be
interested.

  *namaskaromi*,

  Diego

  UCLA - Jainism & South Asian Religions Lecturer
<https://recruit.apo.ucla.edu/JPF07042>

___
INDOLOGY mailing list
INDOLOGY@list.indology.info
https://list.indology.info/mailman/listinfo/indology


Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-01 Thread 'Diego Gonzalez' via blink-dev
There is a PR waiting to be merged that adds a note about developers using 
reasonable fallbacks on unsupported browsers, I will let you know once it 
gets merged. 

On Wednesday, 1 December 2021 at 17:29:03 UTC Diego González wrote:

> YUC. 
>
> If a developer has used the environmental variables and the web app gets 
> installed in browser that does not support it (then it is a parallel 
> universe because Firefox nor Safari nor other desktop browser supports this 
> *kidding*) then they can specify reasonable fallback values because they 
> value progressive enhancement and responsive design. I will add a note 
> about this to the spec, if you think it is necessary. 
>
> Lack of WCO support and lack of user opt in do not look the same. In a 
> supported browser both the env variables and the JS object in navigator 
> exist even if the feature is turned off. 
>
> On Wednesday, 1 December 2021 at 11:11:03 UTC yoav...@chromium.org wrote:
>
>> On Tuesday, November 30, 2021 at 6:48:07 PM UTC+1 Diego González wrote:
>>
>>> Hola Yoav, 
>>>
>>> I wanted to add that we implemented the concept of a display-override to 
>>> control the fallback of display modes. For non supported browsers, 
>>> developers can also specify the display-override and even if this is not 
>>> supported it will default to the display value in the manifest file. 
>>>
>>>
>>>
>>> On Monday, 29 November 2021 at 18:29:41 UTC Diego González wrote:
>>>
>>>> Hola Yoav, 
>>>>
>>>> For non supported browsers there are 2 options: 
>>>>
>>>>- env variables take the specified default value by developers (if 
>>>>devs enable WCO).
>>>>
>>>>
>> So IIUC developers are supposed to use the env variables with reasonable 
>> fallback values for non-supporting browsers? Is that advice 
>> captured/documented somewhere?  
>>
>>>
>>>>- The web app will open as it would in the browser, with a titlebar 
>>>>if installed (if devs don't enable WCO). 
>>>>
>>>>   WCO is enabled by the end user. The user must enable the feature by 
>>>> toggling the chevron on the controls overlay. This is remembered on 
>>>> subsequent app launches.
>>>>
>>>
>> OK, so lack of WCO support by the browser and lack of user opt-in would 
>> look the same from the developer's perspective?
>>  
>>
>>>
>>>> --diego
>>>>
>>>> On Friday, 19 November 2021 at 06:05:44 UTC yoav...@chromium.org wrote:
>>>>
>>>>> This looks great! Thanks for following up on the spec work!!
>>>>>
>>>>> I had a couple more questions upthread:
>>>>>
>>>>>- What are developers expected to do in non-supporting browsers?
>>>>>- Would the user need to opt-in to having web app control over 
>>>>>their title bar?
>>>>>
>>>>>
>>>>> On Fri, Nov 19, 2021 at 1:25 AM Diego González  
>>>>> wrote:
>>>>>
>>>>>> the the new *new* spec update 
>>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>>
>>>>>> On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:
>>>>>>
>>>>>>> Hola,
>>>>>>>
>>>>>>> See the updated spec here: 
>>>>>>> https://wicg.github.io/window-controls-overlay. 
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>>
>>>>>>> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>>>>>>>
>>>>>>>> cc: ajayra...@google.com
>>>>>>>>
>>>>>>>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hola Yoav, I am looking at making the amendments listed on the 
>>>>>>>>> github issues. I will update soon with the changes. Thanks 
>>>>>>>>>
>>>>>>>>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Thanks Diego! The updates are a great improvement, but I suspect 
>>>>>>>>>> are not sufficient for an interoperable impleme

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-12-01 Thread Diego González
YUC. 

If a developer has used the environmental variables and the web app gets 
installed in browser that does not support it (then it is a parallel 
universe because Firefox nor Safari nor other desktop browser supports this 
*kidding*) then they can specify reasonable fallback values because they 
value progressive enhancement and responsive design. I will add a note 
about this to the spec, if you think it is necessary. 

Lack of WCO support and lack of user opt in do not look the same. In a 
supported browser both the env variables and the JS object in navigator 
exist even if the feature is turned off. 

On Wednesday, 1 December 2021 at 11:11:03 UTC yoav...@chromium.org wrote:

> On Tuesday, November 30, 2021 at 6:48:07 PM UTC+1 Diego González wrote:
>
>> Hola Yoav, 
>>
>> I wanted to add that we implemented the concept of a display-override to 
>> control the fallback of display modes. For non supported browsers, 
>> developers can also specify the display-override and even if this is not 
>> supported it will default to the display value in the manifest file. 
>>
>>
>>
>> On Monday, 29 November 2021 at 18:29:41 UTC Diego González wrote:
>>
>>> Hola Yoav, 
>>>
>>> For non supported browsers there are 2 options: 
>>>
>>>- env variables take the specified default value by developers (if 
>>>devs enable WCO).
>>>
>>>
> So IIUC developers are supposed to use the env variables with reasonable 
> fallback values for non-supporting browsers? Is that advice 
> captured/documented somewhere?  
>
>>
>>>- The web app will open as it would in the browser, with a titlebar 
>>>if installed (if devs don't enable WCO). 
>>>
>>>   WCO is enabled by the end user. The user must enable the feature by 
>>> toggling the chevron on the controls overlay. This is remembered on 
>>> subsequent app launches.
>>>
>>
> OK, so lack of WCO support by the browser and lack of user opt-in would 
> look the same from the developer's perspective?
>  
>
>>
>>> --diego
>>>
>>> On Friday, 19 November 2021 at 06:05:44 UTC yoav...@chromium.org wrote:
>>>
>>>> This looks great! Thanks for following up on the spec work!!
>>>>
>>>> I had a couple more questions upthread:
>>>>
>>>>- What are developers expected to do in non-supporting browsers?
>>>>- Would the user need to opt-in to having web app control over 
>>>>their title bar?
>>>>
>>>>
>>>> On Fri, Nov 19, 2021 at 1:25 AM Diego González  
>>>> wrote:
>>>>
>>>>> the the new *new* spec update 
>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>
>>>>> On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:
>>>>>
>>>>>> Hola,
>>>>>>
>>>>>> See the updated spec here: 
>>>>>> https://wicg.github.io/window-controls-overlay. 
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>>
>>>>>> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>>>>>>
>>>>>>> cc: ajayra...@google.com
>>>>>>>
>>>>>>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hola Yoav, I am looking at making the amendments listed on the 
>>>>>>>> github issues. I will update soon with the changes. Thanks 
>>>>>>>>
>>>>>>>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Thanks Diego! The updates are a great improvement, but I suspect 
>>>>>>>>> are not sufficient for an interoperable implementation. I left a 
>>>>>>>>> couple of 
>>>>>>>>> comments on the open issues.
>>>>>>>>>
>>>>>>>>> On Wed, Nov 10, 2021 at 5:11 PM Diego González  
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hola Yoav,
>>>>>>>>>>
>>>>>>>>>> We've gone through several iterations of the WCO spec reviewed by 
>>>>>>>>>> Joshua Bell from Google, and while we are still making chang

Re: [INDOLOGY] OCR for sanskrit transliteration

2021-12-01 Thread DIEGO LOUKOTA SANCLEMENTE
"phonetic", not "phinetic"...

On Wed, Dec 1, 2021, 7:18 AM DIEGO LOUKOTA SANCLEMENTE <
diegolouk...@ucla.edu> wrote:

>
>   Dear Harry,
>
>   Something I do (not perfect) is taking the digital Devanagari text and
> input it to Google Translate set to Nepali. The phinetic transcription
> yields tolerable IAST text with some quirks that can be easily fixed with
> the "replace all" feature on Microsoft Word vel sim. (e.g. ē -> e). As I
> said, not perfect, but good enough. I hope this helps!
>
>   namaskaromi,
>
>   Diego
>
> On Wed, Dec 1, 2021, 6:38 AM Harry Spier via INDOLOGY <
> indology@list.indology.info> wrote:
>
>> Dear list members,
>> Can someone point me to a good on-line tool to OCR sanskrit
>> transliteration (english transliteration not devanagari).
>> Thanks,
>> Harry Spier
>>
>> ___
>> INDOLOGY mailing list
>> INDOLOGY@list.indology.info
>> https://list.indology.info/mailman/listinfo/indology
>>
>

___
INDOLOGY mailing list
INDOLOGY@list.indology.info
https://list.indology.info/mailman/listinfo/indology


Re: [slurm-users] nvml autodetect is ignoring gpus

2021-11-30 Thread Diego Zuccato

Il 30/11/2021 16:12, Benjamin Nacar ha scritto:

However, the version of Slurm in the standard debian repositories was 
apparently not compiled on a system with the necessary Nvidia library installed,
That's not a good news :( I have a GPU node arriving by the end of the 
year. Does it only impact autodetection (so it "just" requires manual 
config) or GPU jobs won't be able to start at all?


--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-11-30 Thread Diego González
Hola Yoav, 

I wanted to add that we implemented the concept of a display-override to 
control the fallback of display modes. For non supported browsers, 
developers can also specify the display-override and even if this is not 
supported it will default to the display value in the manifest file. 



On Monday, 29 November 2021 at 18:29:41 UTC Diego González wrote:

> Hola Yoav, 
>
> For non supported browsers there are 2 options: 
>
>- env variables take the specified default value by developers (if 
>devs enable WCO).
>- The web app will open as it would in the browser, with a titlebar if 
>installed (if devs don't enable WCO). 
>
>   WCO is enabled by the end user. The user must enable the feature by 
> toggling the chevron on the controls overlay. This is remembered on 
> subsequent app launches.
>
> --diego
>
> On Friday, 19 November 2021 at 06:05:44 UTC yoav...@chromium.org wrote:
>
>> This looks great! Thanks for following up on the spec work!!
>>
>> I had a couple more questions upthread:
>>
>>- What are developers expected to do in non-supporting browsers?
>>- Would the user need to opt-in to having web app control over their 
>>title bar?
>>
>>
>> On Fri, Nov 19, 2021 at 1:25 AM Diego González  wrote:
>>
>>> the the new *new* spec update 
>>> https://wicg.github.io/window-controls-overlay/
>>>
>>> On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:
>>>
>>>> Hola,
>>>>
>>>> See the updated spec here: 
>>>> https://wicg.github.io/window-controls-overlay. 
>>>>
>>>> Thanks
>>>>
>>>>
>>>> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>>>>
>>>>> cc: ajayra...@google.com
>>>>>
>>>>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González wrote:
>>>>>
>>>>>> Hola Yoav, I am looking at making the amendments listed on the github 
>>>>>> issues. I will update soon with the changes. Thanks 
>>>>>>
>>>>>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org 
>>>>>> wrote:
>>>>>>
>>>>>>> Thanks Diego! The updates are a great improvement, but I suspect are 
>>>>>>> not sufficient for an interoperable implementation. I left a couple of 
>>>>>>> comments on the open issues.
>>>>>>>
>>>>>>> On Wed, Nov 10, 2021 at 5:11 PM Diego González  
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hola Yoav,
>>>>>>>>
>>>>>>>> We've gone through several iterations of the WCO spec reviewed by 
>>>>>>>> Joshua Bell from Google, and while we are still making changes to it, 
>>>>>>>> we 
>>>>>>>> believe it is in a much better state and want to resubmit for 
>>>>>>>> consideration 
>>>>>>>> of the approvals needed for I2S.  See the updated spec below:
>>>>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>>>>
>>>>>>>> --Diego
>>>>>>>>
>>>>>>>> On Thursday, 21 October 2021 at 21:05:09 UTC+1 yoav...@chromium.org 
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> On Thursday, October 21, 2021 at 9:31:23 AM UTC+2 Yoav Weiss wrote:
>>>>>>>>>
>>>>>>>>>> This is an exciting improvement to PWA parity with native apps! 
>>>>>>>>>> :) 
>>>>>>>>>>
>>>>>>>>>> On Wed, Oct 20, 2021 at 10:49 PM 'Diego Gonzalez' via blink-dev <
>>>>>>>>>> blin...@chromium.org> wrote:
>>>>>>>>>>
>>>>>>>>>>> Contact emails 
>>>>>>>>>>>
>>>>>>>>>>> amb...@microsoft.com, luig...@microsoft.com, 
>>>>>>>>>>> hat...@microsoft.com, c...@chromium.org
>>>>>>>>>>>
>>>>>>>>>>>  
>>>>>>>>>>> Explainer 
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> https://github.com/WICG/window-controls-overla

[Python-es] Libro de Python para Ingenieros

2021-11-30 Thread Diego Saavedra
Buen día hace algún tiempo atras utilizaba el libro "Python para
ingenieros" para conocer las bases de Python, me pregunto ¿Es el único
libro para los inicios de python para estudiantes?¿Qué bibliografía
recomiendan?

Agradezco sus comentarios

-- 
Atentamente
Diego Saavedra
Master's research student, passionate about reading, developer and
facilitator, passionate about reading, developer and facilitator, Affective
Computing thesis.

*Telf: *(+593) 07 2617125* Celular: *+593992018216 *Correo:*
dsaavedr...@gmail.com ,  dmsaaved...@utpl.edu.ec,
stat...@coddic.com, dsaave...@chilalito.com, 
 diego.saavedra@istjm
.edu.ec

*Twitter:* @Statick_ds <https://twitter.com/Statick_ds>
*Mastodon:* mastodon.social@statick <https://mastodon.social/@statick>
___
Python-es mailing list
Python-es@python.org
https://mail.python.org/mailman/listinfo/python-es


Re: [Gluster-users] force realignement after downing a node?

2021-11-30 Thread Diego Zuccato

Done just that :)
Today I upgraded the second node, with a cleaner shutdown.
Strangely, at reboot it worked for about half an hour with all the cores 
at 100% (but low mem use) and "gluster v heal cluster_data info" 
apparently hanging. Had lunch and now all cores are back to normal 
(20-60%), memory use is higher ang gluster is responding again. Still no 
files in heal pending.
I'll skip tomorrow, then upgrade the last server. Hope it all goes 
smoothly again.


Tks.

Il 30/11/2021 13:17, Strahil Nikolov ha scritto:

Than,

take a beer/tee/coffee/ and enjoy the rest of the day ;)

Best Regards,
Strahil Nikolov

On Mon, Nov 29, 2021 at 13:09, Diego Zuccato
 wrote:
Here it is. Seems gluster thinks there's nothing to be done...

-8<--
root@str957-clustor00 <mailto:root@str957-clustor00>:~# gluster v
heal cluster_data info summary
Brick clustor00:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor01:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/quorum/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor00:/srv/bricks/01/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor01:/srv/quorum/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

[... snip: everything reports 0...]

Brick clustor01:/srv/bricks/29/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/bricks/29/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor00:/srv/quorum/14/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0
-8<--

Il 29/11/2021 12:02, Strahil Nikolov ha scritto:
 > What is the output of 'gluster volume heal VOLUME info summary' ?
 >
 > Best Regards,
 > Strahil Nikolov
 >
 >    On Mon, Nov 29, 2021 at 10:33, Diego Zuccato
 >    mailto:diego.zucc...@unibo.it>> wrote:
 >    Hello all.
 >
 >    I just brought offline a node (in a replica 3 arbiter 1 volume) to
 >    install more RAM.
 >    The other two nodes kept being used, so I expected to see some
 >    resync at
 >    power on. But I saw nothing unusual: seems it's just serving files
 >    as usual.
 >    Is it normal or should I force a resync? If so, how?
 >
 >    Regards.
 >
 >    --
 >    Diego Zuccato
 >    DIFA - Dip. di Fisica e Astronomia
 >    Servizi Informatici
 >    Alma Mater Studiorum - Università di Bologna
 >    V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
 >    tel.: +39 051 20 95786
 >    
 >
 >
 >
 >    Community Meeting Calendar:
 >
 >    Schedule -
 >    Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
 >    Bridge: https://meet.google.com/cpu-eiue-hvk
<https://meet.google.com/cpu-eiue-hvk>
 >    <https://meet.google.com/cpu-eiue-hvk
<https://meet.google.com/cpu-eiue-hvk>>
 >    Gluster-users mailing list
 > Gluster-users@gluster.org <mailto:Gluster-users@gluster.org>
<mailto:Gluster-users@gluster.org <mailto:Gluster-users@gluster.org>>
 > https://lists.gluster.org/mailman/listinfo/gluster-users
<https://lists.gluster.org/mailman/listinfo/gluster-users>
 >    <https://lists.gluster.org/mailman/listinfo/gluster-users
<https://lists.gluster.org/mailman/listinfo/gluster-users>>

 >

-- 
Diego Zuccato

DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna

Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-11-29 Thread Diego González
Hola Yoav, 

For non supported browsers there are 2 options: 

   - env variables take the specified default value by developers (if devs 
   enable WCO).
   - The web app will open as it would in the browser, with a titlebar if 
   installed (if devs don't enable WCO). 

  WCO is enabled by the end user. The user must enable the feature by 
toggling the chevron on the controls overlay. This is remembered on 
subsequent app launches.

--diego

On Friday, 19 November 2021 at 06:05:44 UTC yoav...@chromium.org wrote:

> This looks great! Thanks for following up on the spec work!!
>
> I had a couple more questions upthread:
>
>- What are developers expected to do in non-supporting browsers?
>- Would the user need to opt-in to having web app control over their 
>title bar?
>
>
> On Fri, Nov 19, 2021 at 1:25 AM Diego González  wrote:
>
>> the the new *new* spec update 
>> https://wicg.github.io/window-controls-overlay/
>>
>> On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:
>>
>>> Hola,
>>>
>>> See the updated spec here: 
>>> https://wicg.github.io/window-controls-overlay. 
>>>
>>> Thanks
>>>
>>>
>>> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>>>
>>>> cc: ajayra...@google.com
>>>>
>>>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González wrote:
>>>>
>>>>> Hola Yoav, I am looking at making the amendments listed on the github 
>>>>> issues. I will update soon with the changes. Thanks 
>>>>>
>>>>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org 
>>>>> wrote:
>>>>>
>>>>>> Thanks Diego! The updates are a great improvement, but I suspect are 
>>>>>> not sufficient for an interoperable implementation. I left a couple of 
>>>>>> comments on the open issues.
>>>>>>
>>>>>> On Wed, Nov 10, 2021 at 5:11 PM Diego González  
>>>>>> wrote:
>>>>>>
>>>>>>> Hola Yoav,
>>>>>>>
>>>>>>> We've gone through several iterations of the WCO spec reviewed by 
>>>>>>> Joshua Bell from Google, and while we are still making changes to it, 
>>>>>>> we 
>>>>>>> believe it is in a much better state and want to resubmit for 
>>>>>>> consideration 
>>>>>>> of the approvals needed for I2S.  See the updated spec below:
>>>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>>>
>>>>>>> --Diego
>>>>>>>
>>>>>>> On Thursday, 21 October 2021 at 21:05:09 UTC+1 yoav...@chromium.org 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> On Thursday, October 21, 2021 at 9:31:23 AM UTC+2 Yoav Weiss wrote:
>>>>>>>>
>>>>>>>>> This is an exciting improvement to PWA parity with native apps! :) 
>>>>>>>>>
>>>>>>>>> On Wed, Oct 20, 2021 at 10:49 PM 'Diego Gonzalez' via blink-dev <
>>>>>>>>> blin...@chromium.org> wrote:
>>>>>>>>>
>>>>>>>>>> Contact emails 
>>>>>>>>>>
>>>>>>>>>> amb...@microsoft.com, luig...@microsoft.com, hat...@microsoft.com, 
>>>>>>>>>> c...@chromium.org
>>>>>>>>>>
>>>>>>>>>>  
>>>>>>>>>> Explainer 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> https://github.com/WICG/window-controls-overlay/blob/master/explainer.md
>>>>>>>>>>
>>>>>>>>>>  
>>>>>>>>>> Specification 
>>>>>>>>>>
>>>>>>>>>> https://wicg.github.io/window-controls-overlay/ 
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> The spec looks like it could use some work. Beyond the editorial, 
>>>>>>>>> it doesn't seem like it defines the novel concepts that it 
>>>>>>>>> introduces, nor 
>>>>>>>>> the relevant processing models.
>>>>>>>>>
>>>>>>>>
>>>>>>&

Re: pg_restore ERROR: unexpected message type 0x58 during COPY from stdin

2021-11-29 Thread Diego Ayala
Así como comentas Alvaro, era el 1er punto que indicaste, lo que hice fue
ejecutar directo desde el servidor local el restore y no conectado con
putty, con eso fue solucionado ese mensaje de desconexión.

Gracias


El lun, 29 nov 2021 a las 12:59, Alvaro Herrera ()
escribió:

> Diego Ayala escribió:
> > Gracias por la respuesta, espacio en disco no creo, por que tiene
> > suficiente, estoy analizando los logs para ver donde se esta dando el
> > problema.
>
> A veces los equipos de red intermedios (routers, switches) se fastidian
> cuando llevas una conexión con una transmisión muy grande.  Es muy
> probable que sea el caso acá, te recomiendo revisar la red con mucho
> cuidado.  Si no tienes ninguna otra opción para investigar, trata de
> conectar el equipo que ejecuta el restore directo al servidor de BD; o
> bien ejecuta el restore en el mismo servidor.
>
> O incluso un detector de intrusiones o mecanismo de seguridad a nivel
> del kernel.  Creo que una vez vi ese caso, con AppArmor me parece.
>
> --
> Álvaro Herrera  Valdivia, Chile  —
> https://www.EnterpriseDB.com/
> "I must say, I am absolutely impressed with what pgsql's implementation of
> VALUES allows me to do. It's kind of ridiculous how much "work" goes away
> in
> my code.  Too bad I can't do this at work (Oracle 8/9)."   (Tom
> Allison)
>
> http://archives.postgresql.org/pgsql-general/2007-06/msg00016.php
>


Re: [Gluster-users] force realignement after downing a node?

2021-11-29 Thread Diego Zuccato

Here it is. Seems gluster thinks there's nothing to be done...

-8<--
root@str957-clustor00:~# gluster v heal cluster_data info summary
Brick clustor00:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor01:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/quorum/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/bricks/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor00:/srv/bricks/01/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor01:/srv/quorum/00/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

[... snip: everything reports 0...]

Brick clustor01:/srv/bricks/29/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor02:/srv/bricks/29/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0

Brick clustor00:/srv/quorum/14/d
Status: Connected
Total Number of entries: 0
Number of entries in heal pending: 0
Number of entries in split-brain: 0
Number of entries possibly healing: 0
-8<--

Il 29/11/2021 12:02, Strahil Nikolov ha scritto:

What is the output of 'gluster volume heal VOLUME info summary' ?

Best Regards,
Strahil Nikolov

On Mon, Nov 29, 2021 at 10:33, Diego Zuccato
 wrote:
Hello all.

I just brought offline a node (in a replica 3 arbiter 1 volume) to
install more RAM.
The other two nodes kept being used, so I expected to see some
resync at
power on. But I saw nothing unusual: seems it's just serving files
as usual.
Is it normal or should I force a resync? If so, how?

Regards.

-- 
    Diego Zuccato

DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
<https://meet.google.com/cpu-eiue-hvk>
Gluster-users mailing list
Gluster-users@gluster.org <mailto:Gluster-users@gluster.org>
https://lists.gluster.org/mailman/listinfo/gluster-users
<https://lists.gluster.org/mailman/listinfo/gluster-users>



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


[Gluster-users] force realignement after downing a node?

2021-11-29 Thread Diego Zuccato

Hello all.

I just brought offline a node (in a replica 3 arbiter 1 volume) to 
install more RAM.
The other two nodes kept being used, so I expected to see some resync at 
power on. But I saw nothing unusual: seems it's just serving files as usual.

Is it normal or should I force a resync? If so, how?

Regards.

--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


CDATA auto aggregation

2021-11-25 Thread Diego Rodriguez
Hello,

I am customizing my org-mode installation but there is something that I
don't understand.

When I execute the following statement:

```
(setq org-html-mathjax-template

"

MathJax.Hub.Config({
displayAlign: \"%ALIGN\",
displayIndent: \"%INDENT\",
\"HTML-CSS\": { scale: %SCALE,
linebreaks: { automatic: \"%LINEBREAKS\" },
webFont: \"%FONT\"
   },
SVG: {scale: %SCALE,
  linebreaks: { automatic: \"%LINEBREAKS\" },
  font: \"%FONT\"},
NativeMML: {scale: %SCALE},
TeX: { equationNumbers: {autoNumber: \"%AUTONUMBER\"},
   MultLineWidth: \"%MULTLINEWIDTH\",
   TagSide: \"%TAGSIDE\",
   TagIndent: \"%TAGINDENT\"
}
});


")
```

A `CDATA` tag gets appended in my HTML export as shown below:

```html
  
<![CDATA[
mathjax.hub.config({
displayalign: "center",
displayindent: "0em",
"html-css": { scale: 100,
linebreaks: { automatic: "false" },
webfont: "TeX"
   },
svg: {scale: 100,
  linebreaks: { automatic: "false" },
  font: "TeX"},
nativemml: {scale: 100},
tex: { equationnumbers: {autonumber: "AMS"},
   multlinewidth: "85%",
   tagside: "right",
   tagindent: ".8em"
}
});
  ]]>
  
  https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML</a>
"
  type="text/javascript">

```

As you can see above, when I set the variable I have no CDATA tag on it.
Where does this tag come from? The problem is that the CDATA tag messes up
with the MathJax configuration parser, as it expects a JavaScript script
inside. But, instead, it finds a CDATA tag that, while it might be valid
according to W3, the MathJax parser throws an `eval` error in the console
since it tries to parse the body of that HTML node.

Where does this CDATA tag gets added automatically and how can I modify
this behavior?

Diego Rodriguez.


Possible SqlConverter issue?

2021-11-24 Thread Tremper, Diego (ESI)
Hello,

First, thanks to this community for supporting this amazing project.
I’m using Calcite to convert sql statements into relational algebra, when 
running my tests with assertions enabled I’m facing the following issue to a 
specific statement:

java.lang.AssertionError: All correlation variables should resolve to the same 
namespace. Prev ns=org.apache.calcite.sql.validate.IdentifierNamespace@a50d709, 
new ns=org.apache.calcite.sql.validate.IdentifierNamespace@5ed4bc

I was able to reproduce the same behavior using SqlToRelConverterTest as follow:


@Test public void testCorrelationIssue() {
  String sql = "select (\n" +
  "   select count(1)\n" +
  " from dept dept2\n" +
  "where dept2.deptno = dept1.deptno\n" +
  "  and dept2.deptno = emp2.deptno\n" +
  " )\n" +
  "  from dept dept1\n" +
  " join emp emp1 ON emp1.deptno = dept1.deptno\n" +
  " join emp emp2 ON emp2.deptno = dept1.deptno";
  sql(sql).trim(true).ok();
}

Could this behavior be a calcite issue or am I missing something?

NOTE: The SQL itself does not make much sense in this context, but I tried to 
provide the minimal statement to reproduce the same behavior.

Thanks,
Tremper.


This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, notify the sender immediately by return email and delete the message 
and any attachments from your system.


[android-building] VTS build with vts-hal

2021-11-24 Thread Diego Contaldi
Hello everyone,
I am trying to get a vts-tradefed with the possibility to run the "vts-hal" 
plan, but I was not able to do it by downloading android-vts.zip from 
ci.android.com nor by building the android-vts-11.0_r4 branch.
Is there any way to do it?

Maybe by manually adding test cases and configuration files to the source 
code, but last time I tried I still had problems in running them. So, where 
can I find files and what would be the right procedure to build it?

Thank you in advance for your answers!

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-building/039517b8-b6eb-4b08-8e20-925da7f7f474n%40googlegroups.com.


Bug#1000457: virtualbox: Outdated dependency on libgsoap-2.8.104

2021-11-23 Thread Diego Caraffini
Package: virtualbox
Version: 6.1.28-dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Trying to upgrade virtualbox to Version: 6.1.28-dfsg-1 aptitude was not
able to resolve dependencies. I uninstalled the previous version and
then tryed to install again, but foud that virtualbox depends on
libgsoap-2.8.104, that is not available in unstable.

Proposed solution:
  depend on libgsoap-2.8.117


Thank you for maintaining the package.


*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'bullseye-fasttrack'), (100, 
'bullseye-backports-staging')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-4-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT:it
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages virtualbox depends on:
ii  adduser   3.118
ii  iproute2  5.15.0-1
ii  libc6 2.32-4
ii  libcurl3-gnutls   7.79.1-2
ii  libdevmapper1.02.12:1.02.175-2.1
ii  libgcc-s1 11.2.0-10
ii  libgl11.3.4-2+b1
pn  libgsoap-2.8.104  
ii  liblzf1   3.6-3
ii  libopus0  1.3.1-0.1
ii  libpng16-16   1.6.37-3
ii  libpython3.9  3.9.9-1
ii  libsdl1.2debian   1.2.15+dfsg2-6
ii  libssl1.1 1.1.1l-1
ii  libstdc++611.2.0-10
ii  libvncserver1 0.9.13+dfsg-3
ii  libvpx6   1.10.0-2
ii  libx11-6  2:1.7.2-2+b1
ii  libxcursor1   1:1.2.0-2
ii  libxml2   2.9.12+dfsg-5+b1
ii  libxt61:1.2.0-1
ii  procps2:3.3.17-5
ii  python3   3.9.7-1
ii  python3.9 3.9.9-1
ii  virtualbox-dkms [virtualbox-modules]  6.1.28-dfsg-1~fto11+1
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages virtualbox recommends:
ii  libqt5core5a5.15.2+dfsg-13
ii  libqt5gui5  5.15.2+dfsg-13
ii  libqt5opengl5   5.15.2+dfsg-13
ii  libqt5widgets5  5.15.2+dfsg-13
ii  libxcb1 1.14-3
ii  libxext62:1.3.4-1
pn  virtualbox-qt   

Versions of packages virtualbox suggests:
pn  vde2
pn  virtualbox-guest-additions-iso  



Bug#1000457: virtualbox: Outdated dependency on libgsoap-2.8.104

2021-11-23 Thread Diego Caraffini
Package: virtualbox
Version: 6.1.28-dfsg-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Trying to upgrade virtualbox to Version: 6.1.28-dfsg-1 aptitude was not
able to resolve dependencies. I uninstalled the previous version and
then tryed to install again, but foud that virtualbox depends on
libgsoap-2.8.104, that is not available in unstable.

Proposed solution:
  depend on libgsoap-2.8.117


Thank you for maintaining the package.


*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'bullseye-fasttrack'), (100, 
'bullseye-backports-staging')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-4-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=it_IT:it
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages virtualbox depends on:
ii  adduser   3.118
ii  iproute2  5.15.0-1
ii  libc6 2.32-4
ii  libcurl3-gnutls   7.79.1-2
ii  libdevmapper1.02.12:1.02.175-2.1
ii  libgcc-s1 11.2.0-10
ii  libgl11.3.4-2+b1
pn  libgsoap-2.8.104  
ii  liblzf1   3.6-3
ii  libopus0  1.3.1-0.1
ii  libpng16-16   1.6.37-3
ii  libpython3.9  3.9.9-1
ii  libsdl1.2debian   1.2.15+dfsg2-6
ii  libssl1.1 1.1.1l-1
ii  libstdc++611.2.0-10
ii  libvncserver1 0.9.13+dfsg-3
ii  libvpx6   1.10.0-2
ii  libx11-6  2:1.7.2-2+b1
ii  libxcursor1   1:1.2.0-2
ii  libxml2   2.9.12+dfsg-5+b1
ii  libxt61:1.2.0-1
ii  procps2:3.3.17-5
ii  python3   3.9.7-1
ii  python3.9 3.9.9-1
ii  virtualbox-dkms [virtualbox-modules]  6.1.28-dfsg-1~fto11+1
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages virtualbox recommends:
ii  libqt5core5a5.15.2+dfsg-13
ii  libqt5gui5  5.15.2+dfsg-13
ii  libqt5opengl5   5.15.2+dfsg-13
ii  libqt5widgets5  5.15.2+dfsg-13
ii  libxcb1 1.14-3
ii  libxext62:1.3.4-1
pn  virtualbox-qt   

Versions of packages virtualbox suggests:
pn  vde2
pn  virtualbox-guest-additions-iso  



Re: [R-sig-Geo] Migrating from proj strings to WKT/EPSG

2021-11-22 Thread Diego Hernangómez Herrero
Hi Ben:

I don't know if this is relevant for your question, but you can use
proj4strings with sf::st_crs() without using rgdal:

``` r
proj <- "+proj=tmerc +datum=NAD83 +lon_0=-70d10 lat_0=42d50
k=.6667 x_0=90 y_0=0"
sf::st_crs(proj)

#> Coordinate Reference System:
#>   User input: +proj=tmerc +datum=NAD83 +lon_0=-70d10 lat_0=42d50
k=.6667 x_0=90 y_0=0
#>   wkt:
#> PROJCRS["unknown",
#> BASEGEOGCRS["unknown",
#> DATUM["North American Datum 1983",
#> ELLIPSOID["GRS 1980",6378137,298.257222101,
#> LENGTHUNIT["metre",1]],
#> ID["EPSG",6269]],
#> PRIMEM["Greenwich",0,
#> ANGLEUNIT["degree",0.0174532925199433],
#> ID["EPSG",8901]]],
#> CONVERSION["unknown",
#> METHOD["Transverse Mercator",
#> ID["EPSG",9807]],
#> PARAMETER["Latitude of natural origin",42.8,
#> ANGLEUNIT["degree",0.0174532925199433],
#> ID["EPSG",8801]],
#> PARAMETER["Longitude of natural origin",-70.16667,
#> ANGLEUNIT["degree",0.0174532925199433],
#> ID["EPSG",8802]],
#> PARAMETER["Scale factor at natural origin",0.667,
#> SCALEUNIT["unity",1],
#> ID["EPSG",8805]],
#> PARAMETER["False easting",90,
#> LENGTHUNIT["metre",1],
#> ID["EPSG",8806]],
#> PARAMETER["False northing",0,
#> LENGTHUNIT["metre",1],
#> ID["EPSG",8807]]],
#> CS[Cartesian,2],
#> AXIS["(E)",east,
#> ORDER[1],
#> LENGTHUNIT["metre",1,
#> ID["EPSG",9001]]],
#> AXIS["(N)",north,
#> ORDER[2],
#> LENGTHUNIT["metre",1,
#> ID["EPSG",9001
```


El lun, 22 nov 2021 a las 20:11, Ben Tupper ()
escribió:

> Hello,
>
> I have a spatial mesh that provides the following CRS.
>
> proj <- "proj=tmerc +datum=NAD83 +lon_0=-70d10 lat_0=42d50
> k=.6667 x_0=90 y_0=0"
>
> To use this with the sf package it must be formed as Well Known Text
> or a EPSG code. In this particular case there is no EPSG code in the
> registry.
>
> My current workflow so I can use this data in sf is to leverage
> showWKT() from the rgdal package to cast the proj string to WKT. The
> following message is printed when the packages is loaded.
>
> > Please note that rgdal will be retired by the end of 2023, plan
> transition to sf/stars/terra functions using GDAL and PROJ at your earliest
> convenience.
>
>
> rgdal::showWKT(proj) |> sf::st_crs(wkt)
>
> #> Coordinate Reference System:
> #>   User input:
>
> PROJCS["unknown",GEOGCS["unknown",DATUM["North_American_Datum_1983",SPHEROID["GRS
>
> 1980",6378137,298.257222101,AUTHORITY["EPSG","7019"]],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",42.8],PARAMETER["central_meridian",-70.16667],PARAMETER["scale_factor",0.667],PARAMETER["false_easting",90],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH]]
> #>   wkt:
> #> PROJCRS["unknown",
> #> BASEGEOGCRS["unknown",
> #> DATUM["North American Datum 1983",
> #> ELLIPSOID["GRS 1980",6378137,298.257222101,
> #> LENGTHUNIT["metre",1]],
> #> ID["EPSG",6269]],
> #> PRIMEM["Greenwich",0,
> #> ANGLEUNIT["degree",0.0174532925199433],
> #> ID["EPSG",8901]]],
> #> CONVERSION["unnamed",
> #> METHOD["Transverse Mercator",
> #> ID["EPSG",9807]],
> #> PARAMETER["Latitude of natural origin",42.8,
> #> ANGLEUNIT["degree",0.0174532925199433],
> #> ID["EPSG",8801]],
> #> PARAMETER["Longitude of natural origin",-70.16667,
> #> ANGLEUNIT["degree",0.0174532925199433],
> #> ID["EPSG",8802]],
> #> PARAMETER["Scale factor at natural origin",0.667,
> #> SCALEUNIT["unity",1],
> #> ID["EPSG",8805]],
> #> PARAMETER["False easting",90,
> #> LENGTHUNIT["metre",1],
> #> ID["EPSG",8806]],
> #> PARAMETER["False northing",0,
> #> LENGTHUNIT["metre",1],
> #> ID["EPSG",8807]]],
> #> CS[Cartesian,2],
> #> AXIS["easting",east,
> #> ORDER[1],
> #> LENGTHUNIT["metre",1,
> #> ID["EPSG",9001]]],
> #> AXIS["northing",north,
> #> ORDER[2],
> #> LENGTHUNIT["metre",1,
> #> ID["EPSG",9001
>
> In the spirit of not leaving things to the last minute (that's never
> happened before!), what are the current options for converting proj
> strings to WKT that don’t use rgdal?
>
> Cheers and 

Re: CVE-2021-38503

2021-11-21 Thread Diego Zuccato

Il 21/11/2021 08:19, Davide Prina ha scritto:

quando una vulnerabilità è stata scoperta viene comunicata alla comunità 
che gestisce la sicurezza sui vari sistemi operativi e componenti.


Dicesi "responsible disclosure". In alternativa, chi l'ha scoperta la 
vende a gruppi che la utilizzano per i loro fini. Indovina chi viene 
pagato di più... :(


Ad esempio è stata scoperta recentemente una vulnerabilità sui sorgenti 
di quasi tutti i linguaggi di programmazione e, almeno l'ultima volta 
che avevo letto, non c'erano i dettagli per capire cosa effettivamente 
fosse e mi sembra che avevano dato 70 giorni a tutti per sistemare il 
problema prima di rendere totalmente pubblica la vulnerabilità.


Questa dovrebbe essere un problema col supporto unicode. In pratica, 
puoi alterare il codice in modo che una chiamata ad una funzione 
apparentemente innocua in realtà ne chiami una malevola. Oppure che un 
controllo di accesso "sbagli" variabile.
Purtroppo in unicode ci sono molti simboli formalmente diversi ma 
graficamente (quasi) uguali. In più i marker RTL o LTR non vengono 
evidenziati.
Però, IMVHO, non è una vulnerabilità del compilatore. Non più del fatto 
che possa compilare codice contenente bug. Al limite è un problema dei 
tool di revisione del codice (che, p.e., dovrebbero accettare solo set 
di caratteri ASCII o di una codepage). E comunque non è una 
vulnerabilità, a meno che un sorgente non possa far crashare l'ambiente 
di sviluppo, o fargli eseguire codice arbitrario automaticamente... :)


--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Where does CDATA come from?

2021-11-21 Thread Diego Rodriguez
Hello,

I am customizing my org-mode installation but there is something that I
don't understand.

When I execute the following statement:

```
(setq org-html-mathjax-template

"

MathJax.Hub.Config({
displayAlign: \"%ALIGN\",
displayIndent: \"%INDENT\",
\"HTML-CSS\": { scale: %SCALE,
linebreaks: { automatic: \"%LINEBREAKS\" },
webFont: \"%FONT\"
   },
SVG: {scale: %SCALE,
  linebreaks: { automatic: \"%LINEBREAKS\" },
  font: \"%FONT\"},
NativeMML: {scale: %SCALE},
TeX: { equationNumbers: {autoNumber: \"%AUTONUMBER\"},
   MultLineWidth: \"%MULTLINEWIDTH\",
   TagSide: \"%TAGSIDE\",
   TagIndent: \"%TAGINDENT\"
}
});


")
```

A `CDATA` tag gets appended in my HTML export as shown below:

```html
  
<![CDATA[
mathjax.hub.config({
displayalign: "center",
displayindent: "0em",
"html-css": { scale: 100,
linebreaks: { automatic: "false" },
webfont: "TeX"
   },
svg: {scale: 100,
  linebreaks: { automatic: "false" },
  font: "TeX"},
nativemml: {scale: 100},
tex: { equationnumbers: {autonumber: "AMS"},
   multlinewidth: "85%",
   tagside: "right",
   tagindent: ".8em"
}
});
  ]]>
  
  https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML</a>
"
  type="text/javascript">

```

As you can see above, when I set the variable I have no CDATA tag on it.
Where does this tag come from? The problem is that the CDATA tag messes up
with the MathJax configuration parser, as it expects a JavaScript script
inside. But, instead, it finds a CDATA tag that, while it might be valid
according to W3, the MathJax parser throws an `eval` error in the console
since it tries to parse the body of that HTML node.

Where does this CDATA tag gets added automatically and how can I modify
this behavior?


Diego Rodriguez
M.S. Candidate in Connective Media
Jacobs Technion-Cornell Institute at Cornell Tech


Re: [INDOLOGY] update on Skrutable

2021-11-19 Thread DIEGO LOUKOTA SANCLEMENTE
  Wonderful resource! Thank you and congratulations. *namaskaromi*, Diego.









On Thu, Nov 18, 2021 at 12:26 AM Dániel Balogh via INDOLOGY <
indology@list.indology.info> wrote:

> Dear Tyler,
> heartfelt congratulations, having the recitation sound files there is
> fantastic, and I really appreciate the work that must have gone into this.
> Indirectly, I am grateful to the people who did the recitations and granted
> permission for their use.
> One extension that I would be happy to see would be a facility to listen
> to available recitations of a particular metre without first entering a
> stanza of that metre and getting it recognised. (Or am I missing
> something?) The metre list at https://www.skrutable.info/reciters might
> serve as a starting point for this.
> Incidentally, is there a reason why you use śārdūlavikrīḍitā instead of
> śārdūlavikrīḍita?
> Best wishes,
> Daniel
>
> On Wed, 17 Nov 2021 at 21:40, Tyler Neill via INDOLOGY <
> indology@list.indology.info> wrote:
>
>> Dear list members,
>>
>> I have a few updates on my project Skrutable. There's still plenty of
>> room for more improvement, but I figure I shouldn't keep silent until I
>> think it's perfect.
>>
>> The current project is now at skrutable.info. I also added a sound
>> player for recognized meters, with support for multiple voices/styles
>> <https://www.skrutable.info/reciters>, e.g. check out this mālinī
>> <https://www.skrutable.info/ex3>. Thanks to those who gave permission to
>> use not-yet public sound files. 
>>
>> I also expanded the connection to the DSAL Apte online dictionary.
>> Namely, I added a button that turns separate words in the input into
>> hyperlinks for searching the dictionary. The way I typically use it is to
>> run the splitter on a chunk (e.g. verse or paragraph) I'm interested in,
>> use the swap buttons to change output to input, manually truncate/change
>> any words I know won't be found in the dictionary otherwise (e.g., arthaiḥ
>> > artha, buddhyā > buddhi), and then generate the list of links. I find it
>> a nice help when I'm reading.
>>
>> When I finally get around to creating instructional videos, I'll post
>> again. Feedback is welcome in the meantime.
>>
>> Best wishes,
>> Tyler
>>
>> ___
>> INDOLOGY mailing list
>> INDOLOGY@list.indology.info
>> https://list.indology.info/mailman/listinfo/indology
>>
>
> ___
> INDOLOGY mailing list
> INDOLOGY@list.indology.info
> https://list.indology.info/mailman/listinfo/indology
>

___
INDOLOGY mailing list
INDOLOGY@list.indology.info
https://list.indology.info/mailman/listinfo/indology


Re: Ordering the dumps?

2021-11-18 Thread Diego Zuccato

Whoops... Found your answer in the spam folder.
That's a very interesting document, packed with very useful 
informations. Probably something changed in the meantime, but it's worth 
reading anyway.


Best regards,
Diego

Il 28/10/2021 10:57, Stefan G. Weichinger ha scritto:


Am 28.10.21 um 10:42 schrieb Diego Zuccato:

Il 28/10/2021 10:02, Stefan G. Weichinger ha scritto:

btw: it's recommended NOT to use "localhost" in disklist. There's 
even an FAQ for that.

Sorry, I can't find it. Could you please post a link?
Since I have some 'localhost' entries I'd probably have to change 'em.


I expected this question ;-)

Had to google myself, it seems not to be on wiki.zmanda.com

Found it here, wrote that years ago, I don't know if everything still is 
true.


https://docs.huihoo.com/amanda/2.5.x/topten.html#id2578555

-

full docs also there: https://docs.huihoo.com/amanda/2.5.x/index.html

I remember the amount of work converting and formatting, oh my ...


--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786


Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-11-18 Thread Diego González
the the new *new* spec 
update https://wicg.github.io/window-controls-overlay/

On Wednesday, 17 November 2021 at 19:06:24 UTC Diego González wrote:

> Hola,
>
> See the updated spec here: https://wicg.github.io/window-controls-overlay
> . 
>
> Thanks
>
>
> On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:
>
>> cc: ajayra...@google.com
>>
>> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González wrote:
>>
>>> Hola Yoav, I am looking at making the amendments listed on the github 
>>> issues. I will update soon with the changes. Thanks 
>>>
>>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org wrote:
>>>
>>>> Thanks Diego! The updates are a great improvement, but I suspect are 
>>>> not sufficient for an interoperable implementation. I left a couple of 
>>>> comments on the open issues.
>>>>
>>>> On Wed, Nov 10, 2021 at 5:11 PM Diego González  
>>>> wrote:
>>>>
>>>>> Hola Yoav,
>>>>>
>>>>> We've gone through several iterations of the WCO spec reviewed by 
>>>>> Joshua Bell from Google, and while we are still making changes to it, we 
>>>>> believe it is in a much better state and want to resubmit for 
>>>>> consideration 
>>>>> of the approvals needed for I2S.  See the updated spec below:
>>>>> https://wicg.github.io/window-controls-overlay/
>>>>>
>>>>> --Diego
>>>>>
>>>>> On Thursday, 21 October 2021 at 21:05:09 UTC+1 yoav...@chromium.org 
>>>>> wrote:
>>>>>
>>>>>> On Thursday, October 21, 2021 at 9:31:23 AM UTC+2 Yoav Weiss wrote:
>>>>>>
>>>>>>> This is an exciting improvement to PWA parity with native apps! :) 
>>>>>>>
>>>>>>> On Wed, Oct 20, 2021 at 10:49 PM 'Diego Gonzalez' via blink-dev <
>>>>>>> blin...@chromium.org> wrote:
>>>>>>>
>>>>>>>> Contact emails 
>>>>>>>>
>>>>>>>> amb...@microsoft.com, luig...@microsoft.com, hat...@microsoft.com, 
>>>>>>>> c...@chromium.org
>>>>>>>>
>>>>>>>>  
>>>>>>>> Explainer 
>>>>>>>>
>>>>>>>>
>>>>>>>> https://github.com/WICG/window-controls-overlay/blob/master/explainer.md
>>>>>>>>
>>>>>>>>  
>>>>>>>> Specification 
>>>>>>>>
>>>>>>>> https://wicg.github.io/window-controls-overlay/ 
>>>>>>>>
>>>>>>>
>>>>>>> The spec looks like it could use some work. Beyond the editorial, it 
>>>>>>> doesn't seem like it defines the novel concepts that it introduces, nor 
>>>>>>> the 
>>>>>>> relevant processing models.
>>>>>>>
>>>>>>
>>>>>> Let me expand on that a bit. The spec introduces a new concept of a 
>>>>>> "window overlay" without really creating it as a concept. 
>>>>>> What I expect an interoperable spec to define the concept with as 
>>>>>> much detail as possible without getting OS- or implementation-specific. 
>>>>>> (Just to draw an example of what I have in mind, if I had to make 
>>>>>> something up, I'd go with something like: "Window overlay is 
>>>>>> an 
>>>>>> interface element that the operating system uses consistently across 
>>>>>> applications to enable the user to perform certain action to control the 
>>>>>> application such as closing it, expanding it to full screen, etc. This 
>>>>>> UI 
>>>>>> element takes fixed dimensions")
>>>>>>
>>>>>> Then, once you have that concept defined, you can start building on 
>>>>>> it and define the processing of the different methods based on that.
>>>>>>
>>>>>> I'll open issues with other suggestions.
>>>>>>
>>>>>>  
>>>>>>>
>>>>>>>>  
>>>>>>>> Design docs 
>>>>>>>>
>>>>>>>>  
>>>>>>>>
>>>>>>>>
>>>>&g

Re: [R-es] reemplazar valores de una variable por otras

2021-11-18 Thread Diego Hernangómez Herrero
Buenas:

Prueba la función dplyr::coalesce
https://dplyr.tidyverse.org/reference/coalesce.html, está diseñada para
trabajar con NAs. Creo que es lo que necesitas

El El jue, 18 nov 2021 a las 19:36, juan manuel dias 
escribió:

> Hola, como andan!
> Necesito crear una variable nueva "*Dirección_Final*" que sea igual a la
> variable "*Dirección*", pero que si "*Dirección" *es NA traiga "*Dirección
> General*", si "*Dirección General*" es NA traiga "*Subsecretaria*", y si "
> *Subsecretaria*" es NA traiga "*Secretaria*". Estoy intentando con
> ifesle pero no logro llegar al resultado esperado! Les dejo un recorte de
> la base! Muchas gracias!
> Saludos, Juan.
> ___
> R-help-es mailing list
> R-help-es@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-help-es
>
-- 



Have a nice day!

[[alternative HTML version deleted]]

___
R-help-es mailing list
R-help-es@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-help-es


Re: Problem to back up docker volumes

2021-11-17 Thread Diego Zuccato
Try setting an explicit ACL for 'amanda' user instead of just giving 
o+x. And check permissions on the full path: too often the problem is in 
the permissions of an ancestor folder but you keep looking at the 
file... Been there, done that. Too many times :(


Il 18/11/2021 05:06, Olivier ha scritto:

Hi,

I know it is a bit off topic, but I have a problem to back up my docker
volumes (.../docker/volumes):

sudo -u amanda amcheck -c normal puffer1000

Amanda Backup Client Hosts Check

ERROR: puffer1000: [puffer1000: Could not access /home2/docker/volumes
(/home2/docker/volumes): Perm
ission denied]

I suspect it is something to do with some access control list on Linux
(I am more used to FreeBSD); I checked but saw nothing glaring to my
face:

on@puffer:~$ sudo getfacl /home2/docker/volumes
[sudo] password for on:
getfacl: Removing leading '/' from absolute path names
# file: home2/docker/volumes
# owner: root
# group: root
user::rwx
group::---
other::--x

I even tried to create a test directory, I gave it the same ACL and
could amcheck and amdump that test directory.

I must say that I am at lost here on what could be the main cause for
this issue. and idea or pointer will be very welcome.

TIA,

Olivier



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786


Re: [blink-dev] Intent to Ship: Window Controls Overlay for Installed Desktop Web Apps

2021-11-17 Thread Diego González
Hola,

See the updated spec here: https://wicg.github.io/window-controls-overlay. 

Thanks


On Monday, 15 November 2021 at 17:00:34 UTC Ajay Rahatekar wrote:

> cc: ajayra...@google.com
>
> On Monday, November 15, 2021 at 8:53:37 AM UTC-8 Diego González wrote:
>
>> Hola Yoav, I am looking at making the amendments listed on the github 
>> issues. I will update soon with the changes. Thanks 
>>
>> On Monday, 15 November 2021 at 08:44:41 UTC yoav...@chromium.org wrote:
>>
>>> Thanks Diego! The updates are a great improvement, but I suspect are not 
>>> sufficient for an interoperable implementation. I left a couple of comments 
>>> on the open issues.
>>>
>>> On Wed, Nov 10, 2021 at 5:11 PM Diego González  wrote:
>>>
>>>> Hola Yoav,
>>>>
>>>> We've gone through several iterations of the WCO spec reviewed by 
>>>> Joshua Bell from Google, and while we are still making changes to it, we 
>>>> believe it is in a much better state and want to resubmit for 
>>>> consideration 
>>>> of the approvals needed for I2S.  See the updated spec below:
>>>> https://wicg.github.io/window-controls-overlay/
>>>>
>>>> --Diego
>>>>
>>>> On Thursday, 21 October 2021 at 21:05:09 UTC+1 yoav...@chromium.org 
>>>> wrote:
>>>>
>>>>> On Thursday, October 21, 2021 at 9:31:23 AM UTC+2 Yoav Weiss wrote:
>>>>>
>>>>>> This is an exciting improvement to PWA parity with native apps! :) 
>>>>>>
>>>>>> On Wed, Oct 20, 2021 at 10:49 PM 'Diego Gonzalez' via blink-dev <
>>>>>> blin...@chromium.org> wrote:
>>>>>>
>>>>>>> Contact emails 
>>>>>>>
>>>>>>> amb...@microsoft.com, luig...@microsoft.com, hat...@microsoft.com, 
>>>>>>> c...@chromium.org
>>>>>>>
>>>>>>>  
>>>>>>> Explainer 
>>>>>>>
>>>>>>>
>>>>>>> https://github.com/WICG/window-controls-overlay/blob/master/explainer.md
>>>>>>>
>>>>>>>  
>>>>>>> Specification 
>>>>>>>
>>>>>>> https://wicg.github.io/window-controls-overlay/ 
>>>>>>>
>>>>>>
>>>>>> The spec looks like it could use some work. Beyond the editorial, it 
>>>>>> doesn't seem like it defines the novel concepts that it introduces, nor 
>>>>>> the 
>>>>>> relevant processing models.
>>>>>>
>>>>>
>>>>> Let me expand on that a bit. The spec introduces a new concept of a 
>>>>> "window overlay" without really creating it as a concept. 
>>>>> What I expect an interoperable spec to define the concept with as much 
>>>>> detail as possible without getting OS- or implementation-specific. 
>>>>> (Just to draw an example of what I have in mind, if I had to make 
>>>>> something up, I'd go with something like: "Window overlay is 
>>>>> an 
>>>>> interface element that the operating system uses consistently across 
>>>>> applications to enable the user to perform certain action to control the 
>>>>> application such as closing it, expanding it to full screen, etc. This UI 
>>>>> element takes fixed dimensions")
>>>>>
>>>>> Then, once you have that concept defined, you can start building on it 
>>>>> and define the processing of the different methods based on that.
>>>>>
>>>>> I'll open issues with other suggestions.
>>>>>
>>>>>  
>>>>>>
>>>>>>>  
>>>>>>> Design docs 
>>>>>>>
>>>>>>>  
>>>>>>>
>>>>>>>
>>>>>>> https://github.com/WICG/window-controls-overlay/blob/main/explainer.md
>>>>>>>
>>>>>>>  
>>>>>>> Summary 
>>>>>>>
>>>>>>> Window Controls Overlay allows a developer to create a custom title 
>>>>>>> bar UX by extending the installed app’s client area. The client area 
>>>>>>> now 
>>>>>>> covers the entire window except for the window controls (close, 
>>>>>>&g

Re: CVE-2021-38503

2021-11-17 Thread Diego Zuccato

Purtroppo è una pratica adottata anche dove non si dovrebbe, e da parecchio.
Quando acquistammo un sistema di storage da EMC (prima che entrasse 
Dell!), ogni volta che provavamo a segnalare un problema, prima ancora 
di prenderlo a mano ci richiedevano di aggiornare il firmware e i driver 
FC. Ovvero avevamo preso un sistema che non doveva fermarsi mai e alla 
fine stava più tempo fermo per aggiornamenti che in funzione. Inutili, 
la maggior parte delle volte...


Il 17/11/2021 14:58, Mattia Rizzolo ha scritto:

On Wed, Nov 17, 2021 at 02:43:35PM +0100, Piviul wrote:

Pensavo fosse un fake perché temevo che fosse un modo per sponsorizzare
pratiche alla windows maniera cosa a cui mi sembra ubuntu si stia adeguando
dove si è soliti aggiornare all'ultima versione un programma invece di
creare ed installare una patch per la versione corrente senza pensare che
magari facendo l'aggiornamento di versione sicuramente si risolve il baco ma
si potrebbe introdurne altri non ancora scoperti ma più importanti...


Quanto dici ha molto senso, con l'eccezione che
firefox/chromium/thunderbird e altri sono troppo troppo grossi e tirano
su davvero troppi CVE con molta regolarità, al punto che è abbastanza
improponibile patchare singole vulnerabilità nella distribuzione e
restare sani a lungo termine.
Quindi è da anni che per quei pacchetti (e altri) semplicemente si
prende qualsiasi cosa rilasci upstream.



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



Re: [Gluster-users] Re-Add Distributed Volume Volume

2021-11-17 Thread Diego Zuccato

Hi.

If you can still move files from the broken *volume*, you don't have to 
touch .glusterfs folder: it's managed by gluster itself and that's the 
preferred way to recover (more like a transfer between two volumes that 
only accidentally share the filesystem on the bricks).


But if the vol was really broken (wouldn't start at all), the only way 
to recover would be to read the files *from the bricks*.


Those are quite different scenarios that require different recovery 
methods. Recovering from the briks is slightly more complicated, since 
you have to manually handle duplicate files, checking if they're 
actually identical or if there are differences.


Il 16/11/2021 11:14, Taste-Of-IT ha scritto:

Hi Diego,

i noticed, when i move files from broken volume to new mounted gf volume, the 
folder and files are also deleted from .glusterfs directory. Thats ok right, 
because there are the hardlilnks of the files, right? You wrote, that you 
delete the .glusterfs Folder first and than move. I didnt try it because iam 
afraid of loosing all files, if these are the hardlings. I also noticed, if i 
moved files and the folder and files are also deleted in .glusterfs, the disk 
size didnt change.

=> i read about hardlink and it seems that there is a remaining part of them, thats why 
the free space rises, right? So i have to delete the .glusterfs directory right and no 
"real" files are deleted. Thats what i understand now by reading about hardlinks.

What do you think
thx



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


Re: [nexa] Anagrafe on line

2021-11-16 Thread Diego Giorio
Giusto per la cronaca, il nostro Comune (1200 abitanti) offriva il servizio da 
inizio anno, il Comune di Milano lo metteva a disposizione di tutta Italia già 
da un paio d'anni. A livello centrale sarà anche una rivoluazione, ma 
tecnicamente era già disponibilie da un bel po'. Io ho ridotto l'emissione di 
certificati allo sportello al 25% circa.

Buona giornata a tutti

D.


From: nexa  on behalf of Antonio Iacono 

Sent: Tuesday, November 16, 2021 11:37 AM
To: Nexa 
Subject: [nexa] Anagrafe on line

Da ieri è attivo il servizio che consente ai cittadini di ottenere i
certificati anagrafici accedendo al sito
www.anagrafenazionale.interno.it [1]

L'ho provato, ho effettuato senza problemi l'accesso sia con CNS che con CIE.
A prima vista sembra fatto bene, semplice, accessibile e senza fronzoli inutili.

Sui "numeri", secondo me, c'è poca chiarezza (basterebbe qualche
informazione in più al posto giusto).

In home:
Cittadini in ANPR 66.594.850, ma non eravamo 60 milioni?
All'interno del sito [2] scopri che i "residenti", anzi gli APR sono
60.835.985 mentre gli AIRE 5.758.865.
Che AIRE significhi "Anagrafe degli Italiani Residenti all’Estero"
bisogna intuirlo o cercarlo in altri siti, perché su questo, la
terminologia non l'ho trovata.
La distinzione tra APR e AIRE, tra l'altro, c'è solo nei totali, e se
cerchi il tuo comune ti dà il totale degli "abitanti" compreso gli
AIRE (mi immagino il sindaco del piccolo comune, ma questi mille
abitanti in più da dove sono spuntati?)

A.

[1]
https://www.lastampa.it/politica/2021/11/14/news/anagrafe-on-line-mattarella-scarica-il-primo-certificato-digitale-1.40920227
[2] https://www.anagrafenazionale.interno.it/AnprStatsWeb/
___
nexa mailing list
nexa@server-nexa.polito.it
https://server-nexa.polito.it/cgi-bin/mailman/listinfo/nexa
___
nexa mailing list
nexa@server-nexa.polito.it
https://server-nexa.polito.it/cgi-bin/mailman/listinfo/nexa


Re: [Gluster-users] Re-Add Distributed Volume Volume

2021-11-15 Thread Diego Zuccato

Il 15/11/2021 06:45, Strahil Nikolov ha scritto:

Gluster uses hard links (2 entries pointing to the same inode) and 
untill the hard links are not deleted, the data will be still there.

[...]
The hard links are in the .glusterfs directory and after a successful 
move you can delete them.When I've had to move from a "broken" volume to a newly created one, I 
first deleted the .glusterfs folders from the roots of the old bricks 
(the volume was already broken, after all) and then moved the other 
folders to their new home (the new volume, mounted on every node). Just 
avoided overwriting existing files.

This way the bricks didn't overflow.

--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786




Community Meeting Calendar:

Schedule -
Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC
Bridge: https://meet.google.com/cpu-eiue-hvk
Gluster-users mailing list
Gluster-users@gluster.org
https://lists.gluster.org/mailman/listinfo/gluster-users


Re: [slurm-users] enable_configless, srun and DNS vs. hosts file

2021-11-14 Thread Diego Zuccato
I'm not yet using configless slurm, but shouldn't it be slurmctld on the 
submit node?


Il 12/11/2021 15:37, Paul Brunk ha scritto:

Hi:

We run configless.  If we add a node to slurm.conf and don't restart slurmd on 
our submit nodes, then attempts to submit to that new node will get the error 
you saw.  Restarting slurmd on the submit node fixes it.  This is the 
documented behavior (adding nodes needs slurmd restarted everywhere).  Could 
this be what you're seeing (as opposed to /etc/hosts vs DNS)?



--
Diego Zuccato
DIFA - Dip. di Fisica e Astronomia
Servizi Informatici
Alma Mater Studiorum - Università di Bologna
V.le Berti-Pichat 6/2 - 40127 Bologna - Italy
tel.: +39 051 20 95786



<    12   13   14   15   16   17   18   19   20   21   >