search for: what'd

Displaying 17 results from an estimated 17 matches for "what'd".

Did you mean: what's
2004 Aug 06
1
sample rate/bitrate
i'm new to icecast and the list. i like what i've seen so far. but i'm having some issues. first, i can't seem to get the right bitrate/sample rate on playback. i've ripped my music, encoded and played it in freeamp, and it's great. but when streamed (to winamp on a win2k pc), it plays super-fast-forward. what'...
2005 Feb 23
1
Winbind on AIX 5.2
Has anyone had luck getting Winbind from Samba 3.0.11 to compile and authenticate users telnetting (or ssh'ing) into an AIX lpar? If so, what'd you do? :) I've compiled kerberos and openldap, both installed. Able to run the configure script for Samba, pointing LDFLAGS and related to the correct location for the openldap libraries. I've been unable to get Samba compiled correctly when adding --with-pam to the configure...
2018 Sep 12
3
Generalizing load/store promotion in LICM
...l new.) Thinking about the problem, it finally occurred to me that we can decompose the original example into two steps: getting the loads out of the loop, and sinking the stores out of the loop.  If we can accomplish the former, but not the later, we've still made meaningful progress. So, what'd we'd essentially have is a load only transformation which produces this: int LocalCount = g_count; for (int = 0; i < N; i++)   if (a[i] == 0) {     LocalCount++;     g_count = LocalCount;   } At this point, we've reduced memory traffic by half, and opened up the possibility...
2019 May 21
4
Debugging Samba is a total PITA and this needs to improve
...*some* Windows > users are denied SMB access to this one member server ("Network password is > invalid"), but not all users. Worked fine before today. If you delayed your windows updates for for example 6 day, then this is logical to me. Because MS updates are on Tuesday.. Now, what if you reinstall SMB1 for these windows pc and disable autoremovement. Check with Powershel: Get-WindowsFeature FS-SMB1 If thats not the case, then you should check the attributes of the computer in the AD. this could be also due to kerberos mismatchings in AD. You can check this as followed...
2007 Dec 04
1
5.1 - kernel-2.6.18-53.el5.centos.plus.i686.rpm: [Errno -1] Package does not match intended download
Thank you for the great CentOS. When trying to update from 5.0 to 5.1, I get an error regarding the centos.plus kernel and headers, "[Errno -1] Package does not match intended download". What'd I do? The end of the yum update results below: Transaction Summary ============================================================================= Install 11 Package(s) Update 171 Package(s) Remove 2 Package(s) Total download size: 419 M Is this ok [y/N]: y Downloading Packag...
2018 Sep 13
3
Generalizing load/store promotion in LICM
...y occurred to me that we can > decompose the original example into two steps: getting the loads > out of the loop, and sinking the stores out of the loop.  If we > can accomplish the former, but not the later, we've still made > meaningful progress. > > So, what'd we'd essentially have is a load only transformation > which produces this: > int LocalCount = g_count; > for (int = 0; i < N; i++) >   if (a[i] == 0) { >     LocalCount++; >     g_count = LocalCount; >   } > > At this point, we...
2004 Aug 07
0
Getting a modem connection working via Asterisk
Hey all, I had pretty much figured that getting a modem connection working over the internet (via VoIP) wasn't really do-able. Last night, I was working on a friend's laptop, and needed to configure his dialup account; just to see what'd happen, I plugged it into my Vonage ATA-186, and much to my surprise, was able to get consistent 28,800 connections. Vonage just uses standard SIP with a ULAW codec, as far as I know. I tried the same thing plugged into a SPA-2000 with silence surpression and all that disabled, connecting vi...
2018 Sep 14
2
Generalizing load/store promotion in LICM
...all new.) Thinking about the problem, it finally occurred to me that we can decompose the original example into two steps: getting the loads out of the loop, and sinking the stores out of the loop. If we can accomplish the former, but not the later, we've still made meaningful progress. So, what'd we'd essentially have is a load only transformation which produces this: int LocalCount = g_count; for (int = 0; i < N; i++) if (a[i] == 0) { LocalCount++; g_count = LocalCount; } At this point, we've reduced memory traffic by half, and opened up the possibility that o...
2014 Feb 02
5
[LLVMdev] Some CMake issues (Are you being served?)
Hello, I work on CMake upstream. I'd like to find out in what ways CMake upstream does not fit the needs of llvm/clang, and then fill those gaps. The recent update of the minimum version to CMake 2.8.8 is a good start. Before being able to assess what is missing, it should be ensured that the current codebase is as modern as the minimum version allows, an...
2004 Jan 18
2
Ogg Vorbis in Creative products petition
Hi all dudes. We're organizing a petition to ask Creative to include Ogg Vorbis support in one of their next firmware releases of their digital players. This is very important for two reasons: 1) Creative is a big company. If they include Ogg support in their digital players, other manufacturers will follow the example. 2) This should improve use experience of this class of products for
2019 May 21
0
Debugging Samba is a total PITA and this needs to improve
...chine, yes, but w/e, we're not seeing any performance issues. Huh... Doesn't this work something like : you can put this in idmap.conf https://www.cyrusimap.org/imap/reference/manpages/configs/imapd.conf.html ldap_group_base: dc=example,dc=com ldap_group_filter: (&(cn=%u)(objectclass=WhatYOUneed)(objectclass=Someother)) ldap_group_scope: sub ldap_member_method: attribute ldap_member_attribute: mail > > > You see this note from the script: > > Running as Unix domain member and no user.map detected. > > > > Where is you user mapping? You dont use SePri...
2017 Mar 22
3
REG_SEQUENCE use question
Hi all, Can someone please explain me how to use REG_SEQUENCE in tablegen? The arch i'm writing backend for has 32-bit regs, and it has a couple of 64-bit load/store instructions which use two neighboring regs at once, which i'm trying to employ using virtual regs with subs. For example, it I want to move one 64-bit virtual reg to another, I'm trying to use the following pattern:
2019 May 21
1
Debugging Samba is a total PITA and this needs to improve
...its not wrong and possible to run it without, but it is > >> much more work to setup correctly for this. > >> > >> Where's this documented? > > https://wiki.samba.org/index.php/Samba_Member_Server_Troubleshooting > > No, I mean SePrivileges in general. What would I want them for? Old but shows enough: https://www.samba.org/samba/docs/old/Samba3-HOWTO/rights.html And : https://docs.microsoft.com/en-us/windows/desktop/secauthz/privileges > > >>> Windows and it updates are moving fast > >> > >> Sure, but not really...
2018 Sep 18
1
Generalizing load/store promotion in LICM
On Fri, Sep 14, 2018 at 4:25 PM Philip Reames <listmail at philipreames.com> wrote: > This is going OT from the original thread, but, what the heck... > Sorry, not my intention, I was just giving another reason why getting promotion done in LICM differently would be helpful. > Alina, can you explain the challenge with implementing promotion over > MemorySSA? On the surface, it seems like it should be fairly straight > fo...
2003 Oct 31
37
File Permissions
I have set up Samba so that all users on my small network can read from my one of my Linux shares as well as write to that share. However, when user A saves a file to that share, user B can't open it -- and vice versa. How can I set up samba so that all files written to that share can be read, modified, and deleted by all users? Thanks in advance for an answer to this question.
2019 Nov 14
3
DW_OP_implicit_pointer design/implementation in general
...t; > > > On Nov 14, 2019, at 1:21 PM, David Blaikie <dblaikie at gmail.com> wrote: > > > > Hey folks, > > > > Would you all mind having a bit of a design discussion around the > feature both at the DWARF level and the LLVM implementation? It seems like > what's currently being proposed/reviewed (based on the DWARF feature as > spec'd) is a pretty big change & I'm not sure I understand the motivation, > exactly. > > > > The core point of my confusion: Why does describing the thing a pointer > points to require describ...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...un, May 31, 2020 at 2:08 PM Igor Gomon <igomonv at gmail.com> > wrote: > >>>>>> > >>>>>> Hello Lang, > >>>>>> > >>>>>> I was just wondering if you had a chance to look at my issue or > maybe have an idea what may have caused it. > >>>>>> Thanks! > >>>>>> > >>>>>> > >>>>>> — > >>>>>> Best Regards, > >>>>>> Igor Gomon > >>>>>> Sent from my iPad > >>&gt...