similar to: accessability problem

Displaying 20 results from an estimated 10000 matches similar to: "accessability problem"

2001 Dec 11
0
SAMBA 3alpha. DOS - long filenames not listed.
I have compiled and tested Samba 3-alpha (CVS up to 10/12/01) and I have the following problem. Anyone tell me what I am doing wrong as I can't believe that I am the only person suffering from this. The environment is Mandrake 7.2 with kernel 2.2.17 talking to multiple machines running Win98 and WinMe. This also happens on Mandrake 8.1 with kernel 2.4.8. I have the ability to easily
2016 Mar 24
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
Martin, I fully agree. This becomes an issue when you have big matrices. (Note that there are awesome methods for actually only computing a small number of PCs (unlike your code which uses svn which gets all of them); these are available in various CRAN packages). Best, Kasper On Thu, Mar 24, 2016 at 1:09 PM, Martin Maechler <maechler at stat.math.ethz.ch > wrote: > Following from
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
Following from the R-help thread of March 22 on "Memory usage in prcomp", I've started looking into adding an optional 'rank.' argument to prcomp allowing to more efficiently get only a few PCs instead of the full p PCs, say when p = 1000 and you know you only want 5 PCs. (https://stat.ethz.ch/pipermail/r-help/2016-March/437228.html As it was mentioned, we already
2016 Mar 25
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong. I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but that is (usually) not the intention at all. The common case is that the remainder terms have a roughly
2016 Mar 25
0
summary( prcomp(*, tol = .) ) -- and 'rank.'
> On 25 Mar 2016, at 10:08 , Jari Oksanen <jari.oksanen at oulu.fi> wrote: > >> >> On 25 Mar 2016, at 10:41 am, peter dalgaard <pdalgd at gmail.com> wrote: >> >> As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong. >> >> I suspect it comes about via a mental short-circuit: If we
2016 Mar 24
3
summary( prcomp(*, tol = .) ) -- and 'rank.'
I agree with Kasper, this is a 'big' issue. Does your method of taking only n PCs reduce the load on memory? The new addition to the summary looks like a good idea, but Proportion of Variance as you describe it may be confusing to new users. Am I correct in saying Proportion of variance describes the amount of variance with respect to the number of components the user chooses to show? So
2009 May 28
1
rootpath length in ipconfig.
Hi, Ipconfig when recieves rootpath option from dhcp it truncates it to quite short string (39 characters). It is slightly to short if you start passing rootpath both nfs server ip address and some nfs options through dhcp. The length of this option is defined in usr/kinit/ipconfig/netdev.h #define BPLEN 40 Could you bump it up to something higher? 256 might be enough (rfc 2132
2016 Mar 25
2
summary( prcomp(*, tol = .) ) -- and 'rank.'
> On 25 Mar 2016, at 10:41 am, peter dalgaard <pdalgd at gmail.com> wrote: > > As I see it, the display showing the first p << n PCs adding up to 100% of the variance is plainly wrong. > > I suspect it comes about via a mental short-circuit: If we try to control p using a tolerance, then that amounts to saying that the remaining PCs are effectively zero-variance, but
2003 Jan 07
0
Clarification on initial setup problems
linux: smbclient //servername/homes then supply my 'tufkal' samba acct password and im in windoz: net use z: \\servername\homes Enter the user name for 'servername' : tufkal Enter the password for tufkal : **** System error 5 has occurred. Access is denied. and im not in :( --------------------------------------------------------------------- I have my Linux box setup net_masq
2003 Mar 25
0
UNIX Server Not Seen In Network Nieghborhood
AIX 5.1 / Samba 2.2.5 / Active Directory DNS & WINS servers The Samba server is only a client and is not configured to be a WINS / DNS / PASSWORD server to PCs. It passes all these requests to W2K AD. Problem: The Samba server cannot be seen in Network Neighborhood / My Network Places when browsing. Debug: Samba server has a valid name / IP address entry(s) in DNS and WINS. Can get to
2004 Sep 25
1
Printer Share Not Shown by smbclient on 3.0.7
Mates, What would cause smbclient not to list my printer share?? (mandrake 7.2, 2.2.19 kernel) [david@Nemesis david]$ smbclient -U% -L localhost Domain=[RB_LAW] OS=[Unix] Server=[Samba 3.0.7] Sharename Type Comment --------- ---- ------- guillory Disk David Guillory Bertin Disk Darren Bertin Rankin
2011 Oct 12
1
CVbinary - Help
Hey, I need some help. I want to obtain a cross validation for a regression model (binary response) but I got an error with CVbinary. Well I did this: fit <- lm(resp ~ PC1 + PC2 + PC3 + PC4 + PC5 + PC6 + PC7 + PC8 + PC9+PC10+PC11+PC12+PC13+PC14+PC15+PC16+PC17+PC18+PC19+PC20+PC21+PC22+PC23+PC24+PC25+PC26+PC27+PC28, data = dexp.cp, family=binomial()) CVbinary(fit) Error in sample(nfolds, m,
2007 Nov 19
1
print matrix content on plot
Hi, I saved as a matrix a summary of a PCA analysis and I've used barplot to plot the PCA variances. I would like to print on the same graphic the values of my matrix m1 - in other words the summary of my PCA analysis. I can do it very painstaking with text for each row and make sure that everything aligns and so on but i wonder if there is a better method than that. My summary follows:
2005 Sep 18
1
A possible big security issue
Hi, I am using a mix of Samba 3.0.13 and 3.0.20 on Linux (basically, Mandrake 10 and 10.2). I haven't tested this yet on the 3.0.20 machines, but on the 3.0.13 machines I'm seeing something very disturbing. I have set up a number of shares which are accessible only to members of the group "workers". The shares are set to NOT allow guests even read only access. When
2004 Sep 24
1
Compile from source FAILED - Mandrake 7.2
Mates, The saga continues, but THANK GOD 'make revert' WORKS. Here is my problem. I am trying to compile 3.0.7 from source and install it on my Mandrake 7.2 box. The gcc compiler is 2.95.3. Here is what I have done: [stop samba] # ./configure --prefix=/usr --with-smbmount # make # make install # /etc/rc.d/init.d/smb start Here is what I get: [root@Nemesis david]# tail
2001 Nov 12
2
"Called name not present" - Howto solve?
Hello! I've got a problem connecting my Linux Mandrake 8.0 box running samba-2.2.0-5mdk to a Windows server. I've been given the IP-Adress, Sharename and username: IP\Share: \\164.56.65.199\transfer Username: John Doe (Note: It's not really "John Doe", but another name, but also with a blank.) There's no password.
2005 Aug 27
1
Samba clients can't see partitions mounted via loop device from image files
Is there something special about filesystems mounted via the loop device, which prevents Samba from sharing them? I have a small LAN with several PCs on it. It has a few Windows machines, and a Linux machine running Mandrake 10 (kernel 2.6.3), which shares out its root ("/") read-only as "c". (Temporarily, for testing, it is shared with full write permissions, which I know
2002 Jul 03
2
What's up with this
OK...Back ground... Wins server is nt4 client is redhat 7.3 latest and greatest samba 2.2 ok I work in a large network.1000 plus pcs in multiple subnets... I got rid of windows on my desktop and I am trying to get samba working with all those win9X,2000,NT boxes.... I see myself on the browse list but can not do a net view on any winx box to my linux box. I can nblookup windows pcs from my
2004 Feb 29
1
second samba server in my lan do not work
Hello, I have a problem with my samba-server running in a VirtualServer (http://user-mode-linux.sourceforge.net/). Internet | .------------------------------|-----. | LinuxHost | | | eth1=80.x.x.x | | .---------------------. | | | | VirtualServer (UML) | | | | |
2003 Jan 06
2
Initial configuration help
I have my Linux box setup net_masq (internet connection sharing) for a windows XP PC. I am using Mandrake 9.0. I installed all the necessary RPMs for SAMBA and ran the wizard in SWAT for the default setup. I then made a user 'tufkal' using smbclient i am able to log in to my home dir share. But I cant get anything at all on the windows box. net use z: \\hostnameofmyserver\tufkal