search for: undertanding

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

Did you mean: understanding
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 5000 # encoding: [0xeb,A]
2005 Jul 06
2
how to set language in capi
I am trying to use language=it in asterisk I downloaded the sound package and installed it I added country=it in indications.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
2006 Jan 24
3
what this line means exactly? (@@active_connections ||= {})
Hi, I have problem to understand this line does exactly? this is from the class ConnectionSpecficication, 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
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
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(b) { cat("b:",b)
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
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
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
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", plan: "Plan Uno", date:
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 mo...
2009 Jan 12
1
Error in svd(S) : infinite or missing values in 'x'
Hi everyone. I was running correspondence analysis in R with the package 'ca' and I got a error message that I could not solve. > summary(ca(gui)) Error in svd(S) : infinite or missing values in 'x' #where gui is my dat table as follows: 0 90 1 1 0 90 0 0 0 90 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
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 directory...
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
2006 Jun 02
1
Hi Master..
Hi Master... I am Rene Harb Hoecker and from Chile..... nice!!! I would like to ask you.......... so I am using pxe and when I configure this one with pxelinix.0 and this file read pxelinux.cfg and inside there is the config file default. it is work perfect....... default file say so : DAFAULT Gentoo1.4 LABEL Gentoo1.4 KERNEL linux APPEND nfsroot=3D192.168.10.10:/tftpboot/nodo1 IPAPPEND 1
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
Dear all I have tried several times to make and install an R package that i created. However, whenever i get to the last step and try to install the package i get the following error: C:\Rtools\bin>rcmd install "C:\program files\R\R-2.9.2\bin\Test_1.0.tar.gz" Can't open perl script "C:\PROGRA~1\R\R-29~1.2/bin/install": No such file or directory i have re installed