Displaying 20 results from an estimated 740 matches for "howard".
Did you mean:
toward
2006 Nov 03
1
mbox sync: Expunged message reappeared in mailbox
Starting at 05:32 this morning, one user on my dovecot server is
receiving hundreds of copies of old email. This is a short
excerpt from my dovecot.log showing the problem:
> dovecot: Nov 03 05:27:02 Info: pop3-login: Login:
> user=<howard at obfusca.ted>, method=PLAIN, rip=::ffff:81.44.31.210,
> lip=::ffff:zz.zz.zz.zz, TLS
> dovecot: Nov 03 05:27:02 Info: POP3(howard at obfusca.ted): Disconnected:
> Logged out top=0/0, retr=0/0, del=0/0, size=0
> dovecot: Nov 03 05:32:01 Error: POP3(joyce at obfusca.ted): mbox sync:
&...
2014 Feb 14
3
[LLVMdev] [cfe-dev] [llvm] r201432 - Remove myself as owner of libc++
On Fri, Feb 14, 2014 at 1:29 PM, Howard Hinnant <hhinnant at apple.com> wrote:
> On Feb 14, 2014, at 4:23 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
>
>> On Feb 14, 2014, at 1:09 PM, Howard Hinnant <hhinnant at apple.com> wrote:
>>
>>> Author: hhinnant
>>> Date: Fri Feb 14 15...
2009 Nov 16
4
[LLVMdev] next
On Nov 16, 2009, at 1:43 PM, Dale Johannesen wrote:
>
> On Nov 14, 2009, at 3:16 PMPST, Howard Hinnant wrote:
>
>> In many places there is code that looks like:
>>
>> MBBI = next(MBBI);
>>
>> In C++0X there is a std::next that is likely to be in scope when these
>> calls are made. And due to ADL the above call becomes ambiguous:
>> llvm::nex...
2014 Feb 14
5
[LLVMdev] [llvm] r201432 - Remove myself as owner of libc++
On Feb 14, 2014, at 1:09 PM, Howard Hinnant <hhinnant at apple.com> wrote:
> Author: hhinnant
> Date: Fri Feb 14 15:09:01 2014
> New Revision: 201432
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201432&view=rev
> Log: Remove myself as owner of libc++
>
> Modified:
> llvm/trunk/CODE_OWNER...
2005 Jan 30
4
Zap channels in AU hanging up on STD pips
Is anyone having/had a problem with a TDM400P card hanging up on STD
outbound calls as soon as the called party answers.
I'm guessing that * is responding to the STD pips in some way.
--
Howard.
LANNet Computing Associates;
Your Linux people <http://www.lannetlinux.com>
------------------------------------------
"When you just want a system that works, you choose Linux;
when you want a system that just works, you choose Microsoft."
-----------------------------------------...
2008 May 20
4
are 588 sample frames subset or nonsubset?
...t the end of the frame
header.
However when I try encoding with flac 1.2.1 it says that only the blocksizes
that can be represented in the 4 bits in the early part of the frame header.
Which is correct? Can anyone forsee any problems with encoding with a block
size of 588 samples?
Best Regards
Howard
Meridian Audio Ltd - www.meridian-audio.com - Registered in England
Registered Office: 11 Latham Road, Huntingdon, Cambs, PE29 6YE, UK
Company Registration No. 2710631 VAT Registered No. GB576660505
2017 Jun 20
5
Icecast to Tunein
I am experiencing difficulties connecting Icecast to Tunein. Are there any
facilities available to help me through this process or a step by step
guide.
Many thanks
David R Howard
--
David R Howard
Papa D Productions
www.papa-d.uk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20170620/ffb071a3/attachment.html>
2011 Jan 15
2
information
....com/principal.php is a local radio. They use
icecast from http://radioneer.com:8750/, but I don?t know what to do for add
my radio http://www.radiocamoapa.com to http://radioneer.com:8750/ and i can
use its streaming without to have what download m3u file. What do i have to
do ?? Thanks.
--
Att. Howard Gonzalez
Cel: (505) 8662-9441(Claro)
mail: howard at emprendedoresnicas.net
Managua, Nicaragua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20110115/2d6685e3/attachment.htm
2015 Dec 09
3
How to manually add a new interface to a bridge device?
...t;mac address='52:54:00:34:e1:21'/>
<source bridge='br1'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04'
function='0x0'/>
</interface>
---
Howard
From: centos-virt-bounces at centos.org [mailto:centos-virt-bounces at centos.org]
On Behalf Of Zoltan Frombach
Sent: Wednesday, December 9, 2015 4:24 AM
To: Discussion about the virtualization on CentOS <centos-virt at centos.org>
Subject: Re: [CentOS-virt] How to manually add a new int...
2015 Dec 09
2
How to manually add a new interface to a bridge device?
...oaded, as if you look at dmesg output, you can see all the vnet?? nodes as the OS comes online. So the question is, what is virt-install doing that creates the needed vnet interface that is part of the bridge. I really had to kill and reload the VM just to load a second interface..
---
Howard Leadmon
From: centos-virt-bounces at centos.org [mailto:centos-virt-bounces at centos.org] On Behalf Of Zoltan Frombach
Sent: Wednesday, December 9, 2015 2:42 AM
To: Discussion about the virtualization on CentOS <centos-virt at centos.org>
Subject: Re: [CentOS-virt] How to manually add a...
2003 Mar 21
2
not enough virtual memory
...run the program. Cool Edit is known to run
under Wine.
I have no idea what to do next, though I feel certain something
pretty obvious and simple is wrong with my ~/.wine/config file.
All suggestions gratefully received. More info, including a post
of ~/.wine/config available on request.
Howard Sanner
flagstad@mindspring.com
2009 Nov 14
5
[LLVMdev] next
In many places there is code that looks like:
MBBI = next(MBBI);
In C++0X there is a std::next that is likely to be in scope when these
calls are made. And due to ADL the above call becomes ambiguous:
llvm::next or std::next?
I recommend:
MBBI = llvm::next(MBBI);
-Howard
2009 Nov 16
0
[LLVMdev] next
On Nov 16, 2009, at 10:49 AMPST, Howard Hinnant wrote:
> On Nov 16, 2009, at 1:43 PM, Dale Johannesen wrote:
>
>>
>> On Nov 14, 2009, at 3:16 PMPST, Howard Hinnant wrote:
>>
>>> In many places there is code that looks like:
>>>
>>> MBBI = next(MBBI);
>>>
>>> In C++0X...
2011 Dec 20
2
[LLVMdev] Fwd: Removing GCC Runtime Dependencies on Linux
On 12/19/11 7:19 PM, Howard Hinnant wrote:
> On Dec 19, 2011, at 7:14 PM, Shea Levy wrote:
>
>> Hello all,
>>
>> Is it possible, if using libc++ and compiler-rt, to have a clang with no
>> runtime dependencies on any GCC components on Linux? If not, will this
>> ever be possible?
> We ar...
2014 Jan 14
4
Loading a FreeBSD 10 VM on QEMU-KVM..
...QEMU-KVM, that there are much newer releases but
everything I have seen claims that is not a good idea, that RH does version
numbering much differently.
Has anyone run into this, or have any ideas on how to get past it, as I
would love to load up the newest FBSD and give it a run as well..
---
Howard Leadmon
2010 May 26
4
recipient_delimiter
I have recipient_delimiter = + in main.cf (Postfix). But deliveries
to dovecot/deliver are still being rejected. It appears that the full
email is still in the envelope (e.g. phil+howard at example.com which I
want to be delivered to phil at example.com). Is that how it's supposed
to work and Dovecot just doesn't support this?
2008 Jul 01
5
ocfs2 fencing problem
...ecking O2CB cluster ERP_UAT_APPS_OCFS2: Online
Heartbeat dead threshold: 300
Network idle timeout: 60000
Network keepalive delay: 2000
Network reconnect delay: 2000
Checking O2CB heartbeat: Active
Please help. If you need more information, please let me know.
Regards,
Howard(Kuiyang) Kuang
Principal Systems Engineer
Linux Engineering - WHQKT
United Airlines
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oss.oracle.com/pipermail/ocfs2-users/attachments/20080701/da28e5e0/attachment.html
2005 Mar 09
6
auto increment id
...);
sqlite:
create table t(
id integer primary key,
data text,
);
with a single schema that will result in an auto-incrementing id in each db?
cheers.
-a
--
===============================================================================
| EMAIL :: Ara [dot] T [dot] Howard [at] noaa [dot] gov
| PHONE :: 303.497.6469
| When you do something, you should burn yourself completely, like a good
| bonfire, leaving no trace of yourself. --Shunryu Suzuki
===============================================================================
2000 Apr 09
0
BOUNCE openssh-unix-dev@mindrot.org: Non-member submission from [Howard Williams <howielin@home.com>] (fwd)
From: Howard Williams <howielin at home.com>
Reply-To: howielin at home.com
To: openssh-unix-dev at mindrot.org
Subject: Can't log in via ssh
As far as I can tell, I performed a basic configuration properly, but I
get an error I can't understand
Can you help? Here's my session:
SSH Version...
2015 Dec 09
2
How to manually add a new interface to a bridge device?
...tion is, or a pointer to how
I can add that br1 interface to my existing VM, and create the needed vnet14
interface for it to attach to?
If anyone can explain how to do this, or give me a good pointer on where the
info is on how to do this, it would sure be a huge help..
Thanks.
---
Howard Leadmon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20151209/3caf5f97/attachment.html>