Displaying 12 results from an estimated 12 matches for "roman8".
Did you mean:
roman
2004 Jan 27
0
Samba 3.0.1 startup problem
...2.8a runs just fine on this problem system, but after shutdown and startup of 3.0.1, it bombs out.
Switching back to 2.2.8a works just fine.
After some more investigation by manually running nmbd and smbd with -D -d 10 options, the log file shows
that it is repeatedly trying to load shared library roman8.sl - wish does not exist. On the problem
system, it bombs out as above, but on the other system it continues trying to load it a few more times
(does not exist there either) before moving on to a successful startup. log.nmbd on problem system attached.
Any ideas on how to get these daemons worki...
2004 Jan 28
0
Samba 3.0.1 startup problem on HP-UX 11.11
...2.8a runs just fine on this problem system, but after shutdown and startup of 3.0.1, it bombs out.
Switching back to 2.2.8a works just fine.
After some more investigation by manually running nmbd and smbd with -D -d 10 options, the log file shows
that it is repeatedly trying to load shared library roman8.sl - wish does not exist. On the problem
system, it bombs out as above, but on the other system it continues trying to load it a few more times
(does not exist there either) before moving on to a successful startup. log.nmbd on problem system attached.
Any ideas on how to get these daemons worki...
2003 Jul 29
0
Problems compiling samba3.0.0 beta3
...o not have enough iconv support
check this
specific website. I pulled the iconv software from this website and
compiled in on my
HP server, but still have the same error. When I run Samba after compiling
it I get the
following error messages: Error loading module
'/usr/local/samba/lib/charset/roman8.sl':
Can't open shared library: /usr/local/samba/lib/charset/roman8.sl
[2003/07/25 13:09:50, 0] lib/module.c:(40)
Error loading module '/usr/local/samba/lib/charset/CP850.sl':
Can't open shared library: /usr/local/samba/lib/charset/CP850.sl
[2003/07/25 13:09:50, 0] lib/charc...
2003 Jun 16
2
HP-UX and Samba 3.0
Has anyone sucessfully compiled Samba 3 on HP-UX?
I have had no luck so far. The LDFLAG that it uses, I believe -g, but I'd
have to look, is not supported.
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin
|$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu - 973/972.0922 (2-0922)
\__/ Univ. of Med. and Dent. | IST/ACS - NJMS Medical
2001 Mar 12
0
Hebrew codepage conversion
...nit_iso8859_5();
} else if (strequal (str, "iso8859-7")) {
init_iso8859_7();
+ } else if (strequal (str, "iso8859-8")) {
+ init_iso8859_8();
} else if (strequal (str, "koi8-r")) {
init_koi8_r();
} else if (strequal (str, "roman8")) {
2007 Jul 20
6
DO NOT REPLY [Bug 4807] New: No transfer of single files out of a module on Itanium IA64
....g. listed)
an1nlf4a:/tmp/tom#rsync -Lvvvv an1nlf4b::root_s9_6_3_0_5/rsync.exclude
opening tcp connection to an1nlf4b port 873
opening connection using --server --sender -vvvvL --list-only .
root_s9_6_3_0_5/rsync.exclude
(Client) Protocol versions: remote=29, negotiated=29
note: iconv_open("HP-ROMAN8", "HP-ROMAN8") succeeded.
server_sender starting pid=29411
[sender] make_file(.,*,2)
recv_file_name(.)
[sender] make_file(C,*,2)
recv_file_name(C)
[sender] make_file(LocalDisk,*,2)
recv_file_name(LocalDisk)
[sender] make_file(TopFiles,*,2)
recv_file_name(TopFiles)
[sender] make_file(...
2001 Mar 28
1
UTF-8 patch for Samba 2.0.7
...10\352\211\353\212\354\213\355\214\356\215\357\216");
-update_map("\360\217\361\237\362\220\363\221\364\222\365\223\366\206\367\202");
-update_map("\370\234\371\233\372\207\373\230\374\235\375\231\376\227\377\232");
-}
-
-
-/* Init for ROMAN-8 (HP-UX) */
-
-static void init_roman8(void) {
+extern int DEBUGLEVEL;
+char local_nls[MAXNLSLEN];
+char remote_nls[MAXNLSLEN];
- setupmaps();
+iconv_t d2u_descriptor=(iconv_t)-1, u2d_descriptor=(iconv_t)-1;
-/* MSDOS Code Page 850 -> ROMAN8 */
-update_map("\240\377\241\267\242\266\243\324\244\322\245\323\246\327\247\330&quo...
2000 Mar 31
3
Samba 2.0.7pre3 snapshot released.
...ges when "putting" an
empty file.
8). smbclient fix to cope with spaces in filenames when recursing.
9). Improved error reporting in smbclient when getting browse lists.
10). NetBIOS "scope" now supported in all Samba code/tools.
11). New mapping from code page 850 to UNIX "roman8" character set.
12). Fix for crash bug if debug file handle couldn't be opened.
13). Fix to allow mkdir to correctly set the high order permissions
bits for UNIX's that don't allow this by default.
14). Fix to dynamically allocate group array for setgroups. Don't
depend on NGR...
2000 Apr 15
1
Samba 2.0.7pre4 snapshot released.
...ges when "putting" an
empty file.
8). smbclient fix to cope with spaces in filenames when recursing.
9). Improved error reporting in smbclient when getting browse lists.
10). NetBIOS "scope" now supported in all Samba code/tools.
11). New mapping from code page 850 to UNIX "roman8" character set.
12). Fix for crash bug if debug file handle couldn't be opened.
13). Fix to allow mkdir to correctly set the high order permissions
bits for UNIX's that don't allow this by default.
14). Fix to dynamically allocate group array for setgroups. Don't
depend on NGR...
2000 Mar 18
3
Samba 2.0.7pre2 snapshot released.
...ges when "putting" an
empty file.
8). smbclient fix to cope with spaces in filenames when recursing.
9). Improved error reporting in smbclient when getting browse lists.
10). NetBIOS "scope" now supported in all Samba code/tools.
11). New mapping from code page 850 to UNIX "roman8" character set.
12). Fix for crash bug if debug file handle couldn't be opened.
13). Fix to allow mkdir to correctly set the high order permissions
bits for UNIX's that don't allow this by default.
14). Fix to dynamically allocate group array for setgroups. Don't
depend on NGR...
2000 Apr 26
2
Samba 2.0.7 released
...ges when "putting" an
empty file.
8). smbclient fix to cope with spaces in filenames when recursing.
9). Improved error reporting in smbclient when getting browse lists.
10). NetBIOS "scope" now supported in all Samba code/tools.
11). New mapping from code page 850 to UNIX "roman8" character set.
12). Fix for crash bug if debug file handle couldn't be opened.
13). Fix to allow mkdir to correctly set the high order permissions
bits for UNIX's that don't allow this by default.
14). Fix to dynamically allocate group array for setgroups. Don't
depend on NGR...
2000 Apr 26
1
R:
...ot; an
> empty file.
> 8). smbclient fix to cope with spaces in filenames when recursing.
> 9). Improved error reporting in smbclient when getting browse lists.
> 10). NetBIOS "scope" now supported in all Samba code/tools.
> 11). New mapping from code page 850 to UNIX "roman8" character set.
> 12). Fix for crash bug if debug file handle couldn't be opened.
> 13). Fix to allow mkdir to correctly set the high order permissions=20
> bits for UNIX's that don't allow this by default.
> 14). Fix to dynamically allocate group array for setgroups. D...