search for: awry

Displaying 20 results from an estimated 170 matches for "awry".

Did you mean: away
2002 Jul 01
0
Memory allocation gone awry with OpenSSH 3.(3,4)p1
Hello, I have recently upgraded from an older version of OpenSSH to the newer 3.3p1 (first) and now to 3.4p1 - because of the discovered vulnerabilities. The default setting for these versions is to use privilege separation, and this seems to trigger some weird bug with my systems, causing sshd to consume memory until it barfs. Details: 1. OpenSSH 3.3p1, privsep on, compression on:
2006 Jul 07
3
Upgrade 3.4 --> 3.7 went awry: rpmdb hosed
I installed CentOS 3.4 from a CD image I'd burned a while ago, and then attempted to update with yum to 3.7. All the packages installed OK, but at the very end of final cleanup I got an error message from db4 saying to "RUN RECOVERY". I did "rpm --rebuilddb" which may have been the wrong thing -- it issued an error about "pages missing". I then ran it again,
2007 Jan 24
4
Replace missing values in lapply
...; rr level2 level1 1 2 3 4 1 79 0 0 0 2 0 0 0 0 3 0 0 0 0 4 0 0 0 0 This is exactly what I want for each matrix. But, I have multiple matrices stored within the list that need to be changed and so I am trying to resolve this via lapply, but something is awry (namely the user), but I could use a little help. I was thinking the following function should work, but it doesn't. It reduces each matrix within the list to a 0. PP <- lapply(TP, function(x) x[is.na(x)] <- 0) Am I missing something obvious? Harold [[alternative HTML version delet...
2005 Jan 26
2
problems building R-patched
...9; make[2]: Entering directory `/home/setzer/newstuff/R-patched/src/library/Recommended' make[2]: *** No rule to make target `VR.ts', needed by `stamp-recommended'. Stop. R-patched of January 25 fails the same way, but the January 21 version compiles successfully. Has something gone awry in the process of rolling patches, or do I need to look into problems with my system? I notice that the src/library/Recommended has symbolic links in the January 21 version, but not in the January 26 version. Woody Setzer
2005 Apr 25
2
rebuilding anaconda for centos 4.0
...39;ve run into a problem. I've done lots of anaconda rebuilds for Tao Linux 1.0, and I'm bringing those bits forward into Centos 4.0. The all-knowing web hasn't turned up anything useful. It looks like the PXE-loaded kernel unpacked and mounted the initrd OK, but then things went awry (quickly). Anyone seen this on a PXE boot of an anaconda build? <snip> RAMDISK: Compressed image found at block 0 VFS: Mounted root (ext2 filesystem). VFS: Cannot open root device "<NULL>" or unknown-block(3,2) Please append a correct "root=" boot option Kernel pan...
2006 Dec 15
2
Solaris NFS woes
I am using dovecot 1.0.rc15 (a similar problem occurred in rc10) on Solaris 9 (sparc). When working with a user who's home dir is on a local disk everything seems fine. But when that home is on an NFS-mounted disk things are very badly awry. Both the indices and the subscriptions file are being destroyed and what is left behind are files with names of the form .nfs72C034 etc. These files are described in the shell script nfsfind - every Solaris system ships with a root cron to run nfsfind and delete stale files: # These files are...
2011 Feb 03
2
Creating a reference class object from a class definition in a package fails
Hi, I'm trying to create a package that contains reference class definitions from which users can create reference objects, but there seems to be something awry. My toy example creates an empty package via package.skeleton('TestClass') to which I add the following R code: TestClass <- setRefClass('TestClass',fields=c('name')) Unfortunately my R console output bears this: > library(TestClass) > TestClass$new(name='fo...
2008 Nov 12
0
[LLVMdev] Validating LLVM
...ts that should go into a validation test. (All of these should be done in "Release" mode.) * Regression Tests - This catches obvious errors, but not major ones. * Full Bootstrap of LLVM-GCC - LLVM-GCC is a complex program. It's our second indication if something has gone horribly awry. * Nightly Testsuite - A very good suite of tests; much more extensive than a simple bootstrap. * LLVM-GCC Testsuite - Many thousands of great tests to test the many facets of the compiler. WAY too few people run these. As far as I know, Dale's the only one who's been slogging through...
2008 Nov 12
1
[LLVMdev] Validating LLVM
On Nov 11, 2008, at 10:33 PM, Bill Wendling wrote: > * Regression Tests - This catches obvious errors, but not major ones. > * Full Bootstrap of LLVM-GCC - LLVM-GCC is a complex program. It's our > second indication if something has gone horribly awry. > * Nightly Testsuite - A very good suite of tests; much more extensive > than a simple bootstrap. > * LLVM-GCC Testsuite - Many thousands of great tests to test the many > facets of the compiler. WAY too few people run these. I'd add one more item here, * Nightly Testsuite run...
2012 Jul 24
0
[LLVMdev] Is append in APFloat broken?
...est case to go along with this? The simpler fix seems to be to untemplate this code & have "append" take a StringRef. We can just rely on the compiler to optimize away the strlen in StringRef's (const char*) ctor as we do across the rest of the codebase. That way this won't go awry if append is called with a large buffer or a string without a nul terminator, etc. - David
2012 Jul 25
1
[LLVMdev] Is append in APFloat broken?
...ade by me. > The simpler fix seems to be to untemplate this code& have "append" > take a StringRef. We can just rely on the compiler to optimize away > the strlen in StringRef's (const char*) ctor as we do across the rest > of the codebase. That way this won't go awry if append is called with > a large buffer or a string without a nul terminator, etc. This is of course fine, too. Best regards Olaf
2002 Nov 09
1
modprobe: Can''t locate module ipt_unclean
...uble checked that I compiled "Unclean match support (EXPERIMENTAL)" into the kernel, but I still get "modprobe: Can''t locate module ipt_unclean" logged when I run ''shorewall status''. Does it really need to be compiled as a module, or is something else awry? Thanks, Ian PS, I''m not currently subscribed, so although I''ll check the archives, a CC to me would be most appreciated. .
2005 Jun 03
1
ts.intersect a multivariate and univariate ts
...is seems like a FAQ, but I can't figure it out. I have a mv ts object: R > tsp(pg) [1] 1982 2003 1 R > dim(pg) [1] 22 12 and a univariate ts: R > tsp(rw) [1] 1690 1996 1 Yet, when I try to intersect them: R > tsp(ts.intersect(rw, pg)) [1] 1982 2176 1 the process goes awry. How to I get rw and pg to be one ts that runs from 1982 to 1996 and has 13 univariate time series in it. Any help appreciated. -Andy R > version _ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 1.0 year 2005 month 04...
2011 Nov 13
1
[re] patching dovecot for managesieve/sieve
My apologies for the repost yesterday; it was not intentional. I was attempting to post a followup from my mobile, when something went awry with the editing options on my phone. Anyway.. ?I have managed to download and compile my own patched dovecot/dovecot-sieve/dovecot-managesieve modules from scratch, with Thanks to this page hardc0l2e.wordpress.com/2010/02/26/managesieve-with-dovecot-on-centos-5-4/ But when I run http://mydoma...
2005 Feb 08
1
SPA-841 MWI
Running * CVS with a SPA-841 (0.9.5) and can't seem to get the message waiting light to come on automatically. There is a control in the web interface to turn it on and off (seems rather curious to me but whatever). Has anybody got an idea as to where I may be going awry? TIA, Paul -- Paul A. Dugas Dugas Enterprises, LLC paul@dugasenterprises.com 1711 Indian Ridge Drive p:404-932-1355 f:770-516-4841 Woodstock, GA 30189-6856 USA
2011 Apr 08
1
iptables package issue
...hich left no /etc/sysconfig/iptables file in place. So a quick check: # yum whatprovides /etc/sysconfig/iptables --disablerepo=\* --enablerepo=base --enablerepo=updates --disableplugin=\* No Matches found Without that file iptables doesn't start as per the init script. Anyone know what may be awry? Thanks, jlc -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110408/3cea20a1/attachment-0005.html>
2008 Jun 18
2
YUM and installing older versions of software.
How does one specify a particular version of a software package to yum to install? Is this even possible? What happens to superceded pacjkages in repos? Are they simple removed/discarded? yum install package-X.Y.Z-A.el5 ??? The reason I ask is if a yum update goes awry for some reason then how does one revert to the previous (working) version? I seem to recall that up2date had a feature whereby one could locally archive superseded packages and rollback to a previous version was required. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne...
2012 Jul 24
2
[LLVMdev] Is append in APFloat broken?
Hi @llvm, I stumbled over a strange behavior if a float containing a NaN is printed (e.g. in the clang rewriter). The local template method "append" in APFloat.cpp deduces the size from the char array, which for "NaN" is 4 (including the trailing zero). If APFloat::toString is called with a SmallString and then SmallString::str() is called, it returns "NaN\0". I
2015 Jul 21
2
dovecot proxy/director and high availability design
...to say no to RR DNS ? I am going to take that into serious consideration. > > With this proxy setup you describe, what would happen if HAProxy or Dovecot Proxy were to fail? > > I think there is no problem with many moving parts, as long as there is a backup plan in case something goes awry. My goal is slightly different, as I want to have HA available across datacenters without using BGP or having control over the IP space (so, no anycast). Just a simple way to get the clients redirected to the other Dovecot server when I lose an entire datacenter network for whatever reason. >...
2003 Jun 13
1
odd crash on -STABLE box
...output error So I had to hard reset the box. It came back OK after a fsck, nothing in the logs at all root@erwin ~ % uname -a FreeBSD erwin.number6 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jun 9 16:34:34 EST 2003 root@erwin.number6:/usr/obj/usr/src/sys/ERWIN alpha Any clues as to what went awry? Cheers, Rob