Displaying 3 results from an estimated 3 matches for "1178954".
Did you mean:
117854
2019 Jul 20
2
Dovecot 2.3.6 on Solaris10: build issues, segfaults
Looking further into this segfault at
settings-parser.c:setting_copy():1519
*dest_size = *src_size;
*src_size points to type size_t (typedef unsigned long), a 4-byte
aligned value consistent with a 32-bit build. This is mismatched with
declared type
(gdb) whatis src_size
type = const uoff_t *
(gdb) whatis uoff_t
type = unsigned long long
(gdb) p sizeof(uoff_t)
$1 = 8
resulting
2004 Sep 22
0
Compiled 3.0.7-1 on Mandrake 7.2 -- Did it work?
...-x 1 root root 9810 Sep 22 16:33 shadow_copy.so*
-rwxr-xr-x 1 root root 1195899 Sep 22 16:28 smbcacls*
-rwxr-xr-x 1 root root 815459 Sep 22 16:27 smbclient*
-rwxr-xr-x 1 root root 592811 Sep 22 16:28 smbcontrol*
-rwxr-xr-x 1 root root 1178954 Sep 22 16:28 smbcquotas*
-rwxr-xr-x 1 root root 2466684 Sep 22 16:25 smbd*
-rwxr-xr-x 1 root root 17667 Sep 22 16:28 smbmnt*
-rwxr-xr-x 1 root root 668740 Sep 22 16:28 smbmount*
-rwxr-xr-x 1 root root 1303781 Sep 22 16:28 smbpasswd*
-rwxr-xr-x 1...
2004 Sep 22
1
mdk 7.2, Upgrade 2.0.9 to 3.0.7, Help with ./configure
Mates,
In following chapter 35 "How to Compile Samba" I have looked at
./configure --help and I have a few questions. Originally I installed 2.0.9
via RPM, and of course there are no longer RPMs for mdk 7.2.
On 7.2, smbd and nmbd are installed in /usr/sbin. The docs are in
/usr/share/doc/samba-2.0.9. I don't know where the rest of the pieces of the
puzzle were scattered by