search for: taras

Displaying 20 results from an estimated 39 matches for "taras".

Did you mean: paras
2005 Feb 13
2
Problems with MySQL/PAM authentication
Hi, I'm using (or trying to at least) a combination of PAM/passwd and MySQL authentication: auth vmail { mechanisms = plain userdb = sql /etc/dovecot/dovecot-sql.conf passdb = sql /etc/dovecot/dovecot-sql.conf user = root } auth system { mechanisms = plain userdb = passwd passdb = pam imap user = root } MySQL
2017 Jun 01
4
Data import R: some explanatory variables not showing up correctly in summary
Hi Tara, It seems that you categorise and count for each category. Could it be that the method you use puts everything that doesn't match the predefined categories in Other? I'm only guessing because without a minimal reproducible example it's difficult to do anything else. Best wishes Ulrik Rui Barradas <ruipbarradas at sapo.pt> schrieb am Do., 1. Juni 2017, 17:30: >
2007 Dec 21
1
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
>> Adding test/ofmt.i as a preprocessed C file >> Phase: Preprocessing >> test/ofmt.i is ignored during this phase >> > > What preprocessor are you using? Taras has already found one that is > working for him and that is licensed under BSD and that has some > features in it that he needs for source to source transformation. I > would like us to all use the same one. > I'd like to clarify my intentions here. I designed the preprocessor i...
2007 Dec 21
0
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
...tools into and that is the best place for it. I suppose you might convince Scott otherwise but I doubt it and for now I am the maintainer. > Adding test/ofmt.i as a preprocessed C file > Phase: Preprocessing > test/ofmt.i is ignored during this phase What preprocessor are you using? Taras has already found one that is working for him and that is licensed under BSD and that has some features in it that he needs for source to source transformation. I would like us to all use the same one. > > Sorry to add noise to the list with this. I'm just very excited. ;-) > Again,...
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
It looks like your printouts are based on the R summary() function? The function lists the number of cases in the 5 largest categories when the variable is coded as a function. Then it indicates how many other categories are present. This is described on the manual page for function summary(). In the first case the duplicates probably represent cases in your source data (a spreadsheet?), where
2017 Jun 01
3
Data import R: some explanatory variables not showing up correctly in summary
Hi, I have a question regarding data importing into R. When I import my data into R and review the summary, some of my explanatory variables are being reported as if instead of being one variable, they are two with the same name. See below for an example; Behav person Behav dog Position **combination : 38 combination : 4** Bank :372 **combination : 7
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
Hello, In order for us to help we need to know how you've imported your data. What was the file type? What instructions have you used to import it? Did you use base R or a package? Give us a minimal but complete code example that can reproduce your situation. Hope this helps, Rui Barradas Em 01-06-2017 11:02, Tara Adcock escreveu: > Hi, > > I have a question regarding data
2007 Mar 27
3
Building problem on FreeBSD with GSSAPI
I have error while compiling dovecot with GSSAPI under FreeBSD 6.2: Is this dovecot-related or not? cc -std=gnu99 -O2 -fno-strict-aliasing -pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth auth.o auth-cache.o auth-client-connection.o auth-master-connection.o auth-master-listener.o auth-module.o
2017 Jun 01
0
Data import R: some explanatory variables not showing up correctly in summary
Check for leading or trailing spaces in the strings in your data. dput(dataset) would show them. Bill Dunlap TIBCO Software wdunlap tibco.com On Thu, Jun 1, 2017 at 8:49 AM, Ulrik Stervbo <ulrik.stervbo at gmail.com> wrote: > Hi Tara, > > It seems that you categorise and count for each category. Could it be that > the method you use puts everything that doesn't match the
2011 Jan 30
3
libvirt bridge configuration
...hed to xenbr0. Now with creating virbr0, I need to assign it an ip address? and routing methods? what about creating a transparent bridge via libvirt? I kno I can achieve this using bridge utils, but it would be nice to have everything handled by libvirt. Any help would be appreciated. cheers, Taras
2006 May 01
2
mail messages moving between mailfolders
...t; file2" via any IPC (socket?) or log file while user moves messages across different mail folders. Overload from antispam retraining will be function from user activity with such feature added. P.S.: Now I'm using courier, but want to try dovecot. Sorry for bad English. With respect, Taras. -- ? ?????????, ?????? ????? "???????" +7 (495) 589 68 81 +7 (926) 575 22 11 http://www.elantech.ru
2017 Jun 01
1
Data import R: some explanatory variables not showing up correctly in summary
> On Jun 1, 2017, at 8:57 AM, William Dunlap via R-help <r-help at r-project.org> wrote: > > Check for leading or trailing spaces in the strings in your data. > dput(dataset) would show them. This function would strip any leading or trailing spaces from a column: trim <- function (s) { s <- as.character(s) s <- sub(pattern =
2005 Aug 09
1
document request for samba + edirectory
So i have gone through the archives and see a lot of people asking if samba can use edirectory as a source for user passwords. No i'm down the same road myself =D my company is using edirectory 8.7.3 on Solaris and redhat enterprise linux 3. the samba server only needs to talk to the redhat edirectory server though. From the turtorials that i have read a lot pf people hook up edirectory
2013 Jan 29
0
trouble with gfx_passthru=1 + intel vid card
...t 00:02.0). Things work as expected. When I set gfx_passthru=1, the monitor goes blank, and after 12 seconds of execution, I get a vague ''Error: Device model isn''t ready for commands'' when running the xm create command. Please hint on where things are failing. Thanks, Taras I get this error with xen 4.1 on 3.2 and 4.2 on 3.7. This is an intel i5-3330S cpu + DQ77KB motherboard. my xbmc.cfg: kernel="/usr/lib/xen/boot/hvmloader" builder = "hvm" name = "xbmc" # RAM size in MB memory = "2048" # number CPU cores vcpus = 2 #vif...
2007 Dec 21
0
[LLVMdev] [Oink-devel] Status of Elsa->LLVM
I would really like to avoid shipping multiple preprocessors as part of the standard elsa/oink project. On 12/21/07, Taras Glek <tglek at mozilla.com> wrote: > > >> Adding test/ofmt.i as a preprocessed C file > >> Phase: Preprocessing > >> test/ofmt.i is ignored during this phase > >> > > > > What preprocessor are you using? Taras has already found one that i...
2006 Sep 13
3
FreeBSD 6.1-RELEASE/kqueue high CPU load
Hi to ALL! I have dovecot-1.0r7 installed on FreeBSD 6.1, using kqueue and Maildir (<20 mailboxes, < 0,5 Gb size). Periodically CPU load of imap processes increasing up to 60-80%. Is it normall behavior or not? May be somebody had such kind of problems? -- ? ?????????, ?????? ????? ??? "???????" : ?????????? ??, WEB-?????????? +7 (495) 589 68 81 +7 (926) 575 22 11
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
I am using nut 2.2.2 and I have a CyberPower CP550SL. According to the drivers list, I should be using genericups with upstype set to 7, but when I try that and when I run upsc I get: driver.name: genericups driver.parameter.LB: 04 driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower
2008 Jul 25
3
CyberPower 550SL reports LB and OB when on line power
I am using nut 2.2.2 and I have a CyberPower CP550SL. According to the drivers list, I should be using genericups with upstype set to 7, but when I try that and when I run upsc I get: driver.name: genericups driver.parameter.LB: 04 driver.parameter.pollinterval: 2 driver.parameter.port: /dev/ups driver.parameter.upstype: 7 driver.version: 2.2.2 driver.version.internal: 1.34 ups.mfr: CyberPower
2007 Dec 21
5
[LLVMdev] Status of Elsa->LLVM
I'm a little further along now. I've started to put together a simple driver for Elsa and LLVM that I'm calling "ellsif" (cute name, I think it works). The file being compiled is a "printf" function. Here are timing results for optimized and unoptimized runs: [~/elsa/ellsif] dev% ./ellsif -v test/ofmt.i -time-actions Adding test/ofmt.i as a preprocessed C file
2010 Apr 16
2
managing data and removing lines
Hi, I am very new to R and I've been trying to work through the R book to gain a better idea of the code (which is also completely new to me). Initially I imputed my data from a text file and that seemed to work ok, but I'm trying to examine linear relationships between gdist and gair, gdist and gsub, m6dist and m6air, etc. This didn't work and I think it might have something to do