Displaying 4 results from an estimated 4 matches for "notz".
Did you mean:
not
2004 Mar 18
12
substitute question
Consider the following example:
# substitute a with b in the indicated function. Seems to work.
> z <- substitute( function()a+1, list(a=quote(b)) )
> z
function() b + 1
# z is an object of class call so use eval
# to turn it into an object of class expression; however,
# when z is evaluated, the variable a returns.
> eval(z)
function()a+1
Why did a suddenly reappear again
2002 Sep 04
2
data corruption with ms-office files on samba 2.2.3a
...9/04 17:03:28, 2] smbd/close.c:close_normal_file(212)
<path and filename>
Does anybody know this problem or is it fixed in 2.2.5 ?
alexander
--
StarMobility GmbH
Gutenbergstrasse 19
D-70771 Leinfelden-Echterdingen
phone +49 (711) 34181-207
fax +49 (711) 34181-181
e-mail alexander.notz@starmobility.net
Mercedes-Benz Portal. In Zusammenarbeit mit T-Online.
www.mercedes-benz.t-online.de
2004 Nov 19
1
[Fwd: Re: [Evolution] evo confused when searching message bodies on large folders?]
Is this possibly a problem with dovecot 0.99.10.9?
Maybe it's been fixed in a later release?
Might it be a security issue?
Thanks!
-------------- next part --------------
An embedded message was scrubbed...
From: Not Zed <notzed at ximian.com>
Subject: Re: [Evolution] evo confused when searching message bodies on large folders?
Date: Fri, 19 Nov 2004 08:11:15 +0800
Size: 3444
URL: <http://dovecot.org/pipermail/dovecot/attachments/20041118/a923557f/attachment-0003.mht>
-------------- next part --------------
A no...
2002 Aug 28
3
problems writing to profile share when updating from samba 2.2.3a to 2.2.5
Hi,
we updated our samba 2.2.3a to 2.2.5 because of several printing problems.
Now our Clients (win 2k & xp) can't write to their profiles share (the
windows error-message was: "this file is used by another process", but
there weren't any other processes from this user). In the samba logfile we
can't see any write-attempt from the client.
Our smb.conf:
[global]