search for: folder_nam

Displaying 12 results from an estimated 12 matches for "folder_nam".

Did you mean: folder_name
2004 Jun 18
1
set working directory
I have just upgraded from rw1081 to rw1090 (using Windows 2000). Now when I type the command: > setwd('d:/folder_name) I get the following error message: Error in setwd(dir) : cannot change working directory If I use the "change dir" tab in the file menu i can sucessfully change working directories, but this is not so convenient as i have my whole model stored as a text file that I prefer to copy int...
2008 Jul 08
1
smb_filetype_to_mode : filetype out of range
Hello, I have a problem with a NAS. I have mounted the NAS with : smbmount //ip_nas//folder_name /mnt/disque When i list the content of this folder (ls -l /mnt/disque), i have this message : smb_filetype_to_mode : filetype out of range : 12336 It lists the folder with strange names, for instance : 5?? cationd r ???? The biggest file in this folder is an image disc file of 2Gbytes. Thanks f...
2009 Jan 05
1
writing a dovecot plugin / segfault
...well...) to make the whole thing work. One example function is (just testing at the moment): /* MYRIGHTS <folder>: retreive the rights of the current folder */ static bool cmd_myrights(struct client_command_context *cmd) { struct mail_storage *storage; struct mailbox *folder; const char *folder_name; string_t *response; /* read argument: <folder> */ if (!client_read_string_args(cmd, 1, &folder_name)) return FALSE; /* work done from here... */ /* for the moment, do a dummy response */ str_append(response, "* MYRIGHTS "); str_append(response, folder_name);...
2013 Feb 28
11
new question
...res2[[i]],function(x) x[x[["FDR"]]<0.01,c("Seq","Mod","z","spec")])) res4<-lapply(res3,function(x) x[names(x)[names(x)%in%Toselect]]) res4New<- lapply(res4,function(x) lapply(names(x), function(i) do.call(rbind,lapply(x[i],function(x) cbind(folder_name=i,x))) )) library(plyr) library(data.table) res5<-lapply(res4New,function(x) lapply(x,function(x1){ x1<- data.table(x1);x1[,spec:=paste(spec,collapse=","),by=c("Seq","Mod","z")]})) res6<- lapply(res5,function(x) lapply(x,function(x1) {x1$counts&lt...
2019 Feb 09
1
Can't sync mailbox XXX: Mailbox isn't selectable
Hi, I have users with file system folders, which contain mbox files and dovecot indexes, in the ~/mail directory. If I run dsync, I have an error message and the sync can not be completed: Can't sync mailbox FOLDER_NAME: Mailbox isn't selectable I could not find any solution via google or any hint what to do in this situation. Thanks for your help and suggestion, Tamas -- Tamas Hegedus, PhD Senior Research Fellow MTA-SE Molecular Biophysics Research Group Hungarian Academy of Sciences | phone: (36) 1-459...
2006 Aug 02
1
Unable to set ACLs using Windows Security Dialog Box
...wly created folders as well as subfolders. So I compiled Samba 3.0.20 ,because of its "inherit owner" option that supported since this version. But after this upgrade, I could not set any acl on the Samba Server from Windows explorer and I get "Unable to save permission changes on Folder_Name. Access is denied" message. Another issue is that although I have added some "named users" and "named groups" as Access ACL and "Default ACL" using setfacl command on the Samba Server, only 3 access ACLs (owner,owner group,other) are shown in Windows Secu...
2005 Sep 24
1
using local-part delimiters in LDA delivery?
...specified (either a server-wide common relative path, or a user-specified) SUBFOLDER, say "bob/INBOX/.../.../spam_to_look_at" defined by a dovecot-rule invoked by the delimiter "spam" ... this is a little different than the approach Mark mentioned of delivering directly to folder_name specified by the local-part-after-delimiter ... questions: (1) until the two conf files merge, i'm guessing there needs to be some conditional logic in dovecot-deliver.conf rather than in dovecot.conf. correct? or should i be thinking SIEVE rules? (2) exactly WHAT "additional part&qu...
2002 Jul 18
2
The specified network name is no longer available: HELP
...th with XFS (the mdk 8.2 machine is using a STOCK kernel 2.4.18-6mdk), the mdk 8.1 machine is using a stock 2.4.18 + xfs 1.1 patch. Windows 2000 SP2 client tries to copy a folder with files in it to the share. Copy seems to start but ends rapidly with this error: Cannot create or replace "folder_name": The specified network name is no longer available. The top level folder IS created though but with nothing inside. This happens from multiple Win2k SP2 clients, to both Samba 2.2.4 and 2.2.5 machines using the XFS filesystem. I don't know if it is an XFS issue, or samba. smb.conf rel...
2008 Aug 07
1
SMB over SSH tunnel
...rt 139. i did try to do all the steps that are described in documents like http://www.security-hacks.com/2007/05/18/tunneling-smb-over-ssh-secure-file-sharing i also did other option by trying to uninstall 'file and printer sharing for ms networks' and i try to connect to map \\localhost\folder_name directly and tunnel local port 139 to the windows server port 139. it all does not work. i get either 'no path' message or i am asked about the user and password while 'maping the network drive' but whatever user & password i provide the user/password window come back on an...
2004 Sep 03
0
ACL on 3.0.6 ADS
...t;, failed with error "Changes cannot be saved. Access is denied". 2. Windows explorer top level share, failed with error "Unable to save permission changes on SHARES on machine_name. Access is denied". Sub directory, failed with error "Unable to save permission changes on folder_name. Access is denied". 3. Linux Command line sub directory changes, success from command line (using setfacl and chacl) but the changes is not visible from windows explorer. the acl setting changes from network is done using the same account specified on smb.conf's [SHARES]. testparam ret...
2000 Apr 05
8
strange problem
Hello. I have a problem that I hope you can help me with. I have 95,98 and NT machines and a Linux box with samba 2.2.5 (or what ever is shipped with redhat) that shares a printer to the windows machines. The problem is now: -the NT machines finds the printer! -the 98 machine finds something, but rejects all passwords (it runs encryot. passwd) -the 95 does not find anything at all. (runs encrypt
2013 Feb 15
10
reading data
Hi, #working directory data1 #changed name data to data1.? Added some files in each of sub directories a1, a2, etc. ?indx1<- indx[indx!=""] lapply(indx1,function(x) list.files(x)) #[[1]] #[1] "a1.txt"??????? "mmmmm11kk.txt" #[[2]] #[1] "a2.txt"??????? "mmmmm11kk.txt" #[[3]] #[1] "a3.txt"??????? "mmmmm11kk.txt" #[[4]] #[1]