search for: dynmaically

Displaying 13 results from an estimated 13 matches for "dynmaically".

Did you mean: dynamically
2007 Jun 12
2
[OT]Web-Based Data Brushing
I apologize for the off-topic post, but my Google search did not turn up much and I thought people on this list my have knowledge of this. I am looking for examples of data brushing (i.e. dynmaic linked plots) either on a web site, or in a web-based application, such as an AJAX app. Even better if there is a way to do this in R. Thanks for any help. -Roy M. **********************
2006 Jul 22
2
fetching records from tables
Dear all, I have a doubt, How to fetch records from tables, which are not having ID field as its primary key. If possible, please tell me to way to extract data from those tables. -- with regds, Nahalingam N. Kanakavel. (http://www.nahalingam.bravehost.com/PlanetN/) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2018 May 02
4
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
Hi Rowland, Am 02.05.2018 um 14:27 schrieb Rowland Penny via samba: > Try adding 'dns update command = /usr/sbin/samba_dnsupdate > --use-samba-tool' to smb.conf > > and run 'samba_dnsupdate --all-names --use-samba-tool' we did this and we now getting the following error-message: ----------- . . ERROR(runtime): uncaught exception - (9711,
2019 Aug 05
4
No dynamic dns updates if client ip changed
Hi, ? I've a problem with the dynamic dns updates. It seems they won't work. ? Most of my clients have a dynmaic IP so sometimes they change. If I do a ping to the name, it tries do ping the old ip insead of the changed new one. ? I tried a "samba_dnsupdate --verbose" and got a looking/checking output and at least a "No DNS updates needed". But the client still has the
2018 May 02
1
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
On Wed, 2 May 2018 19:29:15 +0200 Stefan Kania via samba <samba at lists.samba.org> wrote: > Hi Rowland, > > we ran samba_updatedns because we get the error > "ERROR_DNS_UPDATE_FAILED" when joining a Samba-host to the domain. > We go by the wiki > https://wiki.samba.org/index.php/Troubleshooting_Samba_Domain_Members#DNS_Update_failed:_ERROR_DNS_UPDATE_FAILED
2018 May 02
0
samba_dnsupdate --all-names -> dns_tkey_negotiategss: TKEY is unacceptable
Hi Rowland, we ran samba_updatedns because we get the error "ERROR_DNS_UPDATE_FAILED" when joining a Samba-host to the domain. We go by the wiki https://wiki.samba.org/index.php/Troubleshooting_Samba_Domain_Members#DNS_Update_failed:_ERROR_DNS_UPDATE_FAILED and we checked the dynmaic DNS update as written in the wiki: https://wiki.samba.org/index.php/Testing_Dynamic_DNS_Updates
2019 Aug 05
0
No dynamic dns updates if client ip changed
Rowland missed one ;-) .. Remove : domain logons = Yes This one is only for NT4PDC/BDC setups. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland penny via samba > Verzonden: maandag 5 augustus 2019 15:19 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] No dynamic dns updates if client ip
2004 Oct 09
0
symbol clash with vorbis
Hi all, Speex and the Vorbis library both define internally used functions with the names: drft_init drft_forward drft_backward drft_clear When Speex and Vorbis are used as dynmaic libs, there is no symbol clash because both libraries limit the number of functions they export to what is absolutely necessary. However, when linking static versions of these two libraries, the names
2004 Feb 22
2
oh323 codec negotiation
Hello I had this codec negotiation with oh323 call. i used G723 codec and the provider had G729 as first priority. In this situation what ever number i dial i used get "No one there to answer the call". As soon as i changed my codec to G729 the call went through but had other problems, which i got away by dowloading the latest code for oh323. Has anyone seen this problem? or it is
2013 Sep 16
1
Fwd: Samba4 DC with multiple IPs
Hi, I installed a samba 4 DC. It works fine, however it autoregisters all IPs in DNS (Dynmaic Update). This bears the problem that when a client wants to connect to the DC it connects using a wrong ip. I tried to remove the IP using dnsmgmt.msc, this works for around an hour than the "wrong" address is back again. Is there a way to limit dynamic updates to a specific interface or can
2005 Dec 23
6
Save using Update
Hi, I want to update an existing row in table "items" where items.id == 10 I tried this: item = Item.new item.f1 = ... item.f2 = ... ... item.id = 10 item.save I got an error Duplicate entry ... for key 10 : INSERT INTO items ... How do I make item.save to use UPDATE instead of INSERT? -- Posted via http://www.ruby-forum.com/.
2009 Jun 15
4
books on Time series
Dear list fellows, I want to study time series and use R to analyse time series of fishing data from several species (landings and cpue) investigating the correlation between them and with environmental factors (water temperature, wind, etc.). Searching at Amazon I found three books with examples in R: Time Series Analysis: With Applications in R by Jonathan D. Cryer and Jonathan D. Cryer
2009 Jun 15
0
books on Time serie
A time series text with a title that seems designed to hide its wide scope is: Forecasting with Exponential Smoothing The State Space Approach Hyndman, R.J., Koehler, A.B., Ord, J.K., Snyder, R.D. Springer 2009. This book is actually an excellent overview of time series theory, ARIMA as well as state space. It is of course, in part, a manual for the forecast and other packages in what has been