search for: undertand

Displaying 20 results from an estimated 70 matches for "undertand".

Did you mean: understand
2014 Feb 11
0
Undertanding what the lmtp_save_to_detail_mailbox actually does
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 10 Feb 2014, Alan Chandler wrote: > The problem I am facing is I can find no documentation about what > lmtp_save_to_detail_mailbox actually causes lmtp to actually do. Searching > the wiki refers to it only in the LMTP page. > > How should the detail of the address be formatted to specify a subdirectory - > can it be
2014 Feb 10
3
Undertanding what the lmtp_save_to_detail_mailbox actually does
Hi I am just learning to setup dovecot as part of a project to move my home mail serving from a large and complex linux computer which is acting as internet router/nat gateway to the internet (this leaving me exposed without internet connection when it goes down) to a raspberry pi - which will be port-forwarded to, when I turn my internet cable modem back into a router/modem. I have chosen
2016 Feb 16
2
Who patches the fixups?
Hi, I am trying to undertand which code in LLVM patches the fixups generated by assembler. Here is what I am doing: I use "llvm-mc" to compile X86 assembly code, like below: $ echo "jmp 5000" | ./bin/llvm-mc -assemble -triple=i386 -show-encoding -x86-asm-syntax=att -output-asm-variant=1 .text jmp...
2005 Jul 06
2
how to set language in capi
...conf language=it in sip.conf language=it in iax2.conf everything ok in call from sip and from iax The problem arises in outside call, coming trom CAPI Trunk I try language=it in capi.conf: no result: always language=en I found a german forum, and it seems to be a common problem ( I don't undertand a lot of german, anyway) ( cfr: http://www.ip-phone-forum.de/forum/viewtopic.php?t=17639) I also try to put exten => .,1,SetLanguage(it) in some places, but no result I am running asterisk 1-0-9 any help will be greatly appreciated Andrea Chi ricevesse questa mail per errore e' ge...
2006 Jan 24
3
what this line means exactly? (@@active_connections ||= {})
...ication, methode "active_connections" def self.active_connections #:nodoc: if allow_concurrency Thread.current[''active_connections''] ||= {} else @@active_connections ||= {} end end what the line "@@active_connections ||= {}" means exactly? as I undertands is if the class varaible @@active_connections has a value then return the value, otherwise return {}, but what is {}, a bloc of nothing??? or what? Thanks you very much Saiho __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protecti...
2011 Feb 07
2
fast optimization routines in R
Dear R help archive group, I am looking for a maximization routine that I can use to maximize a large variety of relatively complex likelihoods. I undertand (from previous posts) that coding the objective function more efficiently can help. However, the optimization routine employed seems important too. So far, I have tried the optimization routines optim, maxlik, trust and nlminb. The latter two are much faster than the first ones but nevertheless, it...
2004 Nov 18
5
Lexical Scoping: eval(expr,envir=)
Hi R-listers, I am trying to better undertand what we would call "functional paradigm" use of S/R to better map my programming activities in other languages. This little function is aimed to create an object (at the end end, it would have it's own class): -- myObject =function(){ list( a=1, foo=function(...
2007 Jul 26
2
multiple graphs
Does anyone have a simple explanation and example on how to add histograms or barcharts to an other graph like in the example at the R-graph gallery: http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109 looking at the code I'not undertand very well how to add graphs in arbitrary/clever position with an adequate scale. If somebody have a simplier example with explanations it will be highly appreciate. Best Daniele ------------------------------------------------------ Scegli infostrada: ADSL gratis per tutta l?estate e telefoni s...
2019 Oct 14
2
Detect version of smb being employed
...o you haven't really set anything ;-) > >Your problem is the lack of SMBv1, you must have this for network >browsing, Samba stopped using SMBv1 when 4.5.0 was released and >Windows has also turned it off on Win10, though you can still turn it >back on again on both. So, if I am undertanding you correctly, Samba shares will never show automatically in Win 10's "Network" unless I manually enter the URL or share name. Is that correct? > >Windows will negotiate the highest protocol possible. > >Rowland -- Gerard
2018 Feb 26
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Sat, Feb 24, 2018 at 12:59:04AM CET, stephen at networkplumber.org wrote: >On Thu, 22 Feb 2018 13:30:12 -0800 >Alexander Duyck <alexander.duyck at gmail.com> wrote: > >> > Again, I undertand your motivation. Yet I don't like your solution. >> > But if the decision is made to do this in-driver bonding. I would like >> > to see it baing done some generic way: >> > 1) share the same "in-driver bonding core" code with netvsc >> > put to...
2018 Feb 26
2
[RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
Sat, Feb 24, 2018 at 12:59:04AM CET, stephen at networkplumber.org wrote: >On Thu, 22 Feb 2018 13:30:12 -0800 >Alexander Duyck <alexander.duyck at gmail.com> wrote: > >> > Again, I undertand your motivation. Yet I don't like your solution. >> > But if the decision is made to do this in-driver bonding. I would like >> > to see it baing done some generic way: >> > 1) share the same "in-driver bonding core" code with netvsc >> > put to...
2007 Aug 23
5
Help about a QoS configuration
Hi, I would like to make a QoS configuration on a linux based dsl router. It is for a server, so I want to shape outgoing traffic, incoming traffic should not be a problem as long as I have a quite assymetric connection. I would like to achieve the following goals: 1) To have one class (p2p) having all the available bandwith if there is no activity on other classes. 2) If another class (ftp
2012 Dec 26
2
has value in a console but it's nil in my controller and my view?
I have this strange behavior and I don''t undertand why. Here is the thing: I have this record in my payment model: 1.9.3p286 :019 > u.payment.last Payment Load (0.3ms) SELECT "payments".* FROM "payments" WHERE "payments"."user_id" = 10 => [#<Payment id: 37, bank_name: "Mercantil", pla...
2005 Dec 29
2
has_many & belongs_to with Plugins (login_engine)
...User model in the login_engine. Hence I copied the user.rb from the <myapp>/vendor/plugins/login_engine/app/models to <myapp>/app/models and modified it as below class User < ActiveRecord::Base has_many :journal_entries include LoginEngine::AuthenticatedUser .. Now my limited undertanding tells me that after reloading the app, if I login and create a new journal entry, the user_id colum should be populated with the user_id of the user that created the entry but it''s not doing that. Am I missing something? Do I have to specify it explicitly somewhere? Or, since the user...
2009 Jan 12
1
Error in svd(S) : infinite or missing values in 'x'
...5 1 0 95 1 0 0 0 0 0 85 0 0 0 50 0 0 0 90 0 0 0 75 0 0 0 75 0 0 0 0 0 10 25 0 0 5 5 0 0 50 10 0 0 10 20 0 0 1 10 0 0 50 1 0 0 10 5 0 0 20 0 0 0 10 50 0 0 5 5 As far I could undestand, this error should appear due to missing data, but this is not the case of my table. I will apreciate any help to undertand what I am doing wrong. Thanks! Andre
2006 Feb 02
1
configuring lda
...file, I get "unknown protocol name" error. adding lda to the list of protocols doesn't seem to do the trick. lda was built during compile and the binary is present, piping into it manually spits error messages about missing config, so how do I go about the problem above ? It is my undertanding that using dovecot-lda would help maintain the indexes in proper state ( as opposed to using procmail and having to rebuild indexes from scratch upon delivery of large amounts of mail ) ? mucho gracias to you all. protocol lda { # If you wish to use plugins you need to specify plugin direct...
2009 Dec 15
1
Configure deliver to add ', S=<size>' to maildir message name
Hi, I want to use the zlib plugin to compress my mail storage. According to the wiki, only messages with size attribute in the message id should by compressed. If I added the size part, dovecot assumes it is a new message. While dovecot undertands the ',S=<size>' attribute (IMAP shows that size), I could not configure deliver to add the size to message name. I'm using dovecot v1.0.13 Regards, M. Alhashash
2006 Jun 02
1
Hi Master..
....................................... the problem that i have is that when I change the name file default to MAC address of the nodo 1 then not work and say Kernel panic, the pxelinux.0 not read this one (00:44:55:66:77:88) I changing again to default and work perfect.....so what going on ? I don?t undertand that... if you know that or if you had the same proble or similar can you please tell me something to help me .... I will be grateful of you..... many thanksand have a nice day..!! from Chile .. -- Ren? Harb Hoecker Electronic engineer F: 92128869 Valpara?so, Chile.
2007 Jan 09
1
Problem with polycom video conference
I have success register polycom in to asterisk and it can called by other extension. But why it can't calling other extension ? and i have warning from asterisk chan.sip.c:3602 process_sdp: Unknown SDP media type in offer: application 49200 RTP/AVP 100 anyone undertand this warning ?
2009 Dec 11
1
Problems with Rcmd install package
...ackages. My conclusion is that the problem is in the path that the perl script is looking for on the web it says that dos path can be abbreviated using ~1, however what does not make sense is the R-29~1.2 the version of R i am running is R-2.9.2 and there is a folder by that name etc.. i do not undertand why it says abbreviated R-29~1.2. Is this the problem and how do i correct it. many thanks Omar [[alternative HTML version deleted]]