search for: afil

Displaying 20 results from an estimated 43 matches for "afil".

Did you mean: fail
2004 Jul 14
3
hosting library (ie. PVCS) on Samba
Hello. I believe that I've done my due diligence in researching what info. is currently available on this issue. I have been jacking with this for days, & believe that I have tried all possible solutions. I am basically trying to move a [Merant] PVCS installation from an OS/2 file server to a SuSE/Samba file server. This installation consists of 'standard' source archives,
2006 Sep 15
3
How to catch a parameter that contains a full url
Hi I need some help! I have controller that I need to pass a full url (with its own parametrs) as a parameter, e.g. I want to call my controller with: /mycontroller/catchurl?url=http://somedomain.com/afile.jsp?param1=xx&param2=yy and in action "catchurl" in mycontroller.rb I would like to have params[:url] to be "http://somedomain.com/afile.jsp?param1=xx&param2=yy" I guess that one could do something smart with map.connect but so far I have failed completely. Is there...
2001 Dec 11
2
printing from unix to NT printer
Setup: samba 2.2.2 Solaris 8 Trying to print to a printer attached to an NT4/sp6a machine. Printer passes 'test print page' test on NT and is shared. Problem: An error occurs when the smbclient command is used: cat afile | smbclient \\\\tech223\\testprn -U username%password -P -c "translate;print -" The error reported is "ERRDOS - ERRbadaccess (Invalid open mode.) opening remote file stdin-...." Similarly, if I run the smbclient command interactively and type "print afile", the same...
2007 Nov 01
0
File permissions issue: different behavior between samba and unix
...nd remove the file I had created. If you want logs or further information, I can send them to you. Thanks, ~Eric Here are the perms and acls I've set up on the directory. Note that the setgid bit is set so that files created in the diretory inherit root group ownership: bash-3.00# ls -ld afiles drwxrws---+ 2 root root 512 Nov 1 10:21 afiles bash-3.00# getfacl afiles # file: afiles # owner: root # group: root user::rwx user:afile:rwx #effective:rwx group::rwx #effective:rwx group:afile:rwx #effective:rwx group:W2K3TEST+areaders:r-x...
2004 Jun 03
2
Force user
...ed inherit the group of the directory, but not the owner. I have even followed, line for line, the sequence on that page as follows: # chmod 6775 /foodbar $ ls -al /foodbar/.. You should see: drwsrwsr-x 2 jack engr 48 2003-02-04 09:55 foodbar # Now type: $ su - jill $ cd /foodbar $ touch Afile $ ls -al You should see that the file Afile created by Jill will have ownership and permissions of Jack, as follows: -rw-r--r-- 1 jack engr 0 2003-02-04 09:57 Afile That all works right up until the last line, where I see the file owner is jill, not jack. Maybe I've misunderstood this...
2008 Mar 03
1
Deliver question
Hi, I searched whole 2007-2008 mailing lists for answer but couldn\'t find. I think it\'s easier and quicker to ask here. Suppose I have a message saved in file /tmp/afile. How can I tell deliver to deliver it to user\'s abc at domain.com mail box SPAM? I tried two following ways but no success: 1. more /tmp/afile | deliver -d abc at domain.com -m SPAM 2. deliver -d abc at domain.com -m SPAM < /tmp/afile Thank you for help. --------------- Th? ?i?n t? ti?n...
2010 Sep 11
1
'programatically' list or call objects for use in a function?
Esteemed R users and developers, How does one 'programatically' list or call objects for use in a function? For example, i thought i could do something better than this: save(A.cwb, B.cwb, C.cwb, D.cwb, E.cwb, F.cwb, file="afile.RData") with something like these- prfxs <- c("A", "B", "C", "D", "E", "F") #** save(as.name(paste(prfxs, "cwb", sep=".")), file="afile.RData") or this- do.call(save, paste(prfxs, "cwb",...
2005 Apr 12
2
FXSettings problem
...reg = Registry.new("test.reg") reg.Parse end The Registry class basically looks this way: require "fox12" include Fox class Registry < FXSettings attr_accessor :mFile attr_accessor :mDefaults def initialize(aFile) self.mFile = aFile self.mDefaults = FXSettings.new end def Parse parseFile(self.mFile, true) Defaults(false) end def Write unparseFile(self.mFile) end def...
2015 Sep 14
3
[Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences
...9;s a script that reproduces the issue with high reliability for me: #!/bin/bash set -x DIR=$(mktemp -d -p $(pwd)) mkdir $DIR/d1 mkdir $DIR/d2 echo dummy > $DIR/d1/dummy echo dummy > $DIR/d2/dummy echo one > $DIR/d1/afile sleep 0.1 echo two > $DIR/d2/afile /usr/bin/stat $DIR/d1/afile | grep Mod /usr/bin/stat $DIR/d2/afile | grep Mod ~/packages/rsync/rsync --delete -a -HAX -vii $DIR/d2/ $DIR/d1 diff -r $DIR/d1 $DIR/d2 /usr/bin/stat $DIR/d1/afile | grep Mod /usr/bin/stat $DIR/d2/afile | grep Mod If the diff...
2006 Jun 26
1
/bin/tar bug
...extracting files with the same ownership --no-same-owner extract files as yourself Compatibility options: -o when creating, same as --old-archive when extracting, same as --no-same-owner and Now a test! #goto tmp dir cd /tmp #become root su - root #create three test files touch afile bfile cfile #verify ownership ls -l total 0 -rw-r--r-- 1 root root 0 Jun 26 11:16 afile -rw-r--r-- 1 root root 0 Jun 26 11:16 bfile -rw-r--r-- 1 root root 0 Jun 26 11:16 cfile #create a tar archive tar zcvf testoh.tgz afile bfile cfil #become regular user tar -zxof testoh.tgz tar: afile: Ca...
2007 Apr 24
2
chmod sftp command and setgid/setuid bit
...re hosted at Savannah https://savannah.nongnu.org/projects/tsp and we recently hit some sftp unexpected behavior: https://savannah.gnu.org/support/?105838 when using chmod sftp client command it appears that setuid / setgid bits are not handled on the server-side. that when I sftp> chmod 2775 afile I would expect afile to show: -rwxrwsr-x 1 openssh isgreat 0 2007-04-25 00:19 afile but I get: -rwxrwxr-x 1 openssh isgreat 0 2007-04-25 00:19 afile just as if I had typed: "chmod 775 afile " on server-side. As far as I understand sftp-server.c code is seems that chm...
2004 Mar 09
4
how to use conditional statements to handle exceptions?
Hello, I have a problem to handle the following statements. for(i in [1:3]) { file=paste("file", i, ".dat") bb <- read.table(file) x11() plot(bb) dev.off() } When the input .dat file is empty, the program stops running and an error message appears. Could someone tell me how to handle this exception? Thanks
2004 Nov 19
3
Tools for data preparation?
Hello list, I'm regularly in the position where I have to do a lot of data manipulation, in order to get the data I have into a format R is happy with. This manipulation would generally be in one of two forms: - getting data from e.g. text log files into a tabular format - extracting sensible sample data from a very large data set (i.e. too large for R to handle) In general, I use Perl or
2003 Feb 04
2
some permissions issues
I?m facing some troubles with file / directory permissions... I log on the domain as admin user(root), and theres a pub share, on witch everyone needs to have permission to create / modify files, but when I change or create a file, only root can change the file, no one else. And then i need to go to server to chgrp users * -R and chown nobody * -R to allow others users to change the file.
2007 May 16
2
read.table opening a website incl Password
...ot;http://www.lifetable.de/data/MPIDR/POL_2004.txt", header=TRUE) But what happens if I need a username and password (a different site)? How do I do that? Or is it not possible to this in R? I tried something like this mydata.frame <- read.table("myusr:mypswd at www.mydata.com/adir/afile.txt") but it did not work. I'd appreciate any hints. My platform is Win32 (and I am actually running R 2.3.1, but I guess (hope!) this is not the reason. At least I checked the NEWS file whether any changes appeared since 2.3.1 which could affect this behavior). Thanks, Roland
2007 Oct 30
0
Problem with ACLs "Too many ACE entries for file to convert to posix perms."
...files (in Kb). max log size = 5000 # Most people will find that this option gives better performance. # See speed.txt and the manual pages for details socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 #============================ Share Definitions ============================== [afiles] nt acl support = yes admin users = W2K3TEST+bobadmin, @W2K3TEST+admins path = /honda/afiles writeable = yes inherit owner = yes inherit permissions = yes inherit acls = yes [stastest] path = /honda/stastest admin users = W2K3TEST+administrator, @W2K3TEST+admins wri...
2009 Dec 04
1
Saving predict
Hi all,,Im using function arima() I.e series is my data model<-arima(series,c(1,0,0)) forecast<-predict(model,80) I want to create a variable: b1<-forecast$pred - 1.96*forecast$se and save in a txt file but using this: save(b1, file= "b1.txt") creates afile butwith this inside: ]{HQ ~|LJIiW*-l)% )m#), RIiSfdbGur9p94; H"L#Rez 1y3pN8{,I6W!6= {6l?OMw_5KZ+ = (YVBX(E2 uaz J Yj+PtSU[Ptg<OjS9@,x@)k$T $/A dzp i W@rOdbr@cn~W }\M*g -wj< hfEs! 4Qh6%G &J MHdIt@i<@>/@2 M V# x=l8 hjgKr@|u= n2 ETcX(, /2MJIj~]D|{9tn*\lro*6a1:e{>'{...
2006 Sep 25
1
[Bug 1236] SCP inappropriate truncate error when copying to FIFO file
...internal function call to ftruncate() has to fail, since a FIFO cannot be truncated to the size of the original file. This results in a reported error at the command line, even though the data actually copies as commanded. Example: ------------------------------------------------------ #scp -B -q afile auser at aserver.com:/tmp/fifofile_input scp: /tmp/fifofile_input: truncate: Invalid argument ---------------------------------------------- This results in the contents of the file 'afile' being copied into the remote fifo, but the error is reported and the exit status is also set to 1....
2004 Aug 09
0
ssh remote command fuser problem
...cp finally to work, but I am left with one problem, I can use ssh from sol9 to sol8 to start a remote session. I can ssh from sol9 to sol8 to execute some remote commands, but not fuser i.e. all from the solaris 9 system ssh userid at anothersol9 ls works fine ssh userid at anothersol9 fuser afile works fine ssh userid at sol8 ls works fine ssh userid at sol8 fuser afile fails, I get select: Bad file number Having seen this type of message before when it was to do with paths, I have tried the following... created a logical link from /usr/bin/fuser to the /usr/sbin/bin/fuser , still got...
2007 Oct 16
0
Can't set ACLs on mounted share from windows
...ar/log/samba/log.%m max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = /etc/printcap preferred master = No dns proxy = No idmap uid = 10000-20000 idmap gid = 10000-20000 winbind separator = + [afiles] path = /foo/afiles admin users = W2K3TEST+bobadmin, @W2K3TEST+admins read only = No