search for: acordingly

Displaying 20 results from an estimated 112 matches for "acordingly".

Did you mean: accordingly
2009 May 09
3
using yum and puppet simultaneously
...puppet set up and installed how does updating occour, if for example i have a package httpd instaledd on all my servers and there is an update to this package will i still need to log into every machine to run the updater or will puppet notice that the package is not at the latest level and update acordingly? Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com To unsubscribe from this group, send email to puppet-users+uns...
2007 Nov 24
5
Service.start arguments failing or causing segfault
Hi, Unless I''m mistaken the final arguments to Service.start should be passed to the Daemon''s service_main method. Correct? I modified the Service.start method (now in CVS) to look something like this: def self.start(service, host=nil, *args) ... num_args = args.length if args.empty? args = nil else args.unshift(service) # Necessary?
2003 Jan 29
2
problems with by()
Hello, another problem. > x<-rep(1,10) > y<-rep(c(1,2),c(5,5)) > z<-seq(1:10) > ab<-data.frame(x,y,z) # now I want to do some work by the value of 'y' > by(ab,y,mean) y: 1 x y z 1 1 3 ------------------------------------------------------------ y: 2 x y z 1 2 8 # I do not want all the means, only the mean of 'z' > by(ab,y,function(x)
2004 May 07
2
Samples inside a packet
Hi, Just to confirm: for blockSizes of 256 and 2048 (0 and 1 respectively) the number of sample inside this audio packet will be acording to table below: LastWind ThisWin Samples 0 0 128 0 1 576 1 0 576 1 1 1024 Correct?? thanks a lot. --- >8 ---- List archives:
2018 Mar 09
3
smb protocol version
Hi comunity, i have implemented in my company a small samba server only use for sharing proposes. Mi problem is simple, in the config i set the directives "client min protocol = SMB2" and "client max protocol = SMB3_11". Acording to this 2 directives a client with Windows XP can't connect to my server, but i have 2 clientes using that OS and conncect without problems.
2011 Nov 29
7
gem for storing and tracking changes
Hi people I want to know which is the best gem or plug-in to store and track register changes for a rails 3.0.9 app Hope you can help me, thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this
2018 Nov 08
2
ggplot con muchos colores
Buenos días, estoy haciendo unos mapas con ggplot, con 29 categorías, por lo que tengo que utilizar library(RColorBrewer) para disponer de suficientes colores. El problema es que al hacerlo acorde a dos variables distintas (color=var1 y color=var2), cuyas 29 categorías son obviamente las mismas, les da distintos colores y no puedo comparar los mapas. Muchas gracias, Manuel
2004 Aug 06
3
ogg player for mac
Hi: Seems to me that Whamb! needs to be listed on the vorbis.com software page for MacOSX. This seems to be the best player out there for the mac (acording to what I've read here and on other lists) and it's not listed there (or at least it wasn't about 12 hours ago). Geoff. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Dec 14
3
R stat functions do not work as stated on the mannual (PR#7419)
Dear R Developers: I have been playing with R, release 2.0.1 for a week now and have detected = that all stat functions related to distribution probabilities have the same= problem: 1.- According to the manual the log.p parameter is always the last one. 2.- When you use the software, the last parameter seems to be lower.tail Example: > pt (1.1, 5) [1] 0.8392746 > pt (1.1, 5, F) [1]
2002 Aug 10
1
poscript("fileName.eps") possible?
I have been checking the information provided with postscript(). Acording to the manual the argument of postscript() is the name of a file with extension ps . The postscript produced by R is EPS (Encapsulated PostScript) compatible, so I tried to pass to postscript() the name of a file with extension eps. Then I included this file in a Latex document and everything worked fine. Does what I
2003 Jul 17
1
R matrices in memory
Acording to the documentation in gsl "The physical row dimension tda, or trailing dimension, specifies the size of a row of the matrix as laid out in memory" I think that if I pass a matrix to C++ through .C as single ( or.double ), that is, .C ( as.single ( matrix )) then the tda is simply the number of elements of that matrix. Am I right? Thank you.
2008 Nov 11
1
thickness of boxplots
Hi R users: How can I obtain with bwplot boxplots with bwplot whose box width will vary acording to other variable. bwplot(categ1~continuos|categ2,box.ratio=continuos2,data=data.base) But it doesn't work as I expected. Thank you for your help. Kenneth
2005 Jul 13
1
problem with server certificate: dovectot.pem
Hi! I have an mail server with postfix and dovecot. All works fine, but now is change my domain. After changed configurations i can receive (or send) mail without STARTTLS, but when i try to use this option i receive: "TLS handshake failure. Invalid server certificate (Key material mismatch)" I dont know what is this. I use certificate that is generate with script for dovecot (that
2003 May 26
1
Intel 536EP Full Duplex support
Hi Anybody have a example or use this modem as FXO, acording to intel this modem is a real full duplex modem, so i have one question why i can we use this modem as fxo My idea is simple when you recive a call in the modem you can transfer this call to any other place using for example a IAX2 or Openh323 protocol This is posible? Thanks
2009 May 31
1
h323 guide for asterisk
Hi people! I am looking for a h.323 implementation guide for asterisk. I looked in the doc folder of the latest asterisk source distribution and I didn't fund anything acording to this subject. If you guys could give me any advise, I would thank you. Tamer
2003 Jun 23
1
forum (PR#3322)
Full_Name: tomer maymon Version: 1.4 OS: windows XP Submission from: (NULL) (128.139.197.33) hi i'm sorry to disturb you ,but i have few questions acording R-language .like how can i ran it from delphi.where can find R forum that i can ask this questions. Thanks in advance Tomer
2013 Mar 10
1
BEST WAY TO DEVELOP DYNAMIC DROPDOWNS
Hi, I have these models : Country, State, City . Each of these model has a dropdown, when i select a country i want to populate state acording to the selected country and also city with state selection. I know that to do this i have to use jquery/ajax , but i dont know wich is the best way to do it. I have this example as reference :
2004 Jun 09
2
moving data and output?
Hello, I have a few questions now: 1. How can I move data the following way: I have 2 variables: one two 1 5 ^ 3 4 | 1 3 | 4 4 | Now I want to move the two one arround (sorry I don't know how to say that in english). That means: I want to move the first item at the end of my column and move the second at the first place, the third at the second, and so on. You can see it at
2023 May 27
1
A stupid problem with Playback
Acording to the book, I'm supposed to put things into what Asterisk thinks is its default audio file location, /var/lib/asterisk/sounds, and I'm supposed to be able to create a custom directory off of that path and use it in a relative-syntax way in the Playback directive, like so: ...     same => n,Playback(mysounds/mygreeting) I'm here to tell ya, it doesn't work on
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi, I am new to the job and forum. I installed puppet and puppetmaster and set up my first dependencies acording to a manual that we have here in our company. Everything works fine and I can set up new nodes with several modules to choose from. Unfortunatley the Dashboard <http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead of starting correctley. Here the