search for: devens

Displaying 20 results from an estimated 29 matches for "devens".

Did you mean: devels
2015 Mar 16
4
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
In my initial configuration using the provisioning tool I did not set "interfaces" or "bind interfaces only" in the smb.conf, so when I populated the Bind9 DLZ file I ended up with several A records for my DC which were IP address which cannot be accessed by other hosts on the network. Deven On Mon, Mar 16, 2015 at 1:06 PM, Rowland Penny <rowlandpenny at googlemail.com>
2004 Aug 06
2
More libshout questions (more info)
Okay, this is interesting.... The metadata functions work fine with icecast (2.0.0) but do not work at all with NullSoft's ShoutCast server. . . Is that not supported by libshout? Just curious... Deven Deven Phillips wrote: > Okay > > Nevermind the SEGFAULT, it was string pointers in my code. Sorry > for the inconvenience. Continuing with the issue though . . . . >
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Just wanted to say that everything is working fine, but I may have some suggestions for better documentation once I am done tweaking... Specifically, my server has docker and bridged networking so I ended up with my DNS being populated with some useless IP addresses. Other than that, everything seems to be hunky dorry! Thanks for the great tools!!! Deven
2004 Aug 06
3
Problems with libshout2
Hi, Let me know if this is the wrong place to post this, but I am having problems with cutouts in my streams using libshout2. I am taking audio files and re-encoding them at 32Kbs and then streaming them. Problem is that every 20 secs or so, the stream cuts out for about 5-10 secs and then continues. Any ideas as to why? Should I try using shout_send_raw? Thanks in advance!! Deven
2004 Aug 06
0
More libshout questions ((even)more info)
Even more to consider... The metadata is working with WinAmp and RealPlayer. The concern I have is that the 'url' metadata is being misinterpreted. My url has a "-" in it, and that is getting mistranslated somewhere and WinAmp/RealPlayer then see it as artist/title information. Not good. WinAmp is supposed to display the website defined by the URL. Something else
2004 Aug 06
2
More libshout questions
Mihai, Here's the full backtrace. (gdb) bt full #0 0x40292093 in strlen () from /lib/i686/libc.so.6 No symbol table info available. #1 0x40291dc5 in strdup () from /lib/i686/libc.so.6 No symbol table info available. #2 0x400aed79 in _shout_util_dict_set (dict=0x0, key=0x804b746 "song", val=0x0) at util.c:236 prev = (util_dict *) 0x80555b8 #3 0x400ad61b in
2004 Aug 06
2
Ices2 Script Playlist Handler
Okay then!! Why does the default conf file still say "Only 'basic' implemented"? It took me pouring over the code to figure out what the proper option names are for the script playlist settings. We should provide an example config. Here's mine. <p> <input> <module>playlist</module>
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Following the instructions here: https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO In that page there is a link to using Bind as your DNS server, which links to: https://wiki.samba.org/index.php/DNS_Backend_BIND On that page, it instructs you to populate the DNS server with the command: /usr/local/samba/sbin/samba_dnsupdate --verbose --all-names Without the "interfaces" and the
2013 Jul 23
1
Xen networks running in Promiscuous modes
Can I ask you a quick question? I''ve set up bridge-networking for Xen 4.1 (xen-4.1.3-25.el5.22) and networking was being done properly for Dom0 and DomUs. However, I noticed that Dom0 receives a lot of network interrupts or network packets even when they were not actually meant for either Dom0 or DomU. Now, here are the questions: 1. Dom0 is acting in promiscuous mode, right? 2. If
2004 Aug 06
2
More libshout questions
Okay, I am using libshout to stream to a NullSoft Shoutcast server. I am using libmad and libmp3lame to do re-encoding on the fly. I am streaming to the server (currently) with shout_send_raw(). When I try to use shout_metadata_add(), I get a segfault in strdup(). Anyone have any ideas as to why? Everything else works fine, just not the metadata. Thanks In Advance, Deven --- >8 ----
2004 Aug 06
2
Params and handling
From reading through the code, I can understand that the parameters are read from the XML config file and stored in the void pointer "data", but if I am writing a new playlist module that needs additional parameters, how would I go about handling adding this to the code? I have a MySQL playlist module written, but I cannot seem to integrate the parameters such that the admin would
2004 Aug 06
2
Ices2 Script Playlist Handler
I am just curious as to if the Ices2 Script playlist option is even able to be tested as yet? I would love to have this option available, as it was (and will be again) an integral part of my web site. If there is anything I can do to help speed the development along, I would be more than happy to contribute. I had written a MySQL playlist handler for the original Ices, and I really love the
2004 Aug 06
2
More libshout questions ((even)more info)
On Monday 19 January 2004 23:04, Deven Phillips wrote: > Even more to consider... > > The metadata is working with WinAmp and RealPlayer. The concern I > have is that the 'url' metadata is being misinterpreted. My url has a > "-" in it, and that is getting mistranslated somewhere and > WinAmp/RealPlayer then see it as artist/title information. Not good.
2013 Jun 18
2
Need help in generating MAC Address using Virt-install or any other command
Hello all, Need some help in generating random mac address for my guest vm. I am Specifically looking for the command line as i already have vm file scp''d in the host. Can somebody pl help. Thnks
2004 Aug 06
1
SQL Based playlist plugin
I know that there are capabilities to write plugins in PERL and Python, but I don't like either. I have written a playlist manager and randomizer, but I am having problems understanding how to integrate the proggy as a plugin into ices.. Can anyone point me a to a good reference? TIA, Deven --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2004 Aug 06
0
More libshout questions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 16 Jan 2004, Deven Phillips wrote: > Okay, > > I am using libshout to stream to a NullSoft Shoutcast server. I am > using libmad and libmp3lame to do re-encoding on the fly. I am streaming > to the server (currently) with shout_send_raw(). When I try to use > shout_metadata_add(), I get a segfault in strdup(). Anyone have
2004 Aug 06
0
More libshout questions ((even)more info)
Michael, I was looking through the source code last night, and libshout-2.x does do URL encoding of the key/value pairs for metadata. Have a look at shout.c:308, util.c:247, and util.c:139. I looked at the "safechars" array, and from what I can figure (straight ASCII table right?), "-"'s are URL encoded when they don't need to be. When I changed that array,
2003 Mar 07
1
Type IV sum of squares
To anyone who can help: I am trying to do an analysis of variance with a very unbalanced design and a few empty cells. How do I get R to use type III and more importantly type IV sums of squares? Thanks Deven Hamilton Department of Sociology University of Washington
2009 Nov 02
2
superscript troubles
...),", P=",round(coefficients(summary(lat_x))[2,4], digits=3))) Thank you Jacob -- Jacob Kasper http://twitter.com/Protect_Oceans 66°04' N 23°07' W Coastal & Marine Management Master's Student University Centre of the Westfjords Sundstræti 14 37 Devens Rd Ísafjörður, 400 Swampscott, MA 01907 Iceland USA [[alternative HTML version deleted]]
2008 Jun 09
10
Testing file attachment with Paperclip
Does someone have an example on faking a file upload for just ensuring it gets called, without actually uploading the file to s3. I thought that stubbing Model.has_attached_file would be enough, but it doesn''t seem so ... This is what I did: Video.stub!( :has_attached_file ).with( :name ).and_return( true ) has_attached_file is from paperclip, it gets mixed to the model. 1)