Displaying 20 results from an estimated 1000 matches similar to: "debian unstable : mutt polling imap mailboxes"
2005 Nov 18
2
R-News 5/2, Bayesian Model Averaging, a detail
The article on BMA (Bayesian model averaging) presents most valuable tools for model selection, but I find one detail confusing in Example 1. In page 4 of RNews 5/2, second paragraph says that the probability of Time variable not being in the model is 0.445. It seems to me that the figure should be 1 - 0.445 = 0.555, because p!=0.445 is the prob. of Time variable being in the model. The plot in
2016 May 14
2
Samba slow on MacOSX Yosemite
Samba is very slow through Finder on our Gigabit network (she's using
a USB3 adaptor), especially when it comes to listings and such on my
wife's computer.
This is my samba configuration on Archlinux:
http://s.natalian.org/2016-05-14/smb.conf
(I'm always running the latest
https://www.archlinux.org/packages/extra/x86_64/samba/)
And this what the mount looks like on the MBP:
//rufie
2006 Jun 27
1
compositional time series
Dear R users,
i am wondering if anyone has some hints for this problem (i have not found a clear answer after searching the R-mailing list archive, 'help.search' in R, and R-Wiki, and the like...):
let's assume that i have 4 periods compositional time series data:
t=1, A=0.1; B=0.5; C=0.4
t=2, A=0.2; B=0.4; C=0.4
t=3, A=0.5; B=0.3; C=0.2
t=4, A=0.4; B=0.3;
2004 Mar 17
9
Frequency table
This must be FAQ, but I can't find it in archives or with a site search.
I am trying to construct a frequency table. I guess this should be done with
table. Or perhaps factor and split. Or prop.table. cut? findInterval? Argh!
Please correct me if what I am looking for is not called a "frequency table".
Perhaps it's called grouped data.
> zz$x9
[1] 65 70 85 65 65 65 62 55
2006 Jan 19
4
validates_presence_of
I am just going through the book and I come across a problem with the
code in the app/models:
validates_format_of :image_url,
:with => %r{^http:.+\.(gif|jpg|png)$}i,
:message => "must be a URL for a GIF, JPG, or PNG image"
It seems to moan when it''s empty even though I removed :image_url from
validates_presence_of. How should I make it optional?
2010 Jul 17
1
namespace trouble
I am having some trouble with dovecot 1.2.12 and some namespace issues, or at
least that's what I think is the issue. I setup a virtual mailhosting using
mysql and postfix. I can receive email and send email without a problem, but
when I use mutt to sign in to dovecot, I can't list any Folders, it see's
INBOX but it doesn't see any mail. I generally try to not post my problems
2013 Oct 31
2
Logging in to a virtual users Maildir
Trying to set up a mailserver to run exim4, dovecot2, (clamav procmail
or similar not yet installed) on a virtual machine & access it from
various hosts mostly using Mutt. So far no attempt at encryption
although there are some pem files from a previous attempt & some
evidence from the mutt debug file they may be being used .
So far I have attempted to set up dovecot to by accessed by
2014 May 23
3
Icecast2, ezstream and reverse proxy
Hello,
Correct me if I'm wrong, but what you get from Icecast *is* HTTP.
Anyway, we use proxying because on our server, some of our clients
cannot connect to port 8000 without bypassing their company firewall,
and we don't have the possibility to add another public IP. So with
Apache, here is what we do :
########################################################################
#
#
2013 Nov 28
2
Dovecot's brittle configuration syntax
Hi there,
Whilst trying to come up with a minimal configuration for Dovecot:
http://dabase.com/blog/Minimal_Dovecot/
I noticed the configuration syntax is a bit admin unfriendly. It's easy
to get an infamous Error code 89.
Is there any back story to the grammar or language this configuration is
in?
Kind regards,
2016 May 14
0
Samba slow on MacOSX Yosemite
Hi Kai,
(I recognised your smb.conf - I have your 'Samba sharing with undelete'
blog post bookmarked at the moment to try for myself, so thank you for that
one!)
Is this performance issue something recent, or has it always been a similar
speed? I also find my samba shares to be very slow to obtain directory
listings in Finder on OSX.
If something has changed recently and it is running
2007 Apr 18
0
Dial out from AGI and then connect it to another dialled out call
Hi there,
I'm converting a dialplan callback type application to fastagi as I'm
hitting the buffers with respects to getting useful results from CDRs.
It works by a spool call file triggering a Local extension, that extension
then does the first dial to a client. I dial to a local context from the
spool file as I need proper return codes as in ${DIALSTATUS} which are not
available
2012 Nov 25
3
Comparing linear regression coefficients to a slope of 1
Hi!
I have a question that is probably very basic, but I cannot figure out how
to do it. I simply need to compare the significance of a regression slope
against a slope of 1, instead of the default of zero.
I know this topic has been posted before, and I have tried to use the
advice given to others to fix my problem. I tried the offset command based
on one of these advice threads as follows:
2016 Sep 23
2
Windows 10 share failing
I think its related to
https://lists.samba.org/archive/samba/2016-September/202918.html
I am not very competent at Bugzilla. I scanned the list on
https://bugzilla.samba.org/buglist.cgi?quicksearch=windows%2010 and I
couldn't find one I could track for this problem to be fixed.
I filed an issue upon https://bugs.archlinux.org/task/50847 since I use Arch.
I will try and provide a tcpdump
2006 Jun 21
2
ices2 realplayer
On 2006-06-21T15:21+0100 Karl Heyes wrote:
> You capture at 48000 but resample from 44100, that will cause problems.
> You resample to 22050 so that will affect quality, you haven't said what
> bitrate you want to target for, so resampling/downmixing may be required
> anyway.
I am unsure about these settings. Any particular suggestions? I don't
quality with voice, just
2006 Jun 21
5
ices2 realplayer
I'm rebroadcasting a realplayer stream and there are two problems.
The icecast2 sounds tinny and its delayed something like 3secs.
Any advice to perhaps use speex as it's talk radio?
Can I cut the delay?
Here is my ices2 config:
http://static.natalian.org/2006-06-21/ices-alsa.xml
Here is details of the feed, so you can take a listen:
2011 Oct 31
6
useradd question
I am using Ubuntu LTS 10.04 with the backported puppet
2.6.1-0ubuntu2~lucid1
I am trying to create user with the following manifests but at the end
always getting the Could not find user git error message:
What am i missing, seems the manifest not creating the missing git
user.
/etc/modules/git/manifests/user.pp
class git::user {
user{''install'':
name
2020 May 22
3
Voidlinux integration
Hi there,
I despise complexity and Grub has been giving me headaches on Voidlinux..
https://www.reddit.com/r/voidlinux/comments/gk5h5c/everytime_i_update_void_i_need_to_manually/
I've switched to Syslinux, but I have the following queries.
??sda1 vfat FAT32 D91B-36F7 190.7M 61% /boot
??sda2 ext4 1.0 0dd25845-8fa5-41e9-b82c-c63c27cf5d18
2014 May 23
1
Icecast2, ezstream and reverse proxy
Hi,
I use a rule in iptables and solves
iptables -A PREROUTING -t nat -p tcp -d 192.168.2.32 --dport 80 -j
REDIRECT --to-port 8000
iptables-save > /etc/iptables.up.rules
echo 'pre-up iptables-restore < /etc/iptables.up.rules' >>
/etc/network/interfaces
Regards,
Rafael Gomes
Em 2014-05-23 07:44, Thomas B. R?cker escreveu:
> Hi,
>
> On 05/23/2014 09:34 AM,
2016 Jun 02
0
When switching between wired and wireless mounts stall
umount -l /mnt/raid1 perhaps : )
2016-06-02 4:26 GMT+02:00 Kai Hendry <kai.hendry at gmail.com>:
> At home I move between wired and wireless connections and my samba
> mount seems to stall on Archlinux.
>
> http://s.natalian.org/2016-06-02/samba.png
>
>
> Are there any good workarounds?
>
>
> Many thanks,
>
> --
> To unsubscribe from this list go to
2016 Jun 02
2
When switching between wired and wireless mounts stall
At home I move between wired and wireless connections and my samba
mount seems to stall on Archlinux.
http://s.natalian.org/2016-06-02/samba.png
Are there any good workarounds?
Many thanks,