Displaying 14 results from an estimated 14 matches for "hanc".
Did you mean:
hand
2016 Nov 08
3
Repeat e-mail syndrome shows up in 2.2.26+
On 11/8/2016 2:24 AM, A.L.E.C wrote:
> On 08.11.2016 08:04, The Doctor wrote:
>
>> In another account, I see lots of white items in RoundCude as if these items are
>> hidden from Thunderbird hance blocking the IMAP Client from deleting e-mails.
>
> I guess these "white items" are messages marked as deleted but not
> expunged. It is normal with Thunderbird, it does not expunge immediately
> (probably can be configured to do so).
>
http://kb.mozillazine.org/Deleting_...
2016 Nov 08
2
Repeat e-mail syndrome shows up in 2.2.26+
...e horizon?
>
doing some research, I did use Thunderbird in this case
with IMAP Mail.
In my own account I used roundcube mail delete unhidden trash
and seems to have solved my problem.
In another account, I see lots of white items in RoundCude as if these items are
hidden from Thunderbird hance blocking the IMAP Client from deleting e-mails.
Has anyone ran into this before?
--
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising!
http://www.fullyfollow.me/rootnl2k Look at Psalms...
2016 Nov 08
1
Repeat e-mail syndrome shows up in 2.2.26+
...at 07:38:42AM -0500, Tom Talpey wrote:
> > On 11/8/2016 2:24 AM, A.L.E.C wrote:
> > > On 08.11.2016 08:04, The Doctor wrote:
> > >
> > >> In another account, I see lots of white items in RoundCude as if these items are
> > >> hidden from Thunderbird hance blocking the IMAP Client from deleting e-mails.
> > >
> > > I guess these "white items" are messages marked as deleted but not
> > > expunged. It is normal with Thunderbird, it does not expunge immediately
> > > (probably can be configured to do so).
&...
2018 Jul 20
2
Model formulas with explicit references
...17
31 32
16.52278 26.23042
Warning message:
'newdata' had 5 rows but variables found have 32 rows
Instead of returning 5 predictions, it returns the 32 original predicted values. There is a warning message suggesting that something went wrong. This tickled my curiosity, and hance this result:
> predict(cars.lm, newdata = data.frame(x = 1:32))
1 2 3 4 5 6 7 8 9 10
20.37954 20.37954 26.58543 17.70329 14.91157 18.60448 14.91157 25.52859 25.68971 20.17199
11 12 13 14 15...
2016 Nov 08
0
Repeat e-mail syndrome shows up in 2.2.26+
On 08.11.2016 08:04, The Doctor wrote:
> In another account, I see lots of white items in RoundCude as if these items are
> hidden from Thunderbird hance blocking the IMAP Client from deleting e-mails.
I guess these "white items" are messages marked as deleted but not
expunged. It is normal with Thunderbird, it does not expunge immediately
(probably can be configured to do so).
--
Aleksander 'A.L.E.C' Machniak
Kolab Groupware D...
2016 Nov 08
0
Repeat e-mail syndrome shows up in 2.2.26+
On Tue, Nov 08, 2016 at 07:38:42AM -0500, Tom Talpey wrote:
> On 11/8/2016 2:24 AM, A.L.E.C wrote:
> > On 08.11.2016 08:04, The Doctor wrote:
> >
> >> In another account, I see lots of white items in RoundCude as if these items are
> >> hidden from Thunderbird hance blocking the IMAP Client from deleting e-mails.
> >
> > I guess these "white items" are messages marked as deleted but not
> > expunged. It is normal with Thunderbird, it does not expunge immediately
> > (probably can be configured to do so).
> >
>
>...
2006 Oct 11
2
An open YP directory
...e minor kinks.
There's still a few rough edges, but I hope this alleviates some of
the ongoing problems and questions re: available Icecast YP servers
that list mp3, etc.
I hope this also supports the overall Icecast cause by throwing a bit
of YP redundancy and variation into the mix.
-Bryan Hance
-openradiodirectory.org
2005 Mar 27
0
basic WINS/smbclient problems
...lems:
1) I can access shares by IP but not by name, so I assume that WINS doesn't do
its job for some reason, smb.conf:
[global]
wins support = yes
name resolve order = lmhosts wins hosts bcast
2) I don't quite get it how smbclient works. As I mentioned name resolve
does't work and hance smbclient -M MACHINE doesn't either but an IP should
work:
# nmblookup -A 192.168.0.5
Looking up status of 192.168.0.5
NOTEBOOK <00> - M <ACTIVE>
HOME <00> - <GROUP> M <ACTIVE>
NOTEBOOK <20> -...
1998 Sep 28
1
"tsp<-"
If value is NULL I think tsp assignment should not return a class ts object.
Below is a fixed version.
Paul Gilbert
____
"tsp<-" <-function(x, value)
{if (is.null(value))
{attr(x, "tsp") <- value
if(inherits(x,"ts")) class(x) <- NULL
return(x)
}
attr(x, "tsp") <- value
class(x) <- "ts"
x
}
2018 Jul 21
0
Model formulas with explicit references
...t; 16.52278 26.23042
> Warning message:
> 'newdata' had 5 rows but variables found have 32 rows
>
> Instead of returning 5 predictions, it returns the 32 original predicted values. There is a warning message suggesting that something went wrong. This tickled my curiosity, and hance this result:
>
>> predict(cars.lm, newdata = data.frame(x = 1:32))
> 1 2 3 4 5 6 7 8 9 10
> 20.37954 20.37954 26.58543 17.70329 14.91157 18.60448 14.91157 25.52859 25.68971 20.17199
> 11 12 13...
2011 Jul 19
0
[PATCH 2/3] x86-64/MMCFG: finally make Fam10 enabling work
...resources.
Hence we need to manually insert the range into the E820 table, and
enable the range only when the insertion actually works without
conflict.
Further, the actual enabling of the space is done from identify_cpu(),
which means that acpi_mmcfg_init() muts be called after that function
(and hance should not be called from acpi_boot_init()). Otherwise,
Dom0 would be able to use MMCFG, but Xen wouldn''t.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- a/xen/arch/x86/acpi/boot.c
+++ b/xen/arch/x86/acpi/boot.c
@@ -832,8 +832,6 @@ int __init acpi_boot_init(void)
acpi_dm...
2002 Aug 19
0
[Fwd: LispStat, R and ViSta [was: Re: Status?]]
...th Stefano Iacus two days ago and he said that R's
> tcltk package was not working with "Carbon R".
>
> Do you think this would be fixable easily enough?
> We {most of R core} would be very glad to be able to say
> "tcltk runs on all platforms that R runs" and hance can be
> easily made available on all platforms.
>
>
> Jan> already has some mouse interaction -- see
> Jan> demo(tkcanvas), and quite a bit can be done by using
> Jan> nonstandard packages such as RGtk (on MSW and X11).
>
>
> Jan> I really ha...
2016 Nov 04
2
Repeat e-mail syndrome shows up in 2.2.26+
On Wed, Nov 02, 2016 at 07:15:17PM +0200, Timo Sirainen wrote:
> On 01 Nov 2016, at 18:26, The Doctor <doctor at doctor.nl2k.ab.ca> wrote:
> >
> > Getting complaints from people about pop/imap
> >
> > issues.
> >
> > some people are getting repaeted e-mail.
> >
> > Other are not able to delete their e-mails from an IMAP lcient.
>
2007 Apr 05
0
Re: Icecast Digest, Vol 35, Issue 1
...mber of listeners *
your streaming bitrate) + 10% TCP overhead) type calculation applies,
unless Verizon is doing something else to throttle/packetshape.
Also note that if "10/0.8" is your down/up, you're limited by that .8
up, since you'll be serving the audio from that side.
-bhance
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 4 Apr 2007 15:18:02 -0400
> From: "Chet Sapino" <csapino at twcny.rr.com>
> Subject: [Icecast] Icecast2 Server Load tests
> To: <icecast at xiph.org>
>...