search for: schmidts

Displaying 20 results from an estimated 710 matches for "schmidts".

Did you mean: schmidt
2008 Nov 03
1
qr() and Gram-Schmidt
Hi, Why the qr() produces a negative Q compared with Gram-Schmidt? (note example below, except Q[2,3]) Here is an example, I calculate the Q by Gram-Schmidt process and compare the output with qr.Q() a <- c(1,0,1) b <- c(1,0,0) c <- c(2,1,0) x <- matrix(c(a,b,c),3,3) ########################## # Gram-Schmidt ########################## A <- matrix(a,3,1) q1 <-
2010 Feb 17
9
Non-XCP/XenServer frontend or management console
Hi all. Obviously there''s been a lot of talk lately about frontends or management consoles for xen. All, or most, seem to be for XCP or XenServer. Is there anything for a group of standalone servers sharing storage? In my case it''s SLES11 with xen 3.4.1. I would love to have a frontend for seeing status, starting, and stopping domains. Provisioning new domains would be an
2005 Jun 24
1
mounting ocfs2 partitions on boot
Hi list, today, I installed a two node Oracle 10g RAC system on SLES9 SP2 RC2 which shares (via a SAN) a database volume and a quorum (ocr and voting). This volumes are formated with ocfs2 - so far no problem. At the moment I'm stuck with the mounting of these volumes at boot time. The user-guide of ocfs2-tools mentions to add the corresponding lines to fstab - but at the time when fstab
2003 Sep 01
1
Gram-Schmidt orthonormal factorization
Hi: Does R have a function as gsorth is SAS, that perform a the Gram-Schmidt orthonormal factorization of the m ?n matrix A, where m is greater than or equal to n? That is, the GSORTH subroutine in SAS computes the column-orthonormal m ?n matrix P and the upper triangular n ?n matrix T such that A = P*T. or any other version of Gram-Schmidt orthonormal factorization? I search the help, but I
2010 Jun 05
20
How many guests
Hi Everyone, I have a Dell R210 server which has a Xeon X3430 Quad Core CPU (2.4Ghz x 4) with 8GB of RAM. I intend to use the H200 controller in a RAID1 setup How many VMs do you think I''d be able to run on this machine? Is 20 pushing it? I''d say most (if not all) guests would be in PV mode. Thanks _______________________________________________ Xen-users mailing list
2004 Jan 07
2
Solaris 8 + Active Directory
Good Day All, I'm looking for a HowTO on how to compile/Install/Configure Samba 3.0.1 with active directory support running on Solaris 8. i.e. The samba server should be able to authenticate against a Windows 2000 active directory. Is there any such document? I've searched and have come up empty. Thank you kindly. Steven. 1
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
Adding Jiangning Liu to the thread. Jiangning reported a similar issue on the llvm-commits list on Debian aarch64. In general it sounds like std::call_once may not really be bug free. Jiangning, can you please provide your gcc/libstdc++ version? Thanks, -Chris > On Nov 4, 2014, at 9:38 AM, Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote: > > On Tue, 2014-11-04 at 12:17
2014 Nov 04
2
[LLVMdev] Issue with std::call_once in PPC64 platform
Ok, I'll put a patch together to fix this later today. I'll probably do what Reid was suggesting and use what is already in there for Windows. Thanks, Samuel Bill Schmidt <wschmidt at linux.vnet.ibm.com> wrote on 11/04/2014 12:11:08 PM: > From: Bill Schmidt <wschmidt at linux.vnet.ibm.com> > To: Samuel F Antao/Watson/IBM at IBMUS > Cc: azanella at
2014 Nov 05
2
[LLVMdev] Issue with std::call_once in PPC64 platform
It seems the crash of llvm/clang build on aarch64 Debian has been fixed by r220941. Thanks, -Jiangning 2014-11-05 8:45 GMT+08:00 Jiangning Liu <liujiangning1 at gmail.com>: > The versions I'm using right now are > > * gcc: (Debian/Linaro 4.9.1-14) 4.9.1 > * libstdc++: libstdc++.so.6.0.20 > > Thanks, > -Jiangning > > 2014-11-05 4:46 GMT+08:00 Chris Bieneman
2006 Jul 31
7
Problem with routes when I move the app to a different machine
Hi all: I have an application that runs great on my macbook pro, however, when I move the app to the production linux box, all routes fail except for the one I set up as the default: map.connect '':controller/:action/:id'', :controller => "Employee", :action => "status" I made sure the shebang line in dispatch.* was set to be OS independent
2010 Jan 29
6
2.6.31.10 and bnx2
Hi, i test a xen-patched kernel 2.6.31.10 (kernel from kernel.org with the suse patches) on a system with a boradcom net extreme II (5709) nic using the module bnx2. The nic does not run with this kernel. I get: bnx2 0000:01:00.0: map irq failed Any experiences? Best Regards - Michael Schmidt _______________________________________________ Xen-users mailing list
2006 Feb 21
7
Self-referencial habtm relationship
Heyo! I am setting up a self-referencial habtm relationship with the users of my app. I am using Chad Fowler''s "Rails Recipes" to get me started, and everything works great with the join table "people_friends". I add friends by doing somebody.friends << somebodyelse. However, with my app, there is an approval process so my join table has columns person_id,
2023 Apr 06
2
[Bug 3559] New: Mini memory leak and needless(?) const/static qualifier.
https://bugzilla.mindrot.org/show_bug.cgi?id=3559 Bug ID: 3559 Summary: Mini memory leak and needless(?) const/static qualifier. Product: Portable OpenSSH Version: 8.5p1 Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh
2002 Dec 21
2
external journal
Hello! I have some questions about external journals. On a 4 disk software RAID 5 I have two big devices (one 60 GB, one 180 GB). I would like to give each an external journal on a 2 disk software RAID 1 device and use data=journal. The journal will get its own partition with mke2fs -O journal_dev /dev/mdwhatever. The used 6 harddrives are all IDE drives, they are connected through
2013 Jan 31
2
[LLVMdev] Getting command line options to affect subtarget features
On Thu, 2013-01-31 at 11:23 -0600, Bill Schmidt wrote: > On Thu, 2013-01-31 at 10:17 -0600, Bill Schmidt wrote: > > > > On Thu, 2013-01-31 at 09:42 -0600, Hal Finkel wrote: > > > ----- Original Message ----- > > > > From: "Bill Schmidt" <wschmidt at linux.vnet.ibm.com> > > > > To: llvmdev at cs.uiuc.edu > > > > Sent:
2008 Dec 18
2
X11 is not availble
Hi there, after several problems with installing R on a Debian server It now finally works at least roughly. With roughly I mean that the 'core' function do work properly, but I'm still having problems with the image export. When I try to call png(filename="my_file.png", width=800, height=300, pointsize=12, bg = "white") I just get the error message
2006 Jul 28
2
RJS + Internet Explorer
Hello all: I am using RJS templates to replace html on my pages. It works great in FF but I get an RJS error in Internet Explorer. I believe I had it working previously in IE, but for some reason it''s not working now. Any help would be greatly appreciated! Thanks, -- Randy Schmidt x@altorg.com 267.334.6833
2006 Feb 23
2
lighttpd and blank page
Hi all: I have been using lighttpd on os x with RoR. It normally works great, however, when I use it for one project, kill the process, then switch to another project and start up using ./script/server, all I get is a blank page. No errors or html. The only solution I have found so far is to restart my machine, but that seems terribly inneficient. How does everybody else handle this, or do you
2004 Sep 07
2
Announce Openssh with telnet
Hi, I would not consider it a real bug, or security problem, but I wonder, why my sshd declares itself when I do a telnet on port 22: telnet localhost 22 Trying ::1... Connected to localhost. Escape character is '^]'. SSH-1.99-OpenSSH_3.7.1p2 Would it not be better, not to show anything at all, so that someone just trying, whats up on port 22 does not see what programm with witch
2013 Jan 31
0
[LLVMdev] Getting command line options to affect subtarget features
On Thu, 2013-01-31 at 11:29 -0600, Bill Schmidt wrote: > On Thu, 2013-01-31 at 11:23 -0600, Bill Schmidt wrote: > > On Thu, 2013-01-31 at 10:17 -0600, Bill Schmidt wrote: > > > > > > On Thu, 2013-01-31 at 09:42 -0600, Hal Finkel wrote: > > > > ----- Original Message ----- > > > > > From: "Bill Schmidt" <wschmidt at