Displaying 20 results from an estimated 186 matches for "tidbit".
2003 Nov 26
0
a couple more tidbits on the conversion process
a couple of things that really helped me when converting from mbox to
maildir. First is to see how simple procmail changes could be. in your
/etc/procmailrc file, just add the following.
MAILDIR=$HOME/Maildir/ # Make sure this directory exists!
DEFAULT=$MAILDIR
if you're using per user procmail files, the exact same two lines will
also work to ensure proper delivery.
if
2002 Sep 10
1
Interesting tidbit...
Greetings...
Our current production server is running 2.0.7 (we are getting ready to
deploy 2.2.5 shortly)... and I experienced this interesting problem..
In Apache, if I had it listening to ports 444 and 445 for SSL, Samba would
suddenly stop working on that machine. I killed Apache, and suddenly
everyone could get to Samba again.. I started it, and everyone would get
errors saying the
2006 Aug 09
3
Rails 1.1.5: Mandatory security patch (and other tidbits)
We''re still hard at work on Rails 1.2, which features all the new
dandy REST stuff and more, but a serious security concern has come to
our attention that needed to be addressed sooner than the release of
1.2 would allow. So here''s Rails 1.1.5!
This is a MANDATORY upgrade for anyone not running on a very recent
edge (which isn''t affected by this). If you have a public
2007 Apr 23
2
Documentation for namespaces
Brian Ripley recently replied to a comment of mine by referring to
a function 'assignInNamespace', which I had not heard of.
Is there a good write up on name spaces in R? There are little tidbits
in the manuals on the R site, but I found nothing substative. I'd like
to understand these better.
Terry Therneau
2013 Mar 21
3
updating to 6.4 broke olvwm/openwin
...the user account, as the underlying commands work
when I su and execute them in an xterm. I was also able to reproduce the
problem on three separate computers.
I don't usually have to deal with these desktop issues so I'm hella
rusty when it comes to debugging them. Does anyone have any tidbits to
point me in the right direction to fix this? (Hopefully soon, since we
are supposed to use this account for observations tonight)
--
Thanks!
Miranda
2004 Jan 01
2
sound driver advise needed
....
Trouble is, asterisk only sees the brain-dead interface. How do I
exorcise it from the kernel, or at least make the SB the first-priority
one? rmmod didn't seem to do anything. Playing with the Redhat sound
card detection stuff was useless. I've googled around the internet,
looking for tidbits, but nothing seems applicable. RedHat 8 Bible wasn't
very helpful. Not much in the kernel source dirs, either, nor in the
source for the sound drivers.
Anybody have some experience with this sort of thing? It'd be neat to
put together an announcement functionality.
Any advise? Many than...
2006 Apr 20
3
the difference between "x1" and x1
...loor(",model.list[1],")",sep=""))
> s
expression(paste("floor(", model.list[1], ")", sep = ""))
> eval(s)
[1] "floor(x1)"
>
I have tried the obvious (to me) without success. Perhaps someone could
suggest a
solution and some tidbits for me to read up on about the how and why.
Thanks,
Chad R. Bhatti
2006 Jun 19
4
DateTimes get converted to Dates in XML-RPC????
Hi all -
I have written an XML-RPC app using action-web-service. Mostly works
well. Except I just noticed that my :datetime types are coming back as
:date types.
That is, when in the console I query the record via Foo.find_by_id(123) I
get back actual datetimes. If I then do it via XML-RPC, fetching that
same record I get back dates (ie. hour/minute/second are set to 00:00:00)
Any ideas?
2008 Sep 21
7
Request info on managing MySQL
...with all that security. But I find that I need
to put some db's on the "production" box and could use a little
assistance.
I can manage with the bulk of the work but since mysql is all
pre-configured on RH based systems I don't know where to find the root
password or any other tidbits needed to get started. Access to the
grant and other admin db's and tables is all I believe I need. Looking
through the docs on centos.org didn't reveal anything to me (or I just
missed it).
So the end result of this message is simply can someone point me to the
howto use mysql on Cent...
2016 Jul 17
3
Moving Maildir folders
On Date: Sun, 17 Jul 2016 12:24:04 +0200 Luigi Rosa <lists at luigirosa.com> wrote:
>
> Peter Chiochetti wrote on 17/07/2016 11:01:
>
> > With Maildir and path separator "." one can have incomplete paths: eg.
> > bpatterson.INBOX.2011 will say that there is 2011 within INBOX within bpatterson
> > -- while it is possible, that both bpatterson and
2010 Mar 26
2
corrupted mbox
...have two IMAP (UW-imap and dovecot) servers accessing the same mbox files for our users (don't ask why) and sometimes the UW-imap corrupts the mbox file. The mbox looks just like normal mbox except it does not have the proper 'From ' beginning of the file (usually there are some random tidbits in the begining of the file, which can be easily stripped to recover the working mbox).
The problem is that if we use dovecot for POP3 server, the dovecot logs the mbox corruption just fine:
POP3(username): Couldn't init INBOX: Mailbox isn't a valid mbox file
But if we use IMAP for the s...
2016 Sep 12
2
problem with bindings configure script
...ni.h wants to include jni_md.h,
which is located in JNI_INCLUDE_DIR/win32, which is not automatically
searched. I was able to work around this by moving jni_md.h from the win32
sub directory to the same directory as jni.h. No idea who's bug this is, if
it is legitimately a bug, but putting this tidbit out to the list in case
someone other than me runs up against it.
Olly - thanks for the tip to check the config.log - it's what allowed to
figure out and get past the jni_md.h issue.
John
On Fri, Sep 9, 2016 at 3:25 PM, James Aylett <james-xapian at tartarus.org>
wrote:
> On 9 Sep...
2005 Sep 20
9
HooDaHek 0.6 Released
...n 0.6 has the following changes:
- Got the correct version of hoodahek_dbhandle inserted, which has
advanced error checking (yay) and also changes the CallerID in Asterisk
if it performs a successful lookup in the HooDaHek database. Thanks to
Steven BerkHolz for pointing out that rather obvious tidbit.
As always, information and download linkage available here:
http://www.nathanpralle.com/software/hoodahek.html
Nathan
--
-------------------------------------
Nathan E. Pralle
Give the Director a Serpent Deflector
www.nathanpralle.com
-------------------------------------
2006 Dec 11
1
Using Rails Plugins with Camping
I just picked up Camping and I''m currently reviewing every little
tidbit of information I can find out about it.
I really liked the simplicity of RubyOnRails, but sometimes you want
something fast and everything is relative. After looking at Camping,
RubyOnRails seems like a lot of work if you just want to test out a
prototype of a small web app.
One thing I do miss...
2009 Dec 01
3
qemu-dm high cpu usage
Hi all,
I''m not sure what qemu-dm does or how to debug its high CPU usage.
Any one mind giving me a clue?
- Brian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2004 Mar 23
1
PL/R article
In case anyone is interested, here is a link to an online article
written by someone in the Postgres community, covering PL/R:
see (cover):
http://www.varlena.com/varlena/GeneralBits/66.php
and follow to (article):
http://www.varlena.com/varlena/GeneralBits/Tidbits/bernier/art_66/graphingWithR.html
PL/R is a procedural language handler for PostgreSQL, that allows
Postgres functions to be written in, and executed by, R.
Best regards,
Joe
2006 Mar 08
1
impact of qualify=yes
Anyone have any information on the performance impact of using
qualify=yes for hundreds (500ish) of SIP UAs?
I have seen tidbits on qualifyspreading=yes, but not enough to
understand what it does. I assume lessens the peak load of qualify sip
options queries?
Thx!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060308/b151d09...
2010 Mar 24
1
Rebuild - Again!?
I putzd around and messed up my primary system. I could get it back with a
bunch of work a-rounds but I've decided to do a complete rebuild of it.
What I need to run on this machine (besides the CentOS 5.2 OS) is Oracle
11g (requires gnome), VMware Server 2, JBoss 5, plus some other tidbits.
Does anyone have or know of a checklist that I can use to make sure I've
done everything correctly (as least as far as the OS install and
configuration is concerned)?
Thanks,
Gene Poole
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cento...
2008 Dec 10
2
Confusion with Converting Factors to Dates using as.date
...roblem might be that I was converting a factor, so I first converted the variable to a character type (although I understand that this is done automatically) and then to date class, but I still had the same problem. Does anybody know how I can solve this and why I am getting this behavior? One more tidbit: the earliest date for which the date conversion is "correct" is 1969-04-15, while the most recent date for which the century is "incorrect" is 1967-11-05.
Thanks,
Josip
Research Associate
Human Security Report Project
School for International Studies
Simon Fraser University
S...
2010 Apr 12
4
Update on Ptalarbvorm
Hi there,
I was wondering if someone closer to the work happening in the
Ptalarbvorm branch could be so kind as to provide a little update on
progress? I've heard tidbits from around the web that the improvement
over 1.1 is at least as much as 1.1 was itself over 1.0.
I know that myself and many others found Monty's occasional updates on
Thusnedla development to be absolutely fascinating (and no doubt raised
the profile of Theora too).
Many thanks,
Torrance
-...