search for: somenam

Displaying 20 results from an estimated 53 matches for "somenam".

Did you mean: somename
2016 Jul 17
2
Moving Maildir folders
Am 2016-07-17 um 02:36 schrieb Mark Foley: > Not quite there yet. The folders show up, but I cannot see the mail inside the folders unless > (in the Thunderbird client) I uncheck the setting "Show only subscribed folders". Still, the > top-level folder is shown as grayed-out/italics as well as the the sub-folder INBOX. All other > sub-folder at the same level as INBOX are not
2010 Dec 04
2
Strange config behaviour while using /etc/dovecot/auth.d/somename.auth
While using Ubuntu 10.10 + Dovecot 1.2.12 + Postfix 2.7.1-1: To export the authentication interface to Postfix, besides the usual smtpd_sasl_* lines at postfix, I am using: the following /etc/dovecot/auth.d/somename.auth file: socket listen { client { path = /var/spool/postfix/private/auth-client mode = 0660 user = postfix group = postfix } } But after restarting dovecot and doing a 'sudo dovecot -n' I get: ... socket: type: listen client: path: /var/spool/postfix/p...
2010 Mar 06
7
form_for, submit, and parameters disappearing
Consider the following: -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2011 Nov 11
2
One step way to create data frame with variable "variable names"?
Suppose plotx <- "someName" modx <- "otherName" plotxRange <- c(10,20) modxVals <- c(1,2,3) It often happens I want to create a dataframe or object with plotx or modx as the variable names. But can't understand syntax to do that. I can get this done in 2 steps, creating the data frame and then...
2016 Jul 17
3
Moving Maildir folders
...do not exist! > > Thunderbird will render the missing folders gray in the UI, you probably cannot > > subscribe to those, even from the subscribe dialogue. You should be able to > > create them though. > > That is correct. > > If you want to create the "path" Somename/Foo/Bar/Baz (as seen by the IMAP > client), even if only Somename and Baz contains messages, you must have the > entire "path", that is tour mailbox directory must contain the directories: > > .Somename > .Somename.Foo > .Somename.Foo.Bar > .Somename.Foo.Bar.Baz &g...
2007 Mar 19
1
How to set up different "bottles" in Wine, just like in Codeweaver's Crossover Office?
Hi all, How does one set up different "bottles" like in Crossover office? Meaning how do I isolate an installation of Program A from Program B, when running under Wine? is that possible? That's a neat feature they have in Crossover, but I can't seem to find any documentation of how to do the samething in generic WINE. Robert
2009 Feb 09
0
Problem with upper case extension names
It seems as if there is a problem if one uses Local/SomeName at some_context in a Dial application. If the extension is changed to somename then things work. I have an extension SomeName defined. In another extension I try to dial this extension and it does not work saying extension/context not found. The extension displayed has uppercase characters so the...
2012 Mar 02
0
server signing = mandatory aix 6.1 (abridged debug)
Using samba 3.5.12 on aix 6.1 when I set "server signing = mandatory" nothing can connect to my server. Included the smb.conf followed by errors showing up in the level 10 debug output. Thanks, >cat /usr/local/samba/lib/smb.conf [global] workgroup = somename netbios name = someserver server string = somename Samba Server %v security = user encrypt passwords = yes passdb backend = smbpasswd log file = /somename/somename_LOGS/log.smbd.someserver max log size = 200000 log level = 2 d...
1998 Nov 18
1
0.63 naming list elements
The following used to work (0.62.1 the latest that I used), and now it doesn't (0.63.0): force <- vector(mode = "list", length = 1) names(force)[1] <- somename It returns the error: Error in "[<-"(NULL, 1) : object is not subsetable You might argue that this approach is unnecessary now that R allows subscripts that are out of range (e.g., force<-list(); force[["name"]] <- 42) but I changed a lot of code to work as above, a...
2001 Sep 07
2
@ERROR
@ERROR: failed to open lock file /var/run/rsyncd.lock : No such file or directory solaris 2.6 (server) rsync 2.3.1 this has never been a problem before. This is a customer's error when trying to upload to our server. They claim it is not their end. I disagree. Anyway, I don't have their version info or OS. Matt
2011 Jun 11
2
Inspecting C code in an R package
Hello everyone, Trying to comprehend code of an R package, I encountered the problem that the interesting part of the function I'm inspecting is written in C-Code and called by ".C("somename", ....)". Now I can't inspect the C-Code the function is calling since I can't find it in the folder of the package. Does someone know, where the corresponding C-Code ist stored, so I could inspect it and comprehend what is happening? Thank you very much in advance! Regards Rom...
2007 Mar 09
3
Prayer, Maildir and Folders whose names begin with "."
...d ".Important". You can't have > subdirectories that start with two periods. A folder named ".prayer" would lead to a subdirectory being created called "..prayer" I think. Q. Can anyone confirm that you can't create Maildir folders called ".somename"? Q. Are there any other Prayer users out there using Dovecot and Maildir format mailboxes? What are you doing about the user-settings folder for Prayer? (And do you manage to hide it from view, so they can't tamper with its contents?) Cheers, Mike B-) -- The Compu...
2011 May 30
1
[LLVMdev] Reg2mem: Identifying introduced memory locations (also, what happens to the phi nodes)
...ons regarding this pass. 1. How would I tell which memory locations were introduced by the pass, and which memory locations were present in the original program? After a brief diffing of .ll files, I'd suppose that introduced "alloca"s would put their result in a variable named "somename.reg2mem". But is the ".reg2mem" suffix a reliable way to identify introduced allocas? 2. There seems to be no "phi" instructions after the pass. Does the pass always remove all "phi" instructions?
2006 Jul 14
1
passing an entire hash to an action
Is it possible to pass the entire contents of a hash to an action via link_to_remote? I know that when you want to pass a value you say link_to_remote("link name", :url => {:action=>"some action", :someName => someVal} ) This works for when you want to pass strings but I want to be able to pass a reference to a list of models that is stored in a hash to the action in the controller. Is this possible? -- Posted via http://www.ruby-forum.com/.
2006 May 08
1
file_column - url_for_file_column issue.
...bject in a view and pass it to url_for_file_column: <% @picture = Picture.new %> @picture.id = ... @picture.name = ... %> and then pass @picture in? I tried this but when I tried the name assignment, I got the following: Do not know how to handle a string with value ''somename.jpg'' that was passed to a file_column. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060508/2248a03d/attachment-0001.html
2006 Jun 25
3
Sorting results by column
I have the acts_as_ferret plugin installed. Everything searches great, but I would like to limit the results (i.e. by ''end_date'') and sort them (by ''end_date''). ''end_date'' is a valid column in my "posts" table. Here''s the code I have already: @posts = Post.find_by_contents(params[:query]) params[:query] comes from a
2004 Nov 03
1
Kernel Density estimation - locfit package
...sing the locfit package in "R" and would appreciate some help here. Could anyone tell me tell me how I can obtain the various components (x and y values)of the density estimation after using the "R" command "locfit"? For example, with the command "fhat<-density(somename)" I can obtain the x and y values by simply calling "fhat$x" and "fhat$y". This doesn't seems to work with the "locfit" command. Thank you in advance. Regards, Kwabena -------------------------------------------- Kwabena Adusei-Poku University of Goettin...
2008 Dec 10
1
Linking a library with init(argc,argv) function
Hi, I would like to embed the LibMesh library in R. I have already linked C++ code and build libraries as it is explained in the R-extension manual with trivial examples : dyn.load(paste("/home/default/LibFooR",.Platform$dynlib.ext,sep="")) I am facing a difficulty with loading a library depending on a library (libMesh) which needs an initialization function
2011 Jun 15
2
[Bug 724] New: Iptables doesn't delete rules matching if target is RATEEST - patch attached
...lists.netfilter.org ReportedBy: massimo at mmmm.it Estimated Hours: 0.0 In latest version of iptables (1.4.11.1) I can't delete a rule by matching it if the target of the rule is RATEEST. Copy-paste from terminal: #iptables -t mangle -A PREROUTING -i eth0 -j RATEEST --rateest-name somename --rateest-interval 250ms --rateest-ewmalog 4s #iptables -t mangle -D PREROUTING -i eth0 -j RATEEST --rateest-name somename --rateest-interval 250ms --rateest-ewmalog 4s iptables: No chain/target/match by that name. I saw in comments of the kernel code that the last part of the struct xt_rateest_...
2011 May 13
2
Popup window
How can I insert (:popup => true) into code below? <%= link_to "Source_#{i}", link.url , :style => "color:#0096FF;font- family:''LucidaGrande'',''Lucida Grande'',''Lucida Sans Unicode'',sans- serif; font-size: 11px; text-decoration: none; margin-right: 10px;" if link.show? %> -- You received this message because you