Displaying 4 results from an estimated 4 matches for "9e40".
Did you mean:
940
2017 Aug 12
0
Samba 4.6 replication issue (WERR_FILE_NOT_FOUND)
...ease help me with the following issue:
My employer has an Active Directory with four samba4 domain controllers
named dc1, dc2, dc3, dc4. `samba-tool drs showrepl` on dc2 constantly shows
DC=mydomain
Default-First-Site-Name\DC1 via RPC
DSA object GUID: 48bff36e-35e2-4b09-9e40-9d73b9a5387b
Last attempt @ Sat Aug 12 21:48:43 2017 MSK failed,
result 2 (WERR_FILE_NOT_FOUND)
3798 consecutive failure(s).
Last success @ Sun Jul 30 23:25:55 2017 MSK
in its '==== INBOUND NEIGHBORS ====' and
DC=mydomain
Defaul...
2007 Nov 14
2
PXE in wonderland
...verything works fine till pxelinux start booting. Then it stucks after
printing the IP row.
--------------- pxelinux output -----------------------
PXELINUX 3.10 2005-08-24 Copyright (C) 1994-2005 H. Peter Anvin
UNDI data segment at: 0009D400
UNDI data segment size: 1000
UNDI data segment at: 0009E400
UNDI data segment size: 0AB0
PXE entry point found (we hope) at 9E40:0680
MY IP address seems to be C0A800FC 192.168.0.252
ip=192.168.0.252:192.168.0.1:0.0.0.0:255.255.255.0
--------------- pxelinux output ---------------------
After downloading and struggling a bit with pxelinux assembler code,...
2007 Nov 10
5
client hangs on pxelinux
Hi,
my client pc hangs on pxelinux before starting to fetch the linux
kernel. It hangs after printing the ip information row. No traffic is
observed at this point on the network. The pxelinux is transferred to
the client through a tftp server and with no problems.
What options do I have to proceed from this point and try to find out
where the problem is?
Thanks,
Firas.
--
Firas Swidan, PhD
2000 Sep 09
0
floating point exceptions, and questions.
...em to be turning up in a number of places, mainly in psy.c - I'm
slowly dealing with each of them.
The last one goes back to the todB() macro defined in scales.h:
#define todB(x) ((x)==0?-9.e40:log(fabs(x))*8.6858896)
Now that we're using floats instead of doubles in most places, this -9e40
is actually -INF, causing various problems. Easy enough to fix. So, finally
getting to the question - what should this be changed to, and is there
anything else which a change here will impact?
This is probably a question for Monty to answer, but I thought I'd throw it
out here in case anyone...