Displaying 20 results from an estimated 27 matches for "20060925".
2006 Sep 25
2
Errors while doing make on Solaris 9 for dovecot-1.0.rc7
...bited. If you have received this e-mail in error, please contact me at 212-615-4204 and delete and destroy the original message and all copies. Thank You.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060925/b1a71077/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make.out.zip
Type: application/x-zip-compressed
Size: 1981 bytes
Desc: make.out.zip
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060925/b1a71077/attachment-0004.bin&g...
2006 Sep 25
2
Virtual Folders
...p://pgp.mit.edu:11371/pks/lookup?op=get&search=0x0C42DF40)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060925/f74808c9/attachment.bin>
2006 Sep 25
2
[LLVMdev] Name of Function's original module during link-time optimization
...ev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.modulename-1.8
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060925/2a6a42ea/attachment.ksh>
2006 Sep 25
4
Missing dependencies
I tried to update my Centos with yum update as I have done in the past,
but this time I received a list of dependencies. This is a new
experience for me and I would appreciate any help/suggestions. Here is
one of the lines:
Error: Missing Dependency: php = 4.3.9-3.15 is needed by package php-mysql
Todd
--
Ariste Software
2200 D Street Ext
Petaluma, CA 94952
(707) 773-4523
2006 Sep 25
3
Problem installing Centos on laptop
...64 bit
installs and works fine but will lock up randomly and requires a hard
reboot.
If anyone has any suggestions I would love to hear them.
Thanks
Scandog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060925/0aee0876/attachment-0002.html>
2007 Apr 18
0
a Washington 2
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 10281 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20060925/6176b320/attachment.png
2007 Apr 18
0
I just want 2
Skipped content of type multipart/alternative-------------- next part -----=
---------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 10281 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20060925/1e51e689/attachment.png
2006 Sep 25
1
Crontab not working....
...ng however, have tried restarting it via service
crond restart which shows fine in logs as started
Not sure what else to check?
Any ideas much appreciated,
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060925/114b4d6d/attachment-0002.html>
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta for sparc
...39;t do when installing??
I hope someone could help out here.
Thanks.
---------------------------------
Get your email and more, right on the new Yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060925/1540fe65/attachment-0002.html>
2006 Sep 25
0
Anaconda Exception when installing CENTOS 4.2Beta SPARC
...??
I hope someone could help out here.
Thanks.
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20060925/2040ecde/attachment-0002.html>
2006 Sep 25
2
Preforming an action/trigger after a user successfully authenticates
Hi -
I have searched the docs for v1.0 RC7, but cannot find what I'm looking for.
What I'm ultimately wanting to do is have Dovecot preform some action,
or a trigger, when the user is successfully authenticated. Even more
specifically, I'd like to run another SQL query to record a date/time
for last authenticated login.
Short from running a script during logrotate, or constantly
2007 Apr 18
0
a Washington 2
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 10281 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20060925/6176b320/attachment.png
2007 Apr 18
0
I just want 2
Skipped content of type multipart/alternative-------------- next part -----=
---------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 10281 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20060925/1e51e689/attachment.png
2006 Nov 04
2
Returned mail: Data format error
...ter safe.
Have a nice day,
The lists.rubyonrails.org support team.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: transcript.zip
Type: application/octet-stream
Size: 28990 bytes
Desc: not available
Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060925/8aca43dd/transcript-0001.obj
2006 Sep 24
0
[LLVMdev] Name of Function's original module during link-time optimization
Hi Bram,
On Sun, 2006-09-24 at 22:58 +0200, Bram Adams wrote:
> Hi,
>
> During link-time optimization using llvm-ld, I occasionally need to
> find the name/ID of the original module/bytecode file a Function
> belonged to. In order to do this I added a nameOfPreviousModule-
> attribute to Function and some getters/setters (see attached patch).
> However, I can't
2006 Sep 25
0
[LLVMdev] Name of Function's original module during link-time optimization
On Mon, 25 Sep 2006, Bram Adams wrote:
> Reid Spencer wrote:
>> Call getBytecodeModuleProvider (see Reader.h).
> The problem is that one needs to provide the filename of the original module
> as the argument of getBytecodeModuleProvider, whereas this is unknown (it's
> exactly what we're trying to find out).
>
> But, by looking where this method is called in the
2006 Sep 25
1
sieve problem unresolved
...301-429-5748
Amadou TOURE
Sonatel Multimedia, 136 Sacre Coeur,
Pyrotechnie, BP 21100 Dakar
Tel +221-8699810. Fax +221-8641094
http://www.sentoo.sn
DAKAR - SENEGAL
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://dovecot.org/pipermail/dovecot/attachments/20060925/6d13cab4/attachment-0001.html>
2006 Sep 25
2
[LLVMdev] Name of Function's original module during link-time optimization
...ether the remark in your mail of 09/04/2006 to
Nikhil Patil about "-g currently disables many optimizations" still
holds.
Kind regards,
Bram Adams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060925/7031ba01/attachment.html>
2006 Sep 24
2
[LLVMdev] Name of Function's original module during link-time optimization
Hi,
During link-time optimization using llvm-ld, I occasionally need to
find the name/ID of the original module/bytecode file a Function
belonged to. In order to do this I added a nameOfPreviousModule-
attribute to Function and some getters/setters (see attached patch).
However, I can't find out how to read in the ModuleID of a Module
during bytecode loading in
2006 Sep 25
3
support for UW-style mbox
Hi,
The dovecot docs say that support for the automatic appending
of /var/spool/mail to a ~user/mbox (as is done by UW-IMAP) may
be implemented in the near future. Is this still the case?
And if so, is it far off?
Cheers,
Terry.