Displaying 17 results from an estimated 17 matches for "resol".
Did you mean:
resolv
2012 Jul 07
5
number of decimal places in a number?
Dear R users,
I need a function that gets a number and returns its number of actual decimal places.
For example f(3.14) should return 2, f(3.142) should return 3, f(3.1400) should also return 2
and so on. Is such function already available in R? If not, could you give me a hint how to achieve that?
Many thanks in advance.
-----------------------------------------------------------------
2017 Jul 28
2
High load on CPU due to glusterfsd process
...increase on CPU which reaches upto 70-80 sometimes.
when we started debugging, found that the io_worker thread is created to
server the IO request and consume high CPU till that request gets completed.
Could you please let me know why io_worker thread takes this much of CPU.
Is there any way to resole this?
--
Regards
Abhishek Paliwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170728/531480bc/attachment.html>
2005 Dec 01
1
No aswer to my winbind problems ?
Hi
anyone can help me to resol my big problems ?
thanks bye
2017 Aug 02
0
High load on CPU due to glusterfsd process
...pto 70-80 sometimes.
>
> when we started debugging, found that the io_worker thread is created to
> server the IO request and consume high CPU till that request gets completed.
>
> Could you please let me know why io_worker thread takes this much of CPU.
>
> Is there any way to resole this?
>
> --
>
> Regards
> Abhishek Paliwal
>
--
Regards
Abhishek Paliwal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170802/5afabc88/attachment.html>
2003 Dec 15
1
nls arguments
...t I use
it in the equation of my "f" function), it does not work :
f<- function (tt,*Xo*,a,b) ifelse(tt<150,a*exp(-b*tt),a*exp(-b*tt))
or : f<- function (tt,*Xo*,a,b)
ifelse(tt<*Xo*,a*exp(-b**Xo*),a*exp(-b*tt)) #it is this
equation I would like to resole
ajust<-nls(RER~f(tt,*Xo*,a,b),data=data.frame(tt=Ph2[,2*k],RER=Ph2[,2*k+1]),start=list(a=0.5,b=0.014,*Xo*=150))
/Error in nlsModel(formula, mf, start) : singular gradient matrix at
initial parameter estimates/
Would you have any idea to help me.
Thanks a lot
Karine Chenu
2006 Jun 06
1
Asterisk 1.2.7.1 bad file descriptor
...n("/etc/asterisk/enum.conf", O_RDONLY) = 9
write(1, "Found\n", 6Found
) = 6
fstat64(9, {st_mode=S_IFREG|0660, st_size=586, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x4103f000
read(9, ";\n; ENUM Configuration for resol"..., 4096) = 586
read(9, "", 4096) = 0
close(9) = 0
munmap(0x4103f000, 4096) = 0
Asterisk Ready.[1;37;40mAsterisk Ready.\n", 27
) = 27
write(1, "\33[0;37;40m", 10) = 10
rt_sigprocmask(SIG_UN...
2002 Nov 15
1
MAC Server support
Hi all,
I needed to have a kind of MAC support for rule servers as I do DNAT to
hosts that are
served by a DHCP server.
So I did the following :
When Shorewall script find a MAC address as a server, it tries to get his
IP thru the
arp table and then "resolve" the ARP address to the IP address of the client.
Of course the main limitation of this is that you''ll have to restart
Shorewall each time
your client''s IP changes.
The other limitation is also that it only works if the arp entry is in your
arp table when
you launch shor...
2003 Sep 18
0
Using Samba 2.2.7.a and PlainText Auth
...sword is due to some really old Windows95 machines that will not work
with any kind of hashed authentication (I know... I know... not my
choice. but hey gimme a break!)
I have cannot just jump to v3 if that is the fix... but I'd like to know
if anyone else has seen anything like this, have you resoled it. Or is
this a NEW one? It has only started happening since we added the
WindowsXP machines and only happens to them.
Hope this is clear enough.
--
greg, greg@gregfolkert.net
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry
Dear David, Never was a man so badly meant to wear corrective gla...
2014 May 07
0
LibvirtError: Operation not supported : JSON monitor is required
Hi
Thanks for chenhanxiao@cn.fujitsu.com help , I have resole the problem (libvirt 1.2.4 and virt-manager 0.9.0 are not incompatible)..but when I created VM by virt-manager ,it reported :
unable to complete install: 'Opertation not supported: JSON monitor is required.'
Traceback(most recent call last):
File "/usr/share/virt-manager...
2014 May 09
0
[Solved]:LibvirtError: Operation not supported : JSON monitor is required
...Error: Operation not supported : JSON monitor is required).
yajl-devel package must be intalled before compile and install libvirt 1.2.4 .....
then rebuild and install libvirt-python 1.2.4
every thing is OK.....
Hi
Thanks for chenhanxiao@cn.fujitsu.com help , I have resole the problem (libvirt 1.2.4 and virt-manager 0.9.0 are not incompatible)..but when I created VM by virt-manager ,it reported :
unable to complete install: 'Opertation not supported: JSON monitor is required.'
Traceback(most recent call last):
File "/usr/share/virt-manager...
2011 Oct 12
1
Adding a machine acount
...ogon_creds_server_check failed.
Rejecting auth request from client LEDA machine account LEDA$
I'm a little lost now. I wouldn't mind if someone can explain or
confirm if I should do smbldap-useradd and pdbedit to add an account
(machine or otherwise) but I'd really appreciate some help resoling
this authentication problem.
Thanks in advance,
Dermot.
2019 Jun 21
2
Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
...ani at amd.com>
Cc: Rui Ueyama <ruiu at google.com>; llvm-dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
[CAUTION: External Email]
I haven't had a chance to look, but as mentioned, the linker resolution for the symbol is exported, which explains the LTO side behavior. Someone from the linker will probably need to see what changed in the symbol info they are giving LTO is changing after that patch. If you want you can debug lld's BitcodeCompiler::add to see what info is different in the Re...
2013 Apr 13
3
Cannot reach http://localhost:3000 after starting Ruby on Rails server
...#39;
from C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/
activesupport-3.2.13/lib/ac
tive_support/dependencies.rb:251:in `require''
from C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/
activerecord-3.2.13/lib/act
ive_record/connection_adapters/abstract/connection_specification.rb:
50:in `resol
ve_hash_connection''
from C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/
activerecord-3.2.13/lib/act
ive_record/connection_adapters/abstract/connection_specification.rb:
41:in `resol
ve_string_connection''
from C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/
activerecord-3.2.13/l...
2013 Aug 01
2
Managing a Samba4 AD DC using a Win7 workstation
Hello,
I just installed Samba4 using the following doc :
http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
Everything works Ok. All tests are Ok.
Now, I would like to manage it from a remote Windows7 Virtualbox
workstation.
For that, I followed the following doc :
http://wiki.samba.org/index.php/Samba_AD_management_from_windows
I installed the RSAT component but when trying to connect the
2019 Jun 24
4
Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
...t;llvm-dev at lists.llvm.org>
>> *Subject:* Re: [llvm-dev] Expected behavior of lld during LTO for global
>> symbols (Attr Internal/Common)
>>
>>
>>
>> [CAUTION: External Email]
>>
>> I haven't had a chance to look, but as mentioned, the linker resolution
>> for the symbol is exported, which explains the LTO side behavior. Someone
>> from the linker will probably need to see what changed in the symbol info
>> they are giving LTO is changing after that patch. If you want you can debug
>> lld's BitcodeCompiler::add to...
2019 Jun 20
2
Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
...Mani, Suresh <Suresh.Mani at amd.com>; llvm-dev <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] Expected behavior of lld during LTO for global symbols (Attr Internal/Common)
[CAUTION: External Email]
LTO can, but it is linker driven. I confirmed that when it is a common symbol the resolution indicates that the symbol is exported, and when I add an initializer so that it is a def we no longer think it is exported and are able to internalize. So this seems to be due to a change in what the linker is telling LTO. I would have to dig in the debugger to confirm, but perhaps lld is now...
2009 Oct 08
12
resolv.conf rewritten every reboot. How to figure out who and why?
My machine has a static IP, with dhcp and IPv6 disabled. Every time I
reboot, some process rewrites /etc/resolv.conf, including a comment
about dhcpclient. The only package I have installed that shows up in
"rpm -qa|grep -i dhcp" is dhcpv6-client-1.0.10-16.el5, and nothing in
there is named dhcpclient.
I'd like to figure out what software is rewriting this file and why.
man 5 resolv.conf and...