Re: [PATCH] new interface: memory_object_get_proxy

2021-11-01 Thread Joan Lledó
Hi, El 1/11/21 a les 14:36, Sergey Bugaev ha escrit: * "Anonymous" mappings (created with a null memory object) If they provide no object when calling vm_map, then the kernel uses the default pager, isn't it? Can't you send a reference to the default pager to memory_object_create_proxy()?

[PATCH] new interface: memory_object_get_proxy

2021-11-01 Thread Joan Lledó
From: Joan Lledó To get a proxy to the region a given address belongs to, with protection and range limited to the region ones. * include/mach/mach4.defs: memory_object_get_proxy RPC declaration * vm/memory_object_proxy.c: memory_object_get_proxy implementation --- include/mach/mach4.defs

Re: [PATCH] new interface: memory_object_get_proxy

2021-11-01 Thread Joan Lledó
Here you go

Re: [PATCH] new interface: memory_object_get_proxy

2021-11-01 Thread Joan Lledó
Hi, El 30/10/21 a les 14:06, Sergey Bugaev ha escrit: > I hope this makes sense; I'd be happy to expand if not. Thanks for your explanations, it makes sense but there's still one thing I don't understand: if memory_object_create_proxy() is the owner of the pager it receives as parameter, and

[PATCH] new interface: memory_object_get_proxy

2021-11-01 Thread Joan Lledó
From: Joan Lledó To get a proxy to the region a given address belongs to, with protection and range limited to the region ones. * include/mach/mach4.defs: memory_object_get_proxy RPC declaration * vm/memory_object_proxy.c: memory_object_get_proxy implementation --- include/mach/mach4.defs

[nysbirds-l] White-winged Crossbills irrupting into the Adirondacks

2021-10-30 Thread Joan Collins
your life with an interest in birds - it's never too early! Joan Collins Adirondack Avian Expeditions & Workshops LLC Editor, New York Birders Long Lake, NY (315) 244-7127 cell (518) 624-5528 home http://www.adirondackavianexpeditions.com/ http://www.facebook.com/AdirondackAvian

[nysbirds-l] White-winged Crossbills irrupting into the Adirondacks

2021-10-30 Thread Joan Collins
your life with an interest in birds - it's never too early! Joan Collins Adirondack Avian Expeditions & Workshops LLC Editor, New York Birders Long Lake, NY (315) 244-7127 cell (518) 624-5528 home http://www.adirondackavianexpeditions.com/ http://www.facebook.com/AdirondackAvian

Re: [PATCH] new interface: memory_object_get_proxy

2021-10-30 Thread Joan Lledó
Hi, El 24/10/21 a les 19:50, Sergey Bugaev ha escrit: Naming: perhaps memory_object_create_vm_proxy ()? or even memory_object_create_task_vm_proxy ()? I don't care about the name, you guys decide. I would expect the request port argument to be a vm_task_t (i.e. a vm_map), not a full task.

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-10-29 Thread Joan Touzet
s citizens. And with good docs we can make this as painless a process as possible for everyone, modulo having to use svn to upload the tarballs after voting. -Joan

Re: [Evergreen-general] "Digital" Cards and Library/School Partnerships

2021-10-29 Thread Joan Kranich via Evergreen-general
(college) members. We use OverDrive to circulate econtent. Some of our public libraries partner with their local school(s) to use the OverDrive Sora program which allows students to borrow the network's OverDrive content without a library card. Joan On Thu, Oct 28, 2021 at 1:32 PM Kaffenberger, Keith

Re: [DISCUSS] improving visibility for CouchDB-maintained independent Erlang apps

2021-10-28 Thread Joan Touzet
ual ASF releases due to policy. No problem with them being on Hex just as there's no problem with us being on Docker or any other binary stream, just so long as we do the "official" dance first. -Joan

[LincolnTalk] FYI: 3 Talks about Racial Justice: Don Hafner, Ray Shepard and Elise Lemire

2021-10-28 Thread Joan Kimball
Three outstanding talks: 1.* Tonight*, sponsored by First Parish Racial Justice Journey and Lincoln Historical Society.7 P.M. on zoom *Don Hafner: Entangled Lives: Black and White. Lincoln and It's African American Residents in the 18th Century*. Zoom Link: Join the event here:

[PATCH] new interface: memory_object_get_proxy

2021-10-24 Thread Joan Lledó
From: Joan Lledó To get a proxy to the region a given address belongs to, with protection and range limited to the region ones. * include/mach/mach4.defs: memory_object_get_proxy RPC declaration * vm/memory_object_proxy.c: memory_object_get_proxy implementation --- include/mach/mach4.defs

Re: gnumach RPC: get info about the calling task

2021-10-24 Thread Joan Lledó
Hi, I wrote a patch with the RPC as you guys asked. Please tell me if it fits your plans for mremap()

[cobirds] 293 pelicans on Windsor Reservoir. Weld County

2021-10-22 Thread 'Joan Glabach' via Colorado Birds
Most are newly arrived today. Currently at SE end of reservoir. Joan Glabach Severance, CO Sent from my iPad -- -- You received this message because you are subscribed to the Google Groups "Colorado Birds" group. To post to this group, send email to cobirds@googlegroups.com For mo

[LincolnTalk] Ray Shepard's Talk on Thursday October 21st hosted by the FPL Racial Justice Journey

2021-10-21 Thread Joan Kimball
Please join us on zoom tonight at 7 on zoom! WHAT: Ray Shepard's talk on "How do we talk about race in a time of critical race theory pushback?" And time for discussion. WHEN: Tonight at 7:00 p.m. HOW : Zoom: to find link go to fplincoln.org/calendar. Click on date and 7:00 talk. HOST: First

Re: gnumach RPC: get info about the calling task

2021-10-17 Thread Joan Lledó
El 17/10/21 a les 18:32, Samuel Thibault ha escrit> It will be useful to implement mremap with the same call. In your case you know the size, don't you? Yes That's almost the same, isn't it? (there is just the max_prot parameter, which you can indeed add to the RPC above). It's similar

Re: gnumach RPC: get info about the calling task

2021-10-17 Thread Joan Lledó
Hi, El 16/10/21 a les 13:27, Sergey Bugaev ha escrit: routine vm_make_proxy ( target_task : vm_task_t; address : vm_address_t; size : vm_size_t; out proxy : memory_object_t); Why the "size" parameter? I'd rather see a new wrapper for memory_object_create_proxy() which

Re: gnumach RPC: get info about the calling task

2021-10-16 Thread Joan Lledó
OK, I'll try with your design El 16/10/21 a les 18:06, Sergey Bugaev ha escrit: On Sat, Oct 16, 2021 at 6:54 PM Samuel Thibault wrote: Indeed, since it's the region that remembers which protection was allowed, we need a proxy there to enforce them. Right, that's also a good point.

[PATCH] new interface: vm_pager

2021-10-16 Thread Joan Lledó
From: Joan Lledó Given a task and an address, it returns the pager used to map that address in that task. * include/mach/mach4.defs: new interface declaration: vm_pager * vm/memory_object_proxy.h: add declaration for proxy hash functions * vm/memory_object_proxy.c: implement proxy hash

Re: gnumach RPC: get info about the calling task

2021-10-16 Thread Joan Lledó
El 12/10/21 a les 20:32, Samuel Thibault ha escrit: > Sergey Bugaev, le mar. 12 oct. 2021 16:22:48 +0300, a ecrit: >> So in the case of vm_map-backed pager, it should matter whether you >> have a task port to the target task, not whether you *are* the target >> task. If someone has a task port to

[cobirds] Snow geese. Windsor Reservoir

2021-10-14 Thread 'Joan Glabach' via Colorado Birds
We have five snow geese on the beach northwest side of reservoir. Joan Glabach Severance, CO Sent from my iPhone -- -- You received this message because you are subscribed to the Google Groups "Colorado Birds" group. To post to this group, send email to cobirds@googlegroups.co

Re: [LincolnTalk] We are about to get redistricted… again… maybe… probably

2021-10-14 Thread Joan Kimball
Hi. Do you or anyonevknow about our Congress district also? Thanks, Sara, for telling us about implications for state legislature. Joan On Thu, Oct 14, 2021, 8:20 AM Sara Mattes wrote: > The proposed State *HOUSE* map has us joined with Weston and a part of > Needham and become Norf

[LincolnTalk] Screening of "Harriet" at First Parish on Zoom Thursday, October 14 at 7

2021-10-13 Thread Joan Kimball
The First Parish Racial Justice Advocates invites you to join us for a screening of Harriet about Harriet Tubman on Thursday, October 14 st 7 on zoom. This film takes us a step further on our Racial Justice Journey. To find the link go to *https://www.fplincoln.org/calendar

gnumach RPC: get info about the calling task

2021-10-12 Thread Joan Lledó
Hi, I'm working on the gnumach rpc to return a pager from a task and an address mapped in that task. For security reasons I'd like to check if the calling task is the same as the one the given map belongs to. But I don't know how to do it. In the rpc implementation, the function receives a

Re: Debian en un mòbil? Estàs de conya?

2021-10-08 Thread Joan
ki/Mobian Ara miro de fer una primera entrada en català :-p -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des del meu lloc, als pocs valors sense els quals un món no val la pena viure'l" A. Camus i pel

Re: Debian en un mòbil? Estàs de conya?

2021-10-08 Thread Joan
ni m'explota. > >> > >> Ara em sembla que hi ha disponible la versió «Maemo Leste». > >> > >> > >> El 7/10/21 a les 13:17, Blackhold ha escrit: > >>> molt interessant! a mi una de les coses que em tira enrere és el > >>> punye

Re: Debian en un mòbil? Estàs de conya?

2021-10-08 Thread Joan
gt; >> > >> Per whatsapp a linux he vist això: > >> > >> https://blog.desdelinux.net/como-usar-whatsapp-en-linux-con-pidgin/ > >> > >> No sé si algú ho ha provat > >> > >> - Blackhold > >> http://blackhold.n

Re: Debian en un mòbil? Estàs de conya?

2021-10-08 Thread Joan
Al mòbils de linux pots usar un dels dos emuladors per Android: Waydroid sembla que és el que va millor: https://github.com/waydroid/waydroid (per cert, diria que també es pot fer servir per l'escriptori) -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transform

Re: Debian en un mòbil? Estàs de conya?

2021-10-07 Thread Joan Albert
cert que encara li falta molta maduresa (tot i així, ha millorat força). Igual que tu, vaig tornar a Android, almenys usant LineageOS, cosa que és millor del que m'esperava. Salut, -- Joan Albert

Debian en un mòbil? Estàs de conya?

2021-10-07 Thread Joan
Un vídeo de mitja hora: https://saimei.ftp.acc.umu.se/pub/debian-meetings/2021/MiniDebConf-Regensburg/debian-on-a-smart-phone-are-you-serious.lq.webm -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des de

[Frameworks] Theaster Gates contact?

2021-10-06 Thread Hawkins, Joan C.
Does anyone have contact info for Theaster Gates? I have U of Chicago email, but haven't had any luck making contact. You can PM me. Thanks. Joan Joan Hawkins Professor, Cinema and Media Studies Media School Indiana University Franklin Hall Bloomington, IN 47405 phone 812-855-1548

Re: [VOTE] Release CouchDB 3.2.0 (RC2 round)

2021-10-05 Thread Joan Touzet
2290b064608baceb","features":["access-ready","partitioned","pluggable-storage-engines","reshard","scheduler"],"vendor":{"name":"The Apache Software Foundation"}} git_sha matches the last checkin by nickva t

Re: Debian 11 estable en poques hores

2021-10-03 Thread Joan Montané
t una > > situació que no es correspon a la que deia en Joan. > > Estic valorant la solució proposada, independentment de si s'ha aplicat > o no. Aquesta solució no soluciona el problema, perquè el problema > també afecta a altres programes, com ja havia apuntat anteriorment,

OT: Missatges descojunturats a Protonmail

2021-10-02 Thread Joan
, tinguem problemes :-) -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des del meu lloc, als pocs valors sense els quals un món no val la pena viure'l" A. Camus i pels que teniu fe: "Déu no és

Re: Debian 11 estable en poques hores

2021-10-02 Thread Joan
gt; > No he pogut contestar fins avui perquè alguns correus de la llista > els havia retingut el filtre de spam de Tinet. espero que el remitent > ara estigui a la llista blanc. > > Gràcies per les respostes. Salut i codi lliure, > > > Eduard Selma. > -

Re: [VOTE] Release Apache CouchDB 3.2.0

2021-09-29 Thread Joan Touzet
On 29/09/2021 01:03, Nick Vatamaniuc wrote: > Thanks for checking, Joan. > > What version of Erlang was it? 20.3.8.25. > I recall we excluded erl_interface from rebar and enc (port compiler) > so we could compile on Erlang 23+, but I don't think we ever updated >

Re: [VOTE] Release Apache CouchDB 3.2.0

2021-09-28 Thread Joan Touzet
her changes. I don't have more time for this tonight, so I'll have to investigate tomorrow or later this week. -Joan On 28/09/2021 07:19, Juanjo Rodríguez wrote: > +1 > > Tested on Ubuntu 20.04, Erlang 22 and Elixir 1.9.1 > Signature: Ok > Checksums: Ok > Tests: (configure --spiderm

Re: [VOTE] Release Apache CouchDB 3.1.2

2021-09-28 Thread Joan Touzet
On 28/09/2021 10:53, Nick Vatamaniuc wrote: > Thanks for taking a look, Joan > > I just highlighted the docs in the email diff but the tarball should > contain the differences and they should match the differences between > the 3.1.1 and 3.1.2-RC1 tags in git. Got it. I missed the

[LincolnTalk] Screening of Traces of the Trade is at 7:00 (not 7:30 as in last title) on September 30

2021-09-28 Thread Joan Kimball
corrosive role of silence in contemporary conversations about race, issues of white privilege and guilt, and questions of response, repair, and reparations. For more information about the film, please visit http://www.tracesofthetrade.org/.” Joan Kimball for FPL's Racial Justice Advocates * --

[LincolnTalk] FPL invites you to a screening of Traces of the Trade Thursday, September 30 at 7:30

2021-09-28 Thread Joan Kimball
corrosive role of silence in contemporary conversations about race, issues of white privilege and guilt, and questions of response, repair, and reparations. For more information about the film, please visit http://www.tracesofthetrade.org/.” Joan Kimball for FPL's Racial Justice Advocates -- The L

Re: [VOTE] Release Apache CouchDB 3.1.2

2021-09-27 Thread Joan Touzet
Nick, that diff shows documentation only. Something seems wrong with this release. Recommend we hold the vote until this can be cleared up? -Joan On 27/09/2021 08:53, Nick Vatamaniuc wrote: > Dear community, > > I would like to propose that we release Apache CouchDB 3.1.2 > >

[LincolnTalk] Please join the First Parish Lincoln's Racial Justice Journey tomorrow at 7 P.M. for a screening

2021-09-22 Thread Joan Kimball
by going on the Calendar for September 23 and clicking on "After the Mayflower." --Joan Kimball for the FPL Racial Justice Journey *** "After the Mayflower" is the first episode of "We Sha

Re: Recordatori pel DLP

2021-09-17 Thread Joan
Juraria que si :-) Ara ho he vist: Espai Jove Bocanord Agudells, 37 Metro El Carmel -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des del meu lloc, als pocs valors sense els quals un món no val la

Re: privacitat / seguretat

2021-09-17 Thread Joan
, tot i que també parlen bé de les versions degoogleades de Chrome, com podria ser aquesta). Em continua sobtant que no estigui per Debian (hi ha un repo antic per això: https://github.com/iridium-browser/iridium-browser-ubuntu ) -- Joan Cervan i Andreu http://personal.calbasi.net "El meu

Re: privacitat / seguretat

2021-09-17 Thread Joan
Diria que això de l'Abrowser és una mica antic, i pel que veig és una mica lo d el'antic Iceweasel... Està fet per Trisquel (què és?): https://trisquel.info/es/wiki/abrowser-ayuda -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, p

Re: privacitat / seguretat

2021-09-17 Thread Joan
uretat per defecte». > >> Deixa una mica que desitjar el predefinit de «convidar» a > >> registrar-se amb la central de Mozilla i d'enviar totes les > >> cerques i allò que tecleges a la barra d'adreces a l'empresa > >> Google. > >> > >> Nar

Fw: [caliu-info] Recordatori pel DLP

2021-09-17 Thread Joan
m dissabte. https://gitlab.com/caliu-cat/esdeveniments/-/wikis/Dia-de-la-Llibertat-del-Programari-2021 Ens hi veiem! Salut! Rafael Carreras https://mastodont.cat/@rcarreras [https://mastodont.cat/@caliu](https://mastodont.cat/@rcarreras) -- Joan Cervan i Andreu http://personal.calbasi.net "El

Re: Debian 11 estable en poques hores

2021-09-15 Thread Joan
Jo amb la Debian 10 vaig usar una eina que venia integrada, i que no era virtualbox. Es diu "Boxes"/"màquines" en català: https://wiki.gnome.org/Apps/Boxes (i no sé quina tecnologia de virtualització fa servir, però era mlt senzill de fer anar) -- Joan

Re: Migració de Fedora a Debian al departament d'Informàtica de l'Escola del Treball

2021-09-15 Thread Joan
Si López era Super López, tu deus ser Febrer Amorós... O Julio Esquerp... Ja estaré al cas :-p El Tue, 14 Sep 2021 19:12:44 +0200 Julio Amorós va escriure: > Missatge de Joan del dia dt., 14 de set. 2021 > a les 9:57: > > > Per cert, Julio, si a part de la llista de correu

Re: privacitat / seguretat

2021-09-15 Thread Joan
lò que tecleges a la barra d'adreces a l'empresa Google. > > > > Narcís. > > > > > > El 14/9/21 a les 10:02, Joan ha escrit: > >> Per cert, aprofito per fer una mica de proselitisme (alguns ja > >> n'esteu al cas): estic treballant en una pàgina que r

Re: privacitat / seguretat

2021-09-15 Thread Joan
ral de Mozilla i d'enviar totes les cerques i allò que > tecleges a la barra d'adreces a l'empresa Google. > > Narcís. > > > El 14/9/21 a les 10:02, Joan ha escrit: > > Per cert, aprofito per fer una mica de proselitisme (alguns ja > > n'esteu al cas): estic treba

Re: Debian 11 estable en poques hores

2021-09-14 Thread Joan Montané
s, perquè no permeten definir el format de data (com sí que ho permet «ls»). Això és una manca d'internacionalització. Treballem per a millorar-ho. Els meus 5 cèntims. Joan Montané [1] https://github.com/karelzak/util-linux/blob/master/sys-utils/dmesg.c#L852 [2] https://github.com/karelzak/util-linux/blob/master/sys-utils/dmesg.c#L859 > > Salutacions. >

Re: privacitat / seguretat

2021-09-14 Thread Joan
:-p https://privacitat.calbasi.net/ Pd.: qualsevol dia poso un "wanted", algú que passi totes les pantalles i el sistema no li pugui oferir cap suggeriment de millora perquè ja ho fa tot "la mar de bé" :-) De fet, si algu ho acredita estic disposat a donar-li 200 G1 :-D --

Re: Migració de Fedora a Debian al departament d'Informàtica de l'Escola del Treball

2021-09-14 Thread Joan
Per cert, Julio, si a part de la llista de correu, a on em penso que hi ha molta gent i respostes molt àgils, vols enredar-te amb el chat per preguntes "immediates", que sàpigues que tenim canal de matrix: #debian-cat:matrix.org (no recordo si està connectat amb el canal de IRC també)

Re: Migració de Fedora a Debian al departament d'Informàtica de l'Escola del Treball

2021-09-14 Thread Joan
Està tot inventat! Mola això de l'etckeeper! Merci Lluís! -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, des del meu lloc, als pocs valors sense els quals un món no val la pena viure'l" A. Camus

Re: Problem with the dovecot-fts-xapian package.

2021-09-12 Thread Joan Moreau
other existing plugins from all over the world On 2021-09-12 13:54, Aki Tuomi wrote: On 12/09/2021 15:12 Bob Marcan wrote: On Sun, 12 Sep 2021 11:36:46 +0100 Joan Moreau wrote: This is where I am for now : https://koji.fedoraproject.org/koji/packageinfo?packageID=34417 Probably, I should

Re: Problem with the dovecot-fts-xapian package.

2021-09-12 Thread Joan Moreau
Thank you for notice. What is the process to rebuild the package with recent dovecot, as 1.4.12-2 (instead of existing 1.4.12-1) ? On 2021-09-12 07:21, Bob Marcan wrote: Problem with the dovecot-fts-xapian package. Fedora 34 with latest updates. dovecot-2.3.16-1.fc34.x86_64

Re: Wrong MIG generated headers

2021-09-11 Thread Joan Lledó
Hi, El 11/9/21 a les 13:39, Sergey Bugaev ha escrit: This is a little change that Samuel has committed recently Thanks a lot, I was spending a lot of time on this. Should have asked before.

Wrong MIG generated headers

2021-09-11 Thread Joan Lledó
Hi, I'm having a weird issue trying to add a new interface to gnumach. I'm using this mach4.defs: -- /* * Mach Operating System * Copyright (c) 1994,1993,1992 Carnegie Mellon University * All Rights Reserved. * * Permission to use, copy,

Re: [caliu-info] Filmin i Chromium... (i Netflix)

2021-09-09 Thread Joan
prioritat baixa, només per agafar la darrera versió de Firefox b) canviar la Raspberry OS per una Manjaro (també podria ser una Ubuntu), per tenir, llavors si, la darrera versió del software. -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'ho

Re: [caliu-info] Filmin i Chromium... (i Netflix)

2021-09-08 Thread Joan
Jo de moment, en un PC, puc usar el Firefox (a Filmin no, que son molt senyors, però a Netflix si). Però a la Raspberry està temporalment trencat, el tema. -- Joan Cervan i Andreu http://personal.calbasi.net "El meu paper no és transformar el món ni l'home sinó, potser, el de ser útil, de

[Frameworks] Fw: BFA Director, Academic Search Information

2021-09-08 Thread Hawkins, Joan C.
ging in original and innovative creative activity and/or research. Craig Erpelding Interim Director, BFA in Cinematic Arts Senior Lecturer The Media School Indiana University Joan Hawkins Professor, Cinema and Media Studies Media School Indiana University Franklin Hall Bloomington, IN 4

[LincolnTalk] Screening "I Am Not Your Negro" Thursday September 9 at 7-9 P.M. on Zoom

2021-09-08 Thread Joan Kimball
n-literature>. This last meeting of the James Baldwin Summer will provide a discussion of this book and opportunities for reflection on all we have learned during the James Baldwin Summer. * Please join us! * Joan Kimball for the Racial Justice Advocates -- The LincolnTalk mailing list. To post,

[SCM] GNU Mach branch, jlledom-memory-object-proxy, deleted. v1.8-286-g7e3b456

2021-09-04 Thread Joan Lled�
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mach". The branch, jlledom-memory-object-proxy has been deleted was 7e3b456cb6b0aabdb01598815e56352651ae477c

Re: Duplicate plugins - FTS Xapian

2021-09-01 Thread Joan Moreau
Just for clarity, Open-Xchange has not written any xapian plugin whatsoever. Yes but the doc says that Open Xchaneg "supports" one over the other. Honestly, I am doing this over my free time, begin very reactive to user requests, and have this confirmed by Debian, Archlinux and now Fedora in

Duplicate plugins - FTS Xapian

2021-08-30 Thread Joan Moreau
Hi There seems to be 2 plugins doing the same thins - https://github.com/slusarz/dovecot-fts-flatcurve/ - https://github.com/grosjo/fts-xapian/ (mine) Both are in the doc of dovecot https://doc.dovecot.org/configuration_manual/fts/ I am currently working hard to push it to RPM package, and

[PATCH 2/2] dev_pager: rename hash macros

2021-08-28 Thread Joan Lledó
From: Joan Lledó Remove the reference to the pager hash since they are used both in the pager and the device hashes. * device/dev_pager.c: * Rename DEV_PAGER_HASH_COUNT to DEV_HASH_COUNT * Rename dev_pager_hash to dev_hash --- device/dev_pager.c | 26

Re: [PATCH] - gnumach: Implement offset in device map

2021-08-28 Thread Joan Lledó
Hi, > all elements that have the same hash key end up in the same list Ok, I missed that and the rest of the patch is wrong b/c of this. I did what you said and created a second hash table indexed by device + offset, leaving all code for dev_pager_hashtable untouched. I tried to insert the

[PATCH 1/2] dev_pager: implement offset

2021-08-28 Thread Joan Lledó
From: Joan Lledó * device/dev_pager.c: * struct dev_pager: add offset field * new struct dev_device_entry: includes device and offset * new hash table dev_device_hashtable * index [device + offset] * new functions dev_device_hash[init,insert,delete

Re: New RPM submission (dovecot-fts-xapian)

2021-08-22 Thread Joan Moreau via devel
bits everywhere now as a result. If that does become a problem, I'm sure we'll deal with it and evolve our guidelines accordingly. Anyway, in this particular case, I'm happy to sponsor Joan. All our work in Fedora is done in the open, so if anyone does have any concerns, they can inform me

[PATCH] dev_pager: Implement offset

2021-08-22 Thread Joan Lledó
From: Joan Lledó * New structure for the internal hash table: * 127 slots identified by the device address, each one containing a queue of pagers belonging to that device. * New auxiliary index [pager: device] to quick search of pagers

[PATCH] - gnumach: Implement offset in device map

2021-08-22 Thread Joan Lledó
Hi, I made the changed in the device mapper to implement the offset, also updated my branches of hurd and libpciaccess accordingly. It wasn't as trivial as it seemed, there were some /* HACK */ lines which in fact limited the number of pagers per device to 1, so once the system got a pager

[SCM] Hurd branch, jlledom-pci-memory-map, updated. v0.9.git20210404-31-g70c336d

2021-08-22 Thread Joan Lled�
--- commit 70c336d025228b7678386fb93717dc6d8fe8acb2 Author: Joan Lledó Date: Sun Aug 22 12:34:24 2021 +0200 pci-arbiter: get rid of memory_object_proxy_valid() The pagers has an offset already, always start the proxy at 0 --

Re: Debian 11 estable en poques hores

2021-08-22 Thread Joan Montané
Ob a la traducció. En fi, que tot i els intents per adreçar la problemàtica del format de data amb ls, els astres s'han alineat perquè no s'aconseguís :( Joan Montané [1] https://metadata.ftp-master.debian.org/changelogs//main/c/coreutils/coreutils_8.32-4_changelog (línia: undo "remove

Re: [LincolnTalk] Coyotes

2021-08-21 Thread Joan Kimball
And we have had coyotes for years and years. About 15 years ago, I held a staff retreat at my house. Suddenly all the biologists looked especially alert. Four coyotes ran through our yard! The highlight of the yearly planning retreat for these scientists. And this was before the chickens. Joan

Re: Problema de gràfics amb kernel 5.10 després d'actualitzar d10 > d11

2021-08-21 Thread Joan
l'ajutori! > > > El 17/8/21 a les 14:25, Joan ha escrit: > > Bon dia, > > > > Tinc un problema després de l'actualització de debian 10 a d11 > > > > La pantalla del display manager em queda congelada, perquè no puc > > moure el ratolí ni usar el tecla

Re: New RPM submission (dovecot-fts-xapian)

2021-08-20 Thread Joan Moreau via devel
PM, Joan Moreau via devel wrote: Hi How to find someone able to push the code in a RPM package ? Reminder - Source code : https://github.com/grosjo/fts-xapian/ <https://github.com/grosjo/fts-xapian/> - Reference : https://doc.dovecot.org/configuration_manual/fts/ <https://doc.do

Re: New RPM submission (dovecot-fts-xapian)

2021-08-18 Thread Joan Moreau via devel
Hi How to find someone able to push the code in a RPM package ? Reminder - Source code : https://github.com/grosjo/fts-xapian/ - Reference : https://doc.dovecot.org/configuration_manual/fts/ - Existing ArchLinux package (not AUR) :https://archlinux.org/packages/?q=dovecot-fts-xapian -

Re: PCI arbiter memory mapping

2021-08-18 Thread Joan Lledó
El 18/8/21 a les 0:02, Sergey Bugaev ha escrit: To me it sounds like libpciaccess should have a Hurd-specific API addition that would let the user get the memory object That's a solution and can be done. But I'd like to know more about vm_region first. It seems it can return the object,

Re: PCI arbiter memory mapping

2021-08-18 Thread Joan Lledó
El 18/8/21 a les 0:13, Sergey Bugaev ha escrit: you can no longer get the underlying memory object with vm_region () How so? reading the docs I understood it does: https://www.gnu.org/software/hurd/gnumach-doc/Memory-Attributes.html "The port object_name identifies the memory object

RE: [EXTERNAL] [PestList] IPM Introduction Courses

2021-08-18 Thread 'Bacharach, Joan' via MuseumPests
Mouse and Rat Damage in Museum Collections<https://www.nps.gov/museum/publications/conserveogram/3-12-COG-Rodent-Damage.pdf> https://www.nps.gov/museum/publications/conserveogram/3-12-COG-Rodent-Damage.pdf Best, Joan Joan Bacharach Senior Curator & General Editor NPS Museum Handb

RE: [EXTERNAL] [PestList] RE: IPM Introduction Courses

2021-08-18 Thread 'Bacharach, Joan' via MuseumPests
Greetings Adie; This is an excellent training tool. Thank you so much for sharing! Best, Joan Joan Bacharach Senior Curator & General Editor NPS Museum Handbook I/III NPS Conserve O Grams Museum Management Program National Park Service www.nps.gov/museum From: 'Adrian Doyle'

Re: PCI arbiter memory mapping

2021-08-17 Thread Joan Lledó
Hi, I'm sorry I can't follow your discussion, I only know about the small part of the kernel I worked on. El 16/8/21 a les 23:07, Sergey Bugaev ha escrit: I don't think I understand enough about the situation. It would help if you or Joan were to kindly give me some more context

Re: PCI arbiter memory mapping

2021-08-17 Thread Joan Lledó
Hi, El 16/8/21 a les 20:16, Samuel Thibault ha escrit: Ok but I meant that the device_map interface already has has an "offset" Ok, now I got it, yes I think that's better. I'll do that. Actually I'm thinking that this is just another case of mremap(). I need help on this part, why is

Problema de gràfics amb kernel 5.10 després d'actualitzar d10 > d11

2021-08-17 Thread Joan
xtensions", als "Ajustaments", surt ombrejada i no em deixa activar/desactivar cap extensió Teniu alguna idea de quin log podria revisar per començar a tenir alguna pista? Per cert, tinc dugues pantalles, no sé si això pot tenir alguna rellevància.. -- Joan Cervan i Andreu http://personal.ca

Re: PCI arbiter memory mapping

2021-08-16 Thread Joan Lledó
Hi, El 5/8/21 a les 1:26, Samuel Thibault ha escrit: Is it not possible to avoid having to call memory_object_proxy_valid? maybe better fix device_map into supporting non-zero offset, I think it'd be a better solution to move the call to memory_object_proxy_valid() and the start value

Re: PCI arbiter memory mapping

2021-08-15 Thread Joan Lledó
Hi El 9/8/21 a les 19:45, Samuel Thibault ha escrit: I pushed the start/len start, along with a fix for the length. Could you proofread that part? I ran it and works fine

Re: Regarding copyright assignment to FSF

2021-08-15 Thread Joan Lledó
El 14/8/21 a les 23:26, Svante Signell ha escrit: How to make lwip by default enabled instead of pfinet? settrans -fgap /servers/socket/2 /hurd/lwip -6 /servers/socket/26

Probles with custom serializer and node disconnections

2021-08-13 Thread Joan Pujol
che per see seems correct, but some objects appear serialized with an incorrect schema. Does someone have any clue of what can be happening? Is there any possibility that when a node reconnects doesn't use our custom serializer if it was configured to use it? A lot of thanks in advance, -- Joan Jesús Pujol Espinar http://www.joanpujol.cat

Re: PCI arbiter memory mapping

2021-08-09 Thread Joan Lledó
hi El 9/8/21 a les 19:45, Samuel Thibault ha escrit: I pushed the start/len start, along with a fix for the length. Could you proofread that part? It seems all right for me. I'll test this and check you other comments next weekend or the following.

Re: [Dovecot-news] v2.3.16 released

2021-08-09 Thread Joan Moreau
Well, I don't really understand your note. Bottom-line : 2.3.16 crashes every now and then. Maybe is there a quick fix for production servers ? On 2021-08-09 10:27, Timo Sirainen wrote: On 9. Aug 2021, at 11.24, Timo Sirainen wrote: On 9. Aug 2021, at 11.03, Joan Moreau wrote: #0

Re: [Dovecot-news] v2.3.16 released

2021-08-09 Thread Joan Moreau
__ = "io_loop_call_io" #10 0x7f2370f72fc2 in io_loop_handler_run_internal (ioloop=ioloop@entry=0x55b8af425ec0) at ioloop-epoll.c:222 On 2021-08-06 13:49, Aki Tuomi wrote: On 06/08/2021 15:43 Joan Moreau wrote: Thank you Timo However, this leads to kernel: imap[228122]: s

Re: [Dovecot-news] v2.3.16 released

2021-08-06 Thread Joan Moreau
git clone -b release-2.3.16 On 2021-08-06 15:07, Timo Sirainen wrote: On 6. Aug 2021, at 15.08, Joan Moreau wrote: Below (gdb) bt full #0 fts_user_autoindex_exclude (box=, box@entry=0x55e0bc7e0fe8) at fts-user.c:347 There is no such function in 2.3.16 release. That's only in the current

Re: [Dovecot-news] v2.3.16 released

2021-08-06 Thread Joan Moreau
nput (cmd=) at imap-client.c:1230 client = 0x55e0bc7d6298 command = tag = 0x7f42e942d8fa "]A\\A]\303\061\300\303ff.\017\037\204" name = 0x55e0bbd26e50 "SELECT" ret = On 2021-08-06 13:49, Aki Tuomi wrote: On 06/08/2021 15:43 Joan Moreau wrote: Thank you Timo How

Re: [Dovecot-news] v2.3.16 released

2021-08-06 Thread Joan Moreau
Thank you Timo However, this leads to kernel: imap[228122]: segfault at 50 ip 7f7015ee332b sp 7fffa7178740 error 4 in lib20_fts_plugin.so[7f7015ee1000+11000] Returning to 2.3.15 resolves the problem On 2021-08-06 12:42, Timo Sirainen wrote: Hi, One interesting thing in this

[Bug 1938844] [NEW] package libvdpau1 1.3-1ubuntu2 failed to install/upgrade: intentando sobreescribir el compartido `/etc/vdpau_wrapper.cfg', que es distinto de otras instancias del paquetes libvdpau

2021-08-03 Thread Carlos Joan
Public bug reported: It happens when every time I try to install Wine ProblemType: Package DistroRelease: Ubuntu 20.04 Package: libvdpau1 1.3-1ubuntu2 ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124 Uname: Linux 5.4.0-80-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.18 Architecture:

Signatures digitals per una ILP (la del Montseny, però podria ser qualsevol altra)

2021-07-27 Thread Joan
s digitals sempre és molt més complicat que el tema de fer un garabato en una pantalla tàctil o amb el ratolí de l'ordinador... En fi, us agrairé qualsevol orientació o punt de vista al respecte ;-) Pd.: perdoneu el cross-posting :-) -- Joan Cervan i Andreu http://personal.calbasi.net "El

Alternativa lliure a Dropbox/Dribe: syncthing? nextcloud?

2021-07-27 Thread Joan
mbé cal configurar l'ordinador "client". Això era una sol·lució que no em convencia tant, perquè cada cop que al client li facin canvis al seu ordinador, li substitueixin, cal tornar a configurar-li el seu equip. Com ho veieu? Fins ara, -- Joan Cervan i Andreu http://personal.calbasi.net &

[cobirds] Bees. Severance Co

2021-07-24 Thread 'Joan Glabach' via Colorado Birds
We don’t have bumblebees this year. We still have honeybees, but not as many as we used to have. We had goldfinches nesting here this year and still have house finches and of course house sparrows. We had one birdhouse that raised tree swallows. Joan Glabach Severance, CO Sent from my

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