search for: phong

Displaying 16 results from an estimated 16 matches for "phong".

Did you mean: phone
2004 Feb 20
1
Still Can't print from client computers - help!!
Can't print from client computers: I tailed the /var/log/samba/log.phong (note phong is a windoze client) and got: [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) tdb(/var/cache/samba/printing.tdb): rec_free_read bad magic 0x0 at offset=1905 6 [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) tdb(/var/cache/samba/printing.tdb): rec_read bad magic 0x0 at offset=179...
2004 Nov 02
2
netbios lookup
...ng unicast address directly from nmblookup will make the Windows PDC receive the netbios-ns udp request, but it fails when responding. I have correctly set up samba rules in rules file, but I have read somewhere that I need to set up port forwarding for smb/nmb. What does it mean ? Thanks a lot. Phong
2001 Mar 31
1
Question for to know how..
hi samba, my question is may i connect linux Mandrake 7.2 to a Primairy Windows2000 server. if it's o.k. would you like to send me how i connect, because, i am a rocky about linux. Ps: if you can, would you like to send my the document in french language. thank's so much -------------- next part -------------- HTML attachment scrubbed and removed
2004 Feb 21
0
(no subject)
...U THANKYOU!!!! That was it exactly. I looked all over the net for the solution to this problem for the last two weeks. Once again thank you!!! jor -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jordan Thompson wrote: | Can't print from client computers: | | I tailed the /var/log/samba/log.phong (note phong is a windoze | client) and got: | [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) | tdb(/var/cache/samba/printing.tdb): rec_free_read bad magic 0x0 at | offset=1905 | 6 | [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) | tdb(/var/cache/samba/printing.tdb): rec_read bad magic 0x0...
2004 Feb 15
1
samba printing - help!
...root preexec close = no oplocks = No printable = yes preexec close = no print command = lpr-cups -P %p -o raw %s -r inherit permissions = no writable = yes path = /var/spool/samba comment = slash HP Deskjet 882C use client driver = yes guest ok = yes print ok = yes I tailed the /var/log/samba/log.phong (note phong is a windoze client) and got: [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) tdb(/var/cache/samba/printing.tdb): rec_free_read bad magic 0x0 at offset=1905 6 [2004/02/10 12:10:20, 0] tdb/tdbutil.c:tdb_log(531) tdb(/var/cache/samba/printing.tdb): rec_read bad magic 0x0 at offset=179...
2010 Oct 07
1
[LLVMdev] Status of PTX Backend
...creased the number of required registers per thread. Surprisingly, without that bug the generated code is already comparable to code generated by the official nvcc copiler. Of cause the nvcc compiler is superior in a lot of cases, however only by a small margin. And there are even cases(e.g. a phong surface shader) where our PTX backend is faster, without any particular optimization! It seems like the NVIDIA driver does a good job at late optimizations liker register allocation etc. I can give you some numbers if you are intrested. I'll push the newest version of the backend to sourcefo...
2003 Nov 27
0
[Announce] GnuPG's ElGamal signing keys compromised
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 GnuPG's ElGamal signing keys compromised ========================================== Summary ======= Phong Nguyen identified a severe bug in the way GnuPG creates and uses ElGamal keys for signing. This is a significant security failure which can lead to a compromise of almost all ElGamal keys used for signing. Note that this is a real world vulnerability which will reveal your private key within a fe...
2003 Aug 01
1
shading in image()
Is there a way to make a shading interpolation on an image plot? Something similar to matlab 'shading interp', I think it is called Gouraud shading. What I want is to make a image plot look nicer. with image() it looks very facetted, and I would like to make it look smoother. I've tried with interp.surface() in fields package but it (obviously) makes nan values at the borders and
2000 Nov 28
0
No subject
...-realpath.o bsd-rresvport.o bsd-setenv.o bsd-sigaction.o bsd-snprintf.o bsd-strlcat.o bsd-strlcpy.o bsd-strsep.o bsd-strtok.o bsd-vis.o bsd-setproctitle.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o next-posix.o make: rv: Command not found make: *** [libopenbsd-compat.a] Error 127 thanks Phong
2001 May 03
0
(no subject)
If you install from the source tarball, a smb.conf.default gets generated I believe...... Peace..... Tom "Vo, Phong (*Irvine)" <PVo@fbcs.fujitsu.com>@lists.samba.org on 05/02/2001 06:04:45 PM Sent by: samba-admin@lists.samba.org To: "'samba@lists.samba.org'" <samba@lists.samba.org> cc: Subject: (no subject) Where can I get a sample smb.conf file for samba 2.2.0 ? --...
2008 Jan 24
0
CentOS 5.0 64bit - can't using ipt_connlimit module
...PTABLES -A tcp_traffic_in -p tcp --dport 80 -m connlimit --connlimit-above 2 -j DROP iptables: Unknown error 4294967295 So, am I missing something? Or am I limited to using netfilter's patch-o-matic and compiling a custom kernel (that I **really* do not* want to do)? Thank you so much Hoang Phong Viet Nam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20080124/afaf4e42/attachment-0002.html>
2010 Oct 06
0
[LLVMdev] Status of PTX Backend
Hi Justin, I am upstreaming the PTX backend. My plan is to have a working prototype (that mean you may compile non-trivial code with some workarounds) by the end of this year or by January 2011. I hope I could catch up next release of LLVM (version 2.9), so I will adjust my plan according to the release schedule once it is announced. Regards, Che-Liang On Wed, Oct 6, 2010 at 11:16 PM, Justin
2010 Oct 06
2
[LLVMdev] Status of PTX Backend
I read on the archives that a PTX back-end was discussed around August and I see that some initial code has been checked into LLVM trunk. What is the status of this project? Is it being actively worked on? I am ultimately interested in using LLVM for GPU code optimization/generation and am very interested in this particular project. -- Thanks, Justin Holewinski -------------- next part
2003 Feb 25
3
can't log into Samba.
I am runnning Samba 2.2.3a which act as a NT workstation connecting to CNS-NT domain. When I tried to connect to Samba, \\Bigred\home is not accessible, you might not have permission to use this network resource. Any ideas? -Paul Hong
2008 Apr 04
0
Wine release 0.9.59
...uffer. wined3d: Don't use device palettes in GetDC. wined3d: Don't use device palettes in RealizePalette. wined3d: Don't store primary surface palette in device palettes. wined3d: Make device palettes dynamically allocated. d3d9/tests: Test that GOURAUD and PHONG modes are equal. ddraw: Set surface to NULL on failure in GetAttachedSurface. wined3d: Add ENTER_GL/LEAVE_GL in surface_bind_and_dirtify. wined3d: Add ENTER_GL/LEAVE_GL in surface_allocate_surface. wined3d: Add ENTER_GL/LEAVE_GL in IWineD3DSurfaceImpl_Release. wined3d:...
2011 Sep 30
2
strict locking and kernel oplocks in the smb.conf
1) Does "strict locking = no" negate "kernel oplocks = yes" ? 2) What's the difference between the two? 3) What a good way to test if a file got a lock seen from the linux side and the windows side? 4) If a file has a lock, does that mean you can still open the file in linux or in windows, but can't write to it? Any clarification between the two would be helpful.