Displaying 10 results from an estimated 10 matches for "2fetc".
Did you mean:
fetc
2015 May 25
2
Join ad DC went wrong
I tried to promote another server as a domain controller so I can get my
machines upgraded to Debian 8
Conveniently the samba versions are the same
dictator at drakeburner:~$ sudo samba -V
Version 4.1.17-Debian
root at soothsayer:/etc/samba# samba -V
Version 4.1.17-Debian
root at soothsayer:/etc/samba# samba-tool drs showrepl
Failed to connect host 127.0.0.1 on port 135 -
2019 Oct 09
4
What is /etc/subuid ?
Dear Experts,
Could someone enlighten me about the following file:
/etc/subuid
? This file appears to be owned by "setup" package. This is CentOS 7
system, and until now these files if existed were never changed. Today I
have added user quite routine way, by doing
/usr/sbin/groupadd -g 4500 [username]
/usr/sbin/useradd -g [username] -u 4500 -c "User Name, email at domain"
2003 Jan 06
1
masq problem
Dear all,
I get a problem with masq, why it doesn''t work for connect to internet? my masq
configuration
/etc/shorewall/masq
eth0 10.2.0.0/16 202.158.1.99
but if my masq file without 202.158.1.99 it work!
/etc/shorewall/masq
eth0 10.2.0.0/16
and the ip nat will be same with ip address eth0.
FYI: IP number (202.158.1.99) just valid IP but doesn''t have interface
2019 Oct 09
0
What is /etc/subuid ?
...nd is used for in Linux, apart from searching on the web. (When
> there are surprises like the one I had today, one does like to know
> what this particular file is used for).
>
>
> Thanks in advance for your answers.
A quick google search:
https://lmgtfy.com/?qtype=search&q=%2Fetc%2Fsubuid
yielded this as the first link:
http://man7.org/linux/man-pages/man5/subuid.5.html
--
Mike Burger
http://www.bubbanfriends.org
"It's always suicide-mission this, save-the-planet that. No one ever
just stops by to say 'hi' anymore." --Colonel Jack O'Neill, SG...
2015 Mar 12
0
reslov.conf on two DC's
It would be nice to know what IPs the DCs have.
BTW: I updated the wiki:
https://wiki.samba.org/index.php/Join_a_domain_as_a_DC#Follow-Up_on_.2Fetc.2Fresolv.conf
Am 12. M?rz 2015 14:30:34 MEZ, schrieb James <lingpanda101 at gmail.com>:
>I have six. Three sites across wan links
>
>DC01
>nameserver 172.16.232.39
>nameserver 172.16.232.29
>
>DC02
>nameserver 172.16.232.29
>nameserver 172.16.232.39
>
>DC03
&...
2016 Sep 28
2
Additional DC
I'm having a bit of trouble joining / starting an additional DC.
OS: CentOS 7,2
Samba: 4.5.0
I've run through the steps on the wiki page:
https://wiki.samba.org/index.php/Join_an_additional_Samba_DC_to_an_existing_Active_Directory
I did have to manually add the DNS entries.
When I start samba I see the following errors in /var/log/messages:
2008 Jan 16
2
Memory Leak
So, I''ve stumbled across bleak_house (http://blog.evanweaver.com/files/doc/fauna/bleak_house/files/README.html) - this looks like it may help me track down what is causing the Memory leak I''m seeing (be it me, Ubuntu, Debian, or Puppet).
First step: I''m going to clone the repo, branch
Second step: Learn Ruby - shouldn''t be too hard.
Third step: Do exactly what
2018 Jun 13
4
Samba, AD, 'short' name resolving...
Mandi! L.P.H. van Belle via samba
In chel di` si favelave...
> > c) seems to use some ''random'' AD DNS, not the one in the site, for
> > example.
> Yes that is correct. ( The DC Locator Process does that )
> If you dont want that, you can assign by GPO a preffered server.
> You can set it as preffered server per site in the GPO. ( note, a pc needs 2
2015 Mar 12
3
reslov.conf on two DC's
a nice example about dns islanding.
http://retrohack.com/a-word-or-two-about-dns-islanding/
and with only 2 dc's
setup the resolv.confs like :
DC01
Primary DNS 10.1.1.2
Secondary DNS 127.0.0.1
DC02
Primary DNS 10.1.1.1
Secondary DNS 127.0.0.1
http://technet.microsoft.com/en-us/library/ff807362%28v=ws.10%29.aspx
says:
If the loopback IP address is the first entry in the list of
2018 Jun 15
4
Samba, AD, 'short' name resolving...
...05:48:45 vdcsv2 named[6494]: client 10.5.2.64#50303:
> request has invalid signature: TSIG
> 1628-ms-7.213-4064bc3.c1816194-6fb1-11e8-5eb7-3464a91c1e49
> (ALBERT\$\@AD.FVG.LNF.IT): tsig verify failure (BADSIG)
>
>
> Looking at:
>
> https://wiki.debian.org/Bind9#File_.2Fetc.2Fbind.2Fnamed.conf
>
> the note:
>
> // Configure the communication channel for
> Administrative BIND9 with rndc
> // By default, they key is in the rndc.key file and is
> used by rndc and bind9
> // on the localhost
>
> seems to me that inclusion of rndc.con...