search for: afiak

Displaying 14 results from an estimated 14 matches for "afiak".

Did you mean: afaik
2001 Feb 20
4
(Solaris) Linker flags in 2.5.1p1... (fwd)
...../lib/sol7/sparcv7 -L/usr/local/lib -R/usr/local/lib -L/usr/ucblib -R/usr/ucblib -L../lib -R../lib -L../lib -R../lib Libraries: -lwrap -lz -lsocket -lnsl -lgen -lcrypto You should not ever use '-L/usr/ucblib -R/usr/ucblib', since Solaris BSD compat libraries are evil broken and AFIAK you don't need anything from /usr/ucblib. Ignore '-L../lib/sol7/sparcv7'; this is for my multi sparc platform build. Also ignore '-L../lib -R../lib', which is generated by the --with-ssl-dir=.. switch. Regards, --Volker
2004 Nov 07
2
query reg. streaming protocol
Hi, I am planning to guide Engineering Students, to build a MP3 Streaming Server as part of their academic project. I downloaded icecast 2.0.2 & ices 0.4 & went through the documentation & code. I am not able to find technical resources explaining the streaming protocol between Icecast Server & Client (winamp or xmms). We are in need of technical details of streaming protocol,
2012 Feb 29
1
external connotation: tags, categories, prios, users
Hi Folks, are there some [markdown extensions][1] including categories or tags? Like #hashtags on twitter or [[Category:Foo]] on Mediawiki. Additionally on [RTM][2] you can write '!2' for priority, '@klml' for user or '#home' for listings. Afiak its useful to have standardized those tags for e.g. ticketsystems, todolists, taskboards etc merci & greetz klml [1]: http://en.wikipedia.org/wiki/Markdown_extensions [2]: http://www.rememberthemilk.com -- Klaus Mueller
2002 Apr 25
2
wine and Platypus
I've been trying to get Platypus (the ISP billing software by Boardtown) working under wine on-and-off for the past couple of months. Last time I checked, there were some Visual FoxPro problems. Those have now been resolved, but I get an 'insufficient memory' error as soon as Plat tries to contact the SQL database. Has anyone gotten it to work under wine yet? Anything I should
2003 Jan 29
3
Samba LDAP user adding
I just installed samba 2.2.7 on Mandrake 9 with OpenLDAP support. I have set up OpenLDAP and everything is cool. When I try to add a user I get: [root@luna openldap]# smbpasswd -a jim New SMB password: Retype new SMB password: Failed to issue the StartTLS instruction: Connect error Failed to issue the StartTLS instruction: Connect error Failed to add entry for user jim. Failed to modify password
2004 Nov 07
1
query reg. streaming protocol
...s with broken >player behavior. > >Ogg streaming is just straight http, but because of the broken >way mp3 metadata is handled, there is a de facto standard for >transmitting metadata. It's a sort of id3 packet interleaved >at specific byte offsets with the mp3 program stream. AFIAK, >there's no documentation on this. Just read the icecast code >for an example. Look for the 'icy-*' headers. Here is a good decription of the Shoutcast metadata protocol. http://www.smackfu.com/stuff/programming/shoutcast.html Keep in mind, this is only enabled in icecast when a...
2006 Mar 10
1
(no subject)
can the default voicemail folders (old, work, friends, etc.) be changed? for example, i'd like to configure asterisk so that there are only folders called friends and old. thanks -ben
2014 Aug 12
4
[LLVMdev] [cfe-dev] For alias analysis, It's gcc too aggressive or LLVM need to improve?
I'll take this from the C++ angle; the C rules are not the same, and I'm not confident they give the same answer. On Mon, Aug 11, 2014 at 2:09 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > The access path matters (in some sense), but this is, AFIAK, valid no > matter how you look at it. > > Let's take a look line by line > > #include <stdio.h> > struct heap {int index; int b;}; > struct heap **ptr; > int aa; > > int main() { > struct heap element; > struct heap *array[2]; > array[0] = (st...
2003 Jan 28
2
PAM Module for SMB-LDAP
Hi Everybody, maybe we are just too stupid, but for me it seems that there is some problem with holding passwords completely sync between *NIX-world and WIN-world when I use LDAP & Samba. If a user changes a password under Windows, with "passwd chat" the *NIX-Password (attribute: userPassword) can be changend very well besides the both Samba-LDAP-attributes lmPassword and
2014 Aug 11
2
[LLVMdev] [cfe-dev] For alias analysis, It's gcc too aggressive or LLVM need to improve?
+aliasing people I *think* this is valid, because the rules have always been described to me in terms of underlying storage type, and not access path. These are all ints, so all loads and stores can alias. On Sat, Aug 9, 2014 at 3:07 PM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Tim Northover" <t.p.northover at gmail.com>
2009 Jun 10
6
[LLVMdev] CROSS COMPILING LLVM
How does one cross compile llvm ? When I attempt to cross compile I get  : ................................................ ............................................... configure: creating ./config.status config.status: creating Makefile.common config.status: executing setup commands config.status: executing Makefile commands config.status: executing lib/Makefile commands config.status:
2003 Oct 24
8
SS7 signaling/Softswitch
I'm confused a bit about the following and was hoping to get some answers on this group - What is exactly implied when we say asterisk can connect to a PSTN. Does it mean connecting to the PSTN via PRI/T1/E1? If yes, then I assume asterisk does not need to do any SS7 signaling and all it does (playing the role of a PBX) is to connect to a Class 5 Switch at the CO. Is this a correct statement?
2006 Nov 24
19
Time/clock issues with Xen 3.0.3?
The time appears to be perfect inside dom0, however all the domU''s tend to have a slightly faster date which gets further out of sync every day. I''m currently using Xen 3.0.3 with Gentoo Linux, under 3.0.2 I had no problems with domU clocks. Are there any known issues which could cause this? I''d strongly prefer not to run ntpd in every domU, having all domU clocks in
2014 Nov 07
1
Dovecot auth process repeatedly crashes on OS X Server 10.9
My dovecot/auth process crashes several times a minute, sometimes at the same second, sometimes randomly. I?ve turned on auth_debug and been pouring over everything trying to see if I can see what is going on but I can?t find anything. I?m running OS X Server 10.9 and dovecot 2.2.5. I can?t say for sure, but it looks to me like the crashed process doesn?t even save anything to mail-debug.log