Displaying 13 results from an estimated 13 matches for "wham".
Did you mean:
ham
2006 Mar 15
0
WHAM as dtrace
In the past I used a tool called WHAM to collect system and process
information from Solaris. It looks like dtrace could replace WHAM.
Below are the counters that I got from WHAM. I got cumulative and
instantaneous counts. Is there some existing dtrace script that will
give me all of these plus even more? Also, WHAM was distributed...
2014 Jul 10
1
TOT - Cemtos 7 : Systemd alternatives ?
Sender: centos-bounces at centos.org
On-Behalf-Of: m.roth at 5-cent.us
Subject: Re: [CentOS] TOT - Cemtos 7 : Systemd alternatives ?
Message-Id: <a6d79e0d18fdd5ac7d1c714e45d9ed3d.squirrel at host290.hostmonster.com>
Recipient: ibudiman at overstock.com
-------------- next part --------------
An embedded message was scrubbed...
From: <m.roth at 5-cent.us>
Subject: Re: [CentOS] TOT -
2009 Apr 03
2
clamav and selinux
after cleaning up a bunch or selinux alerts, I update and wham,
clamav/clamd/clamav-db make me assert contexts again to /var/clamav
like...
chcon -t clamd_t clamav -R
which temporarily solves the problem but it would be better if it were
policy and not file contexts. So I search and see for some
reason, /var/clamav is ignored...
# grep clam /etc/selinux/tar...
2004 Aug 06
1
bug in ices 0.2.2 or icecast 1.3.11?
hello,
Is there some known bug in ices 0.2.2 or icecast 1.3.11 which
causes the source to be kicked?
In my log files I find the same thing ... some stupid script
kiddie makes ten connections from the same ip and *wham* the
source is kicked, no more streaming. however, the server
itself doesn't crash.
t.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing...
2008 Jun 16
1
"stuck" in kmdb due to dtrace breakpoint()
...dering if there''s any better way around it than hitting :c a bunch of times.
Say you set a breakpoint() to fire in a common function. This will drop you into kmdb where you can do some debugging, you take a look around and say great, I got all the data I need now lets continue via :c and wham, right back into kmdb at the same breakpoint. So now I''m essentially stuck in kmdb since I can''t ^C my dtrace script since I''m in kmdb and every :c for continuing leads to an almost immediate return to kmdb.
Is there any variable I can set in kmdb which will disable all...
2005 Mar 31
1
firefox-1.0.2-1.4.1.centos4 unstable?
Has anyone else noticed that firefox is less stable after the recent
security update?
I'm getting several occurrences per day of "just goes poof," i.e.
probably seg fault.
--
Collins
When I saw the Iraqi people voting three weeks ago, 8 million of them,
it was the start of a new Arab world.... The Berlin Wall has fallen.
- Lebanese Druze leader Walid
2006 Jan 30
5
Problems migrating from Postgres to MySQL
...in the schema file and made sure there were
no obvious problems. So far, so good.
I then did a ''gem install mysql'', created a new MySQL database, set up
a MySQL user, tweaked database.yml to point to the new MySQL database
and tried a ''rake db_schema_import''.
Wham! Loads of warnings, ending in an ''uninitialized constant Mysql''.
I''ve confirmed that the database.yml file is OK. I then did a ''rake
db_schema_import --trace''; here''s what I think is the relevant section
of the output:
** Invoke db_schema_im...
2005 Aug 30
0
No subject
...ts to AOL via either a
socket or serial line, and sets up the AOL IP tunnel. It currently
only runs on Linux, although adding support to [Free|Net|Open]BSD
should be pretty trivial. How do I use it?
This software is quite rough around the edges :-) Don't expect to
be able to just build it and wham! everything works! Use at your own
risk.
#####
--
Jeroen.
2006 Dec 25
0
Why ActiveResource won't make it...
One of ActiveRecord''s greatest strengthes is its fluidity. Change a
col in your db, restart, wham!, new class.
This type of behavior is great for *internal* code. But for published
interfaces, it''s the exact opposite of what you want. Let''s say I have
a calendar web app, and expose a web service - via ActiveResource - for
you to hook in your local GUI app (or command line a...
2011 Mar 03
3
What am I doing wrong with this loop ?
What is wrong with this loop ? I am getting an error saying incorrect number
of dimensions y[i,2]
x <- as.data.frame(runif(2000, 12, 38))
z <-numeric(length(x))
y <- as.data.frame(z)
for(i in 1:length(x)) {
y <- ifelse(i < 500, as.data.frame(lowess(x[1:i,1], f=1/9)) ,
as.data.frame(lowess(x[(i-499):i,1], f=1/9)))
z[i] <-y[i,2]
}
--
View this message in context:
2007 Aug 02
2
STI functionality, but then with multiple tables
Hello,
I''m creating my own Tumblr [tumblr.com] like rails app.
It''s like a blog, but in this case a blog post could be of a certain
type, i.e. a regular post, a video, a link, a photo, a song(info).
Well now, it''s clear that they share a lot of similar functionality:
title, created_at/updated_at, commentable, probably has an author_id,
etc..
But besides that they are
2006 Mar 20
24
Newbie Question about Custom Classes
Sorry if this is a complete newbish question, but I''m trying to wrap
my head around creating custom classes in my rails webapp. I''m
normally a Java developer, but I figured I''d give RoR a try and see
how I like it, and whether it would be useful for production use with
a new client.
Anyways, what are the best practices for custom classes? Where and/or
how do I create
1999 Mar 22
86
SWAT
I was playing with this on my test machine, (redhat 5.2, samba 2.0.3)
worked great, and I was really impressed.
So I decided to install this on my office machine. (redhat 4.2, samba
2.0.3) and the only significant difference is that on the
office machine, I use encrypted passwords.
I cannot get swat to authenticate on the second machine. That is, no
matter what account, password combination