Displaying 11 results from an estimated 11 matches for "whimper".
2007 Aug 23
2
Samba Team - 3.0.25c Seems Well in Standalone
Jerry, Everybody:
3.0.25c compiled from source on a mandriva 2005le server in my no
(AD, LDAP, Kerbose) environment. A full day of production and nothing
more that a whimper out of the system. So, at least in my case 3.0.25c
looks good.
2006 Jun 21
1
Plugin Panic! - no accessing a model''s class methods?
...eClass
for the self.class.new line. I also feel haunted by the knowledge that
this is far easier than I think it is, though I cannot seem to find the
answer in the acts_as_versioned or any other plugin (since none create new
instances of their calling model class).
full plugin contents follow.
*whimper* help?
--
Matthew Beale :: 607 227 0871
Resume & Portfolio @ http://madhatted.com
# ActsAsCopyable
module FakeActiveRecord
module Acts #:nodoc:
module Copyable #:nodoc:
def self.append_features(base)
super
base.extend(MacroMethods)
end
# declare the...
2006 May 22
0
Folding@Home + CentOS 4.3 = success
The Folding at Home client seems to be a wonderful stressor of the CentOS
server systems I've been burning in. I've been running two copies of
the client on physical dual-core and single die dual-core machines for a
few days now. Nary a whimper from the machines and only a slight
elevation in temperature (they're 1RU rackmount systems with
aggressive/loud fans). In contrast, I loaded the client on a few Win2K
(server and workstation) and my WinXP laptop and every single one of
them eventually bombed out the client (though without...
2003 May 07
2
VP30
Hi,
Can anyone tell me the significant differences between VP30 and
VP31 (or are you allowed to)? Are there different token and quantizer
tables? Are there algorithmic differences? I have a VP30-encoded file that
plays with the VP3 VfW DLL but not with the open source decoder.
Thanks...
--
-Mike Melanson
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2008 Apr 24
2
HUGE .... WINE runs a very complex testing proggy
...s VERY complex test generation proggy under Codeweavers Premium paid, using Xan.... 4.0 absolutely no go...not even an attempt, just balked.
I tried it also under PCLinuxOS using Codeweavers and WINE and samo samo...
I'm now running Klikit using WINE and the proggy installed and ran without a whimper.
This is a very complex proggy, uses a variety of stuff to function. it produces any kind of test possible and uses a provided test bank on a DVD also. It imports pictures, It exports as a rtf and a variety of other formats that are used in education.
The only "odd" thing that the prog...
2006 Mar 09
1
VDQ : Have I made a wine's nest?
...at command? Not yum again, and probably not rpm -e (which
may be the same for aught I know).
Or am I going to have to uninstall everything from the ground up,
including my two configured and running GPS/topo map programs, and all of
CXO -- and then do the whole shebang over from scratch?? <sob, whimper,
sniff ...>
Sorry to have blundered into all this like such a clueless clod; can
somebody toss me a spare clue, please? Pretty please?
--
Beartooth Staffwright, PhD Neo-Redneck Linux Convert
FC4; gpsd-2.30-1;gpsdrive 2.10pre2; CXO 5.0.1
Remember I know precious little of what I am talking abo...
2000 Apr 05
3
Problems with Intel Netport Printserver and Samba
Running RH6.0 I am able to print just fine from linux, the problem now is
getting smb printing working. I am using an Intel Netport Express PRO/100
printserver. Previous to my upgrade from RH5.2 when I had the printer
directly connected to the samba server, I was able to print just fine from
the windows client machines (not using the raw method)
My /etc/printcap is as follows
##PRINTTOOL3##
2006 Feb 08
6
can''t get date_select to work
Hi,
I render a couple of date_select fields, the HTML looks fine, I can
see the values submitted back to the server, but AR doesn''t pick them
up from the hash in Booking.new(params[''booking'']).
I''ve got a ''booking'' object with parameters product, startdate and
enddate.
HTML snippets:
<select
2009 Apr 15
2
SELinux and "i_stream_read() failed: Permission denied"
...nux policy that is being violated relates to
deliver, and not to Spamassassin, even though I do NOT generate the errors
WITHOUT running Spamassassin. I'm not going to guess as to why that is.
The policies below resolve the issue, and now large-ish (even LARGE)
attachments come through without a whimper with
Postfix+Spamassassin+Dovecot.
The problem is that deliver is not running with the correct SELinux policy
to be able to write to the global /tmp directory (in my case, after
receiving the big attachment from SA), even if that directory's
permissions allow it. (Bless you, SELinux!) Small-is...
2007 Jan 24
2
Samba v3.0.23a BROKE my network
...st users are stumbling around in
the dark. Setting this kind of trap is hardly sporting !
------------------------------------------------------------------------
After the upgrade what happened to me, blow by blow, was:
It looked as though the machine trust accounts were broken. (Windows
login whimpered about the Domain Controller not playing nicely.)
I ran testparm. No problems.
I turned up the logging.
It still looked as though the machine trust accounts were broken (some
secrets or other could not be found).
Plus, when I ran pdbedit to see what was going on, it started whining
about not...
2006 Apr 24
9
Confusion with expressing many to many relationship
Hi folks, I am in the process of converting an existing non-rails
application to rails, and am not sure what the best approach would be
for specifying the relationship between the two sets of data.
I''ll describe the existing table structures first.
Table 1: Urls
Each url has a unique id and two lists of Phrases, these are currently
setup as varchars with "," delimitation -