similar to: User directories in /home are missing

Displaying 20 results from an estimated 100 matches similar to: "User directories in /home are missing"

2005 Jun 02
1
passwd : Module is unknown (Redhat 9 Enterprise Edition)
Hi All, Can anyone help me in resolving this problem. I use Redhat 9 Enterprise edition. I have a session in which I logged in as a root. When I issue the command "su" from any other user it is throwing error "su : Incorrect password", If I try to change the password from the root session, it is throwing error "passwd : module unknown". [root at TESTING
2011 Jun 26
2
Ordering a matrix based on cluster no
Hi All I have a symmetric matrix of genes ( 100x100 matrix). I also have a matrix (100x2) of two columns where column 1 has the gene names and column 2 has the cluster it belongs to (they are sorted and grouped based on the cluster no). I would like to order the rows and columns of the 100x 100 matrix such that the first n genes correspond to cluster 1 and next n genes correspond to cluster 2
2012 Feb 06
1
how to access values from functions
Hi All I would like to know how to access the values of the variable lambda.mu and and see what abs(lambdas[1]) does since lambdas is not a keyword. Snippet of the code: scoreFunction <- function(lambdas) { lambda.mu <- abs(lambdas[1]) sme.em(yi,tmei,Xi,Ni,G,lambda.mu,lambda.v)$AICc } Thanks in advance. Regards Ap -- Aparna Sampath Master of Science (Bioinformatics)
2005 Aug 11
2
URGENT: How to recover ext3 files?
Hi, After panic boot, I have executed fsck for the mount point and we couldn't find a single file. We have lot of directories under lost+found like this #3194985. Can anyone tell me how to recover the data from this folder? This is urgent. Thanks in advance for your help. Regards Kapil Sampath "Many of life's failures are people who did not realize how close they
2005 Apr 24
3
Help needed to recover data from ext3 file system where mkfs was issued accidentally
Hi, I connected my harddisk which had ext3 filesystem and some files archived in it as slave device and issued "mkfs /dev/hdb2" accidentally. Immediately I issued Ctrl C and stopped the process. But before that it had deleted some 100 Blocks. After that I am unable to boot that hard disk as primary device. The system is asking me "please insert a valid boot device and press
2011 Jul 06
1
Create simulated data's using mvrnorm
Hi All This might be something very trivial but I seem to miss something in the syntax or logic which makes me keep wandering around the problem without arriving at a solution. What I want to do is to simulate a sample data for performing cluster analysis. I tried to use x1= mvrnorm(10,rep(0.8,3),diag(3)) x2= mvrnorm(10,rep(0,3),diag(3)) x3= mvrnorm(10,rep(-0.5,3),diag(3)) x=rbind(x1,x2,x3)
2012 Mar 15
1
substituting own test statistics in a built-in function
Hi All I would like to compute the raw p-value from permutation tests and I found mt.sample.rawp() from the package multtest almost similar to what I want to do. But in the function definition: mt.sample.rawp(V,classlabel,test="t",side="abs",fixed.seed.sampling="y",B=10000,na=.mt.naNUM,nonpara="n") I would like to choose my own t-test which is designed
2010 Oct 31
9
self.where('section = ?', '%:search_item%')
I am trying to do a search where I can enter a part of a word and the search find all occurrences of that part word in the field. The above subject does not work. Can anyone help I am using Rails 3 and ruby 1.9.2 I use to be able to do it in rails 2.x. In my Model I have the following:- def self.search(search_item) if search_item self.where(''section = ?'',
2015 Aug 20
2
Using speex pre processor
Hello Tristan, Thank you. But I am using libspeex library. Does the speexdsp library be included in it? Or it needs to be installed separate. Appreciate the help. Thanks, Ankhit On Thu, Aug 20, 2015 at 11:43 AM, Tristan Matthews <tmatth at videolan.org> wrote: > Hi Ankhit, > > On Thu, Aug 20, 2015 at 12:06 PM, Ankhit Vivekananda < > ankhit.vivekananda at biscotti.com>
2010 Aug 19
4
implementing project management and event types
I am implemented a simple project management application. Each project has various events, and each event can be a different type. Some event information is common, such as name, start date, close date, and comments. I have a projects table which has_many events. My plan is to have several sub-event tables, like event_get_access which will contain an event_id field to link it to table events as
2015 Aug 20
2
Using speex pre processor
Hello, I am a newbie and wanted to know if a speex preprocessor, such as a DENOISE, can be used with other encoders such as AAC. We are developing video cameras using speex codec for encoding and decoding audio when placing calls. We also stream live audio/video files out of the camera and use AAC encoder for that as the server that we stream to supports only AAC. But, the noise level is high
1999 Jan 03
31
Samba problem
Hi, I have a problem connecting my Windows98 to the Samba server. The Linux computer comes up in the "Network Neighborhood" control panel, but when I double click on the icon, W98 asks for a password for the "\\machine name\IPC$" resource. But my password will not me accepted. I have logged in as user "root" with a given password on both computers. When I set
2012 May 21
2
[LLVMdev] VMKit build broken
Hi, I just thought of trying vmkit and checked out the source from the svn repo a few minutes back. The build is failing with the following error. llvm[4]: Compiling CGCleanup.cpp for Release+Asserts build CGCleanup.cpp:507:36: error: no member named 'getCaseSuccessor' in 'llvm::SwitchInst'; did you mean 'getSuccessor'?
2012 May 22
2
[LLVMdev] VMKit build broken
Hi, On Tue, May 22, 2012 at 6:07 PM, Nicolas Geoffray <nicolas.geoffray at gmail.com> wrote: > Hi Balachandran, > > If this is a bug, it should be filed to clang, since you're compiling a file > located in the clang project. But it looks like your llvm tree and clang > tree are not in sync. Could you svn update both and see if that fixes it? > Thanks, I had done
2012 May 22
1
[LLVMdev] Issues with clang build
Hi, I am on r157251. When I try to build clang, I get this error. Driver.cpp:52:47: error: use of undeclared identifier 'DEFAULT_SYSROOT' ClangExecutable(ClangExecutable), SysRoot(DEFAULT_SYSROOT), ^ 1 error generated. make[4]: *** [/home/ganapathy/projects/llvm/tools/clang/lib/Driver/Release+Asserts/Driver.o] Error 1 Can
2012 May 23
1
[LLVMdev] VMKit build broken
Hi Balachandran, On Tue, May 22, 2012 at 8:45 PM, Balachandran Sivakumar < benignbala at gmail.com> wrote: > Hi, > > On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar > <benignbala at gmail.com> wrote: > > Hi, > > > > Thanks, I had done an svn up on one of the sub directories and > > hence it had been out of sync. But had completely
2012 May 22
0
[LLVMdev] VMKit build broken
Hi Balachandran, If this is a bug, it should be filed to clang, since you're compiling a file located in the clang project. But it looks like your llvm tree and clang tree are not in sync. Could you svn update both and see if that fixes it? Nicolas On Mon, May 21, 2012 at 8:21 PM, Balachandran Sivakumar < benignbala at gmail.com> wrote: > Hi, > > I just thought
2012 May 22
0
[LLVMdev] VMKit build broken
Hi, On Tue, May 22, 2012 at 6:18 PM, Balachandran Sivakumar <benignbala at gmail.com> wrote: > Hi, > >      Thanks, I had done an svn up on one of the sub directories and > hence it had been out of sync. But had completely missed that point. > Just did an svn up and started off the build again. Thanks > The clang build went on fine. But subsequently, when I build
2017 Jul 18
0
linear trend JJAS spatial data (1979-2005)
Hello, I have a netcdf file for summer monsoon rainfall gridded data over Indian region. How can I find the linear trend in R? regards Sourabh Bal Dr. Sourabh Bal Assistant Professor Department of Physics Swami Vivekananda Institute of Science and Technology Kolkata 700145 [[alternative HTML version deleted]]
2009 Jan 04
0
"xm migrate VM_ID dest_IP_addr --kemari" fails
Hi I have a setup where I have an eth2 10GB interface setup a loop back between two dell 1950 servers. I have enabled VT in the bios. The eth0 interface is on a 1GB network. I am using an iscsi shared drive for the HVM image. I have followed the instruction provided in http://www.osrg.net/kemari/usage.html Now once everything is setup: After launching the HVM, I execute the following