similar to: Re: Chinese text in R

Displaying 20 results from an estimated 600 matches similar to: "Re: Chinese text in R"

2003 May 01
0
'make' Building of Executables Fails
I have encountered problems when compiling SAMBA 2.2.8a on a RS/6000 7025-F50 (AIX 4.3.3.0-11), during the 'make' operation. I am using GCC 2.95.3.0, which I installed from Bull. Could someone review these results and provide some guidance for a solution? Thank you. ========================== The 'configure' operation completed with the expected messages (see below),
1998 Jul 01
0
Please, help me! SAMBA
Why I can't compile SAMBA at HP-UX 9.07, UP-UX 10.20. I tried samba-1.9.18p8 version. And I uncommented 'HP-UX 10.20' at 'WHICH OPERATING SYSTEM?' of 'Makefile' file. Then 'make' in prompt. But, I failed. Please Help Me !!!! The error Meassage is, Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/sam
2005 Mar 06
1
wine wont' run
Any guess's as to whats going on here? A new from source compile/install vic@zeus:/usr/local/bin$ wine wine: creating configuration directory '/home/vic/.wine'... Unknown option '-w' usage: wineserver [options] options: -d<n> set debug level to <n> -p make server persistent -h display this help message -s server will use shared memory
2004 Aug 06
2
icecast and ssl -error?
> it doesn't do anything with ssl, however it depends on curl for YP and > that can have a dependency on ssl. Either install the ssl lib or > install curl without ssl support. hmmm :-/ ... I'm sure, I've installed the sslib already. How is the name of that file? libssl.a? Did you know the standard location, where to place it? Is it /usr/lib? Greetings Tol <p>---
2008 Feb 06
1
Re-map Portion of Ruby Heap Holding Optree to Save Child Server Memory?
I wonder if it is possible to reduce the memory footprint of a pack of 6 mongrels by about 70 meg. In reading Hongli''s blog about his revisions to Ruby GC (last Monday Matz if he could use Hongli''s work), I was wondering at the size (in RSS) of all the mongrels in a cluster. It has always seemed just too big for my C-binary intuition. Why is so much of the memory of the parent
2011 Apr 21
2
Chinese segmentation
hello, I have finished reading the papers, and i think it is time to design my project. First step will be determine the input characters are Chinese. i see the past post that cjk-tokenizer is just dealing with UTF-8 and unicode, but i see some other code system such as gbk and big5. i am wondering that should i just deal with UTF-8 and unicode?
1997 Dec 16
0
New Samba alpha release - 1.9.18alpha13
The Samba Team are pleased to announce Samba 1.9.18alpha13. This code release is very close to what we hope will become the 1.9.18 official release. Because of this, we would encourage as many people as possible to download and test this new release on their particular systems, in order to ensure as stable an official release as possible. Please bear in mind that this is still an alpha
2005 Feb 28
1
Samba 3.0.11 port and install issue to solaris 8
Hi Samba Team I have ported samba 3.0.11 to Solaris 8 because of the security warning for Samba 2.2.8a but it will not start from inetd. I have taken 3 weeks to find that it starts OK as a standalone daemon using a startup script /etc/init.d/samba #!/bin/sh # Samba startup case $1 in 'start') echo "Starting smbd..."
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
I recently upgraded to 18p8 from 16p11 and found that smbclient now needed a -W in order to connect properly to our domain (which was not the name supplied with the -DWORKGROUP= from the make). Turns out that clientutil.c always uses the value specified by the WORKGROUP macro and never calls lp_workgroup() to get the value specified in the smb.conf file, unless WORKGROUP is "".
1998 May 07
1
Compiling Samba!!
Hi, I am trying to compile Samba version 1.9.18p2 on a HP 800/D350 using HPUX 10.20 with software patches from HP installed up to Dec 97. I have seen other messages on this digest that people have been successful but I cannot. using the standard compiler which has ANSI features unbundled I get the following; extract of last half of 30+ error lines... (Bundled) cc: "nameserv.h", line
1998 Jan 12
1
Samba 1.9.18p1 released.
The Samba Team are pleased to announce Samba 1.9.18p1. It may be fetched via ftp from : ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p1.tar.gz This is a bugfix release, designed to address issues that users have reported with the 1.9.18 major release. Due to an oplock problem in 1.9.18 (fixed in this release) that could cause data loss in certain circumstances, it is recommended that all
2001 Dec 12
1
MacOS X Server samba diffs
The source for the samba components in MacOS X Server is located at: http://www.opensource.apple.com/tools/cvs ('samba' module) The latest vendor branch is samba2.2.1a. The main branch includes the following modifications (see diffs below).. 1) DirectoryService suport (encrypted authentication) 2) CFString usage (DOS code page <-> decomposed UTF8) 3) smbstatus -r (raw dump of user
2003 Sep 18
0
Darwin notes for openssh-3.7.1p1
I was able to build working openssh-3.7.1p1 on the Darwin-ppc-1.4 , 5.5, and 6.0 platform, by setting the following by hand in config.h. #define SETEUID_BREAKS_SETUID #define BROKEN_SETREUID #define HAVE_SETEUID 1 /* #undef HAVE_SETREUID 1 */ For Darwin-x86-6.6.1, it built with the following. #define SETEUID_BREAKS_SETUID /* #undef BROKEN_SETREUID */ #define HAVE_SETEUID 1 /* #undef
2002 Mar 02
0
Date: Sat, 2 Mar 2002 20:38:42 -0500
Hello all, I've been having some problems with the .ogg encoder when run within Windows. Someone at vorbis.com told me to post my problem to the mailing list (which I assume this is, unless I've subscribed to the wrong one) and see if you folks have any pointers. Without further ado: System is a Win98SE machine with a 400Mhz processor and 160Mb of memory. I've downloaded all the
2002 May 27
1
samba 2.2.4 bugs
My sistem is Tru64 5.1 Alpha server 4100 Compiling smbd/dir.c Compiling smbd/password.c cc: Warning: smbd/password.c, line 1198: In this statement, the referenced type of the pointer value "name" is const, but the referenced type of the target of this assignment is not. (notconstqual) if (!message_named_mutex(name, 20)) { ---------------------------------^ Compiling smbd/conn.c
1998 Mar 28
1
Samba 1.9.18p4 released.
The Samba Team are pleased to announce Samba 1.9.18p4. It may be fetched via ftp from : ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p4.tar.gz This is a bugfix release, designed to address issues that users have reported with the 1.9.18p3 release. There is some new functionality, described below. Password Changing. ------------------ Samba now supports Windows 95 clients changing both their
1998 May 13
0
Samba 1.9.18p7 released.
The Samba Team are pleased to announce Samba 1.9.18p7. It may be fetched via ftp from : ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p7.tar.gz This release is a security patch fix for a security hole reported on BugTraq by Drago. No exploit code was published with the report, so no immediate 'canned' exploit was available to an attacker The security hole may have allowed
1998 Jun 13
0
Samba 1.9.18p8 released.
The Samba Team are pleased to announce Samba 1.9.18p8. It may be fetched via ftp from : ftp://samba.anu.edu.au/pub/samba/samba-1.9.18p8.tar.gz Binary packages will be made available for this release within a short time. A separate announcement will be made for the release of these packages. Offers of binary Samba packages for various systems are welcome and should be sent to
1998 Aug 26
1
Samba 1.9.18p10 released.
The Samba Team are pleased to announce Samba 1.9.18p10. Note that the 1.9.18p9 code was not distributed due to a problem discovered during the final QA testing phase. However, in order not to allow any confusion about versions the Samba Team are upping the patch revision number to ensure we can identify a particular release of code exactly. It may be fetched via ftp from :
2013 Apr 05
1
[PATCH] Mac OS X: Link iconv in libhivex
hivexml on OS X was failing with a symbol-not-found error while dynamically linking. Adding iconv to libhivex fixes the issue and lets OS X process 'images/large' with hivexml. It took careful iconv autotool additions to get compilation working in Fedora as well, but these two lines build and run on OS X 10.6 and 10.8, and Fedora 17 and 18. Unfortunately, a separate issue is revealed