similar to: Domain name contains '(' and ')'

Displaying 20 results from an estimated 4000 matches similar to: "Domain name contains '(' and ')'"

2010 Jul 16
1
Packages built before R 2.10.0
Dear list, I am running R2.11.1 on 32 bit windows. I am receiving messages as follows ... > require(car) Loading required package: car Error: package 'car' was built before R 2.10.0: please re-install it The package kohonen was another example. This failure appears to be fatal and not only affects the package concerned, but also all its dependents. Is there anything I can do at my
2009 Jan 30
1
Using Rscript
Dear List, Hopefully someone will point me to a piece of documentation that I have overlooked. I am running Rscript successfully to read and execute an R program, but have failed to find the correct syntax to route the output to a file using the Rscript command that invokes the job. I tried Rscript -e 'sink("outputfile")' script.R , but it then ignored the scriptfile. I know
2009 Nov 30
3
NFS new security requirements?
Hi I've suddenly lost access to some permanent cross-server shares. I think this was following the Nov 5 new kernel, rather than the Centos version upgrade. I don't see any difference to man mount.nfs I have:- [root at hs6 ~]# mount hs8:/data /sysback/hs8-data -v mount: no type was given - I'll assume nfs because of the colon mount: trying 172.26.0.8 prog 100003 vers 3 prot tcp port
2008 Dec 12
2
Extracting the name of an object into a character string and vice versa
I am still struggling to map a character string to an object name and vice versa in R. I thought the as.name() function might work, but observe the following behaviour ... > attach(warpbreaks) > levels(tension) [1] "L" "M" "H" > levels(as.name("tension")) NULL > objectname<-as.name("tension") > objectname tension >
2004 Dec 09
0
Free Seats from London Luton (PR#7408)
Ryanair's base in London Luton starts full operations in January. To celebrate we are offering 50,000 free seats on our routes from Luton for travel in January and February. Travel from Monday to Thursday inclusive or Saturday Subject to availability. Passengers just pay taxes, fees and charges. Book only on http://www.ryanair.com >From 6 January to 28 February
2009 Apr 02
2
Environments
Dear List, No doubt I am going around this the wrong way, and hopefully one of you will be able to tell me how to go about it the right way. I want to change the names of an object inside a function and have it stay changed in the global environment. I can only effect the change inside the function as follows ... >
2009 Oct 03
1
NFS lockups
I thought this had been fixed with newer kernels? We have an old Maxtor Snap Server, an 80 GB NAS unit, containing some of our archives. Both of our CentOS servers have it permanently mounted by NFS for convenient access. This weekend, I discovered remotely that, although all systems except the VRTSralus remote agents for Veritas (now Symantec) Backup Exec were working just fine, both servers
2002 Jun 12
1
Share & Domain Level Authentication Required From Same Server
Using 'Samba version 2.2.1a' Please could someone offer advice in order to configure the following. I need domain level authentication for most shares, however 1 share needs to be made available to a none domained NT client, such that perhaps share or user level security would be appropriate. How can this be configured on a single samba server. Thanks in advance to anyone who responds
2005 Oct 18
0
UNIX Systems Administrator I, Development IT - San Bruno, CA/UNIX Systems Administrator I, Systems Operations - San Bruno, CA
Please add to mailing list. Thanks, LAUREN CANHA Staffing Coordinator IronPort Systems, Inc. 950 Elm Ave. San Bruno, CA 94066 Office: 650.989.3179 www.ironport.com <outbind://221-00000000FB683FD50A72FB408BA2313DEC2CE3190700406842A96543C 843ACB6B4ECDF016270000000BC63670000406842A96543C843ACB6B4ECDF01627000000 0C880160000/www.ironport.com> - The Leader in Email Security
2004 Aug 05
1
h323 gnugk to h323 asterisk and then to endpoint
hi, we are using a voip h323 switch. the switch sends all caals to our Gatekeeper (gnugk). gnugk musst send all calls to asterisk and asterisk must do his choice (sip endpoint or out to PSTN) Making calls to our h323 switch works fine over asterisk. what must i configure to get inboung h323 calls from our gnugk to asterisk? any hints for me? thx -- Thomas K?pper 01063 Telecom GmbH &
2008 Feb 07
1
Net Join Problem
I am having difficulty joining my new samba server to my domain. I am replacing an old member server. I am using the same config file with a new netbios name I try 'net rpc join -S my-pdc -W my-domain -U root' and get the following utils/net_rpc_join.c:net_rpc_join_newstyle(304) error setting trust account password: NT code 0x1c010002 Unable to join domain my-domain. I can dynamically
2018 Mar 30
0
Mapping virtual registers to physical registers
Hi again, After further investigation, I've found that the private PhysRegUseDefLists array ("head of use/def list for physical register") from MachineRegisterInfo class seems to be empty. But I didn't found any methods for updating such data structure. How/where this "use/def list" should be managed ? Is the documentation
2008 Dec 01
1
Coercing a list of variables in a function call
This is hopefully a trivial problem for list subscribers, but I am very new to writing R functions. I wish to call an R function written by myself from another program to fit a model. I need to tell it which of the independent variables are factors. I need to do this in a generic way, so that when the list is passed, R will work through the variables in the data frame and coerce them into being
2008 Nov 05
2
matrix indexing and update
Folks, I have a matrix: set.seed(123) a <- matrix(rnorm(100), 10) And a vector: b <- rnorm(10) Now, I want to switch the signs of those rows of a corresponding to indices in b whose values exceed the 75 %-ile of b which(b > quantile(b)[4]) [1] 2 6 10 so I want, in effect: a[2, ] <- -a[2, ] a[6, ] <- -a[6, ] a[10, ] <- -a[10, ] I thought I could do a[which(b >
2010 Mar 16
0
Ensembles in cforest
Dear List, I'm trying to find a way to extract the individual conditional inference trees from cforest ( a modelling function in the party package) in a manner analogous to getTree in randomForest and I'm struggling. I can see that the information is held within the ensemble list, but haven't been able to work out how this sequence of nested lists is structured or if any of the items
2008 Nov 06
0
Queries about step() and stepAIC()
I have been learning how to use these functions and would like to know the following as I have so far been unable to find the answers in the documentation. 1) What stopping rules are used ? 2) Can the stopping rules be changed? 3) Can the results of each step be stored as objects in R and if so how ? 4) Is there a worked example somewhere of using the keep= argument ? Many thanks in
2009 Apr 14
1
Clamav engine updates
Hi I get this on every scan report:- LibClamAV Warning: *********************************************************** LibClamAV Warning: *** This version of the ClamAV engine is outdated. *** LibClamAV Warning: *** DON'T PANIC! Read http://www.clamav.net/support/faq *** LibClamAV Warning: *********************************************************** ----------- SCAN SUMMARY
2004 Aug 09
0
sip endpoint not ringing
with a h323 client over my gatekepper a call comes over asrerisk to my sip endpoint: == Spawn extension (sip-phones, 01634255122, 1) exited non-zero on 'SIP/0699073201-528d' -- Executing Dial("H323/ip$10.0.0.124:49638/18690", "SIP/0699073201") in new stack -- Called 0699073201 -- SIP/0699073201-dc61 is ringing -- SIP/0699073201-dc61 answered
2009 Apr 01
0
Symantec Backup Exec (formerly Veritas) agent
I'm just wondering if anyone else here is using this? The majority of jobs on our CentOS5 server "fail" by "Communications failure" right at the end, apparently on the very last file which, however, is recoverable, as is the whole archive. In more than half these failures, the Linux agent has stopped and, in about half of those, crashes leaving a backtrace. I had similar
2002 Jun 12
0
Share & Domain Level Authentication Required From Sam e Server
Create a Unix user account for that person. Add them to /etc/samba/smbusers (unixuser=windowsuser) This is how I get non-domain users printing to my samba printers. File access should work too, but you may have to tweak the permissions for them. Jim > -----Original Message----- > From: mark.abbott@westlbpanmure.com > [mailto:mark.abbott@westlbpanmure.com] > Sent: Wednesday, June