Displaying 20 results from an estimated 3000 matches similar to: "Fwd: Re: Re: Cannot add/modify ACL through windows client"
2013 May 14
1
Cannot add/modify ACL through windows client
Dear all,
I am struggling around with Windows ACLs and cannot find a solution nor how to troubleshoot that. I have two samba3 hosts. Hostname "donald" is my domain controller with samba 3.x + OpenLDAP server running. Hostname "pluto" is my other samba 3.x server which was joined to my domain. I use LDAP for my users+groups. I dont have winbind on my machines. On hostname
2020 Nov 20
2
Confusing errors when attempting to run samba in AD DC mode
Hey All,
I don't know what's wrong, or what I may have done wrong, but I THOUGHT I followed all the correct steps to setup samba, and it's not working. Here's what I did:
D/L latest samba code (4.13.1) & extract
install dependencies
./configure --prefix=/usr/local --enable-fhs
(enable-fhs was required to get configure to run through completely)
make
make install
cp
2016 Feb 17
2
Openswan <-> VyOS
Hello,
I'm having a bit of trouble connecting our current CentOS Openswan server
with a Vyos server via IPSec.
I've posted this on the VyOS forums, but haven't had many helpful
responses, so I thought I would ask here.
http://forum.vyos.net/showthread.php?tid=26504&pid=29703#pid29703
Basically our Openswan configuration is as follows:
conn VYOS
keyingtries=0
2003 Oct 26
4
linux-xp x509 ipsec connection
hi,
I can''t get a freeswan 2.02 ipsec x509 connection at work
can somebody help me?
*************************************************************************************
global situation
*************************************************************************************
the linux gateway (chivas) is a single machine 192.168.1.250 with a local net 192.168.1.0/24,
a dyn IP via a DSL
2013 May 08
0
Using Windows ACL on a samba3 share
Hello again,
I am using samba 3.5.6. I have another though maybe this problem occurs due to my OpenLDAP service? My /etc/openldap/slapd.conf is using:
[...]
access to dn.base=""
by * read
access to dn.base="cn=Subschema"
by * read
access to attrs=userPassword,userPKCS12
by self write
by * auth
access to attrs=shadowLastChange
by self
2008 Oct 03
2
A strange behaviour of file.path in Windows? (PR#13119)
Full_Name: Enrico Pegoraro
Version: 2.7.2
OS: Windows (Vista or Xp PRO) Italian
Submission from: (NULL) (87.4.189.202)
If you send these lines of code:
outdir="c:/pippo"
file.path(outdir,"pluto.html")
R replies correctly:
[1] "c:/pippo/pluto.html"
But if you change the first steps to:
outdir=""
file.path(outdir,"pluto.html")
R replies
2016 Feb 09
4
OpenSwan Drop Out Issue
Hello,
I'm cross posting this from the OpenSwan mailing list, in case someone here
can help.
We have two sites connected via OpenSwan 2.6.32-9 on CentOS 5, sharing 6
/24 subnets each (so 12 in total).
The problem we're having is completely randomly, be it in the middle of the
day, or in the middle of the night (so I don't believe it's traffic
related), certain (and sometimes
2010 Oct 05
0
[LLVMdev] Multithreaded code generation
On 10/05/2010 09:42 AM, hamed hamzehi wrote:
> Hi
> yes, I'm asking for any advice, I want to implement multithreaded code
> generator in LLVM.
> tnx
Hi,
this generally depends which kind of code you want to multithread,
because generally this is a difficult problem.
However, if you limit yourself for the moment to loops that fit into the
polyhedral model, you can take
2005 Jun 30
1
cannot cancel job
Hi!
I'm testing a printer server samba+cups. I set user pluto as printer admin
of printer X.I have this problem: if pluto cancel a job (its own job) from a client XP,
at first time the job is cancelled but then appear a new job "Remote
downlevel document" (it has the same content than cancelled job). Remote
downlevel document can't be cancelled by pluto (access denied), but can
2000 Jul 20
1
Samba on Two networks
I'm trying to set up a 100Base-T network on top of my exisiting 10Base-T
network. The 100Base-T network is between a few hosts, but those hosts
are also on the 10Base-T network. Here's a little diagram:
10Base-T 100Base-T
-------------------------------------------------------
128.173.1.1 DCSERVER
| (NT PDC+WINS Server)
|
2000 Jul 22
1
Multihome WINS Registration
I've got a bit of a problem, which is related to the problem I posted
yesterday. Samba is not registering the right address with the WINS
server, when it is on a multi-homed machine. The machine is on two
networks, like this:
Subnet A(128.173.188.0)
-------------------------------------------------------
| | |
2012 Jul 04
0
[LLVMdev] OpenMP/autopar support in LLVM
On 07/04/2012 10:35 AM, Raghavendra, Prakash wrote:
> Hi
>
> I wanted to know the status of OpenMP (or in general auto
> parallelization) support in
>
> LLVM.
>
> I read some threads discussing about possible effort in that direction
> in 3.1 onwards,
>
> but did not see any further discussion on that.
>
> If someone in the list knows the updated info or can
2010 Jul 09
2
snapshot out of space
I am getting the following erorr message when trying to do a zfs snapshot:
root at pluto#zfs snapshot datapool/mars at backup1
cannot create snapshot ''datapool/mars at backup1'': out of space
root at pluto#zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
datapool 556G 110G 446G 19% ONLINE -
rpool 278G 12.5G 265G 4% ONLINE -
Any ideas???
-------------- next part
2006 Aug 26
0
Processed: Re: Bug#384638: Dom0 dows not boot with kernel package linux-image-2.6.16-2-xen-686 version 2.6.16-18
Processing commands for control@bugs.debian.org:
> severity 384638 important
Bug#384638: Dom0 dows not boot with kernel package linux-image-2.6.16-2-xen-686 version 2.6.16-18
Severity set to `important' from `critical'
> reassign 384638 xen-3.0
Bug#384638: Dom0 dows not boot with kernel package linux-image-2.6.16-2-xen-686 version 2.6.16-18
Bug reassigned from package
2013 Nov 19
2
[LLVMdev] proposed patch to default to isl-only polly
Tobias,
Can we add something like the following to polly 3.4?
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 195142)
+++ CMakeLists.txt (working copy)
@@ -81,9 +81,14 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PAT
FIND_PACKAGE(Isl REQUIRED)
FIND_PACKAGE(Gmp REQUIRED)
-FIND_PACKAGE(Cloog)
FIND_PACKAGE(Pluto)
2006 Aug 09
0
association dows not grt foreign key
I have a 1 to 1 relationship using a similar example as below
(has_one, belongs_to)
but when I do the save, the foreign key of the child object is not set
to the id of the parent object in the relation ship
any ideas?
cheers
dion
---------------------------------
class Person < ActiveRecord::Base
has_one :address
validates_presence_of :email
---------------------------------
end
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
hi Tobi ,
that sounds greate :D
On 2009-12-27 5:43, Tobias Grosser wrote:
> I already looked into implementing something like Graphite for LLVM.
> However just recently, so I have not released any code yet. As soon as
> some code is available I will post patches.
whats its status? do you need any help?
> A general plan to implement polyhedral transformations in LLVM:
>
> 1.
2018 Feb 09
0
self-heal trouble after changing arbiter brick
Hey,
Did the heal completed and you still have some entries pending heal?
If yes then can you provide the following informations to debug the issue.
1. Which version of gluster you are running
2. gluster volume heal <volname> info summary or gluster volume heal
<volname> info
3. getfattr -d -e hex -m . <filepath-on-brick> output of any one of the
which is pending heal from all
2016 Apr 01
2
Libreswan PEM format
Just trying to follow the instructions here
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Securing_Virtual_Private_Networks.html
I don't think I am doing anything special.
At the point where there is some communication going on
Getting this error
packet from *****:1024: received Vendor ID payload [Cisco-Unity]
Apr 01 17:33:44
2005 Jun 19
1
rsync version 2.6.3 protocol version 28 - hosts allow dows not work
Hello all. Rsync rocks, however I am having problems with two things:
1. The hosts allow directive does not allow the use of a hostname. (DNS is
working for I can do a NSLOOKUP on the hostname and it resolves). If I put
the IP address it works fine, problem is that we run DHCP at the office
and my lease expires every 4 days.
2. Rsync is not logging to /var/log/rsyncd.log.
The following is my