search for: ism

Displaying 20 results from an estimated 246 matches for "ism".

Did you mean: is
2019 Nov 17
2
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
SVN?revision?77401?changes ????????x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[class(o)?!=?"AsIs"])) to ????????x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[!inherits(o,"AsIs")])) in?function?'get_all_vars'?in?src/library/stats/R/models.R?in?R?devel. The?change?is?inapp...
2019 Nov 18
2
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
>>>>> Martin Maechler >>>>> on Mon, 18 Nov 2019 12:15:38 +0100 writes: >>>>> suharto anggono--- via R-devel >>>>> on Sun, 17 Nov 2019 10:34:31 +0000 writes: >> SVN revision 77401 changes >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[class(o) != "AsIs"])) >> to >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[!inherits(o,"AsIs")])) >> in function 'get_all_vars' in src/library/stats/R/models.R i...
2006 Jul 05
1
File attribute problem 3.0.23
...Dos filemode is enabled and manually setting is fine. Samba is 3.0.23RC3. Client is XP/SP2. Seems to loose the connection before setting the bit and a new smbd is spawn. Daniel [2006/07/05 09:32:36, 10] locking/locking.c:is_locked(96) is_locked: optimisation - exclusive oplock on file Dev/Inst.ism [2006/07/05 09:32:36, 10] locking/locking.c:is_locked(134) is_locked: flavour = WINDOWS_LOCK brl start=0 len=5429 unlocked for fnum 10866 file Dev/Inst.ism [2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode(326) dos_mode: Dev/Inst.ism [2006/07/05 09:32:36, 8] smbd/dosmode.c:dos_mode_from_sbuf(193...
2006 Nov 23
0
[748] trunk/wxruby2/swig/classes: Fix an errant Ruby-ism in C++ code (Roy Sutton)
...} #patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[748] trunk/wxruby2/swig/classes: Fix an errant Ruby-ism in C++ code (Roy Sutton)</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>748</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2006-11-22 19:13:04 -0500 (Wed, 22 Nov 2...
2012 Oct 04
5
Bug#689646: xen-utils-4.1: fails to create HVM domU
Package: xen-utils-4.1 Version: 4.1.3-2 Severity: important Dear Maintainer, Creating a new HVM domU fails with the following error: map shared IO page returned error 22 I've narrowed it down to qemu-dm which fails to start: # /usr/lib/xen-4.1/bin/qemu-dm [...] qemu_map_cache_init nr_buckets = 10000 size 4194304 errno0 = 2 domid = -1 shared page at pfn 0 errno1 = 3 errno2 = 22 map shared IO
2018 Apr 15
1
RQDA/RGtk2 Installation Problem
...?, ?RGtk2? Packages which are only available in source form, and may need compilation of C/C++/Fortran: ?cairoDevice? ?RGtk2? Do you want to attempt to install these from sources? y/n: y installing the source packages ?cairoDevice?, ?gWidgetsRGtk2?, ?RGtk2?, ?RQDA? trying URL 'https://cran.ism.ac.jp/src/contrib/cairoDevice_2.24.tar.gz' Content type 'application/x-gzip' length 39639 bytes (38 KB) ================================================== downloaded 38 KB trying URL 'https://cran.ism.ac.jp/src/contrib/gWidgetsRGtk2_0.0-86.tar.gz' Content type 'application/...
2009 Feb 19
2
Build R-2.8.1 on AIX5.3
...bol was not found. rtld: 0712-002 fatal error: exiting. Error: unable to load R code in package 'methods' Execution halted I found there is someone meet same problem when he build R-2.7.0 by searching r-help, and he used a patch to resolve this issue. The patch¡¯s location is http://prs.ism.ac.jp/~nakama/AIX/changefiles. But I can not find a patch R-2.8.1 in this path. So I want to know what I can do if I want to build R-2.8.1 on AIX5.3 In addition I use IBM compiler with below parameter: OBJECT_MODE=64 LIBICONV=/where/libiconv/installed CC="xlc_r -q64"...
2019 Nov 29
0
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
...h> wrote: >>>>> Martin Maechler >>>>>? ? on Mon, 18 Nov 2019 12:15:38 +0100 writes: >>>>> suharto anggono--- via R-devel >>>>>? ? on Sun, 17 Nov 2019 10:34:31 +0000 writes: ? ? >> SVN revision 77401 changes ? ? >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[class(o) != "AsIs"])) ? ? >> to ? ? >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[!inherits(o,"AsIs")])) ? ? >> in function 'get_all_vars' in src/library/stats/R/models.R i...
2006 Aug 21
7
RFC: xencomm in common
Hi, xencomm is the ppc infrastructure to do hypercalls with guest physical addresses instead of virtual address. Because ia64 should also use physicall address, I think it''s better to re-use the ppc code and to put into common code. I''d propose to submit this patch is every part is OK (ie no NAK). This patch creates include/xen/xencomm_access.h which is to be included by
2019 Oct 09
4
What is /etc/subuid ?
...r update done on Oct 3, 2019. I checked several CentOS 7 machines, basically doing this: # grep subuid /usr/sbin/useradd Binary file /usr/sbin/useradd matches And CentOS 7 machines indeed may have that file name in the useradd binary. None of CentOS 6 machines has that. I tried to do FreeBSD-ism: man /etc/subuid came empty, and realized that I'm doing FreeBSD-ism. I tried to do search on the web (did not "google", I use duckduckgo... so I "did search"), and came pretty much empty. Is it just me, or indeed something in CentOS 7 indeed changed? And what is it?...
2015 Apr 09
2
CentOS 7.1 user login screen can't scroll up/down
...bbins <scottro at nyc.rr.com> wrote: > On Thu, Apr 09, 2015 at 10:23:19AM -0400, m.roth at 5-cent.us wrote: > >> > 3. Disable the user list: > Pretty sure that Alan filed a bug against RH with this, but, as RH seems to > do these days when sysadmins complain about Fedora-isms, it was probably > ignored. > > Merrily trolling, If trolling, you should have quoted my blog: http://blog.toracat.org/2011/01/gnome-login-shows-all-valid-user-accounts-disable-it/ (shameless advertisement) Akemi ;-)
2014 Mar 20
0
[PATCH] nvc0/ir: move sample id to second source arg to fix sampler2DMS
...src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp @@ -666,8 +666,9 @@ NVC0LoweringPass::handleTEX(TexInstruction *i) const int dim = i->tex.target.getDim() + i->tex.target.isCube(); const int arg = i->tex.target.getArgCount(); const int lyr = arg - (i->tex.target.isMS() ? 2 : 1); + const int chipset = prog->getTarget()->getChipset(); - if (prog->getTarget()->getChipset() >= NVISA_GK104_CHIPSET) { + if (chipset >= NVISA_GK104_CHIPSET) { if (i->tex.rIndirectSrc >= 0 || i->tex.sIndirectSrc >= 0) { WARN("i...
2007 Nov 26
2
[LLVMdev] Problem with regression tests using stderr
...t -analyze -scalar-evolution 2>&1 | grep > "Loop bb: 100 iterations" 2>&1 doesn't evoke the desired behavior; the RUN line is unfortunately interpreted by TCL rather than a regular shell. The llvm.exp bug has allowed this and a variety of other common bourne-shell-isms to slip by unnoticed. Dan -- Dan Gohman, Cray Inc.
2016 Dec 15
4
UEFI support for chain.c32 in 6.04 syslinux
Hi Folks , Can you please let me know if there is any fix for chain loading UEFI boot loader using chain.c32 in 6.04 release ? I am booting my system with syslinux.efi and want to chain load to windows or sex specific boot loader in the second stage . Thanks Robin
2007 Jan 11
4
[PATCH] Cleanup asm-x86/guest_access.h
Hi! I cleaned up xen/include/asm-x86/guest_access.h. I also fixed a bug in __copy_field_from_guest(), which seems to me to be a kind of cut-copy-paste bug. copy_{to,from}_user() and copy_{to,from}_user_hvm() expect a non-const argument as the first argument. So I remove the consts from the initializer. I replace typeof with __typeof__, which is always available in gcc - it is not, when the
2018 Dec 03
4
Re: [PATCH nbdkit 2/4] valgrind: Add --show-leak-kinds=all and comprehensive list of suppressions.
...> wrapper.c | 3 +- > 8 files changed, 205 insertions(+), 18 deletions(-) > > +++ b/valgrind/Makefile.am > @@ -0,0 +1,47 @@ > +include $(top_srcdir)/common-rules.mk > + > +suppressions_files = $(wildcard *.suppressions) A GNU make-ism - but you already mention requiring GNU make in README. Should we make ./configure error out hard if $MAKE is not GNU Make, rather than risking someone getting 80% though a build on BSD make and then choking when it gets here? > +++ b/wrapper.c > @@ -130,8 +130,9 @@ main (int argc, char *...
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...igure/Correct the migration file ( 1st in sequence creates tables) vi db/migrate/001_create_structures.rb ... def self.up create_table :structures do |t| t.column :amw, :float t.column :gvk_id, :string t.column :parent_id, :float t.column :ism_parent_id, :float t.column :ref_id, :float t.column :mechanism_id, :float t.column :ism, :text t.column :norm_ism, :text t.column :coords, :text t.column :cflag, :float t.column :vis, :text...
1998 Oct 07
2
R-beta: R0.62.3 installation on RedHat 5.0
...and not found 'R INSTALL library' does not accept fort77, but R installation checks f77/g77/fort77. Is there an easy way to edit some file and replace f77/g77 with fort77? At home I have the same R and Linux versions, but when installing R a fatal error occurs after /lib/libmath.a -ISM -lICE -L/usr/X11R6/lib -lX11 -ldl -lm /usr/bin/fort77: Illegal option: -export-dynamics make[3]: *** [R.binary] Error 255 make[3]: Leaving directory '/usr/local/R-0.62.3/src/main' make[2]: *** [build] Error 2 make[2]: Leaving directory '/usr/local...
2011 Mar 30
4
Mounting samba volume by IP fails trust in AD
...guest account = nobody invalid users = nobody encrypt passwords = yes [homes] comment = Home Directories writeable = Yes browseable = No --------------------------- Any idea why IP mount fails trust with 2003 AD but Name would be ok? Is this a microsoft-ism to hate on samba, or am I missing something in my config? Does this fail for everyone or just me? test: start>run: \\ip.of.samba.box start>run: \\dns.name.of.box if you have browse, it should show the available shares.
2019 Oct 09
0
What is /etc/subuid ?
...veral CentOS 7 > machines, basically doing this: > > # grep subuid /usr/sbin/useradd > Binary file /usr/sbin/useradd matches > > And CentOS 7 machines indeed may have that file name in the useradd > binary. None of CentOS 6 machines has that. > > I tried to do FreeBSD-ism: > > man /etc/subuid > > came empty, and realized that I'm doing FreeBSD-ism. > > I tried to do search on the web (did not "google", I use duckduckgo... > so I "did search"), and came pretty much empty. > > Is it just me, or indeed something in...