search for: sqe

Displaying 18 results from an estimated 18 matches for "sqe".

Did you mean: see
2005 Mar 03
3
3d plot of regression squared error
...a where the derivative of the surface is zero. No matter how much I tinker, I can't seem to get a simple straightforward plot. Am I doing something wrong? Thanks in anticipation, Ross-c x <- c( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ) y <- c( 3, 4.2, 8.7, 11.7, 13.2, 19.1, 21, 25, 26.1, 29.8 ) sqe <- function( a, b ) { total <- 0 for ( i in 1:length(x) ) { diff <- y[i] - a * x[i] + b total <- total + diff * diff } return( total ) } df <- data.frame( x=x, y=y ) lm( y ~ x, df ) a.axis <- seq( -5, 10, length=20 ) b.axis <- seq( -20, 20, length=3...
2005 Sep 04
3
High-Availability shorewall
...--- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
2005 Aug 05
9
Problem with openvpn/bridged connection.
...--- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
2005 Aug 30
3
Local disconnect during restart & NIS...
...--- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
2014 Aug 01
2
Re: hang after seabios
...9;s an additional problem which is you need the wrapper to distinguish between -help and -version tests and the final command. Use a wrapper like this: ---------------------------------------------------------------------- #!/bin/bash - qemu=/usr/libexec/qemu-kvm if ! echo "$@" | grep -sqE -- '-help|-version'; then echo QEMU debugging enabled. debug="-s -S" fi exec $qemu $debug "$@" ---------------------------------------------------------------------- The wrapper must be executable. Rich. -- Richard Jones, Virtualization Group, Red Hat http://peo...
2005 Aug 18
9
Running Shorewall with WonderShaper on a dual-ISP setup.
I''m currently building a firewall for a network with 2 ISP links. Unfortunately, one of the ISP''s doesn''t support BGP yet, otherwise I would be doing load balancing at the router, instead of the firewall. I''ve been trying to find information on how to get WonderShaper working, but everything I''ve found talks about setting it up for a firewall with one
2007 Mar 19
2
dovecot + ldap
hi... i want to know how schema dovecot uses to use with ldap -- Salu2 ;)
2005 Aug 18
2
Shorewall and multicast
Hi, all! Can I enable multicasting via shorewall? I have router with Gentoo Linux (one interface to ISP, one with alises - to local network). Shorewall work perfect! But now I need setup Quagga (zebra) for dynamic routing between one more router via another provider. All routers daemons (zebra, ripd, ospf) used multicasting. In my configuration already enabled allowBcast and etc.
2005 Jul 27
2
Accounting Proxyarp users !!?
Hi Folks, Can i account proxyarped pc´s ?? Like know how much web traffic passthru a specific person ip using shorewall ? So i can know how much bandwidth that specific IP EAT ? Thanks alot Carlos Arnt ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward
2005 Aug 21
2
pxelinux menu32 and two boot images
Hi, there now i am booting pxelinux menu32 with 2 boot images 1. DOS boot image 2. Thinstaion pxelinux and my directory structure is like this (Pxelinux with menu32) /tftpdroot/pxelinux.0 /tftpdroot/pxelinux.cfg/default /tftpdroot/dos.imz (DOS bootimage) /tftpdroot/memdisk (memdisk package) (Thinstation Pxelinux) /tftpdrooot/pxe/pxelinux.0 /tftpdroot/pxe/initrd
2005 Sep 05
2
RE: Apache Virtual Hosts Problem
Thanks all for the response to my problem. Outside interrupts made me set aside the project temporarily. Reading your input (one email of which was rejected by our email engine for reasons unknown) the thinking seems to be that Apache can''t resolve its virtual hostnames. I had not originally installed the dnsmasq module, so did that. However, there was no difference in performance. I
2018 Oct 04
1
Re: [PATCH v2] lib: Use qemu-img info -U option to avoid locking error.
On Thursday, 4 October 2018 14:50:07 CEST Richard W.M. Jones wrote: > On Thu, Oct 04, 2018 at 01:34:59PM +0100, Richard W.M. Jones wrote: > > On Wed, Sep 26, 2018 at 06:36:47PM +0200, Pino Toscano wrote: > > > On Friday, 21 September 2018 11:53:52 CEST Richard W.M. Jones wrote: > > > > +/** > > > > + * Test if the qemu-img info command supports the
2020 Jul 22
1
回复: 回复: bug report
...bguestfs: clear_socket_create_context: setsockcreatecon failed: NULL: Invalid argument [you can ignore this message if you are not using SELinux + sVirt] libguestfs: create libvirt XML libguestfs: trace: disk_format "10.188.188.34.sys.img" libguestfs: command: run: qemu-img --help | grep -sqE -- '\binfo\b.*-U\b' libguestfs: command: run: qemu-img libguestfs: command: run: \ info libguestfs: command: run: \ --output json libguestfs: command: run: \ ./10.188.188.34.sys.img libguestfs: parse_json: qemu-img info JSON output:\n{\n&nbsp; &nbsp; "virtual-size": 536870...
2014 Jul 31
2
Re: hang after seabios
[Let's keep this on the mailing list] On Thu, Jul 31, 2014 at 02:48:25PM -0700, Zetan Drableg wrote: > Hi Richard, > I created qemu-wrapper: > #!/bin/bash -x > > exec gdbserver :1234 /usr/libexec/qemu-kvm "$@" gdbserver will end up debugging the qemu process, not the guest inside. This is not useful. You need to do something like: exec /usr/libexec/qemu-kvm -s
2018 Jun 25
1
[PATCH v2 nbdkit] tls: Implement Pre-Shared Keys (PSK)
v2: * Improved documentation. * Added a test (interop with qemu client).
2019 Nov 28
2
virt-df -a xxx.qcow2 failure, after about ten minutes , failed
...rogram = virt-df libguestfs: trace: add_drive "/home/zt/centos7_mini.qcow2" "readonly:true" libguestfs: creating COW overlay to protect original drive content libguestfs: trace: disk_format "/home/zt/centos7_mini.qcow2" libguestfs: command: run: qemu-img --help | grep -sqE -- '\binfo\b.-U\b' libguestfs: command: run: qemu-img libguestfs: command: run: \ info libguestfs: command: run: \ -U libguestfs: command: run: \ --output json libguestfs: command: run: \ /home/zt/centos7_mini.qcow2 libguestfs: parse_json: qemu-img info JSON output:\n{\n "virtual-size&...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...*03_YiQIO9A})R8u~+5=q_r-s+7{)SPk<6zEpLp%0EFIII=KeXUOOb z-CJGN??`vIx7u4JGAl1+mNPz4K@!frDDIB6*bOJ{ptw7vraOi;mLbwuTAw1vF3o6X zM~7xChiMyHaeu}uu0|^^>NB6tX~F&hHZ}7_2s}xuoOOJRFG3sy0ONg6KK-f2f|jtE z#}s%$LAXdkMarA1And7eh?a^x&E=^|@<VwX<a7vf^69(=sZJjzYy$K(ESDrfM at 4~- zY{R|~1tvVmg?f0yQoy92sqe=R4k6Td2K3y<R&n%B1<ju9MCa{P$eUs%HTqp4xe~Wg zp0`QaT*EgW87C)+x8%fN3LDH~^#bT7-L;DAnPvB0P(e*f!%H;GAicrd2IQ^pYotxl zMjH3If-ar at j+~<kAf`n~$P|X~&oPGXD-K~SDHy_h%vmjtIcXS+b565e2sDY|3z_In z1&wH3DTy5a1UW8|K)FIi+DQjEQtt2WhFHp6o-_X)t(rU`<I;EoChH9<zhSe1Cu?hY zdsj9a-j%IoqsR1%xpW at SBL...