Displaying 20 results from an estimated 43 matches for "afiles".
Did you mean:
files
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¶m2=yy
and in action "catchurl" in mycontroller.rb I would like to have
params[:url] to be
"http://somedomain.com/afile.jsp?param1=xx¶m2=yy"
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.)
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
Hello list
The Samba Howto Collection repeatedly asserts that by setting the sticky
bit on directories any files created in those directories will be created
with the owner set to that of the directory (for example, see
http://samba.mirror.ac.uk/samba/docs/man/howto/AccessControls.html#id2541262).
This has never worked for me. Files created inherit the group of the
directory, but not the owner.
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
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") #**
2005 Apr 12
2
FXSettings problem
Hi all.
I tried to subclass FXSettings in order to add some functionality to it
but I ran into the following problem.
The code which shall be executed looks like this:
def test
reg = Registry.new("test.reg")
reg.Parse
end
The Registry class basically looks this way:
require "fox12"
include Fox
class Registry < FXSettings
2015 Sep 14
3
[Bug 11521] New: rsync does not use high-resolution timestamps to determine file differences
https://bugzilla.samba.org/show_bug.cgi?id=11521
Bug ID: 11521
Summary: rsync does not use high-resolution timestamps to
determine file differences
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
2006 Jun 26
1
/bin/tar bug
It like we may have a bug in tar that ships with Centos.
It looks like -o is mapped to --same-owner.
Some basic info....
uname -a
Linux jazzy 2.6.9-34.0.1.ELsmp #1 SMP Wed May 24 08:14:29 CDT 2006
i686 i686 i386 GNU/Linux
cat /etc/redhat-release
CentOS release 4.3 (Final)
% /bin/tar --version
tar (GNU tar) 1.14
--same-owner try extracting files with the same ownership
--no-same-owner
2007 Apr 24
2
chmod sftp command and setgid/setuid bit
Hi OpenSSH developers,
I'm using OpenSSH on a daily basis and I'm very pleased
with the work you've done.
I am contributing to some Open Source software 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
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
Dear all,
in the past I have been able to access websites with data directly. For
example the following code works nicely
mydata <-
read.table("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 <-
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
write...
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+
=
2006 Sep 25
1
[Bug 1236] SCP inappropriate truncate error when copying to FIFO file
http://bugzilla.mindrot.org/show_bug.cgi?id=1236
Summary: SCP inappropriate truncate error when copying to FIFO
file
Product: Portable OpenSSH
Version: 4.3p2
Platform: ix86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: bitbucket at
2004 Aug 09
0
ssh remote command fuser problem
I've set up public/private key authentication between a
Solaris 9 system running SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. and a
Soalris 8 system running OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004
Cannot get remote command fuser to work (although other commands ok)
I've got ssh and sftp and scp finally to work, but I am left with one problem, I can use
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