search for: triyng

Displaying 18 results from an estimated 18 matches for "triyng".

Did you mean: tring
2009 Jan 26
2
how to modify an R built-in function?
Hello R experts! Last week I run in to a lot a problems triyng to fit an ARIMA model to a time series. The problem is that the internal process of the arima function call function "optim" to estimate the model parameters, so far so good... but my data presents a problem with the default method "BFGS" of the optim function, the output error...
2016 Aug 26
1
riello_usb, idg 800 and ups shutdown
Hello, I am triyng to shutdown my riello idg 800, (which is working quite well atm with nut 2.7.2 deb package under jessie), obtaining the result below; have I any chance to succeed? # /lib/nut/riello_usb -DDDD -a idg800 -k Network UPS Tools - Riello USB driver 0.02 (2.7.2) Warning: This is an experimental driver. S...
2005 Dec 19
1
Installation: error message when generating the keys..
hi I don't have experience at all with networks but I was triyng to install and configure tinc as a platform for multiplayer games that need to be run on a LAN. The computers run with Windows XP so I followed the example posted in the website for installation in windows. Everything is pretty clear and step-by-step, but when trying to generate the keys I get the...
2015 Apr 21
2
Noob question: user moved to a OU dissapear from getent, but groups don't
Hi, first of all i'm sorry for my english. I'm triyng to migrate a Samba 3.6 domain to Samba 4 and I've a question about OU and Winbind: OU affects to something more besides GPO in AD and Winbind?. Because I've moved all users to an OU and all less one (strangely) have dissapear from "getent passwd" and the other SO tools. If i run...
2009 Jan 27
2
optim() and ARIMA
dhabby wrote: Last week I run in to a lot a problems triyng to fit an ARIMA model to a time series. The problem is that the internal process of the arima function call function "optim" to estimate the model parameters, so far so good... but my data presents a problem with the default method "BFGS" of the optim function, t...
2014 Mar 03
0
Install and run NUT driver netxml-ups under AIX 7.1
There is a problem with the installation and running NUT under AIX. There is IBM server with AIX 7.1 and IBM 11000VA LCD 5U Rack UPS (Eaton) with network management card. This configuration uses driver netxml-ups. NUT installed with neon and netxml-ups. When triyng to start driver netxml-ups has the following output: Could not load program ./netxml-ups: Symbol resolution failed for /opt/freeware/lib/libneon.a(libneon.so.27) because: Symbol memmove (number 87) is not exported from dependent module /opt/freeware/lib/libcrypto.a(libcrypto.s...
2016 Oct 14
0
C7 and WOL
Hi list, I've encountered a problem with wol. I'm not new to this but this time I found unwanted behaviuor. I'm triyng to wol another c7 machine. When I run ether-wake @mac the system is started. When I shutdown the system after 3 seconds it start again and again and again. To block this wol-loop I must disable wol on uefi or shutdown the switch. I don't know what check. Any suggestions? THanks in advance
2010 Nov 03
0
DomU freezes after migration
...load balancing of guests, I''ve left out the whole Pacemaker / OpenAIS thing (installed and tested, but I really don''t need the functionality) so I start/stop/migrate my few guests by hand when I need it, using simply "xm" from the commandline. Now, the problem arises triyng to migrate a PV guest DomU. The migration itself completes with no errors, but the migrated guest runs on the destination host for 20-30 seconds and then completely freezes - no input from keyboard, no output to console, no network connectivity. If I try to shutdown the freezed DomU with "x...
2003 May 20
0
question about Tukey test
I'm using SAS for my statistical purpose and I'm triyng to jump in the R' world. How can i implement Tukey linear test in R? In sas-code my lines are : PROC GLM; BY PARCELLA; CLASS TESI; MODEL PROD=TESI; MEANS TESI/TUKEY lines; IN R: ab<-type.convert(a$tesi) a<-cbind(a,ab) cc<-anova(lm(prod~ab,data=a)) cc2<-aov(prod~ab,data=a) tt<-Tu...
2009 Jan 18
1
auto.arima forecasting issue
...e series that contains NA values, but every time that the resulting model contains drift I can't perform a forecasting (using forecast.Arima function). The printed error (when I try to forecast the resulting model) claims a dimension mismatch "nreg=newxreg" Here is what I've been triyng to do >ser<-auto.arima(x,start.p=0,start.q=0,start.P=0,start.Q=0,trace=TRUE,stepwise=TRUE); >forecast(ser,h=12) x is ts object (-monthly data-) Thanks [[alternative HTML version deleted]]
2002 Oct 28
0
Port to SCO Openserver with PAM enabled
...lent ones (it uses getpw...() functions to determine validity of the user). In Linux, the simlpe solution is to use nsswitch, but it seems to hard (and not strictly necesary) to make a port of it for Openserver too. I'm administering security in a network with more than 20 server, and I'm triyng to implement LDAP as a directory service (I do not want to use NIS) to simplify mi task. That's why I reach this point. It doen't matter for me if I have to use UIDs instead of UserNames to idetify users, so that's why I think that is not necessay to make a port of nsswitch. I would li...
2015 Apr 21
0
Noob question: user moved to a OU dissapear from getent, but groups don't
On 21/04/15 17:45, Daniel Carrasco Mar?n wrote: > Hi, first of all i'm sorry for my english. > > I'm triyng to migrate a Samba 3.6 domain to Samba 4 and I've a question > about OU and Winbind: How are you trying to migrate the domain ? > > OU affects to something more besides GPO in AD and Winbind?. Because I've > moved all users to an OU and all less one (strangely) have dissapear...
2007 Feb 06
2
state of blur plugin
I forgot to give everyone an update on this. The blur plugin is in a reasonable state now. It requires an OpenGL implementation with an accelerated CopyTexSubImage2D path for usable performance and that's likely not going to change sometime soon. One major performance improvement can still be made, which allow us to avoid the CopyTexSubImage2D path whenever the area behind a blurred region is
2013 Aug 27
1
Error in simulation. NAN
Hi all, im triyng to implement a bayesian model with R and c++. I have a strange problem. I can't reproduce the error with a small script and then i post the original one. The problem is after the line for(MCMC_iter2=0;MCMC_iter2<thin;MCMC_iter2++) For the first 34 iterations all work fine, after,...
2023 Mar 08
1
Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
On 08/03/2023 14:38, Fabrizio Rompani via samba wrote: > hi , > thank's for your reply . > no , current DC doesn't have that GUID: > > samba-tool spn list zimbra$ > zimbra$ > ... > ldap/3ecb2a51-b21d-4bef-84ed-700db7963ff4._msdcs.domain.lan > > > samba-tool spn list landc$ > landc$ > ... >
2015 Apr 21
3
Noob question: user moved to a OU dissapear from getent, but groups don't
...use i've to revert again to the backup image and is late. Greetings!! 2015-04-21 18:56 GMT+02:00 Rowland Penny <rowlandpenny at googlemail.com>: > On 21/04/15 17:45, Daniel Carrasco Mar?n wrote: > >> Hi, first of all i'm sorry for my english. >> >> I'm triyng to migrate a Samba 3.6 domain to Samba 4 and I've a question >> about OU and Winbind: >> > > How are you trying to migrate the domain ? > > >> OU affects to something more besides GPO in AD and Winbind?. Because I've >> moved all users to an OU and all le...
2023 Mar 08
2
Unable to "rejoin" existing DC after upgrade (infamous WERR_FILE_NOT_FOUND)
...> Is this basically what you are doing ? > > > Yes, that's exactly what we 're doing. > more precisly: > previously we have dc2 joined as DC and all fully functioning . > we have demoted and removed samba . > than upgraded from 4.14 to samba 4.17 > and finally triyng to re-join as you described : remove smb.conf , stop samba , samba-tool domain join domain.lan DC . > at this stage , on the new dc node seems everything ok: ALL GOOD > but the remote ones are in error with WERR_FILE_NOT_FOUND. So, these errors are occurring after the join has completed, wha...
2007 May 14
13
Multihome load balancing - kernel vs netfilter
Hi, I have searched the archives on the topic, and it seems that the list gurus favor load balancing to be done in the kernel as opposed to other means. I have been using a home-grown approach, which splits traffic based on `-m statistic --mode random --probability X`, then CONNMARKs the individual connections and the kernel happily routes them. I understand that for > 2 links it will become