Displaying 20 results from an estimated 26 matches for "scad".
Did you mean:
sad
2001 Sep 14
2
Scads of defunct processes ins AIX 4.3.3
I hope someone can help. I've installed 2.9p2 on a number of AIX boxes and
it works great.
The problem is that a HUGE >700 number of defunct processes get generated
by sshd. Did I do
something wrong ? Any suggestions ?
Please email chuck at fiu.edu as I don't subscribe to the list.
TIA,
Chuck
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2012 Mar 01
2
The recursive switch
Google hasn't been a whole lot of help here, so here goes...
Using the -r switch appears to impose a significant performance hit on
low[er] end (embedded) systems, i.e. those without scads of memory, and/or
multi-core workstation or server class machines. If you DON'T specify the
-r switch, surely rsync won't ignore directory trees - or will it?
Warm regards & TIA
-C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba....
2008 Dec 08
2
'dialer' application to trigger call between hardphone and number
...laced between the target number, and the preconfigured DN of the hardphone at the user's desk)
Ideally a phone number would be 'selected' from within any windows application and the call would be triggered via hotkey, or a right-click menu or by clicking a system tray icon.
There are scads of outlook-only options (no thanks), and I've found and tried the Asterisk Dialer 1.0, which I don't like because it depends on Yahoo widgets (heavy) AND it requires nearly as many discreet actions to dial a number as just typing them on the phone itself.
Ideal would be something very...
2008 Feb 05
1
Got *** caught segfault *** with Quantreg on Mac (PR#10699)
...q.fit.fn(x, y, tau = tau, ...), fnb = rq.fit.fnb(x,
y, tau = tau, ...), fnc = rq.fit.fnc(x, y, tau = tau, ...), pfn =
rq.fit.pfn(x, y, tau = tau, ...), br = rq.fit.br(x, y, tau = tau, ...),
fcen = rq.fit.fcen(x, y, tau = tau, ...), lasso = rq.fit.lasso(x, y, tau
= tau, ...), scad = rq.fit.scad(x, y, tau = tau, ...), { what <-
paste("rq.fit.", method, sep = "") if (exists(what, mode = "function"))
(get(what, mode = "function"))(x, y, ...) else
stop(paste("unimplemented method:", met...
2012 Nov 26
0
ncvreg question
To whom It May Concern,
I am working on a dimensional reduction problem using Smoothly Clipped
Asolute Deviation (SCAD) Penalty according to "Variable Selection via
Nonconcave Penalized Likelihood and its Oracle Properties, J.Fan and R. Li,
JASA, Dec 2001". I found an R package named *"ncvreg*" which is capable
to perform this variable selection procedure. I noctice, in
function*ncvreg(x, y),
*...
2011 Sep 02
4
Puppet client dying without errors
Few of my puppet clients (puppet 0.24.8, ruby 1.8.5, facter 1.5.2) are
dying with out any error messages on on syslog. I cannot see much system
resource usage on these nodes.
What is the best way to troubleshoot the root cause of the problem?
-Basil
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email
2023 Aug 12
2
Rebuilding a failed cluster
...new
test cluster, but if I copy over a file from the 3 nodes and try to read
it, I can't and get errors in /var/log/glusterfs/foo.log:
[2023-08-12 03:50:47.638134 +0000] W [MSGID: 114031]
[client-rpc-fops_v2.c:2561:client4_0_lookup_cbk] 0-gv-client-0: remote
operation failed. [{path=/helmetpart.scad},
{gfid=00000000-0000-0000-0000-000000000000}
, {errno=61}, {error=No data available}]
[2023-08-12 03:50:49.834859 +0000] E [MSGID: 122066]
[ec-common.c:1301:ec_prepare_update_cbk] 0-gv-disperse-0: Unable to get
config xattr. FOP : 'FXATTROP' failed on gfid
076a511d-3721-4231-ba3b-5c4cbdbd7...
2006 Jul 17
6
DRY? Converting Boolean to Yes/No
...as:
t.column :change_address, :boolean
The user interacts with this using a checkbox, but wants confirmations to
read:
Change address: Yes
In an isolated case something like:
@obj.change_address ? ''Yes'' : ''No''
Would work fine but this is peppered throughout scads of forms and boolean
fields. The first step I took at DRYing this up was:
class TrueClass
def to_s
"Yes"
end
end
class FalseClass
def to_s
"No"
end
end
But this breaks other uses. For example observe_field constructs the
observers based on the to_s conversion...
2007 Mar 19
1
Wine and MS Access problem
This is a MS Access problem I dont see in other posts.
I have wine up and running and I now have it working with one other
app, a spice cad program called scad3.exe. When I run it via wine I do
get error messages, but since the program comes up and works fine any
way I have been ignoring those errors. But I will list them here
anyway, in case some expert can tell if they are relevant to my Access
problems
[Bob@Cogitron ~]$ wine "d:\program files\l...
2002 Sep 09
1
SMB: : ver 2.2x vs 3.0 vs tng (diff's)?
...compatibility/comparison chart?
Can some folks from each side respond (I am on Samba general
list,
not on TNG lists- so email me, and I will summarize to Samba
list).
I hope I'm not TOO off topic, but I have so much to implement
anyway,
the simplest solution here could save me SCADS of time!
Mitch B.
Thanks in Advance
2008 Feb 15
1
CentOS 5 client in W2K3 AD Domain, getent only shows local info
...the
"Samba3-By Example" guide (the on-line, PDF
version, 28 Jan 2008), section 7.3.4. I've had
success joining the network and accessing a share
on a server, but then run into a snag where
getent doesn't return equivalent information to
wbinfo for users and groups. I've done scads of
web searching, reading, tinkering with conf files,
and have scanned about six months of this list's
archive without finding a resolution, although my
problem doesn't seem to be uncommon.
Before I post conf files with specifics I'd like
to ask a couple of basic questions:
1) Need...
2005 Jan 30
2
Rinternals.h and iostream don't play nice together'
Hi,
Consider the following file.
*******************************
foo.cc
*******************************
#include <R.h>
#include <Rinternals.h>
#include <iostream>
*******************************
R CMD SHLIB foo.cc
gives scads of errors. I've use C++ extensively with R before (using C
linkage) but not with Rinternals.h. I'm puzzled. The errors make no sense
to me. Am I doing something wrong? Is it impossible to use iostream here
for some reason?
I'm using Debian Sarge with R 2.0.1 and gcc 3.3.5. Please c...
2009 Mar 29
5
Adobe Flash Install Woes
...y that user).
nada.
At no time does the adobe flash pugin ever appear in the plugins panel when
viewing Tools->Addons from within the browser. I see no errors or any logs
of any kind getting generated anywhere.
An rpm check of both firefox and the flash plugin return with no complaints.
I see scads of posts on google regarding other adobe flash player woes but
none of the solutions i've found so far work.
Since most of the sites I require access to, even metalink, required adobe
flash this is a show stopper for me.
Thanks for any help,
CC
-------------- next part --------------
An HTML...
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
hi all,
i've been struggling with setting appropriate rules for an SMTP-server
behind by NAT'd firewall.
it's not that there is too little info on the web -- or here, for that
matter -- there's scads of it for seemingly endless configs/req'ts --
none that seem to be exactly my own.
bottom line: i'm a bit confused, and looking for some experienced
advice.
my goals (for now) are to:
(a) setup my firewall as tight as possible -- deny, then allow
(b) log all transactions
(c)...
2005 Mar 03
1
total variation penalty
Hi,
I was recently plowing through the docs of the quantreg package by Roger
Koenker and came across the total variation penalty approach to
1-dimensional spline fitting. I googled around a bit and have found some
papers originated in the image processing community, but (apart from
Roger's papers) no paper that would discuss its statistical aspects.
I have a couple of questions in this
2008 May 04
2
Inconcistancies with scrub and zdb
...ers were in error on the second
mirror, and so I zeroed out the counters with zpool clear. OK, so now I
scrub the pool, and no checksum errors were found on either side of the
mirror. Huh?!? What about those two checksum errors on the first
mirror. OK, so I run zdb on the pool, and if finds scads of errors:
Traversing all blocks to verify checksums and verify nothing leaked ...
zdb_blkptr_cb: Got error 50 reading <33, 727252, 0, 4a> -- skipping--
...
and then tons of:
Error counts:
errno count
50 123
leaked space: vdev 0, offset 0x4deaed800, size 2048
...
OK, this is odd, so I...
2006 Oct 24
3
"Fixing the Caller-ID Problem", by John Todd for O'ReillyNet
This seems like a piece members of this list would find interesting...
===
There is growing concern over the interaction of VoIP systems
with the legacy PSTN, and the transmission of caller identity
data--most notably, Caller ID on the PSTN. It is not always
possible, or obvious how, to handle Caller ID data when moving
to or from VoIP and the PSTN networks. There are even business
models
2008 Jun 24
11
Numeric Keyboard does not work Wine 1.0 + Putty 0.60
I have searched for this problem and found this link that says this problem was fixed (for WoW) in Wine 0.9.32 :
http://bugs.winehq.org/show_bug.cgi?id=6323
Is anyone else having problems with the numeric keypad not showing numbers under Wine 1.0 ?
I have everything working for putty except this crippling problem. I don't feel I can offer a terminal emulator solution where you cannot use
2009 Dec 21
26
Questions on qcow, qcow2 versus LVM
I''ve been using lvm under centos to create the backing store for domUs and
although the performance seems acceptable it has some shortcomings. The
biggest of which is the LVM bug which prevents me from removing an lv (it
says it is still mounted and it definitely isnt). I thought this was just
a centos bug but it appears to be evident in debian and ubuntu too and I
really can''t
2003 Oct 05
4
Total Tracks Tag?
heyas-
I believe there is a need for a standard vorbis comment
field to encode "Total Number of Tracks (on a CD)".
Why we need this --------------------
- Existing Vorbis programs already implement this,
inconsistently, and hence don't interoperate.
These seems the key reason to me.
- MP3s include this
- Some software (e.g., iTunes) uses this information,
e.g., to display