Displaying 20 results from an estimated 1000 matches similar to: "Thunderbird or Dovecot causing duplicates"
2009 Aug 29
3
Debugging help needed
Hi,
I once had nouveau working and stable back whem 2.6.29 was released.
Nowadays, it hangs within less tahn an hours work. The symptom is that
the mouse moves, but no other updates to the screen. The machine is
otherwise working mostly ok so I can ssh to it. The "issue" I have is
that there is nothing interesting (afaict) in any log. Nothing in
Xog.0.log, nothing in dmesg.
The one
2008 Jan 11
5
Congestion/Forbidden issue with new carrier
Hi everyone,
having a issue with asterisk and my new Voip providers service.
Iv set up many asterisk systems before but never seen this and have
tried to fix this with no luck..
I have used this exact same sort of setup for 5 other providers and
never had this issue, If i replace the trunk login details with my works
voip account and set it to IAX then it works perfect, Just not the new
2007 May 01
0
[Fwd: Re: [R-downunder] Beware unclass(factor)] (PR#9641)
It really is unclear what is claimed to be a bug here. But see
https://stat.ethz.ch/pipermail/r-devel/2007-May/045592.html
for why the bug is not in R: your old and new data do not match.
Your fit is to a category.
[The problem with the web interface to R-bugs was reported last week: it
is being worked on.]
On Mon, 30 Apr 2007, r.darnell at uq.edu.au wrote:
> This is a multi-part
1998 Nov 30
4
Virtual CDROM for Unix?
Has anyone implemented a "virtual cdrom" facility as offered
on
windows? That is CD images are cached & compressed on hard
disk and shared across a network. See:
http://www.winmag.com/library/1996/1196/11r24a.htm
I have not found any news of a Unix solution. I would
like to offer one on a Linux server to Windows clients.
It should not be hard to implement with Samba...
Thanks
2004 Aug 21
0
review by statistician/ Heiberger and Holland
System Info:
OS: linux Mandrake 9.1
R Version 1.8.1 (2003-11-21),
GNU Emacs 21.2.93.1
Browser Mozilla firefox
-----------------
Colleagues
Has anyone written a review of this book?
Statistical Analysis and Data Display: An Intermediate Course with
Examples in S-PLUS, R, and SAS.
Richard M. Heiberger and Burt Holland
<http://www.insightful.com/news_events/webcasts/pharm04/heiberg
2005 Mar 14
0
fixed/ initialising trellis device {lattice}/ postscript
Thanks Andy
out<- xyplot(....)
print(out)
did the trick nicely.
Sam
----
Sam McClatchie,
Biological oceanography
South Australian Aquatic Sciences Centre
PO Box 120, Henley Beach 5022
Adelaide, South Australia
email <mcclatchie.sam at saugov.sa.gov.au>
Telephone: (61-8) 8207 5448
FAX: (61-8) 8200 2481
Research home page <http://www.members.iinet.net.au/~s.mcclatchie/>
2007 Dec 30
2
asterisk callerid
I'm missing something simple I think:
I have an spa3102 for which I want asterisk to use the incoming pstn
callerid when it sends the call to a local extension (207).
callerid works fine for the internal phones (between each other)
The spa3102 is picking up the PSTN callerid and displays it in its own
status pages
Asterisk however, doesnt see the callerid at all.
The spa3102 is set to:
2006 Jun 14
0
enormous wave on OTC, important statement
Have you ever thought about what makes a good trader? I have! Apart from skills and persistence, it?s information. Knowledge is everything, and after you read this to the end, you?ll be more likely to achieve!
Get C T X E . P K First Thing Today
This Is Going To Explode!
C T X E . P K - C a n t e x E n e r g y C o r p
Global score: Excellent|
Mean Recommendation: Srtong Byu|
Investor
2012 Mar 13
1
Thunderbird Archive to slower storage - sort of alternate storage
Hi people,
When a user archives a message from Thunderbird it moves to an IMAP
folder "Archives", everyone knows that. I use dovecot 1:1.2.9-1ubuntu6.5
on Ubuntu 10.04 and want to move that folder (and respective IMAP
sub-folders) to a slower storage, link it to original location and my
first idea for this is
find -type d -name .Archives\* -print0 | \
while read -d $'\0'
2004 Apr 07
2
Memdisk
Memdisk 2.08 cannot boot an XP boot floppy image (XP appears to use WinME
boot files for its bootable floppy). For example:
http://members.iinet.net.au/~bdriver/bootdisk/download.htm
This disk will not boot with Memdisk (Memdisk starts to load the image and
then hangs). I'm using Bart's tools to build a boot CD:
http://www.nu2.nu/corpmodboot/
Which uses Isolinux and Memdisk.
2019 Nov 12
2
The best way of generating a good representation for an array with header?
The advantages:
1. A pointer to the struct offset can be converted to a pointer without any cost.
2. A nullpointer to a stretchy buffer can be treated as a zero length array. Consequently no actual struct allocation is needed to represent a zero length array.
3. A reference to the array is the same size as to a pointer.
4. It can be converted to and back from an pointer without losing any
2017 Jul 19
5
Cron sending to root after changing MAILTO
It?s being rejected before it even reaches the mailbox, so forwarding won?t work.? Crond should really be using the MAILTO variable and it?s not.
---
Chad Cordero
Information Technology Consultant
Enterprise & Cloud Services
Information Technology Services
California State University, San Bernardino
5500 University Pkwy
San Bernardino, CA 92407-2393
Main Line: 909/537-7677
Direct
2004 Feb 16
1
Memdisk booting XP DOS
Memdisk 2.08 does not appear to be able to boot an XP DOS image (it starts
to boot and then hangs). XP DOS appears to be borrowed from WinME
(v4.90.3000). I was trying to make a multiple boot CD with Bart's method:
http://www.nu2.nu/bootcd/#multimemdisk
but substituting Brads TCP boot disk instead of Barts:
http://members.iinet.net.au/~bdriver/bootdisk/index.htm
Brad uses XPs DOS as it
2005 Mar 14
1
initialising trellis device {lattice}/ postscript
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I am using:
trellis.device(postscript, file="../figures/name.ps")
.....code to generate the trellis display here ....
graphics.off()
to create a postscript from a working xyplot display.
The problem is that the postscript file appears to be
2005 Sep 13
1
R CMD INSTALL -l /path/to/library packagename
Background:
OS: Linux Mandrake 10.1
release: R 2.1.1
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
Colleagues
Since I upgraded to R 2.1.1, I am getting a an error message from R CMD
INSTALL packagename that says
R_HOME ('/usr/local/lib/R') not found.
That's not too surprising, since R is now in /usr/lib/R, but what is
confusing me is that
R CMD INSTALL -l /path/to/library
2005 Jan 19
1
looking for a basic spatial diff function
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
Is there a function to calculate distances between adjacent latitude/
longitude pairs in a matrix? It is basically a spatial diff() function that
I have in mind.
Data:
long1, lat1
long2, lat2
long3, lat3
looking for: diff(data$long, data$lat)
2015 Sep 23
1
Re: Time syncing after VM suspend/resume
Le Thu, 24 Sep 2015 05:32:45 +0800,
Bill Kenworthy <billk@iinet.net.au> a écrit :
> Look into the "panic" option to ntpd - once the gap gets to big (such
> as when the VM is suspended for a few hours) it goes into freewheel
> and doesn't sync - its in the ntp docs.
My use case is when rebooting the host (after a kernel update, for
instance). The gap is about 2
2003 Dec 30
5
Pxelinux/memdisk with XP "MS-DOS" boot disk
I'm trying to use this universal DOS TCP/IP boot disk available here:
http://members.iinet.net.au/~bdriver/bootdisk/
It requires an MS-DOS formatted disk created by Windows XP. It works great as a floppy but doesn't boot at all with memdisk. The problem can be simplified down to just the XP boot disk. If you make an MS-DOS startup disk with XP on a floppy, dd the floppy to an image
2005 Aug 15
4
return unique values from date/time class object
Background:
OS: Linux Mandrake 10.1
release: R 2.0.0
editor: GNU Emacs 21.3.2
front-end: ESS 5.2.3
---------------------------------
Colleagues
I have a wind speed time series with a normal frequency distribution and a
spike in the 5 metres/second bin. The most likely explanation is that the
instrument was returning duplicate values at this speed. To check this, I
want to extract all the unique
2006 May 19
4
Cross correlation/ bivariate/ mantel
> Background:
> OS: Linux Ubuntu Dapper
> release: R 2.3.0
> editor: GNU Emacs 21.4.1
> front-end: ESS 5.2.3
> -----------------------------
> Colleagues
>
I have two spatial datasets (latitude, longitude, fish eggs) and (latitude, longitude, fish larvae) at the same 280 stations (i.e. 280 cases). I want to determine if the 2 datasets are spatially correlated. In other