similar to: ls -l hangs

Displaying 20 results from an estimated 3000 matches similar to: "ls -l hangs"

2011 Mar 09
2
R console Mac
Hi there, I recently switched to Mac and I wonder if there is any way to get the R console to autocomplete names of list objects or slots of objects. The command line version allows to type e.g. list$ and two times the tab button and then comes up with the names of the list objects. Same for slots of e.g. Eset objects like eset. Unfortunately this does not work in the Mac R console. Is there a
2010 Sep 20
2
select affy probes of cancer-related genes
Hi! I would like to select probes (affy expression set) of genes that are "cancer-related". Conventionally the decision whether a gene is cancer-related or not is made by looking up the literature. Since this is not possible for all genes on the array I wonder if there is a way of doing this automatically? Best wishes Kristian -- _____ Dr Kristian Unger Imperial College London
2004 Oct 20
0
Performance problems using "ls -al" together with winbind
Hi friends of SAMBA, I'm using SAMBA 3.0.0 on a Linux and SAMBA 3.0.6 on a Solaris server (my problems are independent from the SAMBA version, I guess). Following entries are existing in /etc/nsswitch.conf: .... passwd: files winbind group: files winbind ... "getent group" produces following output: ... domain1\group1:x:10000:<here is a list of 125.000 users>
2011 May 31
2
correlatation matrix
Hi there, I wonder if there is a way of efficiently generating a correlation matrix of two expression matrices. I want to correlate miRNA and mRNA expression and used the following code: ##dat.mi miRNA expression matrix, dat.m mRNA expression matrix nc <- nrow(dat.mi) cor.mat <- data.frame(rep(NA,nrow(dat.m))) pval.mat <- data.frame(rep(NA,nrow(dat.m))) for(i in 1:nc) { cr <- vector()
2011 May 24
1
Random Forest
I'm analyzing data using Random Forest Regression. For some of the species I am analyzing, the percent variation explained is negative. Could you please explain to me what that means? If you need more information, please let me know. Thank you. Sincerely, Rachel Unger [[alternative HTML version deleted]]
2010 Feb 11
1
Sweve/cacheSweave
Hi there I have a problem with using Sweave in combination with the option driver = cacheSweave. Whichever code I try to run - when it comes to converting the tex file into pdf it comes up with the same errors (\csname \endcsname errors). Does anybody have an idea what it going wrong? > Sweave("pgfSweave-example.Rnw",driver = cacheSweaveDriver) Writing to file
2004 Aug 15
2
Samba not honouring write/admin lists on shares
I'm running debian testing, so samba 3.05 atm. As of a few upgrades ago, which i think coincided with a library restructure or somewhat samba is no longer honouring read/write/admin lists on share definitions. Using the below share as an example, previously all users could access the share with read access, and those in the ntadmins group had write access. Since the upgrade users can only
2016 May 11
23
[Bug 2568] New: ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures
https://bugzilla.mindrot.org/show_bug.cgi?id=2568 Bug ID: 2568 Summary: ssh fails to authenticate using RSA keys when agent does not support sha256/512 signatures Product: Portable OpenSSH Version: -current Hardware: Other URL: https://github.com/connectbot/connectbot/issues/397 OS: Linux
1998 Aug 31
2
run prog to create policy? + our setup
Hi Is it possible to give users a different policy? If it's not possible by default, can I do it with preexec? Wasn't there an option to let a file contain the output of a program, and each time it is read, the output is piped instead of contents of a file? Because I think that would be safer, than a preexec that replaces my policy file, because when other users log in at exactly the same
2012 Apr 17
5
loss of information in pdf plots
Hi there is it possible that pdfs generated using the pdf() function with default settings leads to loss of information? I was plotting copy number changes from Agilent 180k data in form of rectangles (rect()) while each rectangle represents one region of copy number change. When plotting into a pdf I noticed that some very small rectangles do not appear (even after extensive zooming) in the pdf
2005 Jan 27
1
Problem joining DOMAIN
Hello, I'm using LDAP as my passdb backend and I am having a problem joining my machines to the domain. I am running Samba 3.0.10: When I run: [root@core1 samba]# bin/net rpc join -U Administrator%5P4nkm3 Create of workstation account failed Unable to join domain VOIP. >From the command line, this is what appears in my smbd logs: [2005/01/27 17:14:44, 0]
2005 May 23
0
ls -l name lookup not working with winbind Samba 3.14a
Hi, I would be grateful for any help with this. We are running Samba 3.0.14a with winbind, libiconv and acl support. We are running a Veritas cluster between two Solaris 8 servers. The Samba share is mounted on an external disk which is hosted by either server. The problem is that our Samba share while visible and accessible from the command prompt cannot be listed with a name lookup ls
2004 Sep 23
0
solaris 8 and ls -l problems
Hey All, We recently upgraded to samba 3.0.7 running on solaris 8. We have the box joined to as a member server in a Windows 2000 AD and we have pam authentication working to log in to the box with, The idmap backend is set to a ldap server that is also joined the the AD. The UIDS between the boxes are fine as you can do a getent passwd domain\\username (we have the default \ for the winbind
2009 Nov 11
2
ls -l hang, process unkillable
hello, one of my colleague has a problem with an application. the sysadmins, responsible for that server told him that it was the applications fault, but i think they are wrong, and so does he. from time to time, the app gets unkillable and when trying to list the contents of some dir which is being read/written by the app, "ls" can list the contents, but "ls -l" gets stuck
2005 Dec 09
0
r78 LS- L 0 LITA NOW is out !!! with 4 in1 t8k
Hello Xapian-devel, At this time we can offer a small update at our system - LS-L0 LITA and LITTLE CUTIES! Studio and our little stars are proud to present their new project. You can now compare this one with our other sites, judge the level of professionalism and exposure of subject, with have never been so high! Starign from over 4,000 HQ pics, the project features sets made in the studio,
2006 May 06
1
"ls -l" command and performance of sftp
Hi all, I am using OpenSSH4.3p2. User database is stored in LDAP server.When I tried to list about 400 files using "ls -l" command in ftp and sftp, I observed that sftp took considerable amount of time greater than ftp. I suspect sftp does not cache the username and groupname lookups and makes fresh calls to getpwuid(), getgrgid() functions for each file that makes its performance
2014 Nov 14
2
[Bug 2314] New: ls -l a_symlink does not list the link permissions
https://bugzilla.mindrot.org/show_bug.cgi?id=2314 Bug ID: 2314 Summary: ls -l a_symlink does not list the link permissions Product: Portable OpenSSH Version: -current Hardware: Other OS: All Status: NEW Severity: normal Priority: P5 Component: sftp Assignee: unassigned-bugs
2015 Aug 11
0
[Bug 1935] ls -l with wildcards produces incorrect output
https://bugzilla.mindrot.org/show_bug.cgi?id=1935 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #10 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with
2009 Sep 03
2
ls -l output
OK, this should be an easy fix but I can't find it, and it's strictly a cosmetic's issue. on our older Gentoo systems if you do an ls -a it orders the results with all the . files ordered alphabetically then all the non-hidden files alphabetically. it also sorts with capitals first. on the new Centos 5.3 systems ls -a returns all the files sorted alphabetically with
2005 Jul 27
1
Samba ACL and '+' on a 'ls - l'
Dear Guys, I have noticed that one of our domain users folder in /var/lib/samba/profiles has a '+' on the end of their username folder and all the files in their profile too. I know this is to do with ACL's and I know Samba can translate Windows ACL's to filesystem acls, but where can I find out where/how they are getting created and remove them. They should be know different