Displaying 20 results from an estimated 20267 matches for "plainly".
2012 Feb 05
1
[PATCH v3] Add virtio-scsi to the virtio spec
Hi Rusty,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it) so that you can apply it to the spec document and publish it.
I changed the index from 7 to 8 to account for the rpmsg device,
and added a feature bit to tell the guest in advance whether the host
supports hotplug. Otherwise there is no change from v2.
Paolo
--- virtio-spec.lyx.saved 2011-11-29
2012 Feb 05
1
[PATCH v3] Add virtio-scsi to the virtio spec
Hi Rusty,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it) so that you can apply it to the spec document and publish it.
I changed the index from 7 to 8 to account for the rpmsg device,
and added a feature bit to tell the guest in advance whether the host
supports hotplug. Otherwise there is no change from v2.
Paolo
--- virtio-spec.lyx.saved 2011-11-29
2012 Apr 04
0
[PATCH] virtio-spec: add an rpmsg appendix
Add an rpmsg appendix to the virtio spec and tag it as Appendix H.
Push the SCSI host appendix to 'I' so the appendices order stays
according to the virtio device ids.
Patch is against:
http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.4.lyx
Tested with LyX 2.0.0.
Signed-off-by: Ohad Ben-Cohen <ohad at wizery.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc:
2012 Apr 04
0
[PATCH] virtio-spec: add an rpmsg appendix
Add an rpmsg appendix to the virtio spec and tag it as Appendix H.
Push the SCSI host appendix to 'I' so the appendices order stays
according to the virtio device ids.
Patch is against:
http://ozlabs.org/~rusty/virtio-spec/virtio-0.9.4.lyx
Tested with LyX 2.0.0.
Signed-off-by: Ohad Ben-Cohen <ohad at wizery.com>
Cc: Rusty Russell <rusty at rustcorp.com.au>
Cc:
2007 Sep 03
1
Dovecot problem
Helo all,
Yesterday dovecot began droping connections and there is nothing
conclusive in the log file, just the messagens below:
Sep 2 11:43:57 relay01 dovecot: pop3-login: Disconnected: Inactivity:
method=PLAIN, rip=200.152.100.77, lip=10.0.3.1
Sep 2 11:44:02 relay01 dovecot: pop3-login: Disconnected: Inactivity:
method=PLAIN, rip=200.204.69.20, lip=10.0.3.1
Sep 2 11:44:19 relay01 dovecot:
2011 Dec 05
1
[PATCH v2] Add virtio-scsi to the virtio spec
Hi all,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it). The virtio SCSI host is the basis of an alternative
storage stack for KVM. This stack would overcome several limitations of
the current solution, virtio-blk:
1) scalability limitations: virtio-blk-over-PCI puts a strong upper
limit on the number of devices that can be added to a guest. Common
2011 Dec 05
1
[PATCH v2] Add virtio-scsi to the virtio spec
Hi all,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it). The virtio SCSI host is the basis of an alternative
storage stack for KVM. This stack would overcome several limitations of
the current solution, virtio-blk:
1) scalability limitations: virtio-blk-over-PCI puts a strong upper
limit on the number of devices that can be added to a guest. Common
2008 Mar 10
1
POP3 Dictionary Attack Causes Complete Dovecot Failure Without Notice
Hi,
Whenever my Dovecot installation is POP3-dictionary-attacked, a large
number of log entries written to /var/log/local0 from the syslog showing
all the POP3 login and shadow lookup failures is produced and then the
entire Dovecot installation crashes, master and all. Unfortunately, it
was running unattended under normal use, is apparently quite hard to
reproduce (I wrote a Tcl script
2007 Jul 30
0
problems in limma
Dear list members,
I am analysing my microarray data using limma package. Now I encounter
several problems. Looking forward to your suggestions!
Question 1:
During the process of background correction using method="normexp", four
warning messages appeared as "NaNs produced in: log(x)" (as you can see in
the program posted below). What does that mean? How will it effect the
2007 Feb 27
2
Dovecot rc23 and rc24 freeze after authentication
I had our production systems running on rc23, however we ran into
problems when the server was under heavy load. Eventually, the
server would begin to freeze all imap connection after authentication
(according to the logs). A user would connect, authentication would
succeed, and then the connection would sit until timing out. No
error logs were produced. Upgrading to rc24 did not
2010 Feb 18
5
[PATCH] virtio-spec: document block CMD and FLUSH
I took a stub at documenting CMD and FLUSH request types in virtio
block. Christoph, could you look over this please?
I note that the interface seems full of warts to me,
this might be a first step to cleaning them.
One issue I struggled with especially is how type
field mixes bits and non-bit values. I ended up
simply defining all legal values, so that we have
CMD = 2, CMD_OUT = 3 and so on.
2010 Feb 18
5
[PATCH] virtio-spec: document block CMD and FLUSH
I took a stub at documenting CMD and FLUSH request types in virtio
block. Christoph, could you look over this please?
I note that the interface seems full of warts to me,
this might be a first step to cleaning them.
One issue I struggled with especially is how type
field mixes bits and non-bit values. I ended up
simply defining all legal values, so that we have
CMD = 2, CMD_OUT = 3 and so on.
2012 Oct 17
2
dovecot died
Hi All
I have been trying to get this website running for months now. I get this
emails from cpanel and don't know how to fix it. If anyone can help me
please contact me at pipefab at mweb.co.za.
Kind regards
Hendrik
imap failed @ Fri Oct 12 05:51:18 2012. A restart was attempted
automagically.
Service Check Method: [check command]
Number of Restart Attempts: 1
Cmd Service
2012 Aug 09
2
Add interpunct (dot) symbol to axis label?
I'm having problems creating an axis label for a plot.
y_label = expression(paste(plain('CPUE
'),plain('(fish'),plain('x'),plain('h'^{-1}),plain(')')))
I'd like to replace the "x" with an interpunct symbol (dot). Any
suggestions how to do this?
Thanks in advance.
[[alternative HTML version deleted]]
2011 Nov 30
2
[PATCH] Add virtio-scsi to the virtio spec
Hi all,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it). The virtio SCSI host is the basis of an alternative
storage stack for KVM. This stack would overcome several limitations of
the current solution, virtio-blk:
1) scalability limitations: virtio-blk-over-PCI puts a strong upper
limit on the number of devices that can be added to a guest. Common
2011 Nov 30
2
[PATCH] Add virtio-scsi to the virtio spec
Hi all,
here is the specification for a virtio-based SCSI host (controller, HBA,
you name it). The virtio SCSI host is the basis of an alternative
storage stack for KVM. This stack would overcome several limitations of
the current solution, virtio-blk:
1) scalability limitations: virtio-blk-over-PCI puts a strong upper
limit on the number of devices that can be added to a guest. Common
2006 May 15
6
Getting Net::IMAP to work with PLAIN auth type...
Hi there,
I''m new to rails and I''ve been successful tinkering around but
am miffed by the process of trying to connect to my mail server to receive
email for ActiveMailer parsing. I''m hosted on TextDrive and have read the
following article on the RubyonRails wiki:
http://wiki.rubyonrails.com/rails/pages/HowToReceiveEmailsWithActionMailer.
I want to
2013 Dec 13
4
Accessing plain text password from memory
Is there a way to retrieve the client's password in plain text from memory ?
I don't store the password in plain text in my postgreSQL but I need it
when the client is connected to make crypto computation.
If I write a plugin to do the job, how could I retrieve the plain text
password from master ?
Thank you for your help,
Regards,
Stan.
2005 Jul 06
3
sendmail + plain auth
I'm probably missing something obvious, but I can get sendmail to give me AUTH
PLAIN and LOGIN options.
What I have is fairly standard configuration. The relevant part of sendmail.mc
looks something like this:
define(`confCACERT_PATH',`/etc/ssl/certs')
define(`confCACERT',`/etc/ssl/ca-bundle.crt')
define(`confSERVER_CERT',`/etc/ssl/smtp.crt')
2006 Nov 04
1
ActionMailer Sending Two text/plain Parts
Hello ~
I have a working ActionMailer Action that takes the template to use as
an argument so I have one action that handles multiple emails. The
email sends just fine, and the correct email templates are used, but
ActionMailer is throwing in its own text/plain section in addition to
the one I specify. Does anyone have any ideas on why this might be
occuring, when I am specificially specifying