search for: chapter10

Displaying 5 results from an estimated 5 matches for "chapter10".

Did you mean: chapter1
2003 May 12
3
[Bug 561] Please implement MaxAuthTries
...ReportedBy: wmertens at gentoo.org Hi, When using Commercial SSH to connect to OpenSSH, it can happen that a user has many keys and this results in a failure to log in due to "Too many authentication failures". The problem is documented at http://www.tartarus.org/~simon/puttydoc/Chapter10.html#10.5 : 10.5 "Server sent disconnect message type 2 (SSH_DISCONNECT_PROTOCOL_ERROR): "Too many authentication failures for root"" This message is produced by an OpenSSH (or Sun SSH) server if it receives more failed authentication attempts than it is willing to...
2019 May 06
0
R problems with lapack with gfortran
...ran functions (e.g. dgemm). Fortran programs could still call into the original Fortran functions. Something like c_dgemm in Chapter 10.2 of "Numerical Computing with Modern Fortran" by Richard J. Hanson and Tim Hopkins, the code is available from https://archive.siam.org/books/ot134/Chapter10/index.php. So LAPACK/BLACK implementations won't break their applications by adding these new functions. Also indeed it would be useful to have C prototypes matching those interfaces distributed with BLAS/LAPACK. > So the remaining place where this could be fixed would be in your C > p...
2008 Oct 04
4
Add independent interface from domU to internal bridge?
Hi, I have what I believe is an elementary problem, but I haven''t yet figured out the solution. Within my domU host, I have a bridge named "net1". There is no routing performed between the real LAN and this bridge, intentionally. I have a virtual machine that connects to the bridge. It seems to work fine, (in fact I have several and I can bring them all up and they can
2019 May 06
1
R problems with lapack with gfortran
On Mon, May 6, 2019 at 11:55 AM Tomas Kalibera <tomas.kalibera at gmail.com> wrote: > > On 5/4/19 6:49 PM, Steve Kargl wrote: > > On Sat, May 04, 2019 at 06:42:47PM +0200, Thomas K?nig wrote: > >>> - figure out Fortran2003 specification for C/Fortran interoperability > >>> -- this _sounds_ like the right solution, but I don't think many >
2008 May 09
4
Routing problem in bridged setup
Hello, I am having some routing troubles with my Xen setup. I have two domUs, one running as a firewall and another running as a dmz: The dom0 has the following: - eth0 bridge (10.0.0.3/24) The domU-firewall has the following: - Direct passthrough PCI NIC (Public Internet) - Virtual NIC connected to the eth0 bridge on dom0 (10.0.0.1/24) - Bridge called brdmz for the dmz zone (10.0.2.1/24)