search for: hudson

Displaying 20 results from an estimated 292 matches for "hudson".

2008 Feb 12
6
DomU booting just stops
Hi Ive recently created a DomU machine, when I run the xm create -c command however the machine only boots to a certain point. Then stops....see below root@gangster:/etc/xen# xm create -c hudson Using config file "./hudson". Started domain hudson [ 0.000000] Linux version 2.6.22-14-xen (buildd@king) (gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 SMP Fri Feb 1 01:37:43 UTC 2008 (Unofficial) [ 0.000000] Command line: root=/dev/sda1...
2016 Jan 20
3
linking icecast to ios and android phones
...m currently using Icecast as the server for my radio station The Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming but the stream only seems to work on laptops and not on ios and android phones. Can you help me with a workaround on this? - - -thanks much Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20160120/a54b6aa7/attachment.htm
2004 May 13
3
Winbind ADS Issues w/ *TONS* of Pre-Research
...against the domain controller. As an example: [root@nasone samba]# net ads join -U Administrator Administrator's password: [2004/05/13 17:49:30, 0] libads/ldap.c:ads_add_machine_acct(1006) Host account for nasone already exists - modifying old account Using short domain name -- ECHUDSON Joined 'NASONE' to realm 'HUDSON-OFFICE.ECEDIINC.COM' [root@nasone samba]# net rpc join -U Administrator Password: Joined domain ECHUDSON. [root@nasone samba]# wbinfo -t checking the trust secret via RPC calls failed error code was NT_STATUS_UNSUCCESSFUL (0xc0000001)...
2009 May 26
0
local RAILS/RUBY connections (HUDSON VALLEY NY)? - repost
Anyone from this group in or around Hudson Valley NY? Looking for some local connections or groups to learn with and from. (thanks to Marnen Laibow-Koser for his techvalleyrb suggestion)
2007 Sep 30
6
Switching to user mode from domU kernel
I''m having trouble switching into user mode with my domU kernel -- everytime I call __HYPERVISOR_iret, the hypervisor calls into my kernel via the registered callback handler. None of the bits in the event channel pending arrays are set. If I return via the iret call, the hypervisor immediately calls back into the handler. The user RIP never changes, so it is clearly not making forward
2016 Jan 20
3
linking icecast to ios and android phones
....com>: > I use iOS to listen to my Icecast all the time. What player(s) have you > tried? What URL(s) have you tried? > > Jeremiah Rogers > Cell: 704-996-5334 > Email: jeremiahzrogers at gmail.com > Social Networking: /jzrogers > > > On Jan 20, 2016, at 09:49, Gary Hudson <gmhudson7 at gmail.com> wrote: > > Hello, I am currently using Icecast as the server for my radio station The > Fusion Pocket (www.fusionpocket.com). I love the quality of the streaming > but the stream only seems to work on laptops and not on ios and android > phones. Can you...
2013 May 02
3
Minimal build of R ...
...em that would still allow R to run (not be useful - that can come later - just run)? Thanks in advance for any help anyone can provide :-) Jony -- Centre for Cold Matter, The Blackett Laboratory, Imperial College London, London SW7 2BW T: +44 (0)207 5947741 http://www.imperial.ac.uk/people/jony.hudson http://www.imperial.ac.uk/ccm/research/edm http://www.monkeycruncher.org http://j-star.org/ --
2016 Feb 03
2
linking icecast to ios and android phones
...method for my listeners to listen to my radio station with their Android Phones - - -I think that I need to bypass the flash player - - -can anyone help me out there. I would imagine that many of you are broadcasting to people with Android phones - - -any help would be appreciated Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Jeremiah Rogers Sent: Wednesday, January 20, 2016 12:55 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] linking icecast to ios and android phone...
2010 Sep 13
2
Sample a vector repeatedly
I’d like to sample the vector “y” repeatedly. In this dummy dataset, I’d like to sample (and store) it 1, 2, and 3 times. Is there a straightforward way to do this without using a “for” loop? x <- c(1 :3) y <- c(1:10) (run.sample <- sample (y, x)) Thanks very much, James Hudson [[alternative HTML version deleted]]
2016 Feb 16
2
listener stats
...6:21:38 +0100 source_client_connections 33 source_relay_connections 0 source_total_connections 33 sources 0 stats 0 stats_connections 0 stream_kbytes_read 3186897 stream_kbytes_sent 2283074 http://s2.stationplaylist.com:9290/images/corner_bottomleft.jpg Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Hannah Carroll Sent: Tuesday, February 16, 2016 1:42 PM To: Icecast streaming server user discussions Subject: Re: [Icecast] listener stats The information you used...
2019 Oct 31
3
[PATCH 1/2] loop: fix loop_info struct
Otherwise, stack can be corrupted resulting in incorrect runtime behaviour. For example, overriding argc from main(). References: https://bugs.launchpad.net/ubuntu/+source/klibc/+bug/1850184 Signed-off-by: Michael Hudson-Doyle <michael.hudson at ubuntu.com> Signed-off-by: Adam Conrad <adconrad at ubuntu.com> Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com> --- usr/utils/loop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/utils/loop.h b/usr/utils/loop.h index...
2016 Feb 05
1
post
2010 Sep 21
3
RSpec beta 22 with Rails 3
I am working on a Rails 3 application. Recently bundler got an update for rspec, which upgraded it to 22, (previously we were using beta 20). After the update we are unable to run the old using ''rake spec:rcov'', while running with ''rake spec'' is running fine. When you do rake spec it does not give any output and finishes the task. something like below : $ rake
2008 Nov 17
6
OT - Automated rpm builds
Hi Currently devs check code into perforce and we have to checkout > package > update repo > deploy I know this could be scripted but are there any tools out there that can take code from a repository and build rpm's in a continuous integration type manner? I have been hunting around for such a tool and so far not seeing anything obvious as i dont want to reinvent the wheel if
2016 Sep 01
2
Addition to Wiki How-To Articles
BrockHudson Proposed Subject: iSCSI Target Configuration Proposed Location: How To's > Storagedevices, Logical Volume Management, and RAID > iSCSI Target Configuration I'd also like to request a home page for myself as well. Thank you. -------------- next part -------------- An HTML attachm...
2011 Nov 28
2
Getting clients ips
Hi guys, I'm new using Icecast, so I want know if there is a way to get the IP address of all connected clients. Is this simple or I should change source code of icecast to get it?? Thanks in advance, Hudson Orsine Assump??o -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20111128/f403ea47/attachment.htm
2016 Feb 16
2
listener stats
Hannah, thanks so much - - -how do I log into administration. Just go the icecast website and type in my url? Regards Gary Hudson Home: 817-710-6367 Cell: 0959476691 From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Hannah Carroll Sent: Tuesday, February 16, 2016 9:39 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] listener stats When a dj is live of you...
2006 Sep 11
1
group membership issue?
...sub-folder and own it to: ECW\userb:nobody then userb can work inside that sub-folder just fine. However, WCW\userb can't do anything in the base folder. I'm kinda stuck. I've verified he exists in the group and other users in the group have no problem??? Thanks. Henrik -- Henrik Hudson lists@rhavenn.net ------------------------------ "God, root, what is difference?" Pitr; UF (http://www.userfriendly.org/)
2016 Jan 20
1
linking icecast to ios and android phones
...yer(s) have you >>> tried? What URL(s) have you tried? >>> >>> Jeremiah Rogers >>> Cell: 704-996-5334 >>> Email: jeremiahzrogers at gmail.com >>> Social Networking: /jzrogers >>> >>> >>> On Jan 20, 2016, at 09:49, Gary Hudson <gmhudson7 at gmail.com> wrote: >>> >>> Hello, I am currently using Icecast as the server for my radio station >>> The Fusion Pocket (www.fusionpocket.com). I love the quality of the >>> streaming but the stream only seems to work on laptops and not on ios...
2004 Aug 02
4
First Post: Any existing AVAYA Switch -> Asterisk Voicemail configs?
...if needed. I am in the early stages of researching Asterisk. I administer a small Avaya Definity G3 switch (~400 users). Can anyone point my to resources/documents/actual implementation notes of using Asterisk's voicemail with an Avaya Definity switch? Many thanks, Brian Hudson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040802/1b2c4721/attachment.htm