search for: nothere

Displaying 20 results from an estimated 77 matches for "nothere".

Did you mean: nethere
2004 Jul 22
3
Replace only Capital Letters
Dear All, I have these data: exampledata <- c("This is one item", "This is Another One", "And so is This") I would like to find each occurence of a blank space followed by a Capital Letter and replace it by a blank space, a left curly brace, the respective Capital Letter, and then a right curly brace. I thought the following will do: gsub(pattern = "
2011 Aug 05
1
Very silent R
Dear List, How can I get R to display error messages, for example, if I try to change to a non-existent directory or try to load a library that is not installed? Currently R is very silent. I did fix the problem once using 'options' (show.error.messages, I think), but id doesn't seem to be working any more, and R doesn't tell me if I have an error in my command. Please let me know
2007 Jan 16
1
<BR> and <P> in RedCloth v. Textism
Hi, I''m using RedCloth right now for some simple markup in a Rails project. It''s simple and easy - thanks for a great tool! I have a question about an apparent discrepancy between RedCloth and Textile, relating to newline characters. I''ve played with the "hard_breaks" feature and that seems to generate it''s own problems.. If I go onto the Textile
2008 Nov 20
3
Maybe a dumb question, but....
Folks, I am totally ignorant about xen, and while I've been doing a little reading, I've not yet figured out if xen is running under CentOS or if CentOS is running under xen on this 5.2 version of CentOS. I do know that the whole system from the user standpoint is way slower than it was under 4.7. Heck, I can't even find much on what to do with xen, much less figure out how to
2007 Nov 20
5
Compound search / grouping
Hi, Following problem: We have a tree structure with children and a root element (recursivly) stored in one table (imagine a threaded forum). Each of the children has a title which should be indexed by ferret. Now we want to make a search that returns only the root and searches all items. So if one node has "expensive" and nother node has "car" I want to enter
2006 Feb 19
3
Is there a ''right'' way to do _tag field validation?
I''m reading the Ruby on Rails book by the pragmatic programmers, and it has a brief section on using the _tag input fields (text_field_tag, etc) to collect form data for fields that don''t represent fields in a model. They do validation manually in the controller, which seems really clunky. Is there any way to normalize the form validation between model input fields and non-model
2008 Jun 19
9
slow samba
I have a samba version 3.024 server joined to a ADS as a "Workstation or server" acting as a file/print server. It is a Debian 4.0 amd64 up to date with stable. ftp works just fine so not network, must be samba config. vary slow file transfer when copying file from one computer but copy from two or more at the same time speed is 10 times faster. You will be copying a 600MG file with one
2016 Oct 10
2
another little howto, this time for CTDB
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, here is a nother howto to set up a CTDB-Cluster together with GlusterFS. https://www.kania-online.de/wp-content/uploads/2016/10/ubuntu-cluster.tx t Stefan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iEYEARECAAYFAlf7ttYACgkQ2JOGcNAHDTYdWQCgsjoQa0W1G/SMYM0PeoAC6Ly0 I7gAnAzSHI+PtTEMmcdVdfV6CkFDNqCi =jsDs -----END PGP
2015 Oct 20
1
[PATCH v3 03/13] v2v: factor out populating targets list
Besides, it doesn't need guestfs handle open so move this step earlier in the process. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> --- v2v/v2v.ml | 77 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/v2v/v2v.ml b/v2v/v2v.ml index 155eb83..4257b8d 100644 --- a/v2v/v2v.ml +++ b/v2v/v2v.ml @@ -58,6 +58,7
2006 Apr 30
2
Error in controls.rb
Anyone else seeing this error when clicking on the radiobox page? undefined method `'' for #<MyRadioBox:0x2d6c0c0> Roy
2015 Jan 22
1
Postfix Dovecot LDAP setup
[EDIT]: Sorry about the second mail. ignore the first one - it had try & and error mistakes in. Problem is still the very same as explaned below. Thanks a lot. Hi, since days I'm trying to substitude my SQL based Postfix/Dovecot mail server by a LDAP based setup. Everything seems to go smooth so far - thanks to the many how to and Dovecot wiki. Unfortunately I'm struggeling,
2007 Oct 21
2
xattrs: Permission denied?
I've found a(nother) bug with the xattr code: kiwiw:~/x terpstra$ uname -a Darwin kiwiw.lan 8.10.0 Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC Power Macintosh powerpc kiwiw:~/x terpstra$ echo test > bar kiwiw:~/x terpstra$ xattr --set broken demo bar kiwiw:~/x terpstra$ chmod 0444 bar kiwiw:~/x terpstra$ rsync-3.0 -aHAXSx bar
2008 Dec 13
2
weird pasting of ".value" when list is returned
could someone explain why the name of FPVAL gets " .value" concatenated onto it when the code below is run and temp is returned. I've been trying to figure this out for too long. It doesn't matter when I put the FPVAL in the return statement. It happens regardless of whether it's first or last. Thanks. f.lmmultenhanced <- function(response, pred1, pred2) {
2006 Aug 20
7
missing terms in index causing search errors
I am unable to find results for models when one or more of the terms are not being indexed. Lets suppose I index a User on the phrase "Ruby on Rails." If I then search using User.find_by_contents("Ruby on Rails") I get no results, since "or" is a common term and does not get indexed. Of course, User.find_by_contents("Ruby Rails") works just fine. I
2007 Jun 24
3
Moving user accounts from a domain to another - and changing their logins
Hello everyone, I have two domains, let's call them D1 and D2. D1 is: - heavily modified, cumbersome, Linux RH 7.3 based, - samba 2.2 based, - using the old LDAP samba schema, - implementing Unix services/Windows logon SSO via the means of the LDAP schema with Kerberos added in the picture. D2 is: - stock, clean Linux RHEL4 based, - Samba 3.0.11 based, - using the newer Samba SAM LDAP
2007 Aug 20
8
[sorta offtopic] Removing bad bytes from filenames
I'm moving my Ogg Vorbis collection off of my Linux server and onto my laptop. I plan on using iTunes to play my collection, but, that's a whole 'nother can of worms. I'm having trouble moving my complete collection over because dbPowerAmp (an application I used to love) made some dumb decisions about naming my files. For example, in track/album/artist names that contained a
2003 Sep 17
3
Using POSIX?t rather than "chron" or "date"
The problem with POSIXt is that you must consider timezones and daylight vs. standard time issues even if you don't want to. This violates modularity (viz. your routines becomes coupled to unrelated information) and leads to subtle errors where different routines are assuming different time zones. The problem is that the time, date, day of the week, month, etc. of a date depend on its
2006 Oct 31
1
Asterisk does not bridge zap channels on outgoing calls
...ions.conf ----------------------------- [macro-faxreceive] exten => s,1,SetVar(FAXFILE=/var/spool/asterisk/fax/${CALLEDFAX}/${UNIQUEID}) exten => s,2,rxfax(${FAXFILE}.tif) [macro-stdexten] ;exten => s,1,Dial(${ARG2},120,t) ;exten => s,2,Goto(s-${DIALSTATUS},1) ;exten => s,105,Goto(nothere,s,1) exten => s-NOANSWER,1,Voicenail(u${ARG1}) exten => s-NOANSWER,2,Goto(nothere,s,1) exten => s-BUSY,2,Goto(nothere,s,1) exten => _s-.,1,Goto(s-NOANSWER,1) [macro-out-mediasat] exten => s,1,Set(MEDIASAT=81.180.226.177) exten => s,2,Set(CALLERID(number)=0318243800) exten =>...
2003 Jan 06
1
replacing a w2k machine with samba 2.2.7a
Hi. First, i would like to thank samba developers for producing such a good product. Second, i have a few questions/remarks : I have recently replaced a w2k file server running in w2k domain (native mode) with samba 2.2.7a on RH 7.3 with the latest kernel, no acl, configured winbind, and ran into the problem described here :
2005 Mar 31
0
blackbox win32
Have anybody managed to get blackbox running on wine ? I have an old installation and no internet on my home computer and just wanted to check if it would run, it really makes windows look nice :-) .. so I figured I'd give it a spin and check if it would be able to round up some wine bugs. However the installation failed, so I can't even run it, this is the reason for asking, is it