Displaying 20 results from an estimated 42 matches for "huming".
Did you mean:
heming
2009 Jun 04
0
Instability with later 4.x kernels?
I have an Athlon with about 10 HDDs plugged in, primarily to do Disk2Disk
backups. Some drives are PATA, some are SATA, some are USB. A strange
concoction, but it's been relatively stable for some 4-5 years, despite
numerous upgrades and so on. It's been running CentOS 4 for a long, long time.
(years)
Recently, I've started to have problems with its stability, and after 2 weeks
2014 Jun 25
2
How to enable EDAC kernel module for checking ECC memory?
In order to support ZFS, we upgraded a backups server with a new, ECC
motherboard. We're running CentOS 6 with ZFS on Linux, recently patched.
Now, I want to enable EDAC so we can check for memory errors (and maybe
PCI errors as well) but so far, repeatedly pounding on the Google hasn't
yielded exactly what I need to do to enable EDAC.
One howto was covering PCI and edac, but
2014 Mar 17
1
NFS Mount: files owned by nobody
This is one of those simple-been-doing-this-forever things that, for
some reason, has me stumped today.
When I try to NFS (v4) mount a directory, the user/group ownership shows
up as user "nobody" even though /etc/passwd has values for the correct
user names. How do I get it to mount with the correct user IDs?
Hume is the server, running CentOS 6, all updates applied, maybe a week
2000 Jul 11
2
Administering SWAT using userid's other than root...
Hi all...
Has anyone got SWAT administration working from other userid's other than
root?
I've got a rh6.2 box running Samba 2.0.7. I have myself (wkim) in the
"domain admin users" and the "admin users". Both the smb.conf file and the
swat binarary are owned by root:swat. I'm a part of group "swat". (I'm also
a part of group "root" just to
2006 Jul 28
3
Private Interconnect and self fencing
I have an OCFS2 filesystem on a coraid AOE device.
It mounts fine, but with heavy I/O the server self fences claiming a
write timeout:
(16,2):o2hb_write_timeout:164 ERROR: Heartbeat write timeout to device
etherd/e0.1p1 after 12000 milliseconds
(16,2):o2hb_stop_all_regions:1789 ERROR: stopping heartbeat on all
active regions.
Kernel panic - not syncing: ocfs2 is very sorry to be fencing this
2008 Jan 05
3
Builder Plugin vs. Rails Plugin vs. ??? for one-click deploy
This morning I sat down to try to start writing a cruise plugin that
allows you to deploy (''cap deploy'' or something similar) a revision
that has built successfully by clicking a link or button on the
builds/show page. (I.e., something that satisfies
http://jira.public.thoughtworks.org/browse/CCRB-55.)
Since I want to be able to configure the command to run in each
2008 Mar 26
2
passing parameters to the newly booted kernel
is it possible to pass parameters from a .cfg file to the newly
booted kernel?
my setup is pxelinux where the relevent config is
label fbsd63
kernel memdisk
append initrd=/freebsd6.3.hd harddisk
what i would like to do is pass in some parameter so the booted
kernel can behave differently.
i've looked in teh archives without success, although i did see an
elliptic reference
to
2008 Jan 11
5
Missing methods
We have a custom implementation of the Mother Object idea. It''s inside
of a module, basically like this:
module Factory
%w(account friendship person invitation message asset email_address
birth).each do |klass|
eval <<-EOF
def self.create_#{klass}(attributes = {})
default_attributes = valid_#{klass}_attributes
#{klass.camelize}.create!
2008 May 02
4
spec''ing calls to super (or other Ruby keywords)
Hi there,
How does one spec an invocation of a Ruby keyword, such as super in this
case?
class User < ActiveResource::Base
# faking the ActiveRecord before/after_save observers
def save
super
UserMailer.deliver_activation(self) if recently_activated?
end
end
Does the solution look anything like the following?
describe User do
describe ''#save'' do
it
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel version: 2.6.16-1.2108_FC4smp)
I compiled the ocfs2 and ocfs2-tools using the following steps:
# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install
# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure
2008 Jun 04
2
Mock with an attributes that has state
I''m developing a rails application. I have an Order model that has_many
OrderItems.
I mocked the OrderItem model in my Order specs using mock_model. I thought
I should focus my specs on each model and always mock associated models.
In my Order model I need a way to merge OrderItems which have the same cost
and same product_id. That I can spec.
The other thing this merge helper
2000 May 26
4
openssh-2.1.0p2 ans Solaris 8
I have some troubles with subj and proper utmpx/wtmpx functionality.
After successfull ssh connect to Solaris 8 box, I run
#w
11:59am up 13:45, 1 user, load average: 0.00, 0.01, 0.02
User tty login@ idle JCPU PCPU what
root console 11:43am 9 bash
#
Record about my pts/1 login is absent. Next command I run from Solaris 8
console
2012 Jun 29
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
hume npx <humeafo at gmail.com> writes:
> *hi,Óscar:*
> *
> *
> *so following patch should address both the relocation problem and
> uninstall tree problem, not fully tested just for discussion.*
> *
> *
> Index: LLVMConfig.cmake.in
> ===================================================================
> --- LLVMConfig.cmake.in (revision 159425)
> +++
2020 Jun 12
0
[Bug 1988] ControlPersist causes stderr to be left open until the master connection times out
https://bugzilla.mindrot.org/show_bug.cgi?id=1988
huming <18381302081 at 163.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |18381302081 at 163.com
--- Comment #19 from huming <18381302081 at 163.co...
2009 Dec 01
1
draw a box at 10% lower and upper in scatter plot
Hi,
I would like to draw a box at each corner of lower 10% and upper 10% in the scatter plot on(0,1)*(0,1) to indicate the lower and upper tail. I hope somebody can help me.
Here is my code:
## scatter plot
plot(hume_uni[,2],beec_uni[,2], pch=19, xlab="Hume_uni", ylab="Beec_uni", col= "blue")
title(main="Scatter plot of uniformised data of Hume and
2010 Nov 22
1
need smooth cdf lines
Hi,
I would like to overlap the cdf curve for observed and generated data Here is
my code:
plot(cdf,main ="CDF of the sum for winter
season-Hume",cex.axis=1.2,xlab="Rainfall (mm)",
xaxs="i",yaxs="i",col=c("black","red"), lty=c(1,1),ylab="Cumulative
probability", xlim=c(0,800),lwd=1)
lines(ecdf(datobs))
2010 Nov 25
1
overlap cdf plots and add colors and etc
Hi r-users,
I would like to overlap 2 ecdf plots.
I tried this below and it gives me two plots of ecdf but just both just in
black.
par(mar=c(4,4,2,1.2),oma=c(0,0,0,0),xaxs="i", yaxs="i")
plot(ecdf(datobs))
lines(ecdf(gam_sum_gen))
Then I try to add colors etc and also the legend but fail.
par(mar=c(4,4,2,1.2),oma=c(0,0,0,0),xaxs="i", yaxs="i")
2008 May 23
8
version 1.3 build log truncation
Hi All,
I have upgraded to verion 1.3. Our build output has huge
text in it and what I notice is that in 1.3 the I do not
see complete build.log.
Is there any flag to control this? I want to see the complete
build output because the last few lines has interesting output
about what part of build failed.
Thanks and Regard,
Manish
2000 May 31
3
Solaris utmp problems
Could all those who were having problems with utmp logging on Solaris
please try the test release at:
http://violet.ibs.com.au/openssh/files/test/openssh-TEST-2000053100.tar.gz
Users on other platforms, particularly HP/UX, AIX and SCO are invited
as well, to test compatibility.
The login code is heaps cleaner now.
-d
--
| "Bombay is 250ms from New York in the new world order" -
2012 Jun 28
2
[LLVMdev] [cfe-dev] is configure+make dead yet?
hume npx <humeafo at gmail.com> writes:
Sorry for commenting the bug report here, but I can't loging to bugzilla
right now.
> Using cmake should be the right thing if you'd like to support windows, but
> it seems that no enough effort on this build system, eg
> http://llvm.org/bugs/show_bug.cgi?id=12157 three months passed,
There is indeed a problem with the value