similar to: Unable to open most files within Linux from a windows share

Displaying 20 results from an estimated 700 matches similar to: "Unable to open most files within Linux from a windows share"

2007 Nov 20
2
No longer able to browse windows share via Nautilus
I used to be able to browse the windows shares on the network through Nautilus. I can see them as computers, but when I click on them, it fails. (I'm on Ubuntu 6 LTS, AMD64) About 3 months ago, this failed. But, the windows boxes can all still access my shares on my Linux box. I was going through the trouble shooting, and found this out, but I'm not sure what to do next. I am
2010 Nov 19
1
Set colour in tcl variable
Hello all, using package tcltk this is my problem: I want to set a colour of a tclVar(). I have a tklabel (fixed in position) which should display two variables occasionally. If a constraint is fulfilled, the tklabel should display correct<-tclVar('correct') in green, otherwise it should display wrong<-tclVar('wrong') in red! To display the variables is no
2011 Jun 10
1
ggplot2 avoid automatic color selection
Hey all, I'm trying to replicate some plots with ggplot2. The problem is that I need to specify the color for every attribute (drug). If I use the code below the colors get automatically assigned but I need to plot drug1 in black drug2 in blue etc. How do I do that? q = qplot(days,vol,data = cellLine7064, color = drug, geom = c("line", "point")) best regards, Immanuel
2010 Jul 07
3
use sliding window to count substrings found in large string
Hello together, I'm looking for advice on how to do some tests on strings. What I want to do is the following: (just an example, real strings/sequence are about 200-400 characters long) given set of Strings: String1 abcdefgh String2 bcdefgop use a sliding window of size x to create an vector of all subsequences of size x found in the set (order matters! ). Now create, for every string
2010 Oct 25
4
zoo.read intraday data
Hello all, I'm trying to use zoo.read but can't figure out how to deal with the time format. (example below) would be nice if someone could help. best regards, Immanuel --------------------------- L <- "Date,Time,Open,High,Low,Close,Up,Down 05.02.2001,00:30,421.20,421.20,421.20,421.20,11,0 05.02.2001,01:30,421.20,421.40,421.20,421.40,7,0
2006 Feb 22
2
Ctrl+C does not work in virtual console
Hi all, I have a problem with the virtual console. I run Xen 3.0.1 (compiled from the sources) on debian 3.1 (as dom0 and domU) on an AMD Athlon 64. I can''t terminate programs with ctrl+c. If I try for example to ping a machine, ping runs forever and cannot be stopped from the console. ctrl+z does then not work either. But if I do the same with ssh, everything works fine. There are
2011 Aug 26
1
kernlab: ksvm() bug?
Hello all, I'm trying to run a gird parameter search for a svm. Therefore I'M using the ksvm function from the kernlab package. ---- svp <- ksvm(Ktrain,ytrain,type="nu-svc",nu=C) ---- The problem is that the optimization algorithm does not return for certain parameters. I tried to use setTimeLimit() but that doesn't seem to help. I suspect that ksvm() calls c code that
2010 Aug 26
1
equalize function with zero and convert it
Dear all, I want to equalize a symbolic derivative (of a function with two variables) with zero and convert it to a variable, e.g. x. I'm computing the derivative by: (found it in the archive) library(Ryacas) f <- function(x,y) (100-x-y)*x-10*x yacas(f) # register f with yacas Df <- f body(Df) <- yacas(expression(deriv(f(x,y),x)))[[1]] Df R-Output: function (x, y) 100 - x - y -
2011 Aug 22
1
Threads in R
Hello all, I posted a questions on how to terminate a function call that does not return after a certain time ( I can not modify the function code) some time ago. Since I didn't find a solution I just came up with the idea to run the functions call in a separate thread who I could terminate a will. Would this be possible? Any pointers in the right direction? A looked briefly a snow and Rmpi
2015 Jun 16
3
Virtualization
ESX(i) 6 and vCloud Air. At home, KVM and Vagrant. On Tue, Jun 16, 2015 at 10:46 AM, Numan Fatih YARCI < fatih.yarci at linux.org.tr> wrote: > KVM - Vagrant - Docker :) > > On Tue, 16 Jun 2015 at 17:41 Alessandro Baggi <alessandro.baggi at gmail.com> > wrote: > > > Hi list, > > what solution do you use for virtualizzation? > > > > thanks in
2005 Sep 14
2
Scan and Lists
This may be a newbie question - although I did search for this error message in the archives and via google and didn't see this error: The help page for "scan" indicates that among the types of data capable of being read are: > "The supported types are 'logical', 'integer', 'numeric', 'complex', 'character', 'raw' and
2006 Feb 03
0
SFTP and MDTM
Hello, I am using a SFTP client that uses the "MDTM" for synchronizing files between hosts. Does the SFTP server sub-system in OpenSSH support this command? Thank you, Eric Buttrum ======================================================================= Eric Buttrum Phone:(905)575-1212 x3339 Technical Support Group Fax:(905)575-2197
2004 Jan 27
2
Samba as a client to Windows2000 + special characters on filenames
Greetings! I have been troubleshooting this for over a week, and what follows is a rather long, detailed description. The short description to the problem I have been dealing with is: I can't access files on a windows2000 server from a Linux client when their filenames have some specific special characters such as "?" I can list them, but not copy. The setup: server: Windows 2000
2015 Jun 16
0
Virtualization
What do you think about Proxmox VE? > ESX(i) 6 and vCloud Air. At home, KVM and Vagrant. > > > On Tue, Jun 16, 2015 at 10:46 AM, Numan Fatih YARCI < > fatih.yarci at linux.org.tr> wrote: > >> KVM - Vagrant - Docker :) >> >> On Tue, 16 Jun 2015 at 17:41 Alessandro Baggi <alessandro.baggi at gmail.com> >> wrote: >> >>> Hi list,
2006 Feb 04
0
Boot problems with Xen 3.0 and SATA drives
Hello, I just tried to install Xen 3.0 on a machine with a nVidia SATA controller and a SATA drive. Like many other people before, which were trying to boot from a SATA drive, I got the following kernel panic: kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) The reason for this is, that the SATA kernel driver are not included directly in the kernel, but are
2011 May 30
0
how to interpret coefficients from multiclass svm using libsvm (for multiclass R-SVM)
Hello all, I'm working with the svm (libsvm) implementation from library(e1071). Currently I'm trying to extend recursive feature elimination (R-SMV) to work with multiclass classification. My problem is that if I run svm for a 3 class problem I get a 2-D vector back from model$coefs, can someone explain me what this values are? I understand them in the 2-class problem where this is a
2005 Sep 14
1
Importing IDL Structures
I am trying to get started with R, but before I do, I need to find a way to import my existing datasets, which are currently stored as arrays of IDL structures (RSI's IDL, not the other one). The problem I has is this: the IDL structures contain scalar items, as well as n-dimensional arrays. I can export the data in a number of ways, including as separate files for scalars and for each of the
2010 Aug 11
0
R and TK Error "can't find objects"
Dear R People, I?m trying to link R and TK. I?m using R 2.11.1 with Tinn-R 1.17.2.4. For simple examples like the following one it?s working (see the initiation of the variables, the handler and the link to the function which multiply Zahl, Exponent and Factor) : require(tcltk) Ergebnis<-tclVar(c(0,0,0,0,0,0)) Zahl<-tclVar(c(0,0,1,1,1,0)) Exponent<-tclVar(c(1,1,1,1,1,1))
2010 Nov 25
2
aftreg vs survreg loglogistic aft model (different intercept term)
Hi, I'm estimating a loglogistic aft (accelerated failure time) model, just a simple plain vanilla one (without time dependent covariates), I'm comparing the results that I obtain between aftreg (eha package) and survreg(surv package). If I don't use any covariate the results are identical , if I add covariates all the coefficients are the same until a precision of 10^4 or 10^-5 except
2010 Nov 04
2
count occurrence and distance of characters in string
Hello all, I want to know how often one character occurs in a given string and the distance from between every two occurences. (distance = other characters between them). thanks