similar to: Programmer Required to Help With Icecast Extension

Displaying 20 results from an estimated 10000 matches similar to: "Programmer Required to Help With Icecast Extension"

2015 Oct 30
0
Extending Icecast - Problem with Linker
---------- Forwarded message ---------- From: "Luca Cireddu" <sardylan at gmail.com> Date: Oct 30, 2015 5:52 PM Subject: Re: [Icecast-dev] Extending Icecast - Problem with Linker To: "Glenn Cooper" <glenn at mychoons.com> Cc: Hi Glenn, you have to add some MySQL references to Autotools build system... I had the same issue wen I was working on my stat project Take a
2011 Oct 14
1
Determining the port assigned by -R 0
It's difficult to programmatically determine the port dynamically assigned by -R 0. The port is output in plain (and presumably localized) text, but I've found that by far the most common use of this is for scripts. Is there currently any sane way to get this information? For the short term I'll probably just parse the plaintext "Allocated port..." message, but that's
2007 Jan 09
1
some Maildir files not honoring dovecot-shared
I'm using RC15 on Solaris 9. The wiki indicates that when a dovecot-shared file exists, "Dovecot uses the same permissions and GID when it creates index files, dovecot-uidlist file, new mail files, etc." In my case, Dovecot *is* creating new index files based on dovecot-shared, but dovecot-uidlist and individual message files don't completely match the permissions/group
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
On Tue, Aug 17, 2010 at 3:12 PM, Paul Davis <paul at linuxaudiosystems.com> wrote: > On Mon, Aug 16, 2010 at 11:09 PM, Glenn McCord <glenn.mccord at gmail.com> wrote: > >> libtool: link: gcc -I/Users/glennm/libOGG-i386/include -O3 >> -funroll-loops -finline-functions -Wall -W -Winline -arch i386 -arch >> i386 -o flac analyze.o decode.o encode.o
2008 Feb 08
4
x-post : find_or_initialize_by ActiveRecord bug? Ignores :conditions
Hello, I posted this on the rails talk group but received no response. Perhaps someone on this list could weigh in on whether this is expected/desired behavior or a bug that I should file and develop failing tests for (I doubt I have the active record method_missing fu to actually patch it). Test Scenario: I would like to find or initialize a new user and base the find on the users email
2013 Dec 19
0
R/C++ programmer for lme4 maintenance
I am seeking a qualified individual to do maintenance, debugging, and development work on `lme4`, a package written in R and C++ for fitting mixed models. I can initially commit funding for 0.25 year full-time equivalent, e.g. 3 months of full-time work or 6 months of half-time. The position is located at McMaster University in Hamilton, Ontario, Canada; I prefer a candidate who could attend
2008 Feb 07
1
ActiveRecord 'find_or_initialize_by' dynamic finder bug? Ignoring conditions.
Hello all, I just ran into something that I think is a bug, and I would like to confirm with the core team whether this is expected/desired behavior or if this is a bug that I should file and develop failing tests for (I doubt I have the active record method_missing fu to actually patch it). Test Scenario: I would like to find or initialize a new user and base the find on the users email
2002 Apr 25
1
Routing between two tunnels
Hi! Me and two friends are trying to get a VPN working, but we cant get routing between two tunnels. This is how it looks, all servers (192.168.*.1) are running IP Masquerade to enable the other computers behind them to access the internet. Both elayne and glenn are connecting to melc, and the tunnel between melc and glenn are running TCPOnly because that glenn doesnt have a public IP (it's
2005 Feb 10
0
Context fails so falling back to extension "s" ?
I realize it's bad form, but I'd really appreciate some hand holding here. AMP is making me pull my hair out and the mountain of configuration data in extensions.conf is starting to get to me... I have the first channel configured in zapata.conf to "take" incoming contexts to "from-pstn". I'm using AMP neat "Incoming Calls" configuration page and
2010 Jan 12
0
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do
I finally fixed my problem by removing samba completely removing samba and reinstalling it. What I discovered is it appears to be an issue with rights. When I reinstalled samba the /var/lib/samba had rights like this. drwxrwxr-x+ 5 root root 4096 2010-01-11 23:27 samba On my original install where the 5 is it was a 6. After the reinstall the rights the rights on /var/lib/samba was reset to 5
2012 May 03
1
File size diff on local disk vs NFS share
On May 3, 2012, at 3:04 PM, Glenn Cooper wrote: >>>> I never really paid attention to this but a file on an NFS mount is >>>> showing 64M in size, but when copying the file to a local drive, it >>>> shows 2.5MB in size. >>>> >>>> My NFS server is hardware Raided with a volume stripe size of 128K >>>> were the volume size is
2007 Jan 03
1
determining connection type/port in logs
Is there a way to configure logging to indicate what connection type was used to authenticate? I'd like to be able to tell from the logs whether the user used STARTTLS on port 143 or an SSL-wrapped connection on port 993. Using RC15 with auth_verbose=yes gives us the following log entries during login and logout (lines wrapped for convenience): # login port 143 with STARTTLS: Jan 3
2005 Jun 08
0
Asterisk Engineer/Programmer required
Hi, We're looking for an experienced Asterisk engineer/programmer to configure and install Asterisk systems. This is a full time position and the person will be based in Asia. Share options are available and we are open to negotiate. Minimum of 1 year experience installing and configuring Asterisk systems. Interested parties, please email your resume and expected salary to :
2009 Jul 16
4
Ubuntu Jaunty samba 3.3.2 print$ no write rights even though I do; -)
Initially when I posted my access problems to print$ I was using the new registry based smb.conf I had my whole configuration in the registry. Now I move my printers and print$ back to the text based smb.conf and I copied the standard ubuntu debian [printers] and [print$] out of the original ubuntu package smb.conf and the only modification that I made was under the [print$] I change read only to
2004 Sep 10
4
OS X compile errors
On Tuesday, January 7, 2003, at 10:15 PM, Josh Coalson wrote: > I am going to check in a fix soon that will be in flac-1.0.5-beta2. > In the meantime you can manually add -Dunix to the two assignments > of OUR_CFLAGS_TAIL in configure. I tried that fix, ran `make clean; ./configure --prefix=/opt` then: [TLB:~/Desktop/flac-1.0.5_beta1/flac-1.0.5_beta1] glenn% make make all-recursive
2004 Sep 10
0
OS X compile errors
This is a problem with the code that does DLL on windows. The 'off' switch assumes "unix" is #defined by the compiler, which it isn't on Darwin. I am going to check in a fix soon that will be in flac-1.0.5-beta2. In the meantime you can manually add -Dunix to the two assignments of OUR_CFLAGS_TAIL in configure. Josh --- Glenn <glenn@meaning.com> wrote: > > I
2004 Sep 10
0
OS X compile errors
--- Glenn <glenn@meaning.com> wrote: > On Tuesday, January 7, 2003, at 10:15 PM, Josh Coalson wrote: > > I am going to check in a fix soon that will be in flac-1.0.5-beta2. > > In the meantime you can manually add -Dunix to the two assignments > > of OUR_CFLAGS_TAIL in configure. > > I tried that fix, ran `make clean; ./configure --prefix=/opt` then: > >
2004 Sep 10
0
And Another OS X Install Problem...
--- Glenn <glenn@meaning.com> wrote: > /bin/sh ../../mkinstalldirs /sw/lib/xmms/Input > ../../libtool-disable-static --mode=install /usr/bin/install -c > libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la > libtool-disable-static: install: warning: relinking `libxmms-flac.la' > cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh >
2016 Apr 01
0
Libreswan PEM format
IPSec is very complex with certificates. try first with PSK authentication and then with certificates -- Eero 2016-04-01 20:21 GMT+03:00 Glenn Pierce <glennpierce at gmail.com>: > I generated according to the docs . Which produced > my server.secrets as below > > used the command > > ipsec newhostkey --configdir /etc/ipsec.d --output >
2001 Nov 26
1
Hmm. Silly(ish) question re: winbind
Hmm...I've never tried it with a local user and a domain group. I've certainly done stuff like: chown DOMAIN+David:"DOMAIN+Domain Users" * and had it work before... -----Original Message----- From: Glenn Sieb [mailto:ges@lumeta.com] Sent: Monday, November 26, 2001 11:00 AM To: Samba Mailing List Subject: Hmm. Silly(ish) question re: winbind I know that winbindd allows Samba