Displaying 20 results from an estimated 10972 matches for "hostnames".
Did you mean:
hostname
2010 Nov 14
1
A device attached to the system is not functioning (smbd -V 3.5.x)
Howdy,
I'm having one last problem with my Samba PDC with an ldap backend. When
I add a machine to the domain I get the error, on my Win7 test client,
that says:
The following error occurred attempting to join the domain "office":
A device attached to the system is not functioning.
Here are some particulars:
# smbd -V
Version 3.5.6 (configured sernet repo to install latest
2010 Mar 21
2
Bug#574858: logcheck: Does not ignore unresolvable hostname
...t was intended was the following:
# Hostname either fully qualified or not.
if [ $FQDN -eq 1 ]; then
HOSTNAME="$(hostname --fqdn 2>/dev/null)"
else
HOSTNAME="$(hostname --short 2>/dev/null)"
fi
However this will still fail to produce a correct hostnames in the
face of an unresolvable hostname in DNS. And I will guess that the
short hostname is the more typical case these days since it is the
default in Debian. Therefore it would be better if for the short case
the hostname is received and then truncated at the first dot if one
exists. This will...
2010 Oct 29
2
[LLVMdev] "multiple definition of .. " in clang 2.8
Hi,
I tried to run the SPEC benchmark suite SPECCPU 2006 with llvm and clang
2.8. When building the perlbench sources I get these errors (see below) for
all the source files. I used a config file (
http://old.nabble.com/file/p30085184/llvm.cfg llvm.cfg ) where I specify
clang as the compiler. I verified the same sources with llvm-gcc and it
works fine. Also, I verified the sjeng benchmark from
2017 Oct 12
3
Opensolaris-ish joins but does not seem to be valid
On Thu, 12 Oct 2017 13:28:40 -0500 (CDT)
Mike Ray <mray at xes-inc.com> wrote:
> ----- On Oct 11, 2017, at 5:56 PM, samba samba at lists.samba.org wrote:
>
> > ----- On Oct 10, 2017, at 12:02 PM, samba samba at lists.samba.org
> > wrote:
> >
> >> On Tue, 10 Oct 2017 11:28:09 -0500 (CDT)
> >> Andrew Martin <amartin at xes-inc.com> wrote:
>
2000 Jul 20
10
SUNWski
Has anyone had success with getting /dev/random to work
after installing SUNWski? After I install the pkg and start /etc/
init.d/cryptorand, the /dev/random file remains 0 bytes.
I am running Solaris 2.8
- David
2011 Feb 21
2
Rejected mails
I'm getting closer, now with SMTP permitted to whole of Internet to
connect to my SMTP/postfix server & for my postfix server to
connect out to public Internet on tcp 25 as well.
I send emails from permitted domain's SMTP servers with "Receipt
Acknowledgemt" & the ack returned said it was delivered but somehow
there's no mail in the mailbox & using the site below
2016 Apr 05
4
How to set hostname and domainnmae in CentOS 7?
We can permanently set hostname using hostnamectl set-hostname. How can we
permanently set *domain name* in CentOS 7?
I found an article
<http://unix.stackexchange.com/questions/239920/how-to-set-the-fully-qualified-hostname-on-centos-7-0>
that recommended setting FQDN using hostnamectl. Is that the right way to
set hostname and domainname at the same time using *hostnamectl
set-hostname*
2006 Aug 24
1
dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird
I can consistently reproduce a crash in dovecot:
Select 20 or more messages and copy them to a test folder.
Go into that test folder and SHIFT-DEL the messages rapidly (holding down SHIFT-DEL works best)
Just rapidly DELing them (even holding down DEL) doesn't do it (unless it's the Trash folder)
I'm using the following namespace (in case that's relevant)
namespace private {
2014 Feb 12
1
[PATCH 2/2] mllib: hostname: add a newline in /etc/hostname
/etc/hostname usually has an ending newline, so add it when changing it.
---
mllib/hostname.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mllib/hostname.ml b/mllib/hostname.ml
index e1c5d4b..cffba6b 100644
--- a/mllib/hostname.ml
+++ b/mllib/hostname.ml
@@ -79,7 +79,7 @@ and replace_line_in_file g filename key value =
g#write filename content
and update_etc_hostname
2014 Feb 12
2
[PATCH 1/2] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
In Debian/Ubuntu systems, read the previous hostname from /etc/hostname
before replacing it, and try to carefully replace it in /etc/hosts with
the new hostname.
Since Perl_edit to edit /etc/hosts, it is added/changed as dependency
for Hostname.
---
builder/Makefile.am | 2 +-
mllib/Makefile.am | 2 +-
mllib/hostname.ml | 22 ++++++++++++++++++++++
sysprep/Makefile.am | 1 +
4 files
2014 Feb 13
2
Re: [PATCH] mllib: hostname: replace the hostname on Debian also in /etc/hosts (RHBZ#953907).
On Thursday 13 February 2014 13:33:16 Richard W.M. Jones wrote:
> On Thu, Feb 13, 2014 at 02:15:31PM +0100, Pino Toscano wrote:
> > + let expr = "/files/etc/hosts/*[label() != '#comment']/*[label()
> > != 'ipaddr'][. = '" ^ oldhost ^ "']" in
> Quoting? If oldhost contains a ' character + some Augeas code, this
> might be
[Fwd: dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird]
2006 Aug 25
1
[Fwd: dovecot-1.0_rc7 crashes (Login process died too early) with repeated deletes from thunderbird]
I've run this test on every permutation of poll and notify:
can NOT reproduce the crash:
--with-ioloop=select --with-notify=none
--with-ioloop=select --with-notify=dnotify
--with-ioloop=select --with-notify=inotify
--with-ioloop=poll --with-notify=none
--with-ioloop=poll --with-notify=dnotify
--with-ioloop=poll --with-notify=inotify
CAN reproduce the crash:
--with-ioloop=epoll
2012 Feb 08
2
fqdn hostname fails after reboot
Hi,
I have several machines running CentOS 6.2 and a strange problem with
the hostname of one machine... After every reboot it loses the fqdn
hostname.
Here is my confguration:
ifconfig | grep "inet addr"
inet addr:10.0.0.12 Bcast:10.0.0.255 Mask:255.255.255.0
inet addr:127.0.0.1 Mask:255.0.0.0
/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=x800.mydomain.local
2020 Oct 18
2
Newbie question about replication
...have been restarted, so it is not
a goof indication. I am going to enable debug to see what's going on. Maybe it
was some transient situation or human error on my part during setting it all up
or tweaking the configuration. I will come back if I observe such thing again.
Here are the listings. Hostnames etc. replaced for privacy.
--- Instance A
root at serverA:/var/vmail/user at example.net/mail/INBOX/.MailDir/cur# ll
total 14684
drwx------ 2 vmail vmail 4096 Oct 16 13:15 .
drwx------ 5 vmail vmail 4096 Oct 16 13:15 ..
-rw------- 1 vmail vmail 303371 Oct 30 2019 '1572438988.M167729P...
2015 Mar 05
2
creating Kerberos host principals for multiple hostnames, multihomed server
Hi!
I maintain Linux servers that are members of a Samba4 Domain.
User authentication / login via ssh works fine with Kerberos.
But: only via one hostname.
Those machines need a working Kerberos login via multiple hostnames
(each hostname has its own IP address and DNS is set up correctly.)
"net ads keytab list" of course gives me the main hostname that was in
use when joining the domain (host/my-server at MY.REALM.COM).
With "net ads keytab add" I can only add service principals without
specifyi...
2017 Oct 12
0
Opensolaris-ish joins but does not seem to be valid
----- On Oct 11, 2017, at 5:56 PM, samba samba at lists.samba.org wrote:
> ----- On Oct 10, 2017, at 12:02 PM, samba samba at lists.samba.org wrote:
>
>> On Tue, 10 Oct 2017 11:28:09 -0500 (CDT)
>> Andrew Martin <amartin at xes-inc.com> wrote:
>>
>>
>
> Rowland-
>
> I've been poking at this more and think the root of the problem is a
2013 Apr 08
5
Hostname question
CentOS 6.4, clean install.
Zimbra 8.0.3
I am behind a PfSense box using a virtual IP. So the IP of the box is
192.168.1.27
I entered this in /etc/hosts:
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
192.168.1.27 mail mail.meowbox.me meowbox.me
but `hostname -f` says:
$ hostname -f
2017 Oct 12
0
Opensolaris-ish joins but does not seem to be valid
----- On Oct 12, 2017, at 1:52 PM, samba samba at lists.samba.org wrote:
> On Thu, 12 Oct 2017 13:28:40 -0500 (CDT)
> Mike Ray <mray at xes-inc.com> wrote:
>
>> ----- On Oct 11, 2017, at 5:56 PM, samba samba at lists.samba.org wrote:
>>
>> > ----- On Oct 10, 2017, at 12:02 PM, samba samba at lists.samba.org
>> > wrote:
>> >
>>
2019 Apr 10
4
Short or long hostname ?
Hi,
For the last ten years or so, I've defined the short hostname in
/etc/hostname and the FQDN in /etc/hosts. Now I wanted to double-check
this information, which eventually led me to this page:
*
https://serverfault.com/questions/331936/setting-the-hostname-fqdn-or-short-name
Now I admit I'm even more confused than before.
Is there some reliable piece of information on this subject
2017 Oct 11
2
Opensolaris-ish joins but does not seem to be valid
----- On Oct 10, 2017, at 12:02 PM, samba samba at lists.samba.org wrote:
> On Tue, 10 Oct 2017 11:28:09 -0500 (CDT)
> Andrew Martin <amartin at xes-inc.com> wrote:
>
>
Rowland-
I've been poking at this more and think the root of the problem is a Kerberos
problem.
After joining this machine to the domain, it goes through a process that it
calls "AD/Kerberos