Displaying 20 results from an estimated 3000 matches similar to: "OT: Fortunate clueless dd chum - lvm recovery"
2009 Aug 12
6
Dangerous Software Raid instructions on Wiki
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
has:
dd if=/dev/zero of=/dev/sda bs=512 count=64
dd if=/dev/zero of=/dev/sdb bs=512 count=64
Will the joker who put in this particular gem without any warnings or a
clear explanation for those who need a clueby4 with regards to file
systems please either remove the instructions or add a very clear
warning that damage to file systems that is
2009 Aug 12
6
Dangerous Software Raid instructions on Wiki
http://wiki.centos.org/HowTos/SoftwareRAIDonCentOS5
has:
dd if=/dev/zero of=/dev/sda bs=512 count=64
dd if=/dev/zero of=/dev/sdb bs=512 count=64
Will the joker who put in this particular gem without any warnings or a
clear explanation for those who need a clueby4 with regards to file
systems please either remove the instructions or add a very clear
warning that damage to file systems that is
2006 Oct 04
1
RODBC: longest string is truncated
Hello R community:
I'm encountering unexpected behaviour as I download string data from
MySQL using the RODBC package. The unexpected behaviour is that the last
character of the string is truncated. As far as I can see, this happens
when some strings are of length 501 or more.
Here's how to reproduce this behaviour.
## In MySQL, pick a database and run this:
CREATE TABLE test (
v1
2018 Aug 12
2
Why still no PKCS#11 ECC key support in OpenSSH ?
Hi,
I was trying to get OpenSSH portable working with my Yubikey.? A key was present on the token but generated using the ECCP384 algorithm.
This lead to many obscure goose-chase red-herring error messages from OpenSSH such as the delightful "Could not add card : agent refused operation" or other nonsense that was meaningless and unhelpful.
Many hours later in Mr Google's company,
2010 Jan 19
4
[LLVMdev] Can I port LLVM as a source-to-source compiler?
Hello,
I am working in a project on a parallel programming language. I want to base
our language on Java or C/C++. But Java is preferred.
Many similar projects adopts a source-to-source methodology, e.g., Berkeley
UPC(using Open64), Titanium, and Rice University's Co-array Fortran. They
output C code with calls to the runtime. I think there are at least three
reasons: 1) using C as the
2006 Aug 08
1
Rasing a number to a power? How to do in Ruby? Im clueless!
Hi
I cant figure out how to raise a number to a power in ruby.
ANy ideas??
Thanks
Chris
--
Posted via http://www.ruby-forum.com/.
2005 May 16
0
Re: Slashdot: "Could Microsoft buy Red Hat?" -- this is a joke made by the clueless
From: Nigel Kendrick <support-lists at petdoctors.co.uk>
> Sorry if it wraps:
> http://linux.slashdot.org/article.pl?sid=05/05/16/1758249&tid=109&tid=163&tid=110&tid=98&tid=218
This has _nothing_ to do with Microsoft possibly buying Red Hat.
People who even suggest this only expose their *0* understanding of business.
Microsoft has an alliance with Sun.
Why?
2007 Jun 04
2
postfix help. im clueless
Hi, I have been given the task to check on a postfix server that
presents the following error:
Let's say you use your hotmail account and then send a message to one
of my users. The postfix program running on the server responds:
Jun 4 10:21:25 mail postfix/smtp[29744]: 553E01079AD:
to=<email.elpanama at elpanama.com>, relay=localhost[127.0.0.1],
delay=54253, status=deferred (host
2007 May 24
1
Basic connection between Mitel 3300 ICP and Asterisk (trixbox) - from a clueless newbie....
Hi all,
Our company has deployed a Mitel 3300 system (only about 2.5 years ago)
and we are experimenting with setting up Asterisk in our head office
(for business continuity, ie we have a bird flu epidemic and no-one can
come in, therefore use SIP softphones at home to co-ordinate activity)
and at a remote site in the Isle of Man (connected via 2Mbps SDSL)
Ideally we'd like anyone on either
2005 Jan 06
2
Segmentation fault while using Mclust function of mclust library in R-2.0.1
Hi, all;
I got an unusual error while using mclust library 2.1-7 on R 2.0.1.
When I tried to run Mclust(rnorm(100)), I got segmentation fault error.
Does anyone know what causes this problem?
I came across the same problem even when I tried to run the example shown in
Mclust help using iris data.
Thanks in advance,
Tae-Hoon Chung
--------------------------------------------------
Tae-Hoon Chung
2004 Jul 13
2
e1071 question: what's the definition of performance in t une.* functions?
Basically, the `Detail' section of ?tune says it all:
Details:
As performance measure, the classification error is used for
classification, and the mean squared error for regression. ...
Andy
> From: Tae-Hoon Chung
>
> Hi, all;
>
> Basically, the subject contains the all information I need to know.
> In e1071 library, there are functions to tune parameters.
2007 Jun 05
7
Chinese, Japanese, Korean Tokenizer.
Hi,
I am looking for Chinese Japanese and Korean tokenizer that could can
be use to tokenize terms for CJK languages. I am not very familiar
with these languages however I think that these languages contains one
or more words in one symbol which it make more difficult to tokenize
into searchable terms.
Lucene has CJK Tokenizer ... and I am looking around if there is some
open source that we
2005 Jul 29
4
Way to make R idle for some time and try something again later
Hi, All;
I have a question. In R, what is the best way to make R idle for a while and
try something again later? For example, suppose there is an R job which
accesses a file that may be shared with other active jobs. So when the file
is being accessed by other job, your job will not be able to access the file
and your job will crash because of that. To avoid this, you want your job to
try to
2017 Mar 21
4
Centos7 USB wifi recommendation
On 03/21/2017 05:51 AM, Scott Robbins wrote:
> On Mon, Mar 20, 2017 at 05:09:55PM -0700, Robert Moskowitz wrote:
>> I am looking for one of those very small USB wifi adapters for the server
>> I am working on. I am tired of dealing with the 4" long TP-LINK I have
>> and for my purposes, one of those little 1cm ones would do. But which
>> work with Linux? When I
2005 Feb 02
2
a nls question
Hi,
I have a question about how to get the residuals and estimations
of the parameters in my program.
For example,
x<-c(1,2,3,4,5,6)
y<-c(2.9, 1.24, 1.71, 2.989358, 1.455979, 1.4)
nls(y ~ a+sin(b*x),start=list(a=2.2,b=1.8),trace=TRUE)
I can get the estimation of a, b and residuals from the output but I
need them to be vectors in order to do futhur calculations in a
program. Is there any
2007 Jul 09
7
Xapian pubmeet
Hi all,
A few of us have been discussing whether we should have a Xapian social
gathering of some kind. The current idea is meeting up in a pub in
London some time in autumn for drinks and food. However all of this
really depends on who might be able to come! It would be a chance to
meet other Xapian enthusiasts in an informal social setting and talk
about all things search-related (and
2015 Mar 16
2
[LLVMdev] Question: Motivation of the semantics of the undefined value?
Dear LLVMdev,
We have a question regarding the semantics of the undefined value in LLVM
IR.
As far as we understand, in order to give a semantics to the undefined
value, the semantics of LLVM IR is generalized to a rather unusual
set-based semantics. More specifically, the notion of value in LLVM IR is
generalized to a set of values, rather than a single value. Then the
undefined value is simply
2005 Jun 06
1
CLUELESS NEWBIE needs help making an outboundsip call to PSTN
Steve,
1) go to /etc/asterisk
2) open modules.conf for editing using vi
3) add this line:
noload=pbx_wilcalu.so
4) Save the file
5) Restart asterisk
Lightup the candles, open the Cabernet Savignon ( or whatever your
prefernce) and call your girlfriend.
;)
Seshu
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2008 Sep 12
2
smbldaptools not creating unix group/users
Dear all,
I have setup a samba PDC on a debian lenny machine and everything works fine.
Recently, i want to integrate Samba with LDAP. When I use smbldap-populate,
the corresponding structures are created in the LDAP tree, however,
the unix groups
are not created at all! smbldap-populate did not complaint anything.
I have tested by using smbldap-useradd. The same problem appears. What are the
2004 May 19
3
Web-application using R
Hi, all;
Our group is planning to develop a web-based analysis package with R. I
have some questions.
(1) Can we use R as a daemon-like way such that, after invoking R and
making it run in a kind of background mode, just put some R script into
R using some pipe-like mechanism and retrieve the result out of it?
(2) If this is possible, then how can we do it? If this is not
possible, then what