search for: standarts

Displaying 20 results from an estimated 142 matches for "standarts".

Did you mean: standards
2005 Apr 14
2
Overload standart function
Hi all, I try to develop my own R package. I have a couple of standart functions like dim() and length() overloaded. #Example dim.Model <- function(this) { length(unique(this$.variables)); } I built my package, but when I try to load it... This message appears: Attaching package 'mudim': The following object(s) are masked _by_ .GlobalEnv : dim.Model,...(etc.) Any
2012 Feb 17
4
Gemfile location
When i am create new project "rails new newProject", ruby create rails files and next automaticly launch bundle install and setup standart gems: C:\Sites>rails new demo create README.rdoc . . . create vendor/plugins/.git run bundle install . . . Where is standart gemfile location? Or how change standart set of gems? --
2004 Dec 08
1
Non standart mbox path
Hi! I need set to dovecot non standart mbox path. For example, /var/service/mail/%u. How I can do it? I see default_mail_env parameter, but I don't undestend how it used. Thanks!
2012 Jun 11
1
director: non standart ports at backends
hello, I'm trying to figure out how to proxy pop3 and pop3s that listens on non-standart ports at backends. For example, pop3 is at 1110 and pop3s at 1995 (on backend side). is it possible? how should I separate this ports in director's config? it's easy for one port: for example lmtp - you just use passdb in protocol lmtp {}
2009 Sep 11
0
asterisk addons don't compile using non standart prefix
My system is Debian I have successfully installed Asterisk 1.6.1.6 to a non standart folder /opt/asterisk Then for asterisk-addons-1.6.1.1 I run: ./configure --prefix=/opt/asterisk/ make menuselect And then command "make" fails with following errors: Generating embedded module rules ... make[1]: Entering directory `/usr/src/asterisk-addons-1.6.1.1' make[1]: Leaving directory
2009 Sep 15
0
Bug#546771: logcheck fails to locate lockfile-progs at non standart location
Package: logcheck Version: 1.2.69 Severity: normal Tags: patch -- System Information: Debian Release: 5.0.3 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30.4-vs2.3.0.36.14-pre4 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages logcheck depends
2007 Apr 18
6
Bad network performance between VMs in a domain.
Hi! I have got this problem aching in my head. The speed between my VM and external machine is about 900Mb/s, but the speed between 2 VMs in one bridge is just about 20 Mb/s. What can i do with this? Please, help me out. I ve got a standart Xen configuration(bridge). Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2010 Mar 30
2
library(): load library from a specified location
Dear list memmbers, I would like to load a R library from a specified folder with library() and need help on how to call the command. The reason is that I am loading this library on a remote machine where I have no admin rights. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a
2010 Mar 30
2
library(): load library from a specified location
Dear list memmbers, I would like to load a R library from a specified folder with library() and need help on how to call the command. The reason is that I am loading this library on a remote machine where I have no admin rights. Furthermore a library with the same name is already installed on that machine. I have modified this library slightly by modifying the source code and created a
2013 Mar 14
1
error: object of type 'closure' is not subsettable
Hi all, when i run this script: >read.table("Angelika.txt",header=T,sep="\t") >mytable=read.table("Angelika.txt",header=T,sep="\t") >for ( dye in c("A","B","C","F","G","K","L","M")) + { + for (cond in 1:8) + { + measurement =
2015 Jun 02
2
Samba AD with advance password policies
Hi everyone, I need an active directory instance with some non-standart policies to users passwords: 1) Group users minimal length is 6, Group Administrators 12 2) Should have special symbols (!#$) and numbers are required 3) Password must not be dictionary words or based on them ( no admin, user, sysop etc) 4) Each new password must differ to the old one by 50%. Can I do all those in samba ad?
2009 Aug 25
3
LDAP: Connection lost to LDAP server, reconnecting
Hi! Sorry by my english. Set Postfix + dovecot + AD + ldap, everything works well, but appears in the logs, every 15 minutes: auth(default): Error: LDAP: Connection lost to LDAP server, reconnecting Standart limit ldap connect to AD 15 minutes. Can somehow fix this problem without increasing the time of connection to the AD?
2006 Jan 30
3
webservice consumption over SSL
Hi, as long as nobody answered to my previous question, i''ll try to write in another way. I have: webservice WSDL link (https://something?WSDL, that''s .net webservice) pem file (certificate, needed to authentificate for gettting data) i need : to consume that webservice without describing API''s for each method (i mean use WSL to construct needed structures or objects).
2002 Aug 28
2
AIX 4.3.3. e rsync 2.5.5
Hi, At Rs6000/AIX-4.3.3 the rsync-2.5.5 works ok when make local connections or I use -e rsh or -e ssh for remote connections, like: (OK) ./rsync -vacz . /user (OK) ./rsync -vacz -e rsh . user@10.4.2.199:user (OK) ./rsync -vacz -e ssh . user@10.4.2.199:user but with standart remote rsync without -e (NOK) ./rsync -vacz . user@10.4.2.199::user returns: rsync: failed to connect to 10.4.2.199:
2020 Jun 08
3
[PATCH v3 0/5] Add a vhost RPMsg API
On Mon, Jun 08, 2020 at 05:19:06AM -0400, Michael S. Tsirkin wrote: > On Mon, Jun 08, 2020 at 11:11:00AM +0200, Guennadi Liakhovetski wrote: > > Update: I looked through VirtIO 1.0 and 1.1 specs, data format their, > > including byte order, is defined on a per-device type basis. RPMsg is > > indeed included in the spec as device type 7, but that's the only > >
2020 Jun 08
3
[PATCH v3 0/5] Add a vhost RPMsg API
On Mon, Jun 08, 2020 at 05:19:06AM -0400, Michael S. Tsirkin wrote: > On Mon, Jun 08, 2020 at 11:11:00AM +0200, Guennadi Liakhovetski wrote: > > Update: I looked through VirtIO 1.0 and 1.1 specs, data format their, > > including byte order, is defined on a per-device type basis. RPMsg is > > indeed included in the spec as device type 7, but that's the only > >
2007 Dec 13
10
Version naming to use in a RoR proyect
Hi everyone, I would need to know if RoR follow any policy for version naming; I mean, something like linux´s kernel does or similar. For instance, kernel uses numbers separated in groups by dots (i.e. pre 2.6 - AA.BB.CC). These groups mean differents fixtures, bugs fixed... I will start a big proyect from scratch with rails and I want to choose now a standart to use and avoid future problems
2005 May 21
10
pb with iptables snat script
hi list, oh it''s not really a problem. Each time i fire shorewall, i run a custom iptables script: (for the openvpn machines to have route back from my bridge/fw - $SOURCEIP is the ip of my OpenVPN/Fw/bridge) iptables -A POSTROUTING -t nat -s 10.8.0.0/16 -j SNAT --to-source $SOURCEIP i wish to better integrate it within shorewall, so is there any config files that could achieve the
2007 May 20
4
forcing codepage for non-unicode apps
Hello. I've a problem running a few apps that are supposed to output some text in Russian, but it's not displayed correctly (instead it looks like text in the web browser when wrong charset is selected). I think these applications try to use GDI or standart Windows controls with non-unicode text in Windows-1251 Cyrillic codepage and it doesn't work. AFAIK in Windows XP there was
2002 Nov 29
1
KS for goodness of fit
Dear All, I have two distributions which I don't their nature. I want to check whether they come from the same distribution. I know that I can use KS test however the standart function ks.test applies only the ks test for testing the difference of two samples (non-parametric). By the way the distribution are of Euclidean distances. One of observed and the other of shuffled data. Thanks, Ron