search for: notzed

Displaying 4 results from an estimated 4 matches for "notzed".

Did you mean: noted
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
Hi, sometimes a ms-office file (ms word 2k, ms excel 2k) will be destroyed, when the client writes it to the server. The strange thing is, that samba writes parts of its log-files at the top and bottom of the file. Here are the first 2 lines of the destroyed file: [2002/09/04 17:03:05, 2] smbd/open.c:open_file(216) tb opened file xxx/xx/xx/xxxx/xx xx/filename_TB.doc read=Yes write=Yes
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 non-...
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]