similar to: Mandatory Profiles Problem...

Displaying 20 results from an estimated 1000 matches similar to: "Mandatory Profiles Problem..."

2004 Aug 31
1
Login Problem after RESTORE with Powerquest Driveimage!!
Hello, I have some Computers on which I have an Image (created with Powerquest DriveImage) of Windows XP stored on the second partition of the local harddrive. If I restore my Windows XP Installation from the image and reboot - the logon doesen`t work any more. I get an error something like: Domaincontroller cannot be found.... After that I have to add this computer newly to the domain and it
2006 Oct 24
1
exclude directory with wildcard ...
I want to exclude a directory including wildcards. i.e.: On my origin server I have a backup-dir in /data/web/backup-root-2006-10-10/ under which I have a backup of root and I want to exclude this dir from being backed up. what do I have to put in my "backup-excludes-file" what i woul like is: /data/web/backup*/ so if i make a new backup of my root called
2009 Sep 02
2
Help with sub-setting data.frame
Friends I have a data frame, df that I want to extract some rows from Here is a sample of the data > head(df) TDate Expiry Underlie Strike CSettle PSettle Futures ExDate TTE 1 20080102 200801 200803 0.840 0.0000 0 0.9207 20080104 0.005479452 2 20080102 200801 200803 0.850 0.0000 0 0.9207 20080104 0.005479452 Rate Disc 1 0.0457 0.9997496 2 0.0457
2012 Dec 03
1
Confidence bands with function survplot
Dear all, I am trying to plot KM curves with confidence bands with function survplot under package rms. However, the following codes do not seem to work. The KM curves are produced, but the confidence bands are not there. Any insights? Thanks in advance. library(rms) ########data generation############ n <- 1000 set.seed(731) age <- 50 + 12*rnorm(n) label(age) <- "Age"
2002 Jul 26
0
manipulating the result of by()
Hi. I have the following problem. I use by() to compute a table of observed and expected counts of a variable (eg sobjects who belong to a smoking category) within combination of 4 factors (age class, education, sex, region) for a total 4*3*2*5 tables. I get a list of length 120 and dim 4. Noww I want to sum the tables within the level of one of the grouping variables, eg age class. How can I
2012 May 12
1
Query regarding date as argument in functions - and about sqldf
Hi, I have a query about sqldf, and dates in general. I couldnt find much on the net or on the forums, hence I am here. Here is the issue: I want to write a function that accepts 3 arguments: date1, date2 and a dataframe, say 'df'. Within the function, I want to populate a temp dataframe which essentially contains the output of the query "select * from df where DATE between date1
2020 Jun 27
1
roxygen2 / documentation of reexports
Dear colleagues, preparing a release of my package ?polmineR? I encountered the following issue with a new warning issued when running R CMD check with the --as-cran option on Debian with R-devel. To reexport the magrittr pipe operator %>%, my package adopted I snippet you?d see in the dplyr package, for instance: #' @importFrom magrittr %>% #' @export magrittr::`%>%` The
2023 Jul 20
1
Samba 4 AD SmartCard Authentication Problem
Confusing. Github says that is open. Ok. My mistake. The question remains why the Windows clients allow login for an expired certificate despite a correctly loaded CRL. What is the purpose of specifying the CRL in smb.conf? It seems to me that the smartcard login is not really reliable. Then my users still have to log in with password. For now, as long as 4.19 is not yet released. Hans
2006 Oct 31
0
5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60.
Author: udpa Repository: /hg/zfs-crypto/gate Revision: d7b8f0209db029c6e95891ad26d66879ffb7fad6 Log message: 5023079 panic: sfm panic: sfmmu_tteload - tte remap, hmeblkp 0x70009ceec60. Files: update: usr/src/uts/common/vm/vm_anon.c
2012 Sep 09
1
Sum of column from another df based of row values of df1
Dear All, I need to sum a column from another dataframe based on the row values of one dataframe. I am stuck in a loop trying to accomplish it and at current speed it will take more than 80 hours to complete. Needless to say I am looking for a more elegant/quicker solution. Really need some help here. Here is the issue: I have a dataframe CALL (the dput of head is given below) which has close to
2007 Oct 04
1
[LLVMdev] Case in Case optimisation: worthwhile?
Hi, The back end of our functional compiler often generates sequential switch statements in LLVM typed assembly that scrutinize on the same expression. For example, in C syntax: #1 switch( e ) { case e2: { e3 } ... } switch( e ) { case e2: { e4 } ... } In this case, it would be nice if the second switch would be embedded in each arm of the first switch. Because the set
2008 Feb 27
1
1.1rc1 "Transaction rolled back"?
>From my logs: Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge: uid=2793, box=Trash, msgid=<E2FEA6DFF2340C438369E79466FB7E94F43547 at EXCHANGE01.charite.de>, size=3025 Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge: uid=2794, box=Trash, msgid=<20080226140752B6F6EC3EF7$08D09877C3 at REALTIMEPCR>, size=12833 Feb 27 08:10:33 postamt dovecot: IMAP(username): expunge:
2020 Oct 06
0
S4 - inheritance changed by order of setClassUnion and setAs()
Andreas, As far as I can tell (/conjecture), this is because the list of classes a particular class inherits from directly is appended to as needed, and so the order that a class extends others isd refined by the order that those connections are defined. We can see this with two setClassUnion calls, rather than required setAs: > setClass("grandma", slots = c(a =
2017 Nov 06
2
Survival model error
Hi - Below is my code and then the error when I run the last line. time_np <- train1_na$tte event_np <- train1_na$censored X_np <- cbind( train1_na$AMT, train1_na$DISCOUNT_AMT, train1_na$high_price_pcnt, train1_na$EM_RECEIVED, train1_na$DM_RECEIVED, train1_na$TXN_WITH_RINGCODE, train1_na$WEB, train1_na$clearance_pcnt, train1_na$bts_pcnt, train1_na$sales_pcnt,
2007 Dec 08
0
[LLVMdev] Calling functions defined in .o files in LLVM code executed in lli
On Dec 7, 2007, at 6:38 AM, John van Schie wrote: > Hi, > > This is probably an easy question, but I could not find the answer > to it. > > I'm working on a LLVM back-end for the EHC compiler (a Haskell > compiler). Currently there is a C back-end and I would like to reuse > the > primitive library functions from this back-end. Ok. > > So I have compiled
2007 Dec 07
3
[LLVMdev] Calling functions defined in .o files in LLVM code executed in lli
Hi, This is probably an easy question, but I could not find the answer to it. I'm working on a LLVM back-end for the EHC compiler (a Haskell compiler). Currently there is a C back-end and I would like to reuse the primitive library functions from this back-end. So I have compiled C sources in a .o file and I would like to call these from my LLVM code. If I declare these primitive functions
2017 Nov 06
2
Survival model error
Thanks David. Could you show me how to do that in my example ? Thanks, Meghna > On Nov 6, 2017, at 12:58 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > You should stop trying to use matrices on the RHS and using separate vectors to Surv. Instead use a data argument and have the names in your formula refer to column names. > > ? > David > > Sent
2006 Apr 30
0
some sip clients unreachable on sip-reload
hi, my asterisk is managing around 500 sip peers, and everytime I do a "sip reload" many sip-peers get "LAGGED" and some get even "UNREACHABLE". Any suggestions ? cu, florian -- florian meister EMAIL: florian.meister@medienhaus.at TELEPHONE: +43 5572 501 134 FAX: +43 5572 501 97134 ADDRESS: gutenbergstrasse 1 6858 schwarzach
2017 Nov 06
0
Survival model error
You should stop trying to use matrices on the RHS and using separate vectors to Surv. Instead use a data argument and have the names in your formula refer to column names. ? David Sent from my iPhone > On Nov 5, 2017, at 7:21 PM, Meghna Govil via R-help <r-help at r-project.org> wrote: > > > Hi - Below is my code and then the error when I run the last line. > >
2008 May 02
3
RH9 to centos 5 386
I am testing the likelyhood of updating a couple RH9 systems to centos 5 386. I found at document that talked about updating to centos 4. steps being: 1.) backup 2.) rpm --import http://pubmirrors.reflected.net/centos/5/os/i386/RPM-GPG-KEY-centOS-5 rpm -Uvh --nodeps http://pubmirrors.reflected.net/centos/5/os/i386/CentOS/yum-3.0.5-1.el5.centos.5.noarch.rpm