Re: Keyboard problems with xorg 7.2 and Dell Inspiron 5100?

2007-05-28 Thread Ying-Chieh Liao
On Mon, May 28, 2007 at 15:47:39 +0930, Greg 'groggy' Lehey wrote:
> Looking at the log file, nothing obvious reaches out and grabs me.  In
> particular, the keyboard-related information corresponds exactly with
> the Knoppix log file (modulo keyboard layout).
> 
> Has anybody else seen this?  Any ideas?

I've got this problem with my IBM T41 (discussed in -x11 and -mobile)
and my solution is add an ENV VAR
XKEYSYMDB=/usr/local/share/X11/XKeysymDB

hope this helps :)
-- 
self-producing in perl :
$_=q(print"\$_=q($_);eval;");eval;
-- V Vinay


pgpK9DGwveKNm.pgp
Description: PGP signature


isnan() with gcc 3.2.2 on FreeBSD 5.0-C

2003-03-30 Thread Ying-Chieh Liao
the following code snippet works fine with gcc 2.95.4 on RELENG_4
but failed on my -current


#include 
#include 

using namespace std;

int main(void)
{
cout << isnan(1.0) << endl;
return 0;
}



test.cpp: In function `int main()':
test.cpp:8: `isnan' undeclared (first use this function)
test.cpp:8: (Each undeclared identifier is reported only once for each function
   it appears in.)


what's wrong with my system ? or what can I do for it ?
-- 
int i;main(){for(;i["]

pgp0.pgp
Description: PGP signature


Re: ports upgrade

2002-12-20 Thread Ying-Chieh Liao
On Fri, Dec 20, 2002 at 18:11:11 +0200, [EMAIL PROTECTED] wrote:
> Hello!
> If I cvsup'd ports what will I need in order to make my new ports to work? I mean I 
>should make a buildworld?

no you wont

just installs portupgrade (ports/sysutils/portupgrade), and then run
portupgrade -R your_port_name
-- 
char*p="char*p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
-- Anonymous



msg12690/pgp0.pgp
Description: PGP signature


-current NIS client with -stable server

2002-10-31 Thread Ying-Chieh Liao
I have a NIS server running on a -stable machine, and a client running -stable
too, everything is all ok
Now I'd like to add a new -current machine
after I set domainname, rpcbind, and run ypbind
I can use "ypcat" and "ypmatch" to check if I can connect to the server
but if I tried to login to the -current machine, server report error messages
as follows :

Oct 31 14:41:23 ns1 ypserv[84721]: access to master.passwd.byname denied -- client 
XXX.XXX.XXX.XXX:Y not privileged

are NIS on -stable and -current not compatible ?
or is there anything I have to set ?
-- 
Testing can show the presence of bugs, but not their absence.
--- Edsger W. Dijkstra



msg07263/pgp0.pgp
Description: PGP signature