search for: ferreira

Displaying 20 results from an estimated 428 matches for "ferreira".

2010 Jul 08
0
Error in user authentication
...issue, I'm trying to open a share in Linux from a desktop Windows, but stay asking the login/passwd. I'm using smbd 3.4.8 with winbind and mit kerberos, joining in AD Windows 2008 Server. [2010/07/08 13:51:34, 5] auth/auth_util.c:208(make_user_info_map) Mapping user [GRANSAPORE]\[thiago.ferreira] from workstation [TI-09] [2010/07/08 13:51:34, 5] auth/auth_util.c:120(make_user_info) attempting to make a user_info for thiago.ferreira (thiago.ferreira) [2010/07/08 13:51:34, 5] auth/auth_util.c:130(make_user_info) making strings for thiago.ferreira's user_info struct [2010/07/08 13:5...
2023 May 17
1
[Gluster-devel] Error in gluster v11
On Tue, May 16, 2023 at 4:00?PM Gilberto Ferreira < gilberto.nunes32 at gmail.com> wrote: > Hi again > I just noticed that there is some updates from glusterd > > apt list --upgradable > Listing... Done > glusterfs-client/unknown 11.0-2 amd64 [upgradable from: 11.0-1] > glusterfs-common/unknown 11.0-2 amd64 [upgradable...
2023 May 16
1
[Gluster-devel] Error in gluster v11
...11.0-1] libgfchangelog0/unknown 11.0-2 amd64 [upgradable from: 11.0-1] libgfrpc0/unknown 11.0-2 amd64 [upgradable from: 11.0-1] libgfxdr0/unknown 11.0-2 amd64 [upgradable from: 11.0-1] libglusterfs0/unknown 11.0-2 amd64 [upgradable from: 11.0-1] Perhaps this could fix the issue? --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em ter., 16 de mai. de 2023 ?s 09:31, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > Ok. No problem. I can test it in a virtual environment. > Send me the path. > Oh but the way, I don't compile gluster from scratch. &g...
2023 May 16
1
[Gluster-devel] Error in gluster v11
Ok. No problem. I can test it in a virtual environment. Send me the path. Oh but the way, I don't compile gluster from scratch. I was used the deb file from https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/ --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em ter., 16 de mai. de 2023 ?s 09:21, Xavi Hernandez <jahernan at redhat.com> escreveu: > Hi Gilberto, > > On Tue, May 16, 2023 at 12:56?PM Gilberto Ferreira < > gilberto.nunes32 at gmail.com> wrote: > >> Hi Xavi >>...
2010 Feb 25
6
Building R packages in Windows 7
Dear useRs, I'm having trouble building R packages in Windows 7 regarding HTML help Workshop. Pointing PATH to c:\Program Files\HTML help Workshop does work in Windows (e.g. Vista) and does not in Windows 7. Some tips?? Kind regards, -- Dr Eric B Ferreira Exact Sciences Department Federal University of Alfenas Brazil [[alternative HTML version deleted]]
2023 May 16
1
[Gluster-devel] Error in gluster v11
Hi Gilberto, On Tue, May 16, 2023 at 12:56?PM Gilberto Ferreira < gilberto.nunes32 at gmail.com> wrote: > Hi Xavi > That's depend. Is it safe? I have this env production you know??? > It should be safe, but I wouldn't test it on production. Can't you try it in any test environment before ? Xavi > > --- > Gilberto Nunes F...
2012 May 23
8
Engine's Application Controller
...thods or anything else that does not collide with the stuff defined with the app, couldn''t it be used? Isn''t this the default behaviour of ruby, that you can just reopen a class and add methods to it possibly overriding them but not deleting the rest of the class? Regards, Luís Ferreira -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-core+unsubscribe@googlegroups.com. For more optio...
2011 Dec 06
8
[LLVMdev] GetElementPtr
Does a transform exist to breakdown the GEP? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111206/e88dddfe/attachment.html>
2024 Nov 08
1
Add an arbiter when have multiple bricks at same server.
...ptions Reconfigured: cluster.self-heal-daemon: off cluster.entry-self-heal: off cluster.metadata-self-heal: off cluster.data-self-heal: off cluster.granular-entry-heal: on storage.fips-mode-rchecksum: on transport.address-family: inet performance.client-io-threads: off pve01:~# --- Gilberto Nunes Ferreira Em sex., 8 de nov. de 2024 ?s 06:38, Strahil Nikolov <hunter86_bg at yahoo.com> escreveu: > What's the volume structure right now? > > Best Regards, > Strahil Nikolov > > On Wed, Nov 6, 2024 at 18:24, Gilberto Ferreira > <gilberto.nunes32 at gmail.com> wr...
2023 May 16
1
[Gluster-devel] Error in gluster v11
Hi Xavi That's depend. Is it safe? I have this env production you know??? --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em ter., 16 de mai. de 2023 ?s 07:45, Xavi Hernandez <jahernan at redhat.com> escreveu: > The referenced GitHub issue now has a potential patch that could fix the > problem, though it will need to be verified. Could you try to apply the >...
2024 Nov 08
1
Add an arbiter when have multiple bricks at same server.
What's the volume structure right now? Best Regards, Strahil Nikolov On Wed, Nov 6, 2024 at 18:24, Gilberto Ferreira<gilberto.nunes32 at gmail.com> wrote: So I went ahead and do the force (is with you!) gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3 volume add-brick: failed: Multiple bricks of a replicate volume are present on the same server. This s...
2011 Dec 08
0
[LLVMdev] GetElementPtr
...k I could use the SelectionDAGBuilder in a pass to accomplish this for me? if there is already code that does this I don't really think I should have to do this again, unless it's not possible to access that code from the stage where I want to use it? On Thu, Dec 8, 2011 at 12:56 AM, Pedro Ferreira <pedro.ferreira at imgtec.com>wrote: > I was unaware of its removal. I am still using 2.8. I grep'd the source > tree for that pass and found it on the header I mentioned; it led me to > believe the pass was still there. > > The transformation itself isn't complicated...
2024 Nov 06
1
Add an arbiter when have multiple bricks at same server.
...force' at the end of the command if you want to override this behavior. pve01:~# gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 arbiter:/arbiter2 arbiter:/arbiter3 force volume add-brick: success But I don't know if this is the right thing to do. --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em qua., 6 de nov. de 2024 ?s 13:10, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > But if I change replica 2 arbiter 1 to replica 3 arbiter 1 > > gluster volume add-brick VMS replica 3 arbiter 1 arbiter:/arbiter1 > arbi...
2024 Dec 02
1
Disk size and virtual size drive me crazy!
...e refcount bits: 16 corrupt: false extended l2: false Child node '/file': filename: 100/vm-100-disk-0.qcow2 protocol type: file file length: 120 GiB (128868941824 bytes) disk size: 916 GiB proxmox01:/vms/images# Em seg., 2 de dez. de 2024 ?s 11:07, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > Just to notify, that the option made no difference! > > Any further tips will be appreciated. > > Cheers > --- > > > > > > > Em sex., 29 de nov. de 2024 ?s 16:58, Gilberto Ferreira < > gilberto.nunes32...
2023 May 16
1
[Gluster-devel] Error in gluster v11
The referenced GitHub issue now has a potential patch that could fix the problem, though it will need to be verified. Could you try to apply the patch and check if the problem persists ? On Mon, May 15, 2023 at 2:10?AM Gilberto Ferreira < gilberto.nunes32 at gmail.com> wrote: > Hi there, anyone in the Gluster Devel list. > > Any fix about this issue? > > May 14 07:05:39 srv01 vms[9404]: [2023-05-14 10:05:39.618424 +0000] C > [gf-io-uring.c:612:gf_io_uring_cq_process_some] (-->/lib/x86_64 > -linux-gnu...
2024 Nov 05
1
Add an arbiter when have multiple bricks at same server.
Yes but I want to add. Is it the same logic? --- Gilberto Nunes Ferreira +55 (47) 99676-7530 Proxmox VE VinChin Backup & Restore Em ter., 5 de nov. de 2024, 14:09, Aravinda <aravinda at kadalu.tech> escreveu: > Hello Gilberto, > > You can create a Arbiter volume using three bricks. Two of them will be > data bricks and one will be Arbiter brick....
2013 Apr 26
4
Help with merge function
...10 1 1 Nova Scotia Antigonish 0 0 1 0 2 Nova Scotia Gly 0 0 1 NA Can anybody please help me to understand what I'm doing wrong. Any help will be much appreciated!! -- Catarina C. Ferreira, PhD [[alternative HTML version deleted]]
2024 Nov 06
1
Add an arbiter when have multiple bricks at same server.
...ume are present on the same server. This setup is not optimal. Bricks should be on different nodes to have best fault tolerant configuration. Use 'force' at the end of the command if you want to override this behavior. Should I maybe add the force and live with this? --- Gilberto Nunes Ferreira Em qua., 6 de nov. de 2024 ?s 12:53, Gilberto Ferreira < gilberto.nunes32 at gmail.com> escreveu: > Ok. > I have a 3rd host with Debian 12 installed and Gluster v11. The name of > the host is arbiter! > > I already add this host into the pool: > arbiter:~# gluster poo...
2011 Dec 08
1
[LLVMdev] Fwd: GetElementPtr
...ass to accomplish >> this for me? if there is already code that does this I don't really think I >> should have to do this again, unless it's not possible to access that code >> from the stage where I want to use it? >> >> On Thu, Dec 8, 2011 at 12:56 AM, Pedro Ferreira < >> pedro.ferreira at imgtec.com> wrote: >> >>> I was unaware of its removal. I am still using 2.8. I grep'd the source >>> tree for that pass and found it on the header I mentioned; it led me to >>> believe the pass was still there. >>> &...
2023 May 15
1
Error in gluster v11
...sterfs.so.0(+0x8a2e5) [0x7fb4ebad42e5] -->/lib /x86_64-linux-gnu/libglusterfs.so.0(+0x8a1a5) [0x7fb4ebad41a5] ) 0-: Assertion failed: May 14 07:05:39 srv01 vms[9404]: patchset: git:// git.gluster.org/glusterfs.git May 14 07:05:39 srv01 vms[9404]: package-string: glusterfs 11.0 --- Gilberto Nunes Ferreira (47) 99676-7530 - Whatsapp / Telegram Em dom., 14 de mai. de 2023 ?s 16:53, Strahil Nikolov <hunter86_bg at yahoo.com> escreveu: > Looks similar to https://github.com/gluster/glusterfs/issues/4104 > I don?t see any progress there. > Maybe asking in gluster-devel (in CC) could...