search for: scri

Displaying 15 results from an estimated 15 matches for "scri".

Did you mean: scrit
2007 Dec 18
2
R brakes when submitting a query to MySQL
Hello, I would like to retrieve data stored in MySQL database, so I installed RMySQL package. I can successfully connect with the my database using the following code > dvr<-dbDriver("MySQL") > con2<-dbConnect(dvr,group="exbardiv") > mysqlDescribeConnection(con2) <MySQLConnection:(972,0)> User: mmorag Host: localhost Dbname: exbardiv Connection type: localhost via TCP/IP No resultSet available I can even see the tables in the database > dbListTables(con2) [1] "agoueb" "high_ld" "resc...
2008 Jan 10
2
Error on distance matrix
...y(df < 0)) stop("non negative value expected in df") : missing value where TRUE/FALSE needed I don't know if the problem are the missing values in my data. If so how can I handle them? Thank you, Marc. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ SCRI, Invergowrie, Dundee, DD2 5DA. The Scottish Crop Research Institute is a charitable company limited by guarantee. Registered in Scotland No: SC 29367. Recognised by the Inland Revenue as a Scottish Charity No: SC 006662. DISCLAIMER: This email is from the Scottish Crop Research Institute, but...
2008 Oct 10
2
magical disappearing background processes!
...ortune of having a "top" log running in a terminal window, so I''m able to present some more data. top was displaying all threads, so most of the processes show up twice or more. I have 5 background workers running, each apparently has 2 threads, plus log_worker with 1 thread and script/backgroundrb with 2 threads. My architecture is set up so that only "master" is started automatically when backgroundrb starts up, and it in turn starts the rest. I''m pasting in data for all the backgroundrb processes, sorry for the terrible formatting but I can''t rea...
2007 Apr 18
1
[Bridge] is possible to create vlan capable switch use linux?
Hii All, VLAN is create in manageable switch, like Cisco Catalyst and other vlan cap= able switch. eac port in that switch can be assigned in different VLAN. so,= that switch capable to insert 802_1q to each incoming frame (Please correc= t if its wrong, i just newbie in VLAN).I want build VLAN but i don't have v= lan capable switch. Is possible to create a vlan capable switch using switc=
2007 Feb 22
0
daisy function in cluster- coerced NAs
...um" and if they are factors they are already in the dataframe as "Factor". Can anyone advise me: a) does this coercion matter? b) If it does matter, how can I track down where/how it is happening? Thank you in advance, Roger Humphry **** Roger Humphry, PhD. **** EPI, SCRI, **** Dundee, DD2 5DA **** 01382 560042 (Internal Ext: 2528) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ SCRI, Invergowrie, Dundee, DD2 5DA. The Scottish Crop Research Institute is a charitable company limited by guarantee. Registered in Scotland No: SC 29...
2003 Feb 03
0
[Bug 40] New: system hangs, Availability problems, maybe conntrack bug, possible reason here.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=40 Summary: system hangs, Availability problems, maybe conntrack bug, possible reason here. Product: netfilter/iptables Version: linux-2.4.x Platform: i386 OS/Version: RedHat Linux Status: NEW Severity: critical Priority: P2
2007 Apr 18
0
[Bridge] Problem with startup script
...dging firewall together last winter (with some help) and have it= in production in front of a couple windows web and mail servers for going = on 6 months now. I used Fedora C1 with 2.4.22 kernel and 0.9.6 bridge-utils= . The bridge has solved a lot of security headaches. I use a modified start= up script written by David Whitmarsh that has worked really well. http://ww= w.sparkle-cc.co.uk/firewall/rc.firewall.sh.txt Now that Fedora C2 has the 2.6 kernel (2.6.5-1.358) I figured I'd try it on= a test machine. I loaded the 0.9.6 bridge-utils rpm that came with it, for= simplicity, and double...
2007 Apr 18
0
[Bridge] Re: [VLAN] newbie problems
Thanks for the reply. You are quite right about the routing, and i've advanced to the bridging part. But it will not work. I've finaly gotten access to the switch it's connected to and from the logs i've got this output: Jan 26 16:49:56: %SPANTREE-2-RECV_PVID_ERR: Received BPDU with inconsistent peer vlan id 4 on GigabitEthernet0/1 VLAN40. Jan 26 16:49:56:
2017 Feb 21
2
Setting Win ACLs via Comp Managment, connection to Member Server warning
When checking on the UNIX attributes of the Domain Admins group I get the warning "Unwilling to perform" Is this something I should resolve first? Lin
1999 Apr 20
0
Linux printer share for NT 4.0 clients..
...I don't want everyone to utilize these printers... I've attached the output of "testparm" for your review. Thanks in advance.. -- Alfred ________________________________________________ FAMU-FSU COE ASME Webmaster http://www.eng.fsu.edu/~green green@eng.fsu.edu agreen@scri.fsu.edu _________________________________________________ -------------- next part -------------- Load smb config files from /etc/smb.conf Processing section "[homes]" Processing section "[printers]" Processing section "[lphp]" Processing section "[lpep]" L...
2017 Feb 21
2
Setting Win ACLs via Comp Managment, connection to Member Server warning
...amba/smb.conf: dns forwarder = 24.220.0.10 /etc/samba/smb.conf: idmap_ldb:use rfc2307 = yes /etc/samba/smb.conf: bind interfaces only = yes /etc/samba/smb.conf: interfaces = lo ens3 /etc/samba/smb.conf:[netlogon] /etc/samba/smb.conf: path = /var/lib/samba/sysvol/siouxfalls.samdom.org/scri$ /etc/samba/smb.conf: read only = No /etc/samba/smb.conf: /etc/samba/smb.conf:[sysvol] /etc/samba/smb.conf: path = /var/lib/samba/sysvol /etc/samba/smb.conf: read only = No ++++++++++++++ and here is the Domain Member set of files: /etc/hostname:ubuntu-dm1 /etc/hosts:127.0.0.1 localh...
2005 Apr 28
2
Reconstruction of a "valid" expression within a function
Hello all, I have some trouble in reconstructing a valid expression within a function, here is my question. I am building a function : SUB<-function(DF,subset=TRUE) { #where DF is a data frame, with Var1, Var2, Fact1, Fact2, Fact3 #and subset would be an expression, eg. Fact3 == 1 #in a first time I want to build a subset from DF #I managed to, with an expression like eg. DF$Fact3, # but I
2008 Jan 05
1
xen guest won't boot after yum update
...'1', 'b ackend': '/local/domain/0/backend/vif/8/0'} to /local/domain/8/device/vif/0. [2008-01-05 17:59:56 xend 2632] DEBUG (DevController:112) DevController: writing {'bridge': 'xenbr0', 'domain': 'web04', 'handle': '0', 'script': '/etc/xen/scri pts/vif-bridge', 'state': '1', 'frontend': '/local/domain/8/device/vif/0', 'mac' : 'e9:00:36:fe:dc:e0', 'online': '1', 'frontend-id': '8'} to /local/domain/0/bac kend/vif/8/0. [2008-01-05...
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2005 Apr 26
0
Construction of a "mean" contengency table
Hi List, Say I have a data.frame "DF" with 6 columns, 3 factors and 3 variables, with different number of repetitions for each combination of factors. I would like to build, for two given factors, a matrix per variable, containing in each cell the mean or sd for a given couple of factors. I have managed to get to the result I wanted step by step, but I would like to have it in a