Displaying 20 results from an estimated 10000 matches similar to: "Question about executable permissions with samba"
2006 Mar 22
1
Open file excluded in rsync backup
hi every one
i dont know whether rsync excludes the open file while taking backup or
not.?
My problem is how to handle open file backup(the files which are open by
any process ) with rsync .?
Thanks
Harshal
SPsoft
2006 Dec 12
1
Hourly Time Series
I have hourly data for approximately 21 days in the following format
DateID HourID Metrics
20060920 0 xxxxxx
20060920 1 xxxxxx
The hour ids correspond to one hour windows starting 00:00 to 23:59.
I have never dealt with TS data before. What is the best way to handle
this data? TS objects or use the Zoo package?
Thanks in advance.
2002 Sep 04
3
Probably a stupid question about smbfs and smb.conf.
This seems like it should have an obvious answer, but I haven't seen a
clear word one way or the other in the man pages or other documentation
that I have read - is smbmount's behavior in any way governed by the
smb.conf file?
The reason I ask is one of the other sysadmins here has been trying to
figure out ways to improve smbfs performance, and he came across the
speed.txt file in
2002 May 15
2
Linux server, Win2k client: Almost works, what am I missing?
Hello all.
A couple of days back I posted a question about how I could get a Win2K
client to mount a share from my linux Samba server. I was getting the
familiar "account is not authorized to log in from this station" error
on the Win2K box, despite a set-up that supposedly allowed guest logins
*and* implemented the registry hack for clear-text passwords on the
Win2k box.
While I
2010 Mar 15
1
Permissions problem with Windows Vista / 7 clients, Debian Samba 3.4.7 server
I'm having a very strange permissions problem with Samba 3.4.7 (installed
via backports.org) running on Debian Lenny:
If a Windows 7 or Windows Vista client tries to use Windows Explorer to
access a user's home directory with permissions 0700, the client gets a
permission denied error.
If the directory is made world readable, it works. (For one user, group
readable also works. For
2003 Jan 06
3
ownership permissions on files replaced via scp -- bug or feature?
I've noticed the following behavior on files that are overwritten with
an scp command and I can't decide if this is intended behavior or a bug?
Can someone with a little more insight please share the reasoning for
this (if any)? I've tested this with a mix of 3.4p1 and 3.5p1 hosts.
Suppose we have 2 files on different hosts, with different group
ownership and permissions. user1 is not
2009 Apr 01
2
Extract a MOS value from Asterisk CDR
Hello all,
I'm tring to retrieve a formula to calculate a MOS value from Asterisk RTCP
stats...
Have you got any idea how to do it?
Thanks
I'm reading all G.107 ITU docs to retrieve something...
I'm saving the SIP RTCP stats with:
[macro-hangupcall]
exten => s,1,Set(CDR(userfield)=${CHANNEL(rtpqos|audio|all)})
exten => s,n,ResetCDR(vw)
exten => s,n,NoCDR()
So I retrieve
2004 Dec 26
0
Voice modem + Asterisk
Dear All,
Did anybody get success in configuring voice modem for asterisk?
I am having Intel AMR modem by AC'97 and running on as a softmodem.
Thanks
/Harshal
--
There are 10 kinds of people in the world: Those who understand binary
and those who don't...
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 18
2
recommendations on use of -> operator
I have never used -> but I noticed at
http://github.com/jiho/r-utils/blob/master/beamer_colors.R
that some people do. In fact, the above-named code has a sort of elegance about it (except for the use of "=" for assignment...). To my eye, -> calls to mind a type of assignment that is meant to stand out. For example, perhaps it would make sense to use -> to assign
2005 Oct 19
1
file permissions with samba shares
I am wondering if there is a way I can setup permission on
directories in the directory that I have setup for samba shares so
that no one can move or delete them. The problem I am having of late
is that someone from within windows will move the directories around
. I think they do it not knowing they are doing it. Its happened
several times of late now. I have always found the missing
2005 Nov 03
1
setting file permissions
I have a very upset client and I can not find an answer. How do I set
the read-only flag using the Windows Explorer? I right-click, select
properties, select the read-only check box, click apply and the check
mark goes away. No errors it just does not work. I browsed the log files
on the server and did not find anything there either.
RedHat ES 4
Samba 3.0.20a (rpm not hand compiled)
2014 Jan 28
2
how to unbreak a circular package dependence (S4 class data)
I have an issue with a circular package dependence that prevents building/checking, and I seek advice on breaking the circle so the packages can pass the build-check tests that are required for CRAN submission.
The package pair I'm working with is slow to build, but my tests suggest the issue may be general, and so I will explain it in general terms.
Suppose there are two packages:
1. Foo,
2007 May 31
4
Smba with Amanda backup --- permissions
Hi,
I am trying to create a Samba share on /media/winshare with the owner as
amandabackup instead of root. But as soon as I mount the Samba share on to
the mount point, the permissions for the owner get reverted back to root
instead of amandabackup.
Attaching a snapshot of how it looks like.
http://www.nabble.com/file/p10894282/samba%2Bquery.jpg
--
View this message in context:
2018 Apr 05
2
can valgrind read LLD's debug info?
As a frontend, what are the downsides of enabling --no-rosegment by default?
So far the pro list is:
* valgrind debug info will work by default
What's on the con list?
On Thu, Apr 5, 2018 at 5:16 PM, Shoaib Meenai <smeenai at fb.com> wrote:
> It's more of a valgrind issue than an LLD issue, but you can work around
> it by linking with --no-rosegment
>
>
>
>
2018 Nov 27
3
apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
Who maintains apt.llvm.org?
On 11/27/18 9:25 AM, Andrew Kelley wrote:
> ---------- Forwarded message ---------
> From: Andrew Kelley <superjoe30 at gmail.com>
> Date: Mon, Nov 26, 2018 at 10:38 AM
> Subject: apt.llvm.org has the wrong binaries/headers for llvm-toolchain-xenial-7
> To: LLVM Dev <llvm-dev at lists.llvm.org>
>
>
> This build worked on Nov 24 and
2018 Apr 05
2
can valgrind read LLD's debug info?
--rosegment puts read-only data and executable text in a single segment and
make it executable, so your read-only code becomes executable. I think that
shouldn't be a default behavior. If valgrind needs that, we can't fix it by
changing the default.
On Thu, Apr 5, 2018 at 2:50 PM Andrew Kelley via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Confirmed that -no-rosegment
2010 Dec 27
5
Is apostrophe (') something special in a regex if at end?
(Ruby 1.9.2) I have a simple validation regex which I need to pass the
following values: "Billy-Bob" and "O''Kelley" (as test cases). Originally I
was not allowing apostrophe but it became apparent I had to allow it.
The initial regex was:
/^[a-zA-Z -]*$/
Now, when I added the apostrophe like this:
/^[a-zA-Z'' -'']*$/
Then for some reason
2017 May 01
3
Any progress on write.csv fileEncoding for UTF-16 and UTF-32 ?
On 30/04/2017 12:23 PM, Duncan Murdoch wrote:
> No, I don't think anyone is working on this.
>
> There's a fairly simple workaround for the UTF-16 and UTF-32 iconv
> issues: don't attempt to produce character vectors, produce raw vectors
> instead. (The "toRaw" argument to iconv() asks for this.) Raw vectors
> can contain embedded nulls. Character vectors
1998 Sep 18
4
Letter case not preserved
All files transferred to my Samba server end up with lower case on the
Unix box. Case is not preserved from NT to Unix. For example, if I
copy C:\Temp\MyFile to a directory on the Samba server, it ends up there
as myfile.
What am I missing?
I browsed the FAQ's in the web pages, without success...
Marc Provencher
Foxboro Calgary, Systems Integration and IT
(403) 777-4275
2005 May 06
1
R on Macintosh OSX Tiger
Hi. I'm not having any luck installing the binary for the new
Macintosh OS called "Tiger".
I get error messages as below.
Can anyone offer me some advice? (PS: I checked the bug list first
but a search on "Tiger" turned up nothing so I hope it's OK to post
here.)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared