search for: ery

Displaying 20 results from an estimated 239 matches for "ery".

Did you mean: err
2006 Oct 31
0
6244642 eri driver panics if ndd command is run with the wrong instance number.
Author: prafull Repository: /hg/zfs-crypto/gate Revision: 7ac25aab4161d85ef853d069b51eb9f7f7ad9d90 Log message: 6244642 eri driver panics if ndd command is run with the wrong instance number. 6375481 eri driver doesn''t reset promiscuous mode correctly 6394546 eri is passing packets to the upper layer even when it shouldn''t Files: update: usr/src/uts/sun/io/eri.c
2007 Oct 31
6
b75 zone ip-exclusive problem
got a problem with b75 that the zone with ip-exclusive just takes the identity of the global zone. For the primary nic there is no option to set its ip and hostname. When i change the host name and ip the hostname does not change and the networking goes weird for both the zone and global zone. sparc eri qfe There any bugs about or should this work fine? This message posted from
2006 Oct 31
0
6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint)
Author: prafull Repository: /hg/zfs-crypto/gate Revision: 95c55f804e6251aa87677ff29f6de677f407d04d Log message: 6375481 eri driver doesn''t reset promiscuous mode correctly (fix lint) Files: update: usr/src/uts/sun/io/eri.c
2003 Apr 22
0
RE: ext3 "noload" option to mount returning error in 2.4.9 & 2.4. 18 s eries kernel
It's already mounted rw somewhere else. This enables the needs_recovery feature which prevents an ext2 mount. -Leslie -----Original Message----- From: Christopher J. PeBenito [mailto:pebenito@ieee.org] Sent: Tuesday, April 22, 2003 11:30 AM To: kuczynski, leslie Cc: 'ext3-users@redhat.com' Subject: Re: ext3 "noload" option to mount returning error i...
2003 Apr 22
0
ext3 "noload" option to mount returning error in 2.4.9 & 2.4.18 s eries kernel
I have an ext3 filesystem that I want to mount without loading the journal. I tried the "noload" option with both 2.4.9 and 2.4.18 series kernels and get the errors listed below. [root@host]# mount -t ext3 -o noload /dev/sdf1 /mnt mount: wrong fs type, bad option, bad superblock on /dev/sdf1, or too many mounted file systems /var/log/messages: Apr 18 13:30:23 host kernel: ext3:
2012 Jan 22
2
if/else statement without curly brackets gives a problem
...; else" > {if (2 > 3) print('Yes'); else print('No')} Error: unexpected 'else' in "{if (2 > 3) print('Yes'); else" > { + if (2 > 3) print('no') + else print('yes') + } [1] "yes" Any enlightening comments? Ery
2013 Dec 11
1
Ctrl-W killing entire line, not just last word
On the Asterisk CLI, I notice that pressing Ctrl-W deletes the entire line of text, as opposed to just the last word. Is this an artifact of using editline instead of readline? I'll note that other Emacs-style keypresses work just fine on the Asterisk CLI, but Ctrl-W is a real pain. I would go so far as to call this a bug as it is certainly behaviour that differs from what the user expects.
2010 May 04
2
R 2.11.0 for Ubuntu 10.04 Lucid Lynx on CRAN
Dear Ubunutu R users, Vincent Goulet and myself would like to announce the availability of R 2.11.0 for Ubuntu's latest release, Lucid Lynx. The packages should be on or arriving soon to your favorite mirror. R 2.11.0 packages also exist on CRAN for all Ubuntu releases going back to hardy. As Johannes Ranke pointed out for the Debian release, R packages installed under R < 2.10.0
2008 Dec 05
3
Problem loading Matrix package in Ubuntu R 2.8.0
Dear List: I'm having the same problem that was reported recently. The latest version of R cannot load the Matrix package, even though it is installed and readable. I've read the archive files for this list and tried the suggested solutions (e.g., removing/uninstalling the Matrix package and reinstalling it). Nothing has worked so far. Does anybody have advice of what I could try next?
2017 Nov 22
2
ccomp Composition and ggtern plot...
Dear Users, I would like to use compositions package with ggplot/ggtern, other composition classes of compositional package can be used with ggtern by converting to data frame but I could do anything with c(ount)comp class. Ggplot/ggtern can not recognise comp and also can not be converted to data frame. Is there any other way to do this? Thank you in advance, Levent TERLEMEZ.
2015 Oct 18
2
Expired key for Ubuntu CRAN repository
Hello, I was following the instructions at https://cran.r-project.org/bin/linux/ubuntu/#secure-apt but encountered this message upon apt-get update: GPG error: http://cran.rstudio.com trusty/ Release: The following signatures were invalid: KEYEXPIRED... And then the following on apt-get install: WARNING: The following packages cannot be authenticated! Investigating a little, it looks like
2017 Nov 22
0
ccomp Composition and ggtern plot...
I have no clue what this package is for, but reading the help page for the ccomp function tells you that it returns a numeric vector or matrix. How do YOU want to display information from this numeric vector? That will determine how you would put it into a data frame. -- Sent from my phone. Please excuse my brevity. On November 22, 2017 3:13:01 AM PST, Levent TERLEMEZ via R-help <r-help at
2018 May 20
2
New libpng in c2d4u3.5 breaks many other packages
On 20 May 2018 at 09:34, Robin Lovelace wrote: | Thanks for keeping us updated. Before I jump the gun and put this out on | social media (as a follow-up to this tweet | https://twitter.com/robinlovelace/status/990682038373158912 ), would you | say this is a reasonable message to send to the R-using Ubuntu community?: Why don't we just wait until Michael feels he has something to announce?
2007 Oct 15
2
clipping off words inside a vector of strings
Hi, I have a vector of strings (class character) with 6 elements (length 6). I call it 'names'. "Graham Chapman" "John Cleese" "Terry Gilliam" "Eric Idle" "Terry Jones" "Michael Palin" And I want to turn it into another vector of strings called 'shortnames' with the same length. The new vector should look like:
2011 Jul 21
2
revolution-mkl package not functioning correctly with R 2.13
It appears that the revoluton-mkl package, available via the multiverse Ubuntu repository with the purpose of adding multi-threaded numeric libraries to R, is not function correctly with R 2.13 (at least the version found on CRAN). Testing with "R-benchmark-25.R" (found at http://r.research.att.com/benchmarks/), I get the following error, after installing the revolution-mkl package
2011 Dec 10
2
install.packages readRDS error
Hi, I am running Ubuntu 10.10 and I have just installed R 2.14.0. When I try to install a package: install.packages("SPOT") it returns an error message: "Error in readRDS(file) : error reading from the connection". Also, when I try the command in R: update.packages(), it returns the same error message described previously. Any ideas? Regards, Monica [[alternative
2015 Jun 13
0
Cannot install R on Ubuntu 14.04 LTS
...t;> Thanks for the response. I mistakenly had precise in there instead of >> trusty. I'm not sure why I didn't read that part when I updated Ubuntu. >> >> For future reference, can you see my post to Prof Nash? (I just replied) >> Or do I need to cc r-sig-debian every time I reply? >> >> Best regards, >> Austin >> >> On Sat, Jun 13, 2015 at 3:40 PM, Michael Rutter <mar36 at psu.edu >> <mailto:mar36 at psu.edu>> wrote: >> >> Austin, >> >> I would suggest removing the lines you added t...
2014 Sep 29
0
Echo cancellation problem
Hi all, I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly. I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :) I try to use empty array for all parameters in the cancellation function, but the result is always the same ("cazzzursest...
2014 Oct 10
0
Echo cancellation problem
...tions for this? Best Regards, KAHYA PS: Sorry for my bad english. From: ?evket K?r?ad Kahya Sent: Monday, September 29, 2014 11:40 AM To: 'speex-dev at xiph.org' Subject: Echo cancellation problem Hi all, I have been trying to implement speex echo cancellation algorithm on STM32F4 Discovery board; however, I could not make it work properly. I tried synchronous, asynchronous way of to do that and the only thing I heard was "cazzsdaos?eo?hodg etc" :) I try to use empty array for all parameters in the cancellation function, but the result is always the same ("cazzzursest...
2010 Oct 14
2
degree symbol using X11 on Xubuntu 10.04
...nts by matching to a pattern, and it is quite > />/ possible that it will choose a font in the wrong encoding or which > />/ does not contain glyphs for your language (particularly common in > />/ 'iso10646-1' fonts). > />/ > />/ This does look very like an incorrect encoding for a symbol font. > />/ OTOH, the last display in example(points) seems right, so something > />/ subtle is going on. > />/ > />/ One option is to use X11(type="Xlib"). Another is to use quartz(), > />/ assuming you are not ru...