Displaying 20 results from an estimated 4000 matches similar to: "Cannot get user level access to shares"
2011 Feb 18
0
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Dear
I'm using samba 3.5.6 + PDC and connected to LDAP directory
In log level 1 there is many entries like this :
Feb 18 18:28:00 samba smbd[3094]: create_connection_server_info
failed: NT_STATUS_ACCESS_DENIED
Feb 18 18:28:00 samba smbd[3094]: [2011/02/18 18:28:00.255872, 1]
smbd/service.c:678(make_connection_snum)
Feb 18 18:28:00 samba smbd[3094]: create_connection_server_info
2011 Mar 16
1
Strange error
Hi,
I'm getting many errors in samba logfiles on file server, which is NT4
domain member. Centos 5.5, Samba packages from Sernet repo, version
3.5.6-43.el5.
That error is:
[2011/03/16 09:37:49.057565, 1] smbd/service.c:678(make_connection_snum)
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
What does that error mean? Everything is working correctly as far as i
can
2012 Sep 02
0
[virt-tools-list] Possible bug, problem with virt-sparsify image format detection
[I don't normally monitor this list for issues - it's
better to send bugs to the libguestfs mailing list]
On Tue, Aug 28, 2012 at 09:07:23PM +0100, Paul Maunders wrote:
> I've found an issue with virt-sparsify on Centos 6.3 with it's image
> format detection. If I take a qcow2 image and attempt to sparsify it
> with...
>
> virt-sparsify -v centos6.3-gold.img
2016 Jul 22
2
Creating llvm/DebugInfo/Msf folder
Hi all,
If you don't care about Debug Info or PDB files you can stop reading now.
Just wanted to give a heads up that I'm planning to add a new folder under
DebugInfo called Msf.
MSF stands for Multi-Stream File and is the container format used by PDB
debug info files. However, MSF by itself is generic enough that it need
not contain PDB data, and in fact I can think of at least one
2016 Jul 22
2
Creating llvm/DebugInfo/Msf folder
I actually regret doing all caps for PDB, and there seems to be mixed use
of all caps / rolling caps even with dwarf (some places say DWARF, others
say Dwarf). I don't feel too strongly aside from the minor inconvenience
of having to change thousands of occurrences where I already used rolling
caps though :-/
On Fri, Jul 22, 2016 at 10:52 AM Reid Kleckner <rnk at google.com> wrote:
2018 Feb 16
0
Sieve to process list mail based on list-ID
Op 2/16/2018 om 3:36 AM schreef @lbutlr:
> Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve.
>
> Basically, what I do now in procmail is
>
> 1. Get the listname from the List-ID header (or
2016 Aug 01
2
bot clang-x86-ninja-win7 missing llvm/lib/DebugInfo/MSF/LLVMBuild.txt
The latter. Unfortunately we need to get physical access and delete the
checkout. I'm afraid reverting will just reintroduce the problem and
re-break all the bots that people already took the time to fix, since going
from MSF -> Msf is the same as going from Msf -> MSF
On Mon, Aug 1, 2016 at 8:55 AM Reid Kleckner <rnk at google.com> wrote:
> So, the MSF rename managed to break
2013 Sep 25
1
Thunderbird 24.0 for Windows seems to ignore Samba4.0.9 permissions settings
Hi,
I have a CentOS 6.4 fileserver running SerNet Samba 4.0.9 with these
global settings (not overridden):
read only = No
force create mode = 0777
force directory mode = 0777
inherit acls = yes
inherit owner = yes
inherit permissions = yes
On a Windows client, I have Thunderbird 24.0 storing its profile and
mail on the Samba share. The
2011 Jun 08
0
Folder redirection and "guest user (from session setup) not permitted to access this share" in logs
Hello, sambadmins.
First some background.
Server is (soon to be dist-upgraded) Debian Lenny 64-bit and samba version
is 3.5.6~dfsg-3~bpo50+1.
Samba as PDC, LDAP as passdb backend, pam/nss uses same ldap on Linux side,
so all ID-s are "in sync".
Locks settings are default.
Windows XP SP3 as clients.
Few weeks ago I started to see following in logs:
[2011/06/08 15:17:51.766871, 2]
2012 Dec 11
0
Problems with ADS and user mapping
Hi,
I am having problems with the mapping of a windows users to a unix
user using Active Directory.
When I perform the following every think seems ok
smbclient -U "ADOMAIN\clearcase_albd" -L CCSERVER
Enter ADOMAIN\clearcase_albd's password:
Domain=[ADOMAIN] OS=[Unix] Server=[Samba 3.4.3-1.17.2-2359-SUSE-
CODE11]
Sharename Type Comment
---------
2011 Sep 17
0
Warning in 'probtrans'-function ('mstate'-package)
Dear all,
in order to estimate transition-specific probabilities in a multi-state
model i applied the 'probtrans()' function from the 'mstate'-package.
Now, i am at loss with the following message (see attached example):
Warning message:
In probtrans(msf.0, predt = 0) :
Negative diagonal elements of (I+dA); the estimate may not be meaningful.
I am not very familiar with matrix
2010 May 20
1
samba 3.5.3 time-stamping issue
I'm copying a windows share onto a samba share, with robocopy to
preserve filetimes and ACL's, but I get a lot of
"ERROR 50 (0x00000032) Time-stamping destination file ..."
It seems samba does not like to change the timestamp to the original time.
Robocopy uses the option /copyall
These lines are from the log
> [2010/05/20 11:50:37, 2] smbd/open.c:631(open_file)
>
2018 Feb 16
4
Sieve to process list mail based on list-ID
Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve.
Basically, what I do now in procmail is
1. Get the listname from the List-ID header (or List-post/List-owner if no ID)
2. check against a list of
2018 Feb 16
0
Sieve to process list mail based on list-ID
On 16.02.2018 04:36, @lbutlr wrote:
> Before I spend a lot of time trying to replicate a procmail script that automatically sorts list mail into mailboxes based on the List-ID header (and possibly some other data) I thought I'd check if someone had already done this for sieve.
>
> Basically, what I do now in procmail is
>
> 1. Get the listname from the List-ID header (or
2017 Feb 22
2
RFC: Adding llvm::ThinStream
Haven't got to this but would like to take a look/review it before it goes
in.
*skimming over some of the description*
Sounds like 'stream' might not be the right terminology - since they return
pointers into data that (I think) remains valid for the life of the stream?
(this also makes me wonder a bit about memory usage if the cross-block
operation is used a lot (causing
2010 Jan 27
0
create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
Hi!
I have a lot of those log line :
smbd[3604]: [2010/01/27 13:22:32, 1, effective(0, 0), real(0, 0)]
smbd/service.c:make_connection_snum(744)
smbd[3604]: create_connection_server_info failed: NT_STATUS_ACCESS_DENIED
smbd[3604]: [2010/01/27 13:22:32, 1, effective(0, 0), real(0, 0)]
smbd/service.c:make_connection_snum(744)
smbd[3604]: create_connection_server_info failed:
2006 May 30
1
Url encoding Help Pls!
Hi guys,
it''s me again, I want to come up with the following url:
www.mysite.com/webpage?myid=1
I keep coming up with the following url:
www.mysite.com/webpage%3Fmyid%3D1
require ''uri''
$myurl = URI.escape("webpage?myid=")
redirect_to(:action => $myurl + 1 )
what am I doing wrong?
I also tried
require ''cgi''
$myurl =
2008 Dec 05
2
adding rows as arithmatic calculation on original rows
Dear R users,
Suppose I have the following data.frame:
myID myType myNum1 myNum2 myNum3
a Single 10 11 12
b Single 15 25 35
c Double 22 33 44
d Double 4 6 8
and I want to have new records:
myID myType myNum1 myNum2 myNum3
e Single 12.5 18
2016 Jul 30
1
Tree conflict on 'include/llvm/DebugInfo/Msf and lib/DebugInfo/Msf
Is anyone else seeing....
Updated to revision 277264.
Summary of conflicts:
Tree conflicts: 2
Tree conflict on 'include/llvm/DebugInfo/Msf'
> local dir edit, incoming dir delete or move upon update
...
Tree conflict on 'lib/DebugInfo/Msf'
> local dir edit, incoming dir delete or move upon update
in a 'svn update' on llvm trunk? Strangely these errors
2007 Mar 20
1
odbcConnect - no data source and default driver
I am trying to connect sybase sql databast from R using RODBC pkg and
getting the following error ( i chnaged names to my*** but when I actually
execute it, I put down names explicitly not calling some character strings)
> channel = odbcConnect(dsn='mydsn',uid='myid',pwd='mypasswd')
Warning messages:
1: [RODBC] ERROR: state IM002, code 0, message [iODBC][Driver