similar to: removing folders doesn't always work

Displaying 20 results from an estimated 10000 matches similar to: "removing folders doesn't always work"

2005 Aug 11
0
kerberos_kinit_password host/SUNDEV@LEXI.COM.MX failed: Client not found in Kerberos database
I'm using Solaris 8, samba 3, kerberos and openldap. I'm anexing: log.smbd, smb.conf, krb5.conf, nsswitch.conf and the ktpass command in AD. Somebody can help me? I get this output in log.smbd: ----------------------------------- [2005/08/11 12:41:45, 0] smbd/server.c:main(802) smbd version 3.0.20rc1 started. Copyright Andrew Tridgell and the Samba Team 1992-2004 [2005/08/11
2005 May 19
1
Loading a dynamic library
Hi, I'm trying to load a .dll library into R 2.1.0 on Windows using the "dyn.load" function. The library is compiled with gcc 3.3.3 on cygwin 1.5.16. I compile and link: $ gcc -c myfile.cpp -o myfile.o [HRT] $ gcc -shared myfile.o -o myfile.dll [HRT] I then type, in the R console, > dynload("myfile.dll")[HRT] And R hangs. Any help appreciated. Thanks. Will
2005 Nov 14
1
as.integer with base other than ten.
Is there an R function analogous to the C function strtol? I would like to convert a binary string into an integer. Cheers for advice Will -- __________________________________________________ William Astle Statistical Genetics, David Balding's Group. Imperial College, St Mary's Hospital Campus, 147 Norfolk Place, Paddington. London. W2 1PG
2003 Sep 16
1
Pre-RedHat 9.0 RPM Packages
Since I have a mixture of RH 7.1, 7.2, 7.3 and Advanced Server 2.1 boxes, I've made a set of RPMs for those platforms. I do not have a RedHat 8.0 box to make RPMs. Since RedHat <= 7.2 is out of support by RedHat, I don't think we'll see any officially created RPMs (but I could be wrong about that) so I thought I'd offer these to the general community. These were all built
2012 Jul 19
2
A graph with a positive y-axis intercept
Dear all,   I have a challenge with a supposedly simple graph (a scatter). I wanted to use R to create a plot/graph with a positive y-axis intercept but it does not seem to give me what I expect to see. As an example, I used the following values   > X<- c(0, 4, 8, 11) > Y<- c(8, 12, 15, 22) then I used the plot function in the base package   > plot(X, Y)   This gave me a graph
2012 Mar 28
1
CI with confint
Hello all, I'm trying to use confint from the MASS package to compute confidence intervals for an nls object. When I plot the results, however, they don't make sense - lines cross over the fitted model or just don't match the data. Code is : Thanks for help dat<-data.frame(a,b) with(dat, plot(a,b)) model<-(nls(b~(1/exp(a*x))*n, data=dat, start=list(x=.001,n=20),
2007 Jul 02
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 51 + test/trace/Makefile.am | 16 test/trace/chartoascii-4.swf |binary test/trace/chartoascii-4.swf.trace | 7 test/trace/chartoascii-5.swf |binary test/trace/chartoascii-5.swf.trace | 1011 ++++++++++++++++++++++++++++++++++++ test/trace/chartoascii-6.swf |binary test/trace/chartoascii-6.swf.trace | 1008
2012 Jun 30
2
Adjusting length of series
Hi I have a follow up question, relating to subsetting to list items. After using the list and min(sapply()) method to adjust the length of the variables, I specify a dynamic regression equation using the variables in the list. My list looks like this: Dcr<- list(Dcre1=DCred1,Dcre2=DCred2,Dcre3=DCred3,Dbobc1=DBoBC1,Dbobc2=DBoBC2,Dbobc3=DBoBC3,...) By specifying the list items with names, I
2003 Sep 23
0
RPM Packages for 3.7.1p2
My personal archive of RPM packages for RedHat 7.1 - 7.3, Redhat 9.0 and Redhat Advanced Server 2.1 are updated for OpenSSH 3.7.1p2 at http://bamboo.lexi.com/openssh -- Jason
2004 Feb 25
0
OpenSSH 3.8p1 RPMs
Hello all. I've posted some RPM builds of OpenSSH 3.8p1 for RedHat 7.2, 7.3, 9.0, 2.1AS and Fedora Core 1. These are available from http://bamboo.lexi.com/openssh . I've previously posted RedHat 7.1 but as I've upgraded the last 7.1 box, I no longer have a build platform for that release. People have found value in these builds in the past so I try to keep the page updated.
2014 Jun 09
0
Samba 4.1.6 - Unable to domain join a Windows machine using default account (non-admin) to my samba domain - Access Denied Error
Hi, I have been trying to domain join a Windows workstation to my samba domain as a domain user. I have been getting an "Access Denied" error while trying to domain join a Windows machine to my samba domain. This happens only when I use a non-admin account. I increased the log level to 10 and this is what I was able see: [2014/06/03 02:00:31.011163, 0, pid=3420, effective(0, 0),
2002 Oct 04
0
New High Performance Rink System Installed In Washington State
New Lynnwood Ice Rink Reopens In September With New High Performance Rink System LYNNWOOD -- A new ice arena will open in Lynnwood Sept. 15, about four months after the SnoKing Ice Arena closed. Washington Ice Skating Association, which owns both the former SnoKing rink and the Olympicview private ice rink in Mountlake Terrace, is remodeling and reopening the rink as the Lynnwood Ice Center.
2007 Apr 25
0
Use of Lexis function to convert survival data to counting format
I'm trying to convert a dataset from the time-independent analysis form > head(addicts) id clinic status survtime prison meth clinic01 1 1 1 1 428 0 50 1 2 2 1 1 275 1 55 1 3 3 1 1 262 0 55 1 into the "counting data format" necessary to perform extended Cox regression. I got
2020 Feb 26
0
Re: *** buffer overflow detected *** accessing invalid FD in libguestfs
On Wed, Feb 26, 2020 at 11:21:18AM +0200, Veselin Kozhuharski wrote: > Hallo Rich, > > Here is the fd list and total number just before collectd application > crashes. Before that the number of used fd's is constantly increasing. It > looks like a fd leak inside libguestfs to me. I am trying to debug the fd > handling inside the library. > > root@localhost:~# less
2017 Nov 01
0
IMAP Benchmarking, active/active cluster with GFS2
Hi All, We're on migration stage to a new 2-node active/active cluster with shared iSCSI storage,? everything is ready, but we are in the process of I/O testing, before we going to in production. Cluster info: 2 nodes with CentOS 7.4 balancer ( keepalived + ldirectord ), 2 dovecot directors, 2 dovecot IMAP backends, 2 Postfix SMTP, gfs2 ( corosync + dlm ), LMTP between Postfix and Dovecot
2008 May 27
1
SCSI bus reset with Adaptec 29320ALP and Eonstor RAID
Hello, I am trying to use a 1.5TB Eonstor raid array with FreeBSD 7.0, but I don't understand whether it is the raid or the scsi card or something else that is causing the computer problems when accessing the raid. My problem is that soon after recognizing the attached disk during boot, FreeBSD appears to hang for about 10 seconds and then says ahd0: Recovery Initiated - Card
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2005 Aug 25
0
libtheora-mmx-1.0alpha5 release
Along with libtheora-1.0alpha5 this is a release of theora-mmx. A drop in replacement that uses MMX assembly to speedup some of the most demanding routines in theora encoding/decoding. Right now it only works on 32bit x86 CPUs. Thanks to everyone whose work made this release possible! Download links: http://downloads.xiph.org/releases/theora/libtheora-mmx-1.0alpha5.tar.bz2
2011 Dec 27
1
differences between 1.7 and 1.7.1 glmnet versions
Dear All, ? I have found differences between glmnet versions 1.7 and 1.7.1 which, in my opinion, are not cosmetic and do not appear in the ChangeLog. If I am not mistaken, glmnet appears to return different number of selected input variables, i.e. nonzeroCoef(fit$beta[[1]]) differes between versions. The code below is the same for 1.7.1 and 1.7, but you can see that outputs differ. I would