search for: thusly

Displaying 20 results from an estimated 282 matches for "thusly".

Did you mean: thus
2009 Dec 28
10
samba 3.3 for opensuse 10.2
Hallo and Merry Christmas to all! I need the rpm-files of samba 3.3 or later for opensuse 10.2. The repo isn?t available any more, so can anybody help me here? Thanks in advance! Peter
2006 May 25
2
page.replace_html
...est , NY 12344 \n \n Phone: (999)999-8888 \n\t\t\n\n \n \t\n \t\thttp:// \n \t\n \n \n \n"); } catch (e) { alert(''RJS error:\n\n'' + e.toString()); alert(''Element.update(\"formdiv\", .\n\n\n \n In formdiv. Does anyone have any ideas why this would display thusly? -- Posted via http://www.ruby-forum.com/.
2020 Feb 18
1
Message-id parsing by sieve
...Feb 18 12:49:42 mail dovecot: lmtp(24320:linux at xxx.armlinux.org.uk): sieve: msgid=<VI1PR04MB513558BF77192255CBE12102B0110 at VI1PR04MB5135.eurprd04.prod.outlook.com>: stored mail into mailbox 'INBOX' The first was received direct from the recipient with a message-id line formatted thusly: Message-ID: <VI1PR04MB513558BF77192255CBE12102B0110 at VI1PR04MB5135.eurprd04.prod.outlook.com> The second was received from the mailing list with a message-id line formatted thusly: Message-ID: <VI1PR04MB513558BF77192255CBE12102B0110 at VI1PR04MB5135.eurprd04.prod.outlook.com> It...
2017 Jun 05
3
VirtRegMap invariant: no reserved physical registers?
...PhysReg = VRM->getPhys(VirtReg); ... assert(!MRI->isReserved(PhysReg) && "Reserved register assignment"); Indeed there is a case where PhysReg may be a reserved physical register. Specificially, RegAllocPBQP::finalizeAlloc() may select a physical register thusly: const TargetRegisterClass &RC = *MRI.getRegClass(LI.reg); PReg = RC.getRawAllocationOrder(MF).front(); ... VRM.assignVirt2Phys(LI.reg, PReg); The documentation for TargetRegisterClass::getRawAllocationOrder() notes that the collection may include reserved registers. So...
2008 Jan 26
1
How come tap:aio doesn''t work?
Hi, xen-3.0.3-41.el5 on RHEL5.1 I''m trying to use tap:aio thusly: disk = [ ''file:/var/lib/xen/images/webmail.golden.net.img,hda,w'' _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Apr 24
3
Faster Sound Files
I'd like to increase the speed of the Asterisk sound files. Miss Alison talks a bit slow. I can use sox to increase the speed, but then the pitch changes and she starts to sound like a chipmunk. Any audio experts out there know how I can increase the speed a little bit, and change the pitch accordingly so that she sounds ... normal? Thanks Doug.
2006 Jan 19
1
Samba 3.0.14 - files visible, cannot double-click them from Windows clients
...ly domain controller in a network consisting of 8 Windows 2000 clients and two Windows 98 clients. The server is running as a virtual machine in Xen and connects to the network over a bridged interface (I mention this because it may be relevant to the problem). 1. If the Samba server is configured thusly: [global] domain master = yes local master = yes preferred master = yes os level = 65 No workstations are able to browse the network. 2. If the Samba server is configured thusly: [global] domain master = no local master = no preferred master = no os level = 0 and at least one other workstatio...
2002 Mar 06
1
Possible bug in 2.2.3a source/script/installbin.sh (with patch)
...he --with-privatedir= option to ./configure it just blindly uses $BASEDIR/private instead. I think the fix would be:- a) move directory creation out of installbin.sh altogehter (after all what's the installdirs: target for in the Makefile?) OR b) add an extra parameter to installbin.sh thusly:- *** source/script/installbin.sh Fri Jan 12 19:28:02 2001 --- source/script/installbin.sh.N Wed Mar 6 17:28:25 2002 *************** *** 5,10 **** --- 5,11 ---- BINDIR=$3 LIBDIR=$4 VARDIR=$5 + PRIVATEDIR=$6 shift shift shift *************** *** 11,17 **** shift shift ! for...
2017 Mar 04
2
CentOS 7 iso file SHA-256 hashes
...ame. So, my question is tri-fold. what's the SHA-256 hash supposed to be for the file given when clicking the 'Everything' link on centos.org. then, why is the 'official' download link sending a file that's not listed in the hash results. and finally, why is the file sent thusly, different from another 'everything' iso allegedly from the same build? Thanks.
2009 Jan 26
2
how to "vectorize" this?
...I want I have the following issue: I want the subset of x which has a code contained in the key dataset. That is, if x[i] is contained in the key dataset, I want to keep it. Note that x may contain multiple of the same codes (or obviously none of that code as well) I currently use two for-loops thusly in my R-code: k=1 y=data.frame(1,stringsAsFactors=FALSE) for(i in 1:length(x)){ for(j in 1:length(key)){ if(x[i]==key[j]){ y[k]=x[i] k=k+1; } } } However, my dataset (x in this example) is pretty large, so I want to avoid using two for-loops. Does anybody know an easier way to approach t...
2004 Dec 07
4
Transfer on Snom 190
I cannot get the transfer button to work on a Snom 190, I cannot get the # to work either. Any ideas? Regards Thorben -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041207/5ac06747/attachment.htm
2010 Jun 08
2
Logical vector question
If I create a vector thusly > v1 <- runif(20, min=0, max=1) > v1 [1] 0.9754443 0.6306228 0.3238158 0.3175769 0.6791534 0.6956507 0.3840803 [8] 0.1421328 0.8592398 0.4388306 0.9472040 0.4727435 0.5645302 0.7391616 [15] 0.6116199 0.2727754 0.2657867 0.5261744 0.8764804 0.2032126 And I want to create a logical vecto...
2005 Sep 23
4
CallerID issue
...o. I'm having trouble with callerid on outgoing calls. The recipient of the call only sees "unknown" rather than the number I'm specifying. If I set callerid info when calling an internal extension then I see the callerid name and number when I call that extension. I did that thusly: exten => 101,1,Set(CALLERID(number)=1112223333) exten => 101,2,Set(CALLERID(name)=fiznucked) exten => 101,3,Dial(SIP/officeata1,20,tr) that works. But the callerid doesn't work when I try to call out through teliax. exten => _1XXXXXXXXXX,1,Set(C...
2004 May 20
4
Valid users question
...opions: --with-winbind --with-pam --with-smbmount The goal is to authenticate via the Windows Domain and allow access via Windows groups. The syntax in my smb.conf looks like this: valid users = DOMAIN\SOMEGROUP However, it doesn't work no matter what. I can authenticate individual users thusly: valid users = DOMAIN\SOMEUSER I've read about the "@" "+" and "&" syntax, but they only seem to represent Unix & Nis groups. Is there another way to represent Windows groups? Or is my config the culprit? Here's the conf file: smb.conf: [global]...
2006 Apr 18
9
SQL Syntax Errors
...my steps, as well as reinstalling Ruby on Rails in its entirety. I imagine this is probably a problem with my specific project. Basically I am trying to create a sub-record (quote_item) from the super page. I am using the video with the blog example as a model. I''m creating my record thusly: Quote.find(params[:id]).quote_items.create(params[:new_quote_item]) and I know that the record is being sent: (from the error page) Parameters: {"commit"=>"Add Item", "new_quote_item"=>{"name"=>"j", "body"=>"jkl;&qu...
2012 Jan 11
3
turning a list of vectors into a data.frame (as rows of the DF)?
...the description) like it might do the trick:   do.call(rbind, Map(as.data.frame,lst1)   But I get the error: Error in match.names(clabs, names(xi)) :   names do not match previous names   Thinking the source of the error had to do with the vectors of unequal lenght, I tried Hadley's rbind.fill thusly:   library(reshape) do.call(rbind.fill, Map(as.data.frame,lst1)   Which produced a dataset, but gain, not in the desired format.   Thanks in advance to anyone that can bring my frustrations to end! C [[alternative HTML version deleted]]
2005 Mar 10
5
dispatch.fcgi dieing randomly
...e pretty much is at a 0.00 or 0.01 load time. (Cool.) But if I hit the site before everything has settled down, a 500 with no further useful information. Just waiting and retrying seem to make things better, but it''s maybe a minute before anything works. The apache logs are discriptive thusly: FastCGI: incomplete headers (0 bytes) received from server "/home/ws/myelinate/public/dispatch.fcgi" and from /var/log/apache2/error.log FastCGI: (dynamic) server "/home/ws/myelinate/public/dispatch.fcgi" (pid 19296) terminated by calling exit with status ''0'...
2007 Mar 15
5
rake spec:views no transaction error
Hello, I have recently upgraded to the 0.8.2 release of rSpec, and I am receiving the following message with each view spec execution: WARNING: there is no transaction in progress I have upgraded the rspec_on_rails plugin as well, and both the model and controller tests are working flawlessly. Is there some simple step I missed? thanks for the input. -Chris -------------- next part
2014 Jul 31
2
[LLVMdev] suspicious typo in MCObjectDisassembler.cpp
Any chance of adding some missing test coverage here? That code was dead (& evidently untested) before... On Thu, Jul 31, 2014 at 11:37 AM, Eric Christopher <echristo at gmail.com> wrote: > I believe you are correct. Fixed thusly: > > dzur:~/sources/llvm> git svn dcommit > Committing to https://llvm.org/svn/llvm-project/llvm/trunk ... > M lib/MC/MCAnalysis/MCObjectDisassembler.cpp > Committed r214416 > > -eric > > > On Thu, Jul 31, 2014 at 10:26 AM, xliu <navy.xliu at gmail.com> wrote:...
2015 Feb 26
4
Call for testing: OpenSSH 6.8
On Thu, 26 Feb 2015, Damien Miller wrote: > > Yes I saw that later. > > > > The testsuite build fails on Solaris 2.6 thusly: > [...] > > regress/netcat.c:1037: error: 'struct msghdr' has no member named > > 'msg_control' > > ah, looks like we need to copy some bits from monitor_fdpass.c Perhaps like this: diff --git regress/netcat.c regress/netcat.c index 3f100bd..29e85bf 100644 -...