Displaying 20 results from an estimated 25 matches for "20140728".
2014 Jul 28
2
[LLVMdev] [RFC] Install yaml2obj and obj2yaml utilities together with other LLVM tools
...>
>> Any objections or comments?
--
Simon Atanasyan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: yaml2obj-install.patch
Type: application/octet-stream
Size: 1389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140728/62d5ee8f/attachment.obj>
2014 Jul 28
1
In Place Upgrade Tool, CentOS 6 to CentOS 7
...testing and
into Extras next week.
Thanks,
Johnny Hughes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: OpenPGP digital signature
URL: <http://lists.centos.org/pipermail/centos/attachments/20140728/1f464d5c/attachment-0002.sig>
2014 Jul 27
1
"Corrupted dbox file [...] purging found mismatched offsets"
...es poner tu felicidad en la felicidad de otro" - Leibniz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140728/1f921248/attachment.sig>
2014 Jul 28
2
Segfault dovecot 2.2.9
Hi all,
When trying to set up dovecot, I somehow managed to get a segfault.
Trying to launch dovecot from command line (simply execute 'dovecot')
results in the error message:
Segmentation fault (core dumped)
Trying dovecot -n results in pretty much the same:
# 2.2.9: /etc/dovecot/dovecot.conf
Segmentation fault (core dumped)
Looking at syslog, I see
doveconf[3676]: segfault at 200 ip
2014 Jul 28
1
Internal calls without voice transport
...ext part --------------
A non-text attachment was scrubbed...
Name: digital_signature_gpg.asc
Type: application/pgp-signature
Size: 1107 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140728/a7d0e89a/attachment.pgp>
2014 Jul 28
2
[LLVMdev] [lld] question on ELF section formating
....inst 0x00000000 ;
undefined
Daniel
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140728/a1bf5618/attachment.html>
2014 Jul 27
4
w.r.t. firstname lastname
I try not to post my real name on the internet. I'm basically asking
for commit access for user sub page space for formatting, & staging of
documents for management review. When I'm actually @ linbit ill
probably start the motions to have an official account something like
"linbit-usa" to publish the works under. I'm used to mediawiki,
moinmoin wiki is new to me.
2014 Jul 28
1
Duplicate QLP coefficient restricting code
...ch that
makes the first match the second.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-bug-when-using-p-switch-during-compression.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140728/4b1e500d/attachment.bin
2014 Jul 28
1
w.r.t. satan
...1745&set=a.10151017169651745.474549.502691744&type=3&theater
I promise to not be a POS on cents wiki as three sixes. scouts honor
-three sixes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20140728/5f0b0454/attachment-0006.html>
2014 Jul 27
0
mdbox "doveadm purge" strategy
...es poner tu felicidad en la felicidad de otro" - Leibniz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20140728/a3686443/attachment.sig>
2014 Jul 28
0
Outlook CTI?
...ny quality Outlook integrations for asterisk out there? The
closest I'm finding is at http://camrivox.com and they don't support
Outlook 2013.
dw
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140728/18540160/attachment.html>
2014 Jul 28
1
Cron
Do you need cron installed for the files in /etc/cron.daily/ to
execute? Did a Centos 6.x minimal openvz install and noticed cron is
not installed by default and after installing mlocate cant help but
wander if it will be updated without it.
2014 Jul 26
2
[LLVMdev] Clang binaries for Windows x86-64?
Hi,
On Sat, Jul 26, 2014 at 3:41 AM, Reid Kleckner <rnk at google.com> wrote:
> I believe we only have 32-bit binaries, but they can produce 64-bit code
> if that's what you're looking for. You simply pass the -m64 flag.
>
> If you want a 64-bit binary for better performance or whatnot, you'll have
> to build from source for now.
>
>
Thats not gonna work
2014 Jul 28
3
identify MUA connecting?
Hello I am using dovecot 1.2.15 on ubuntu.
Is it possible to somehow log the MUA information that is connecting to
Dovecot?
The reason I am wanting to do this is I would like to know if people are
getting their email on personal devices instead of work secured /
standardized phones.
2014 Jul 28
1
Samba4 DC winbind or sssd
I have a samba4 Domain Controller, there are no other samba4 domain member
servers in the network, there is one other samba 3 member server in the
network.
I've setup the DC with:
idmap_ldb:use rfc2307 = yes
On the samba4, do we use the idmap attributes?
# idmap config * : backend = tdb
# idmap config * : range = 70001-999999
# idmap config IAPP : backend = ad
#
2014 Jul 26
2
[LLVMdev] Finding previous emitted instruction
Hi All,
For various obscure reasons I'd like to detect the condition when X86 CALL
instruction immediately precedes a function epilogue in the final emitted
code, and insert a NOP between them if that happens.
My initial attempt at it looked like this:
MachineBasicBlock& MBB;
MachineBasicBlock::iterator MBBI; <-- points to where the epilogue would
be inserted
if (MBBI != MBB.begin()
2014 Jun 02
2
[Bug 79522] New: [NV67] Possible Regression 3.14.4+
https://bugs.freedesktop.org/show_bug.cgi?id=79522
Priority: medium
Bug ID: 79522
Keywords: regression
Assignee: nouveau at lists.freedesktop.org
Summary: [NV67] Possible Regression 3.14.4+
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter:
2014 Jul 27
2
[LLVMdev] [RFC] Install yaml2obj and obj2yaml utilities together with other LLVM tools
Now the yaml2obj and obj2yaml utilities used in LLVM and LLD projects
tests only and not installed by the "make install" command. I think
they might be also useful in third-party projects like MCLinker. I
suggest to move these utilities into the "tools" category and install
them together with other LLVM tools.
Any objections or comments?
--
Simon Atanasyan
2014 Jul 28
0
flac-dev Digest, Vol 116, Issue 19
...t; _______________________________________________
> flac-dev mailing list
> flac-dev at xiph.org
> http://lists.xiph.org/mailman/listinfo/flac-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20140728/22cb2506/attachment.htm
2014 Jul 26
1
1.21 vs 1.3 encoding speed
Please cc: the results from dev list back here though
I would run some tests on a diff platform but don't have access to my PC for a few weeks
Would also be interesting to see what decoding stats you get
> On Jul 25, 2014, at 7:38 AM, Scott Brown <scottcbrown at gmail.com> wrote:
>
> I will post to the dev list, sorry about that.
>
> To give an idea, though, at flac