Displaying 20 results from an estimated 800 matches similar to: "How to Print Rails Source"
2006 Dec 01
2
mirroring a loop device across an ssh connection
all,
I've been looking into a secure way of accessing a remote loopback
encrypted partition securely via openssh.
The basic idea I have currently is that a file/partition is connected to
/dev/loop0 on a remote server, which I have an ssh connection to. I
hold the key (for cryptsetup via dm_crypt) on the local client. I'd
like to mirror the loop device of the server on the client.
2016 Jun 05
2
inconsistent DNS information, windows domain member issues..
> -----Ursprüngliche Nachricht-----
> Von: samba [mailto:samba-bounces at lists.samba.org] Im Auftrag von
> Rowland penny
> Gesendet: Sonntag, 5. Juni 2016 12:49
> An: samba at lists.samba.org
> Betreff: Re: [Samba] inconsistent DNS information, windows domain
> member issues..
>
> On 05/06/16 10:05, Jo wrote:
> > I joined a Windows 10 Pro system to my (still
2010 Oct 22
2
puppet-zenoss plugin
Hello All,
I''m testing the puppet-zenoss plugin:
http://github.com/mamba/puppet-zenoss
I''m able to export and collect host properly. I however, can''t get
the provider to work. I can''t see much of the provider or type from
running puppetmaster in debug/verbose mode. Are there any tools to
test out a provider and/type? Also, if anyone has this module
2019 Oct 16
2
message error NT_STATUS_OBJECT_NAME_NOT_FOUND regulary in the log
Le 16/10/2019 ? 09:33, Rowland penny via samba a ?crit?:
> On 16/10/2019 07:56, nathalie ramat via samba wrote:
>> Hello,
>>
>> I need help you to understand my error.
>>
>> I have juste generate samba ad with the following command
>>
>> samba-tool domain provision --use-rfc2307 --interactive
>> Realm:?? SAMBADOM.CALAIS.FR
>> Domain
2017 Nov 08
2
DC's are unavailable when PDC halted
Hi Rowland,
On Wed, Nov 08, 2017 at 09:45:48AM +0000, Rowland Penny wrote:
> On Wed, 8 Nov 2017 09:24:30 +0100
> Ervin Hegedüs via samba <samba at lists.samba.org> wrote:
>
> > Hi folks,
> >
> > there are two Samba4 DC server. The first one is the "PDC", and
> > after I finished to set up that, I've joined the second one.
>
> I am a
2014 May 09
1
samba4 : [kerberos part kinit work but no kpasswd
hi,
?
i have recently installed a samba 4 in a DC role.
The distribution is a debian jessie/sid, the version of samba is 4.1.7.
The server is globally working but there is some litle trouble.
on the server itself, i can do a kinit without probleme but if i try a kpasswsd, i obtain the following
?
root at station:/var/log/samba# kinit
Password for administrator at TOTO.FR:
root at
2016 Jun 05
2
inconsistent DNS information, windows domain member issues..
> -----Ursprüngliche Nachricht-----
> Von: Rowland penny [mailto:rpenny at samba.org]
> Gesendet: Sonntag, 5. Juni 2016 17:46
> An: Jo <j.o.l at live.com>
> Cc: 'samba' <samba at lists.samba.org>
> Betreff: Re: AW: [Samba] inconsistent DNS information, windows domain
> member issues..
>
> On 05/06/16 13:43, Jo wrote:
> >> Your DCs really
2017 Aug 21
2
Vectorization in LLVM x86 backend
I isolated the LLVM IR and the X86 instructions emitted for the function
and are attached herewith and it is clearly emitting vector instructions. I
am having a hard time figuring out where the vector instructions are
formulated. For sure SLP and Loop vectorizer is not doing anything.
On Mon, Aug 21, 2017 at 11:56 AM, Craig Topper <craig.topper at gmail.com>
wrote:
> The X86 backend
2017 Oct 03
2
Changing Alignment of global variables in LLVM
If I know for sure I am accessing 32 byte chunks at a time, how can I go
about changing the alignment of @u?
Should I use DataLayout's reset method? I couldn't find a method to change
alignment of one global variable.
Thanks
On Tue, Oct 3, 2017 at 6:34 PM, Matthias Braun <mbraun at apple.com> wrote:
> The effective alignment is part of the load and store operations. Updating
2019 Apr 05
1
wbinfo isn't working on domain member
Can you post the following files:
/etc/resolv.conf
/etc/hostname
/etc/hosts
/etc/krb5.conf
pi at fs1:/var/log/apache2 $ cat /etc/resolv.conf
# Generated by resolvconf
search samdom.example.com
nameserver 192.168.1.229
nameserver 192.168.1.228
nameserver X.X.X.X
nameserver X.X.X.X
nameserver 8.8.8.8
pi at fs1:/var/log/apache2 $ cat /etc/hostname
fs1
pi at fs1:/var/log/apache2 $ cat /etc/hosts
2015 Mar 12
7
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
>Hi, please don't use .local, you say that no apple devices will come
>near, but what about an iphone ? and what about avahi ?
>When you ran configure, you might as well just run it like this: ./configure
>All the rest are defaults and you do not really need debug.
>You only need to alter /etc/nsswitch.conf (yes that's the one) if you
>want/need your users to log into
2006 Sep 27
1
samba & ACL questions
Greetings,
I seem to have Samba+AD+ACL's working on a RH ES4 server; however, I'm
looking for clarification in regard to how the ACL's differ between
windows and samba... or if they differ?
With windows ACL's, I can give out user permission traverse directory,
but not read its contents. Then I can give said user more permission to
a sub folders contents. Meaning: I
2016 Jun 05
0
inconsistent DNS information, windows domain member issues..
On 05/06/16 13:43, Jo wrote:
>> Your DCs really need to be running at all times, so that replication
>> can work properly, also each DC should use the other for their DNS
>> server, anything unknown to the DNS servers on the DCs should be
>> forwarded to an external DNS that does know or can find out.
> I understand that they need to be up simultaneously for
2012 Oct 05
2
[LLVMdev] Atomic ops cannot be built from C/OCaml bindings
How soon would I need to submit a patch for this for it to have a comfortable shot at making it into the 3.2 release?
On Sep 14, 2012, at 8:05 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On Sep 14, 2012, at 4:53 PM, Jonathan Ragan-Kelley <jrk at csail.mit.edu> wrote:
>
>> Is there a reason these should be omitted?
>
> Not in particular. Things are
2017 Oct 03
2
Changing Alignment of global variables in LLVM
What is the best way to change the alignment of global variables and
allocated structures in LLVM during one of its optimization passes?
For example, I want to change,
@u = internal unnamed_addr global [5 x [65 x [65 x [65 x double]]]]
zeroinitializer, align 16
to align to 32 bytes.
How can this be accomplished so that all other references in the code
accessing this structure are also
2018 Nov 23
0
Setup a Samba AD DC as an additional DC
Samba 4.7.6 Ubuntu
/etc/hosts:
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
/etc/resolv.conf:
# This file is managed by man:systemd-resolved(8). Do
2018 Nov 27
0
Setup a Samba AD DC as an additional DC
??Can you also post the output of bind from the point its starting up until samba has started??
I am not certain how to obtain this. -- Barry
Collected config --- 2018-11-27-14:54 -----------
Hostname: Sambadc1
DNS Domain: Mydomain.com
FQDN: Sambadc1.Mydomain.com
ipaddress: ##.##.##.##
-----------
Samba is not being run as a DC or a Unix domain member.
Checking file: /etc/os-release
2017 Nov 08
0
DC's are unavailable when PDC halted
See inline comments:
On Wed, 8 Nov 2017 11:18:10 +0100
Ervin Hegedüs <airween at gmail.com> wrote:
> ========
> open-ldap:
>
> --------
> /etc/hostname
> open-ldap.core.mydomain.hu
This should just be the short hostname not the fqdn
>
> --------
> /etc/hosts
> 127.0.0.1 localhost
>
> #10.10.20.202 open-ldap.core.mydomain.hu
Uncomment the above
2020 Jun 11
0
getting no SRV record
See reply below.
(Sent from home location.)
Bob Wooden
On 6/11/20 7:29 AM, Rowland penny via samba wrote:
> If you had a previous AD domain, you must have had a FQDN, but having
> said that, it does look like
In my previous AD domain, my FQDN was a non-registered (fake) domain
that has worked for years. For example "fakedomainname.intials", like
"domain.dt". This
2017 Aug 21
2
Vectorization in LLVM x86 backend
Hi all,
Recently I compiled the attached .c file using Clang with "-mavx2 -mfma
-m32 -O3" optimization flags.
First I used -emit-llvm and inspected the LLVM IR and there are no vector
instructions. Then I got the assembly output of the file in it I can
clearly see vector instructions in it.
Neither the SLPVectorizer or the LoopVectorizer is however doing any
vectorization (also