similar to: Warning Message: In if (deparse(params[[nm]][[3]]) != "1")

Displaying 20 results from an estimated 100 matches similar to: "Warning Message: In if (deparse(params[[nm]][[3]]) != "1")"

2018 Apr 09
0
nm-bridge & nm-team and no connection.
hi guys I have a kvm quest & two nodes. a kvm guest on nodeA and IPaddr2 on nodeB(at this time) nodeA & nodeB comprise a HA cluster now... - nodeA can ping IPaddr2 IP - nodeB can ping kvm guest IP - kvm guest can get to nodeB's IP but* Only a bit non-common bit in my setup is: - both nodeA & nodeB be interfaces which are relevant to the subnet on which it operates are
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Hello: I tried "debug(help)" with the problem mentioned below. It stopped with a call to "library", from which I generate the following simple replication of this error: > library(help = 'fda', character.only = TRUE) Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width'
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
It happens in the fda package because some of the headers are longer than typical (e.g., "Repository/R-Forge/DateTimeStamp") and formatDL dies if the indent argument is too large compared to the width argument. It might be nice to change formatDL so it never gave such an error, but did something reasonable when the 'indent' argument was too big. Changing if (indent >
2017 Mar 08
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Hello: A call to help(..., help_type='text') fails with "package='fda": > install.packages('fda') > help(package='fda', help_type='text') Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width' I have this wrapped inside "try" in
2010 Sep 04
2
[LLVMdev] Object File Library. llvm-nm changed to match binutils-nm for COFF and ELF (32, little endian).
A few days ago we were discussing object files and linking on IRC. I had been thinking about working on this for a while, and this discussion finally got me to do it. Attached are patches of a preliminary implementation of a generic object file library, and a few changes to llvm-nm to make use of it. The main goal in the design of the API is to allow a fast implementation by avoiding memory
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
This error can arise when getOption("width") is too small. 80 seems to be the limit for me with R-3.3.2 on Windows. Bill Dunlap TIBCO Software wdunlap tibco.com On Wed, Mar 8, 2017 at 10:28 PM, Spencer Graves <spencer.graves at prodsyse.com> wrote: > Hello: > > > I tried "debug(help)" with the problem mentioned below. It stopped > with a call to
2009 Nov 02
1
nm-applet with wlan0 in CentOS 5.4
Hello all, I would like to find a soluce fo a very annoying problem I have since I've installed CentOS 5 on my Lenovo R60 Laptop... Everything works correctly excepted a small thing, the nm-applet of NetworkManager-gnome always report my wlan0 in error status, even when my wifi network is connected correctly and working without problem... It behaves as if wlanx intefaces were not recognized
2018 Jan 24
0
Should llvm-nm classify Mach-O __DATA, __common symbols as BSS?
Hello LLVM-Devs, Perhaps a pedantic question, but I'm wondering how __DATA,__common and __DATA,__bss symbols differ, and whether llvm-nm ought not classify the former as type "B" as it does the latter: $ cat bss.c int i; static int si __attribute__((used)); $ clang -fno-common -c bss.c $ nm bss.o 0000000000000000 S _i 0000000000000004 b _si $ nm -m bss.o 0000000000000000
2018 Mar 21
0
LTO, llvm-(nm, ar, ranlib)
Hello, gcc-ar/gcc-nm/gcc-ranlib compared to ar/nm/ranlib provide an implicit --plugin argument, so that the former can work with LTO objects, even when the gcc-lto plugin is not in ${libdir}/bfd-plugins. Do llvm-ar, llvm-ranlib and llvm-nm also imply a --plugin argument, compared to ar/ranlib/nm concerning LTO? Also https://llvm.org/docs/LinkTimeOptimization.html does not say anything about
2012 Jul 16
0
[LLVMdev] Information about aliases in llvm-nm, and aliases ignored in llvm-extract.
I was wondering if there would be any objection to adding a flag to llvm-nm to either mark a symbol in a special way if it is an alias (suggestions welcome), or a flag to skip aliases completely. This could be a hidden flag if it is something we don't want to expose. I would also like to change llvm-extract (ExtractGV) to eliminate any aliases that do not have a matching aliasee for the
2013 Sep 06
0
[LLVMdev] Unreachable in llvm-nm in Debug mode
Folks, I'm seeing this unreachable on test/Object/archive-symtab.test in debug mode: $ /home/rengolin/workspace/llvm/bin/./llvm-nm -s /home/rengolin/workspace/llvm/test/Object/Output/archive-symtab.test.tmp.a trivial-object-test.elf-x86-64: U SomeOtherFunction 00000000 T main U puts Invalid alignment for ELF file! UNREACHABLE executed at
2013 Sep 06
0
[LLVMdev] Unreachable in llvm-nm in Debug mode
Thanks Eli, I should have looked in bugzilla... Cheers, Renato On 6 Sep 2013 21:18, "Eli Friedman" <eli.friedman at gmail.com> wrote: > On Fri, Sep 6, 2013 at 12:58 PM, Renato Golin <renato.golin at linaro.org>wrote: > >> Folks, >> >> I'm seeing this unreachable on test/Object/archive-symtab.test in debug >> mode: >> >> $
2005 Aug 25
1
Cisco 3620 NM-HDV-T1 PRI
Does anyone have a config they'd like to share w/ the above hardware doing termination for asterisk? I've got one coming in tomorrow along w/ some DSP's and would like to not have to create the config from scratch to start testing. W. Kevin Hunt
2016 Jun 22
0
[PATCH 1/4] p2v: use yast2 lan on SUSE distros rather than NM
NetworkManager isn't provided on SLES. As yast2 lan is available on all openSUSE / SLE distro, use it instead. --- p2v/gui.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/p2v/gui.c b/p2v/gui.c index e720002..b50cadf 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -51,6 +51,7 @@ #include <config.h> +#include <sys/stat.h> #include <stdio.h>
2016 Jun 22
0
[PATCH 4/4] p2v: add -x option to nm-online
On distros not running NetworkManager, use the nm-online -x parameter to exit quickly. The network connection will be checked just after anyway when attempting to connect to the conversion server using ssh. --- p2v/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2v/utils.c b/p2v/utils.c index c4f82cd..746093b 100644 --- a/p2v/utils.c +++ b/p2v/utils.c @@ -139,7 +139,7
2016 Jun 22
0
[PATCH v3 1/4] p2v: use yast2 lan on SUSE distros rather than NM
NetworkManager isn't provided on SLES. As yast2 lan is available on all openSUSE / SLE distro, use it instead. --- p2v/gui.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/p2v/gui.c b/p2v/gui.c index e720002..f8605a3 100644 --- a/p2v/gui.c +++ b/p2v/gui.c @@ -654,7 +654,10 @@ test_connection_ok (gpointer user_data) static void configure_network_button_clicked
2011 Jul 19
2
NM on a server?
Is there any point in running NetworkManager on a server? The IP addresses of the two server NICS are fixed (192.168.1.2 and 192.168.2.2 .) I'm not clear if it is necessary in some way to run NM on a CentOS system? -- Timothy Murphy e-mail: gayleard /at/ eircom.net tel: +353-86-2336090, +353-1-2842366 s-mail: School of Mathematics, Trinity College, Dublin 2, Ireland
2014 Jan 25
2
off NM problem [low priority]
On Centos 6.5, I use NM to bring up the VPN to my office, and to disconnect from it. every now and then I screw up and disconnect the LAN itself instead of the VPN. once I do that, even after reconnecting to the LAN I'm hosed. /etc/resolv.conf hasn't been put back to the non-VPN version, so I manually fix that. but even then I can't get any name resolution. I'm sure that
2014 Oct 02
0
Bug report: 7, NM
ASSUMING I can get through nixspam... Bug: CentOS 7. Please either remove useless error messages when log level is ERR and domains=ALL, or spell them correctly: NetworkManager: IA_NA status code Success: "Address(es) renewed. Greetings from planet Eart" is missing an "h" on Earth. mark
2015 Oct 21
0
centos 7, nm, wifi
Hi, folks, Haven't found the answer to this in googling: I want wifi never to be turned up. I mean, this is on a workstation that's hardwired, and doesn't have wifi.... Obviously, I want this persistent. mark