Displaying 7 results from an estimated 7 matches for "thud".
Did you mean:
thu
2005 Oct 27
3
Opteron + Nvidia + Centos 4.2 i386 = Thud
Dear All,
Just returned from vacation and was delighted to see that Centos 4.2 is now on
the mirrors. Unfortunately the new i386 version is giving us problems on our
dual Opteron workstations with Nvidia graphics cards...
Basically, nine times out of ten, the boxes will hang when they try to re-load
X... and just sit there with the keyboards Caps and Scroll lock LED's
flashing. The only
2004 May 01
4
wxruby-swig 0.0.13 is up
...ne will build on Mac, end-to-end.
I also found and fixed a problem that was causing the crash on exit:
wxWindows automatically deletes the C++ app object as soon as the last
frame is closed. Later, when ruby garbage collected the ruby Wx::App
object, it was trying to delete the C++ app (again). Thud.
The solution was to prevent wxWindows from deleting the app object. It
keeps a global pointer (wxTheApp) around, so I just zeroed it out before
getting to the code that does the delete. There is a chance that this
might have problems on other platforms, IF any platform-specific
wxWindows make...
2020 Oct 21
2
Restrictions on default.sieve
Are there actions that default.sieve cannot take?
I tried adding
redirect :copy "backup+foo at local.example.com"
and? nothing.
No errors I can find, but also no mail being redirected.
I also tried
# there must be 'from' in the received headers
if header :contains "received" "from" {
redirect :copy "backup+foo at local.example.com"
}
And
2020 Oct 21
1
Restrictions on default.sieve
...gmail.com> wrote:
> On 10/21/20 10:29 AM, @lbutlr wrote:
>> Are there actions that default.sieve cannot take?
>> I tried adding
>> redirect :copy "backup+foo at local.example.com"
>
> do you have an explicit
>
> require ["copy"];
Nope. <thud>?
All try again.
For the record, the first version with no conditions should work, right?
? Sound of head hitting desk
--
THEY ARE LAUGHING AT ME, NOT WITH ME Bart chalkboard Ep. 7G12
2014 Jul 14
1
Cemtos 6 - rc.local does not run
...Cosme Corr?a
On Jul 8, 2014 4:32 PM, <m.roth at 5-cent.us> wrote:
> Always Learning wrote:
> >
> > On Tue, 2014-07-08 at 11:10 -0700, John R Pierce wrote:
> >> On 7/8/2014 10:36 AM, Always Learning wrote:
> >> > 75 baud on a TTY (clank, clank, clank, ding, thud as the printer head
> >> > returned to the beginning of the line) and an amazingly fast speed of
> >> > 300 baud on the up-market Terminet (? spelling).
> >> >
> >> > Perhaps the speeds were 300 and 1,200 baud? It was a long time ago.
> >>
&g...
2006 Jan 12
9
windows print migrator + "add printer command"
Hi all.
I was wondering if anyone had a successful exampel of using the "add
printer command" with cups so that the windows print migrator could be
utilised. Seeing as Jerry as spent time on this it would be a shame not to
know how to use it. ;-)
I'm guessing that it would be along the lines of:
add printer command = lpadmin option1 option2 && cupsaddsmb option1
but
2004 Aug 10
4
Enduring LME confusion… or Psychologists and Mixed-Effects
Dear ExpeRts,
Suppose I have a typical psychological experiment that is a
within-subjects design with multiple crossed variables and a continuous
response variable. Subjects are considered a random effect. So I could model
> aov1 <- aov(resp~fact1*fact2+Error(subj/(fact1*fact2))
However, this only holds for orthogonal designs with equal numbers of
observation and no missing values.