search for: intead

Displaying 20 results from an estimated 93 matches for "intead".

Did you mean: instead
2018 May 21
1
[PATCH 21/33] drm/nouveau: use match_string() helper
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: David Airlie <airlied at linux.ie> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com> --- drivers/gpu/drm/nouveau/dispnv04/tvnv17.c |...
2002 Oct 01
1
Default policy question
...on my shorewall''s locahost, i dont want to allow others hosts in my network to access my local cache, so, i have the following question: what''s the feault policy for fw -> fw access?, do i need a rule to ACCEPT from fw to fw tcp port 53 ? or i need to put localhost to localhost intead of fw to fw ? Thanks in advance, Miguel
2017 Apr 02
1
Getting error on port 995
...pe. Try changing the encryption method". > The error is only who is using Microsoft outlook2016. Kindly help. Help us help you. Please include output of "dovecot -n" and any relevant log entries. As a wild ass guess, I think maybe the client is using used "STARTTLS" intead of "SSL", or some other SSL requirement disagreement. Joseph Tam <jtam.home at gmail.com>
2006 Jun 13
1
derirect web page to file
Hi all, quick question to all of you ruby on rails experts. I need to redirect the output of a url to an actual physical file. In other words, I need to have what I see in the web browser to intead be written into a file. Any ideas? Thank you. Darkwax -- Posted via http://www.ruby-forum.com/.
2002 Apr 08
1
factor labels in model.frame
...n na.action = na.omit. > f <- gl(3, 2, 6, paste('m', 1:3, sep = '')) > r <- c(NA, NA, 3:6) > mf <- model.frame(~ r + f, na.action = na.omit) > mf r f 3 3 m1 4 4 m1 5 5 m2 6 6 m2 But it seems like it should be this > mf r f 3 3 m2 4 4 m2 5 5 m3 6 6 m3 intead. How do I get the second mf? Thanks a lot, Dennis R 1.4.1 Windows 98 __________________________________________________ Yahoo! Tax Center - online filing with TurboTax -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.t...
2004 Mar 25
1
Samba 3, winbind, win2k AD: Kerberos question
...-- Hash: SHA1 Hi folks, after a little head banging, I got winbind chatting with the domain control ( win2k server ) by hard coding my realm info into krb5.conf. My question is this: Is there a cleaner, more fault tolerant method than this? I googled, and read about dns srv records being used ( intead of hardcoding ), which I understand win2k uses to begin with, but I don't know how to turn those on on my linux box. Can anybody point me in the right direction? I'd apprecaite it. - -- Sean Kennedy PGP public key: http://tpno.org/keys/0xFC1C377F.asc -----BEGIN PGP SIGNATURE----- Version...
2005 Oct 27
2
Ajax.Updater to replace element, not the content
Is there something equivalent to Ajax.Updater to replace the element, intead of replacing it''s content ? An option to Updater, or another function ?
2014 Sep 30
4
[PATCH 1/2] appliance: Use dhclient instead of hard-coding IP address of appliance.
qemu in SLIRP mode offers DHCP services to the appliance. We don't use them, but use a fixed IP address intead. This changes the appliance to get its IP address using DHCP. Note: This is only used when the network is enabled. dhclient is somewhat slower, but the penalty (a few seconds) is only paid for network users. We could consider using the faster systemd dhcp client instead. --- appliance/init...
2015 Apr 24
4
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, Thanks for ur reply I have concern from long time I'm not able to login through softphone with AWS Cloud.Please let me know is there any document or guide line for the same. Regards Akhilesh On Fri, Apr 24, 2015 at 1:26 PM, Guenther Boelter <gboelter at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/24/2015 03:34 PM, akhilesh
2013 Nov 14
2
[PATCH] virtio-net: mergeable buffer size should include virtio-net header
...ot;virtio_net: migrate mergeable rx buffers to page frag allocators") changed the mergeable receive buffer size from PAGE_SIZE to MTU-size. However, the merge buffer size does not take into account the size of the virtio-net header. Consequently, packets that are MTU-size will take two buffers intead of one (to store the virtio-net header), substantially decreasing the throughput of MTU-size traffic due to TCP window / SKB truesize effects. This commit changes the mergeable buffer size to include the virtio-net header. The buffer size is cacheline-aligned because skb_page_frag_refill will not...
2013 Nov 14
2
[PATCH] virtio-net: mergeable buffer size should include virtio-net header
...ot;virtio_net: migrate mergeable rx buffers to page frag allocators") changed the mergeable receive buffer size from PAGE_SIZE to MTU-size. However, the merge buffer size does not take into account the size of the virtio-net header. Consequently, packets that are MTU-size will take two buffers intead of one (to store the virtio-net header), substantially decreasing the throughput of MTU-size traffic due to TCP window / SKB truesize effects. This commit changes the mergeable buffer size to include the virtio-net header. The buffer size is cacheline-aligned because skb_page_frag_refill will not...
2015 Apr 27
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
...at gmail.com> wrote: > Hi Akhilesh, > > SIP protocol use port 5060 (default) and many other ports to stablish > calls. You need to check if there is AWS firewall rule that allow your > communication from your client external IP and your AWS host. > > Also, think in use IAX intead of SIP, because SIP protocol has many > trouble when used with NAT, also IAX protocol use only one port (4569) to > everything. When i need allow external clients (throught NAT or not) i used > to use IAX. > > If you want i can help you in your environment (SIP or IAX). > > Att...
2012 Jan 11
1
R error in make check
...ack="-mkl=sequential" CC=icc CFLAGS="-O3 -mkl=sequential" F77=ifort FFLAGS="-O3 -mkl=sequential" CXX=icpc CXXFLAGS="-O3 -mkl=sequential" FC=ifort FCFLAGS="-O3 -mkl=sequential" LDFLAGS="-O3 -mkl=sequential" I also tried building with O2 intead of O3, it gave the same error on running "make check". I had previously built R 2.11.1 similarly on the same system, and that build passed all tests. Is this error sth to be concerned with? If yes, how to fix it? Many thanks in advance for the help Anirban -- Anirban Jana, PhD Seni...
2015 Apr 25
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
...at gmail.com> wrote: > Hi Akhilesh, > > SIP protocol use port 5060 (default) and many other ports to stablish > calls. You need to check if there is AWS firewall rule that allow your > communication from your client external IP and your AWS host. > > Also, think in use IAX intead of SIP, because SIP protocol has many > trouble when used with NAT, also IAX protocol use only one port (4569) to > everything. When i need allow external clients (throught NAT or not) i used > to use IAX. > > If you want i can help you in your environment (SIP or IAX). > > Att...
2006 Mar 18
2
ANN: capistrano-runit-tasks 0.1.0
...nks can be created to get tasks monitored. It''s available through gems, as a tar.gz or zip from http:// rubyforge.org/projects/cappy-runit/. You may have to wait a bit till rubyforge has the gem file available. The current TODO list is: * Make runner.create use file based templates * Intead of run "runsvctrl ..." have an sv helper method like sv :up, svc_dir * Setting for sv program to use, runsvctrl or sv * Automatically create log directories with custom templates * add_service(path, runner, logger = nil) helper function e.g. add_service(path, {:template => '...
2004 Mar 06
2
GlmmPQL with binomial errors
...t, regards the way I should arrange my data in a GlmmPQL with binomial errors. In glm, I am supposed to create cbind vector joining the "number of successes" and the "total-the number of successes". Should I proceed the same way for GlmmPQL of can I use a single column which, intead of containing the numbers, simply contains 0 or 1?. The reason for this question, is that I am trying to fit a variance components analysis with a single random effect and no fixed effects. The only way I know to test for the significance of the single level of random effects is by comparing th...
2005 Aug 09
6
Failed authentication to a mysql database (bug or PEBKAC?)
...dbname Both versions are compiled with the following settings: ./configure --prefix=/usr --localstatedir=/var --libexecdir=/usr/lib --sysconfdir=/etc/dovecot --enable-ipv6 --with-rawlog --with-ssl=openssl --with-pop3d --with-mysql "make" runs cleanly. Then I use "checkinstall" intead of "make install" because I want to generate an rpm package, but that shouldn't make any difference. Im using the following packages from suse (since im building the server upon a SuSE 9.3): mysql-4.1.10a-3.2, mysql-devel-4.1.10a-3, mysql-client-4.1.10a-3 and mysql-shared-4.1.10a-3...
2019 Jul 08
3
[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
...um.org. - patch v5: - Adapt new crypto modules for PIE. - Improve per-cpu commit message. - Fix xen 32-bit build error with .quad. - Remove extra code for ftrace. - patch v4: - Simplify early boot by removing global variables. - Modify the mcount location script for __mcount_loc intead of the address read in the ftrace implementation. - Edit commit description to explain better where the kernel can be located. - Streamlined the testing done on each patch proposal. Always testing hibernation, suspend, ftrace and kprobe to ensure no regressions. - patch v3: - Up...
2019 Jul 08
3
[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
...um.org. - patch v5: - Adapt new crypto modules for PIE. - Improve per-cpu commit message. - Fix xen 32-bit build error with .quad. - Remove extra code for ftrace. - patch v4: - Simplify early boot by removing global variables. - Modify the mcount location script for __mcount_loc intead of the address read in the ftrace implementation. - Edit commit description to explain better where the kernel can be located. - Streamlined the testing done on each patch proposal. Always testing hibernation, suspend, ftrace and kprobe to ensure no regressions. - patch v3: - Up...
2023 Jan 26
1
[PATCH 2/2] vhost: check for pending livepatches from vhost worker kthreads
...ched()) > > > > > schedule(); > > > > > } > > > > > + > > > > > + if (unlikely(klp_patch_pending(current))) > > > > > + klp_switch_current(); > > > > > > > > I suggest to use the following intead: > > > > > > > > if (unlikely(klp_patch_pending(current))) > > > > klp_update_patch_state(current); > > > > > > > > We already use this in do_idle(). The reason is basically the same. > > > > It is almost impossible to l...