search for: themselfs

Displaying 20 results from an estimated 148 matches for "themselfs".

Did you mean: themself
2019 May 14
2
OPUS Metadata in IceCast v2.4.4
Good afternoon, On Mon, 2019-05-13 at 17:55 +0100, Paul Martin wrote: > On Mon, May 13, 2019 at 08:45:40AM +0000, Philipp Schafft wrote: > > Support for metadata in Opus is a feature of Icecast 2.5.x. It has first > > been included in v2.5.0-beta.2. But please note that this is only about > > displaying. > > I can see support for reading it from incoming Ogg/Opus
2015 Jun 18
3
Re: [PATCH] New API: btrfs_device_stats
Hi, Pino 在 2015年06月17日 23:37, Pino Toscano 写道: > Hi, > > On Wednesday 17 June 2015 10:12:59 Cao jin wrote: >>>> @@ -2083,3 +2083,72 @@ do_btrfs_image (char *const *sources, const char *image, >>>> >>>> return 0; >>>> } >>>> + >>>> +char ** >>>> +do_btrfs_device_stats (const char *path, int zero)
2006 Jun 26
2
Flac File Size
Hi, I have a big flac file, i can divide this flac file into chunks by visual basic code, i can add header to these chunks by copying first 1K to other chunks, but chunks can not play properly, i think i need to change filesize from file headers of these chunks, i can read samplerate and samples count from header, but i do not know how can i calculate file size without reading all file, what
2015 Jun 18
2
Re: [PATCH] New API: btrfs_device_stats
Hi, Pino 在 2015年06月18日 16:41, Pino Toscano 写道: > Hi, > > On Thursday 18 June 2015 11:01:37 Cao jin wrote: >>> Speaking of this: you said that you have a colleague working on >>> btrfs-progs? What about suggesting to create some machine-parseable >>> output (csv, xml, yaml, json, whatever) so extracting the results of >>> btrfs tools is a lot more easy?
2016 Jun 03
3
[cfe-dev] [lldb-dev] GitHub anyone?
Matthias Braun via llvm-dev <llvm-dev at lists.llvm.org> writes: > - Even in the long term I would vote to stay with linear history, I > see little benefits in having "correct" origin information of a commit > that the merging model provides. We often revert entire feature merges when problem arise. It's much easier to do in a merging workflow because you have a
2008 Jun 06
3
Posting Guide
People read the posting guide yet they are still unable to create an acceptable post. e.g. https://stat.ethz.ch/pipermail/r-help/2008-June/164092.html I think the problem is that the guide is not clear or concise enough. I suggest we add a summary at the beginning which gets to the heart of what a poster is expected to provide: Summary To maximize your change of getting a response when posting
2013 Sep 11
1
[LLVMdev] A7 processor support?
On Wed, Sep 11, 2013 at 9:00 AM, Chris Lattner <clattner at apple.com> wrote: > On Sep 10, 2013, at 4:17 PM, Alex Rosenberg <alexr at leftfield.org> wrote: > > I know it's quick to ask, but when might support for the new Apple A7 > processor appear in tree? > > > > Is the 64-bit architecture the same as ARMv8, or will we have a much > bigger set of
2002 Apr 12
1
persp(): z-axis annotation overwrites numbers at tickmark
Dear R-users first, thanks to Paul Murrell for fixing my problem "What line is labeled in persp()". It works great now (in the development version). One more question (I don't know if it's related to the "old" problem): the annotation on the z-axis overwrites the numbers at the tickmarks and sometimes, if numbers are pretty long, the numbers themselfe overlap the
2009 Nov 11
1
How to control DTMF tone duration on Zap channels?
Hi, I am using zap channels, and by using sendDTFM application, I can control the duration between two DTMF digits, but I can't find a way to control the duration of the digits themself. Did search on the Internet and found out that I can change it in the asterisk source files and recompile asterisk. Wiki also says that it can be controlled using toneduration option in zapata.conf, but it
2005 Oct 13
1
Samba locks with PC crash
We are experiencing this current problem: some users are locking Lotus Notes files on a Samba share. When their pc crash (ex: power off the pc without shutting down windows), the file is still locked. So when they boot up a few mins after the crash, they can't open Lotus Notes because some files are still locked by themself. So we need to kill the samba process. This is happening a lots of
2007 Jan 02
1
disabling prelink?
What are the pros and cons of disabling prelinking in CentOS 4? From what I understand, prelinking is ment to be performance improvement (faster loading time for binaries). I can see some potential benefit on workstations where many different processes are started frequently. But how big is that benefit in real life? Would I slow down things noticably if there is no prelinking? Is
2014 Aug 22
1
Dovecot authentication LDAP SSL-TLS againts SAMBA4
Hi, i would like to know if anybody have implemented the authentication of dovecot against samba4 via secure ldap (SSL/TLS). I made it but in plain text through dovecot?s offical page: http://wiki2.dovecot.org/AuthDatabase/LDAP/AuthBinds http://wiki2.dovecot.org/AuthDatabase/LDAP But when i try to do it in a secure way i can?t make it work. Samba4 is listening by port 636 and dovecot is speaking
2007 Jul 27
1
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/27, Josh Coalson <xflac@yahoo.com>: > > > > > > > But how is it possible then the FLAC encoder allows files which > have > > > a bad > > > resulting MD5 to be encoded? Is it because of the bad ram, ... > this > > > incorrect MD5 is not detected during encoding? > > >
2006 Aug 03
1
looking for a tool to tunnel ethernet reliable on internet.
Dear reader, im looking for a tool to tunnel ethernet reliable on internet. I have a set of devices do not themself have retransmission build in, the rely on a "wired" LAN. The all talk to a central host on a MAC to MAC basis. I want to bring the devices far away from the Host and link them up via internet, but packet drop on internet is my problem! The tinc is almost perfect for my
2013 Apr 09
1
(D)DNS Updates with GNU/Linux clients in a samba 4 AD environment (BIND_DLZ)
Hi ! I bounce on the Mr Sloop's post ([Samba] DDNS / DHCPd && Internal DNS or BIND_DLZ) to ask what's the easiest way to allow Linux clients to update themself their DNS record in the Samba4 AD server (with BIND_DLZ Dns server). It works well with windows clients, but with Linux clients joined to the domain, with a valid Kerberos ticket, the client receive a error
2016 Sep 12
1
Counterintuitive use of LLVMBool in C-API?
Of course, this is normal for C-APIs. But maybe change the name to LLVMResult to propagate the real use? I am not arguing about the results themself. They are standard. But the name is missguiding. As long as it's consistent i know that i have to write an extra record operator in Delphi to reflect this. 2016-09-12 11:11 GMT+02:00 David Chisnall <David.Chisnall at cl.cam.ac.uk>: > On
2000 Mar 31
4
anomalous wtmp logging bug
I've noticed rather strange wtmp logging behavior in sshd. Can anyone confirm or solve the following: Once a user authenticates themself to sshd, sshd among other things records the login in the wtmp, which `last` reads. However, sshd logs hostnames which are longer than 16 characters instead of IPs like normal programs would. As a result, I have useless entries such as: tempest
2006 Jan 17
3
Vorbis at first place in "Public, Multiformat Listening Test @ 128 kbps"
Vorbis, using the AoTuV beta4.51 encoder, come first in a "Public, Multiformat Listening Test @ 128 kbps" organized on Hydrogenaudio forum. Hydrogenaudio thread: http://www.hydrogenaudio.org/forums/index.php?showtopic=40607 Presentation: http://www.maresweb.de/listening-tests/mf-128-1/ Results: http://www.maresweb.de/listening-tests/mf-128-1/results.htm
2014 Jun 17
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Thank you very much for your information and documents! Why Imagination Technologies do not offer the latest MIPS ABI document download link just like the ISA docs? If they thought no much people interested in that doc, they had to make greate effort on compiler like GCC,LLVM by themself,then why GCC disagree with some MIPS ABI, it should be freely designed by MIPS ABI designer and compiler
2018 Apr 04
3
Debian Packages for Samba 4.8?
Hi Louis, normally you are building these wonderful samba debian packages for us :-) Is there a reason, that you didnt create packages for samba 4.8? Tfh! Oliver