Displaying 15 results from an estimated 15 matches for "mlong".
Did you mean:
long
2013 Jul 22
5
zlib error when running doveadm
Upgraded to dovecot 2.2.4 from 2.1.16
Error I see is:
doveadm(root): Error: Module is for different ABI version 2.1.16 (we
have 2.2.ABIv3(2.2.4)):
/usr/local/lib/dovecot/doveadm/lib10_doveadm_zlib_plugin.so
How do I resolve this?
Configure options:
./configure --with-bzlib --with-ssl --with-mysql --with-zlib --with-pam
Configuration:
# 2.2.4: /usr/local/etc/dovecot/dovecot.conf
# OS: Linux
2019 Dec 13
3
Build failure on powerpc64
...nt is not constant
> 180 | static LDOUBLE q_1_eps = (1 / LDBL_EPSILON);
> | ^
> make[3]: *** [../../Makeconf:124: arithmetic.o] Error 1
> Took me a bit to figure out why, but this is happening because on
> powerpc64, gcc is compiled with -mlong-double-128, and the long double
> format used on PPC is IBM's 128bit long double which is two doubles added
> together. As a result, gcc can't safely do const assignments to long
> doubles on ppc64, so it dies there.
> The fix is easy enough, do not try to assig...
2004 Oct 26
3
Shares not visible from Win2k
Hi,
Please forgive such a simple question. I have installed Samba using SWAT to
configure it. The shares user are visible on the box hosting the Samba server using
"smbclient -L hostname" and I can connect to the share using "smbclient
//edev/mlong -U sharename"
When browsing network neighborhood on a Win2K machine the Server is visible but the
shares are not available. Attempting to map a drive using "net use f:
\\hostname\sharename" fails.
What have I failed to configure?
Environment:
Simple network (no PDC)
Samba Serv...
2019 Dec 12
0
Build failure on powerpc64
...ic.c:180:26: error: initializer element is not constant
180 | static LDOUBLE q_1_eps = (1 / LDBL_EPSILON);
| ^
make[3]: *** [../../Makeconf:124: arithmetic.o] Error 1
Took me a bit to figure out why, but this is happening because on
powerpc64, gcc is compiled with -mlong-double-128, and the long double
format used on PPC is IBM's 128bit long double which is two doubles added
together. As a result, gcc can't safely do const assignments to long
doubles on ppc64, so it dies there.
The fix is easy enough, do not try to assign a value to a static long
double on...
2000 Jun 26
1
"Root" passwd overwritten by user's passwd
...sswd chat = *New*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
unix password sync = Yes
domain logons = Yes
preferred master = Yes
domain master = Yes
Ong Mooi Lan
Systems Administrator
BICCGeneral Cables (Malaysia) Sdn Bhd
email: mlong@biccgeneral.com.my
2008 Oct 31
1
[LLVMdev] r57326 malfunctions?
.../01 17:38:40 56923
+++ llvm-gcc-4.2/trunk/gcc/config/i386/darwin.h 2008/10/02 06:16:08 56946
@@ -101,6 +101,8 @@
%{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \
"/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\
%<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \
+ "/* APPLE LOCAL enable format security warnings */"\
+ %{!Wno-format:-Wformat -Wformat-security} \
%{g: %{!fno-eliminate-unused-debug-symbols: -feliminate-unused-debug-symbols }}"
/* APPLE LOCAL AltiVec */
followed by a f...
2019 Dec 13
0
Build failure on powerpc64
...gt; 180 | static LDOUBLE q_1_eps = (1 / LDBL_EPSILON);
> > | ^
> > make[3]: *** [../../Makeconf:124: arithmetic.o] Error 1
>
> > Took me a bit to figure out why, but this is happening because on
> > powerpc64, gcc is compiled with -mlong-double-128, and the long
> double
> > format used on PPC is IBM's 128bit long double which is two doubles
> added
> > together. As a result, gcc can't safely do const assignments to long
> > doubles on ppc64, so it dies there.
>
> > The fix i...
2019 Dec 17
2
Build failure on powerpc64
...======================================================
--- src/main/arithmetic.c (Revision 77586)
+++ src/main/arithmetic.c (Revision 77587)
@@ -176,8 +176,14 @@
#endif
}
+
#if HAVE_LONG_DOUBLE && (SIZEOF_LONG_DOUBLE > SIZEOF_DOUBLE)
+# ifdef __PPC64__
+ // PowerPC 64 (when gcc has -mlong-double-128) fails constant folding with LDOUBLE
+# define q_1_eps (1 / LDBL_EPSILON)
+# else
static LDOUBLE q_1_eps = 1 / LDBL_EPSILON;
+# endif
#else
static double q_1_eps = 1 / DBL_EPSILON;
#endif
------------- ------------- -------------
Thank you (and everybody else involved) once more,...
2000 Jun 25
2
Login script
Is there a file I can place in the netlogin directory (or anywhere else
for that matter) that will represnet a logon script? I want to have my
workstations auto-mount particular shares on the samba server, without the
user having to make the mount. This way when I add new users, the shares
are automatically present.
If there is a script I can place somwehre, please tell me what it's name
is
2020 Mar 25
1
Build failure on powerpc64
...metic.c (Revision 77586)
>> +++ src/main/arithmetic.c (Revision 77587)
>> @@ -176,8 +176,14 @@
>> #endif
>> }
>
>> +
>> #if HAVE_LONG_DOUBLE && (SIZEOF_LONG_DOUBLE > SIZEOF_DOUBLE)
>> +# ifdef __PPC64__
>> + // PowerPC 64 (when gcc has -mlong-double-128) fails constant folding with LDOUBLE
>> +# define q_1_eps (1 / LDBL_EPSILON)
>> +# else
>> static LDOUBLE q_1_eps = 1 / LDBL_EPSILON;
>> +# endif
>> #else
>> static double q_1_eps = 1 / DBL_EPSILON;
>> #endif
>
>> ------------- ------...
2007 Sep 27
0
glibc errors related to nss_ldap or pam_ldap?
...axon,amurphre,aoliver,ayellipe,bdonohue,bdunn,beckert,blarsen,bwphilli,catanis,ccrump,chaynes,clyons,cwong,dbarber,dmuse,dnicol,edougher,egallant,ekubosia,evizcain,feeddrop,gtulonen,halokush,hbraverm,jbartus,jbrown,jhobbs,jking,jlederma,jpecora,jthayer,kbalbedi,kbeam,kginn,mbuonfig,mcrawfor,mlarsen,mlong,mwalsh,osedano,proche,prondeau,pweinber,rhorriga,rkersey,rskutins,sasaro,sbrodeur,sculver,smoriart,support,swestenh,tbaltimo,torgelfi,usmall,vvalenti
Has anyone encountered a similar problem with nss_ldap or pam_ldap? Any
suggestions would be most
welcome.
Best regards
-BO
-------------- next p...
2020 Mar 25
0
Build failure on powerpc64
...rithmetic.c (Revision 77586)
> +++ src/main/arithmetic.c (Revision 77587)
> @@ -176,8 +176,14 @@
> #endif
> }
> +
> #if HAVE_LONG_DOUBLE && (SIZEOF_LONG_DOUBLE > SIZEOF_DOUBLE)
> +# ifdef __PPC64__
> + // PowerPC 64 (when gcc has -mlong-double-128) fails constant folding with LDOUBLE
> +# define q_1_eps (1 / LDBL_EPSILON)
> +# else
> static LDOUBLE q_1_eps = 1 / LDBL_EPSILON;
> +# endif
> #else
> static double q_1_eps = 1 / DBL_EPSILON;
> #endif
> ------------- -----------...
2010 Aug 23
3
[LLVMdev] Problem cross-compiling llvm-gcc for AIX-PowerPC
...nstall/powerpc-ibm-aix5.1.0.0/include
-isystem
/localhome/simmon12/aix-cross/obj/../install/powerpc-ibm-aix5.1.0.0/sys-include
-O2 -O2 -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wold-style-definition -isystem ./include -mlong-double-128 -g
-DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc
-I. -I. -I../../llvm-gcc-4.2-2.7.source/gcc
-I../../llvm-gcc-4.2-2.7.source/gcc/.
-I../../llvm-gcc-4.2-2.7.source/gcc/../include
-I../../llvm-gcc-4.2-2.7.source/gcc/../libcpp/include
-I../../llvm-gcc-4.2-2...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...+++ llvm-gcc4.2-2.4.source/gcc/config/i386/darwin.h 2008-11-01 23:00:37.000000000 -0400
@@ -101,8 +101,6 @@
%{!mmacosx-version-min=*: %{!miphoneos-version-min=*: %(darwin_cc1_minversion)}} \
"/* APPLE LOCAL ignore -mcpu=G4 -mcpu=G5 */"\
%<faltivec %<mno-fused-madd %<mlong-branch %<mlongcall %<mcpu=G4 %<mcpu=G5 \
- "/* APPLE LOCAL enable format security warnings */"\
- %{!Wno-format:-Wformat -Wformat-security} \
%{g: %{!fno-eliminate-unused-debug-symbols: -feliminate-unused-debug-symbols }}"
/* APPLE LOCAL AltiVec */
to allow gfortran...
2013 Jul 29
0
Problem switching from Dovecot LDA to LMTP - on dovecot 2.2.4
Dovecot LDA has been working fine for me but when I tried to follow the
wiki and switch to LMTP I get:
Recipient address rejected: User unknown in local recipient table;
In postfix/main.cf I went from:
mailbox_transport = dovecot-spam
to
mailbox_transport = lmtp:unix:private/dovecot-lmtp
Added this:
service lmtp {
unix_listener /var/spool/postfix/private/dovecot-lmtp {
group = postfix