Displaying 20 results from an estimated 2005 matches for "fqdn".
2018 Apr 26
1
Failures to renegotiate machine password & domain participation check fails
...word DEPARTMENT-S01$@FQ.DN failed: Preauthentication failed
Join to domain is not valid: Logon failure
The samba logs where showing 'domain_client_validate: Domain password server not
available' errors.
To restore the service I did the following:
$ systemctl stop smb
$ realm leave domain.fqdn
$ realm -v join --client-software=winbind --user=username at domain.fqdn
domain.fqdn
$ systemctl start smb
I'll attach the current sanitised smb.conf here. (I know there are at least a
few problems with it I need to correct at some stage).
SELINUX had been running up until the most recent out...
2018 Dec 12
5
GSSAPI/Kerberos authenticate with Dovecot
..._the_Dovecot_user_and_keytab
I also try https://wiki.dovecot.org/Authentication/Kerberos
I can login as windows user on win7 and access shares.
When I open Thunderbird I get the message:
"kerberos/gssapi ticket was not accepted"
For debuging I use Kerbtray.
The Tickets I get are:
MY.FQDN.COM
|-- cifs/dc1.my.fqdn.com
|-- cifs/files.my.fqdn.com
|-- krbtgt/MY.FQDN.COM
|-- krbtgt/MY.FQDN.COM
|-- LDAP/dc1.my.fqdn.com/my.fqdn.com
There is *no* imap ticket.
root at dovecot:~# ktutil
ktutil: rkt /etc/dovecot/dovecot.keytab
ktutil: l
slot KVNO Principal
---- ----
-----------------------...
2006 Oct 20
3
fqdn & templates
So, looks like the latest facter has fqdn... cool. but for some
reason templates can''t access it. I was defining $fqdn in my
site.pp, but had to remove it after the last yum update, which
brought in a new facter package. But now my templates can use fqdn.
Why would this happen?
--jason
2015 Mar 26
2
Icecast won't start on system boot
...ice; enabled)
Active: failed (Result: exit-code) since Thu 2015-03-26 18:06:10
CET; 38min ago
Process: 839 ExecStart=/usr/bin/icecast -c /etc/icecast.xml
(code=exited, status=1/FAILURE)
Main PID: 839 (code=exited, status=1/FAILURE)
CGroup: /system.slice/icecast.service
Mar 26 18:06:09 {my-FQDN} systemd[1]: Starting Icecast Network Audio
Streaming Server...
Mar 26 18:06:09 {my-FQDN} systemd[1]: Started Icecast Network Audio
Streaming Server.
Mar 26 18:06:10 {my-FQDN} icecast[839]: [2015-03-26 18:06:09] WARN
CONFIG/_parse_root Warning, <location> not configured, using default
value...
2020 Jun 17
2
CentOS 7.8 samba member server does not join and populate with correct FQDN
Joining member Centos 7.8 Linux server with 4.10.4-10.el7 or higher appears to ignore client FQDN when AD domain does not match client domain name.? For example Active Directory Domain is ad1.testdomain.com and the client member server FQDN is? testhost.clients.testdomain.com.? When joining the domain? DNSHostName attribute in AD shows testhost.ad1.testdomain.com when it should be testhost.clie...
2009 Nov 05
1
Samba + Windows 2008 + Solaris + Native nss_ldap/gssapi - Possible?
...written with DONT_REQ_PREAUTH (seems to
be needed for Solaris kinit -k), and the resulting keytab is unusable by
Solaris kinit:
before net ads join:
Keytab name: FILE:/etc/krb5/krb5.keytab
KVNO Principal
----
--------------------------------------------------------------------------
18 host/fqdn at REALM (AES-256 CTS mode with 96-bit SHA-1 HMAC) HMAC/md5)
18 host/fqdn at REALM (ArcFour with HMAC/md5)
18 host/fqdn at REALM (DES cbc mode with RSA-MD5)
18 host/fqdn at REALM (DES cbc mode with CRC-32)
kinit -k
Default principal: host/fqdn at REALM
Valid starting Ex...
2009 Nov 25
1
Puppet custom functions and user permissions
...ther groups the puppet user has been added to in /etc/
group, when puppetmasterd runs the custom function the effective/real
user always only has the puppet group.
An example:
module Puppet::Parser::Functions
newfunction(:ossec_client_key, :type => :rvalue) do |args|
# Check if key for the fqdn already exists
fqdn = lookupvar(''fqdn'')
ip = lookupvar(''ipaddress'')
fout = File.open("/home/puppet/ossec_client_key.log", ''w'')
fout.puts "ossec_client_key executed with: " + fqdn + ":" + ip
userid = `id`
fou...
2009 Aug 20
6
logwatch not mailing
...NU/Linux
I noticed a few days ago that I'm not getting my logwatch emails to the
root account any longer, and while I've definitely been applying updates
from base, no other changes have happened on this box.
I ran logwatch at the command line:
logwatch --detail medium --mailto root at fqdn.example.com
but still no email.
As expected, /etc/cron.daily has the following entry:
lrwxrwxrwx 1 root root 39 Jul 30 2008 0logwatch ->
/usr/share/logwatch/scripts/logwatch.pl
Where should I start looking to figure out why logwatch seems not to be
doing its thing?
Thanks in advance,...
2015 Mar 26
4
Icecast won't start on system boot
OK, took a crash course in systemctl. Got the service properly
enabled. However, got one odd error when I started it.
Mar 26 18:06:10 {my-FQDN} icecast[839]: ERROR: You should not run
icecast2 as root
Mar 26 18:06:10 {my-FQDN} icecast[839]: Use the changeowner directive
in the config file
The XML shows:
<changeowner>
<user>nobody</user>
<group>nogroup</group>
</changeowner>
2018 Dec 12
0
GSSAPI/Kerberos authenticate with Dovecot
...ovecot.org/Authentication/Kerberos
>
> I can login as windows user on win7 and access shares.
> When I open Thunderbird I get the message:
>
> "kerberos/gssapi ticket was not accepted"
>
> For debuging I use Kerbtray.
>
> The Tickets I get are:
>
> MY.FQDN.COM
> |-- cifs/dc1.my.fqdn.com
> |-- cifs/files.my.fqdn.com
> |-- krbtgt/MY.FQDN.COM
> |-- krbtgt/MY.FQDN.COM
> |-- LDAP/dc1.my.fqdn.com/my.fqdn.com
>
> There is *no* imap ticket.
>
> root at dovecot:~# ktutil
> ktutil: rkt /etc/dovecot/dovecot.keytab
> ktutil:...
2011 Mar 03
1
Puppet without FQDN (could not retrieve fact fqdn)
...ppet and I would like to use it without having to add a
DNS entry. Is there a way around this, or am I required to rely on
DNS?
More specifically, the reason I ask is I am getting the following
error when trying to invoke puppet --mkusers:
# puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Same goes for:
#sudo -u puppet puppet master --mkusers
warning: Could not retrieve fact fqdn
Could not parse for environment production: Could not find file /root/
master.pp
Thanks,
msacks
--
You received this me...
2019 Mar 25
1
Windows clients keep losing connections (FQDN and hostname)
Connecting to \\server.domain.xx.uk\share
and \\server\share, works but we tend to lose "\\server\share" within a few
days, *but starts working again*.
\\FQDN\share eventually stops, with windows reporting "network path not
found". If I do a "net use" I can see several connections to \\fqdn\share,
and running "net use * /delete", brings back the the ability to connect to
\\fqdn\share.
windows machines experience this at di...
2019 Nov 14
2
samba-tool ldapcmp without --filter errors out.
...0 to 4.11
sed 's/410/411/g'? /etc/apt/sources.list.d/van-belle.list
apt update
apt dist-upgrade --autoremove --purge
apt --fix-broken install
apt dist-upgrade --autoremove --purge
And its done.
?
When running :?
samba-tool ldapcmp --filter="whenChanged,dc,DC,cn,CN" ldap://dc1.fqdn ?ldap://dc2.fqdn
This works fine, untill i remove the filter..
?
samba-tool ldapcmp? ldap://dc1.fqdn ?ldap://dc2.fqdn
This errors out with :
* Comparing [DOMAIN] context...
?
* Objects to be compared: 845
ERROR(<class 'KeyError'>): uncaught exception - 'CN'
? File "/us...
2012 Oct 19
3
Node specific exported resources
Greetings,
I''m trying to wrap my head around a solution to a problem I''m facing with
an exported resources configuration I have. I''m using the following simple
config to build a munin configuration:
@@file { "/etc/munin/munin.conf.d/${::fqdn}.node":
content => "[All Hosts;${::fqdn}]
address ${ipaddress_eth0}
use_node_name yes\n\n",
tag => ''munin-node'',
}
File <<| tag == ''munin-node'' |>>
I''d like to add the following configuration lines to specif...
2011 Nov 14
3
After Latest Update...
Hi All,
Using the following to ssh into my home to get mail, I suddenly get this:
ssh -o TCPKeepAlive=yes -o ServerAliveInterval=240 -L
110:192.168.100.108:110 phil at FQDN
phil at FQDN's password:
bind: Cannot assign requested address <----
Last login: Sun Nov 13 23:45:29 2011 from FQDN
I have never seen what I am indicating before and am wondering why this
would suddenly appear?
Thank you,
Phil
2013 Jun 19
1
puppet 3.1.1 - wrong domain and fqdn in facter.
...'puppet|facter''
puppetlabs-release-6-7.noarch
puppet-3.1.1-1.el6.noarch
facter-1.7.1-1.el6.x86_64
on:
#cat /etc/redhat-release ; uname -r
CentOS release 6.4 (Final)
2.6.32-358.11.1.el6.centos.plus.x86_64
My hostname is server.one.two.com:
# hostname
server.one.two.com
# hostname --fqdn
one.two.com
#grep HOSTNAME /etc/sysconfig/network
HOSTNAME=server
# egrep ''domain|search'' /etc/resolv.conf
domain one.two.com
search one.two.com
But in facter:
# facter | egrep ''hostname|domain|fqdn''
domain => two.com
fqdn => server.two.com
hostname =&...
2015 Jun 15
2
Shares and AD users with winbind
Hi!
I have a problem with a Samba share, in a Windows 2003 AD Domain, I am
setting up a machine with Ubuntu 14.04 and Samba 4.1.6 into the AD and I
want to make a samba share but I need to use the format user at fqdn to
mount the share in a Windows 7 but I have a no_such_user error.
?It is possible to use this format?
If I use the format DOMAIN\user it works perfect, ?can I change the
behavior?
My smb.conf:
[global]
workgroup = REALM
security = domain
realm = FQDN
encrypt passwords = yes...
2007 Aug 20
6
Using case in class
OK, I started down this road a few months ago and got side tracked
with project work. I have a class called "install" that I want to use
with only machines on one protected subnet. In my site.pp file, among
other node entries, I have -
node default {
install
}
The class itself -
class install {
case $domain {
"test.example.com": {
file:
2010 Mar 21
2
Bug#574858: logcheck: Does not ignore unresolvable hostname
Package: logcheck
Version: 1.3.7
Severity: normal
After installing logcheck on a system it posted an error to the cron
mail address hourly. An untrapped script error was posting stderr
output to cron. It originated here:
# Hostname either fully qualified or not.
if [ $FQDN -eq 1 ]; then
HOSTNAME="$(hostname --fqdn)" > /dev/null 2>&1
else
HOSTNAME="$(hostname --short)" > /dev/null 2>&1
fi
There has obviously been an attempt to silence errors in this area.
Unfortunately that isn't the correct shell sy...
2005 Jan 03
6
SipSak: error: this FQDN or IP is not valid: voicegw
Hi,
I've tried to use SIPSAK to understand the troubles i'm having about sending my voice to the person I've called (extension), after doing this tests below I always got this error "error: this FQDN or IP is not valid: voicegw".
This could cause problems (namely audio problems)?
Best regards,
Helder
voicegw:~# sipsak -C empty -a password -s sip:505@voicegw.microrede.com
error: this FQDN or IP is not valid: voicegw
voicegw:~# sipsak -C empty -a password -s sip:505@192.168.1.50
er...