search for: ozzy

Displaying 20 results from an estimated 27 matches for "ozzy".

Did you mean: ozy
2004 Nov 30
3
File permission
Hello all, I think my file permission are completely screwed up? I created a file called text file called test as root user and have done chgrp on that file to a group called admin. I have added the users ozzie and root to that group. I then did a chmod g+wr on the test file and ozzie can still not write to the file. If I take away read access from the group, ozzie can still read the
2011 Feb 26
0
[LLVMdev] [MC] Removing relaxation control
On Feb 25, 2011, at 11:38 AM, Rafael Avila de Espindola wrote: >>> Can someone else try to reproduce this? > > I tried gcc.c from > http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the > difference is a bit more noticeable: > > -O0 -mno-relax-all > > real 0m13.182s > user 0m12.690s > sys 0m0.450s > > -O0 > > gcc.o is
2011 Feb 25
3
[LLVMdev] [MC] Removing relaxation control
>> Can someone else try to reproduce this? I tried gcc.c from http://people.csail.mit.edu/smcc/projects/single-file-programs/ and the difference is a bit more noticeable: -O0 -mno-relax-all real 0m13.182s user 0m12.690s sys 0m0.450s -O0 gcc.o is 10932968 bytes. real 0m12.969s user 0m12.520s sys 0m0.410s gcc.o is 11410552 bytes IMHO it would still be reasonable to switch to
2009 Oct 16
1
[LLVMdev] Command Line Bugzilla
Hi all, Thought this might be of general interest, I hacked up the pybugz tool to work with llvm.org. It's here if you want it: http://t1.minormatter.com/~ddunbar/pybugz-llvm-0.7.3.tgz Unpack somewhere, and make a link to the 'bugz' script. Usage: -- ddunbar at ozzy-2:~$ bugz get 1000 * Using http://llvm.org/bugs/ * Getting bug 1000 .. Title : Chris Is Buggy Assignee : tonic at nondot.org ... ddunbar at ozzy-2:~$ bugz search foo * Using http://llvm.org/bugs/ * Searching for 'foo' 3053 unassignedclangbugs clang doesn't check foo(in...
2007 Nov 26
3
Time Series Issues, Stationarity ..
...er values in arima() function, but every parameter gave very different results :(( . I even found & tried best.arima() function but it also gave unsatisfactory result. So, how can I calculate the optimum arima() parameters (p,d,q,P,D,Q) that fit my data best ? Thanks in advance, best wishes.. Ozzy
2000 Jan 11
3
Too many open files when using clearcase
FYI: I'm using samba 2.0.6 for clearcase interoperation between Unix and NT, and while it works great 99% of the time, I run into a problem whenever I do a complete build on an NT system, which involves compiling ~1500 files. The first 1100 or so are compiled correctly, but then the following errors show up on the NT box: The system cannot open the device or file specified. And the
2001 Mar 21
1
first time running wine
hi all, i'm running FreeBSD 4.2-RELEASE. i just installed wine and i get an error when i try to run it. [ozzy@athlon]:~$ wine -version Wine release 20010305 Protocol error: process 0x8069000: partial recvmsg 0 for fd hope someone can help me :) thanks, nader _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com
2006 Feb 14
22
Teaching Models to Render Themselves in the Controller
I am trying to teach my models how to render themselves, i.e. <%= my_model_object.render() %> Let me explain my reasoning and proposed method before this gets shot down as anti-MVC. Let''s say I am writing a contact-management application. I have a class Contact. I will need to display this class all over the application. My first choice is to use a partial. Now I can
2014 Jul 06
2
How do you escape characters within the metadata block
...st to the server, that indicates that the client wants to receive meta data inlined with the mp3 data stream. The metadata interval is reported by the server via the "icy-metaint" header in the response stream. Such data looks like the following within the mp3 stream StreamTitle='Ozzy Osbourne - Crazy Train';StreamUrl='http://myserver.org'; Essentially a series of name/value pairs formatted with single-tick quotes around each value and delimited with Equals and Semicolon chars. Here is the question. If the song title itself contains a quote char in it: StreamTit...
2004 Aug 06
1
CPU Utilization Weirdness
...002:14:46:20] [97:Connection Handler] Kicking all 0 clients for source 93 [06/Feb/2002:14:46:21] [98:Connection Handler] Kicking source 94 [192.168.1.5] [Invalid Mount Point] [encoder], connected for 0 seconds, 0 bytes transfered. 0 sources connected <p>ices.log <p>Playing /web/mp3/Ozzy Osbourne - Revelation (Mother Earth).mp3 Playing /web/mp3/Heart - Barracuda (Live).mp3 Playing /web/mp3/Til Tuesday - Voices Carry.mp3 Error during send: Libshout reported send error, disconnecting: Libshout socket error. Error during send: Mount failed on http://192.168.1.5:8000/vman, error: Cou...
2005 Aug 23
6
NFS-root problem
I have been googling and searching the archive , haven''t got anything helpful. Would appreciate any help. Got the follow error when trying to start a domain using NFS root IP-Config: Incomplete network configuration information. Looking up port of RPC 100003/2 on 10.10.24.141 <http://10.10.24.141> RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS:
2011 Jun 10
3
how to convert a vector to an upper matrix
Hi all, If I have a vector A<-1:6, I would like to convert A to an upper matrix M=[0 1 2 3 ; 0 0 4 5 ; 0 0 0 6; 0 0 0 0]. That is, if the length of the known vector is n, then the order m of the matrix I'd like to have should satisfy m(m-1)/2=n How could I do this in R? I really don't want to do it using a loop. Is there a function in R to do this ? Thanks! Best, Zhishi
2006 Feb 10
8
Prototype Inheritance example
Hello Everyone, I am working on a control collection for javascript/Ajax.Net. I am stuck on the class inheritance aspects of the prototype library. If someone could point me to an example it would be a great help. I have looked through the controls.js of the scriptaculous library and found something like the below code, but everytime I ran it I would get a constructor error. Thanks for any help;
2006 Dec 04
5
should_be_different -- possible implementation
There is an assert_difference helper for Test::Unit (you can read about it at http://blog.caboo.se/articles/2006/06/13/a-better- assert_difference and to some it should look familiar -- you know who you are :), so I took a shot at one for rSpec on Rails. class Object def should_be_different(method = nil, difference = nil) return self.should_not_eql(yield) if method.nil?
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
...********************************** Next I tried the following, i wanted to try to swap the listener between two live sources mount /dj1.mp3 is playing music from Winamp/edcast on my old windows machine (classical music) mount /dj2.mp3 is playing music from Winamp/edcast on a second windows machine (Ozzy Osborn) mount /live.mp3 is setup with /dj1.mp3 as the fallback with fallback override set to 1 When a listener connects (using windows media player on a third windows machine), they hear dj1 I then, via the web interface (http://www.icecast.org/docs/icecast-trunk/icecast2_admn.html i.e. /admin/fal...
2013 Mar 12
4
[LLVMdev] LNT BenchmarkGame
Hi folks, I'm investigating the LNT failures on our bot and found that I cannot reproduce BenchmarkGame pass. I've compiled it with GCC, Clang on both ARM and x86_64, with -O3 or with the arguments that the test-suite passes to it and all I can get is the result below: Found duplicate: 420094 Found duplicate: 341335 Found duplicate: 150397 Found duplicate: 157527 Found duplicate: 269724
2010 Sep 25
1
Icecast2 Station with multiple scheduled DJs?
...ed the following, i wanted to try to swap the listener between >> two live sources >> mount /dj1.mp3 is playing music from Winamp/edcast on my old windows >> machine (classical music) >> mount /dj2.mp3 is playing music from Winamp/edcast on a second windows >> machine (Ozzy Osborn) >> mount /live.mp3 is setup with /dj1.mp3 as the fallback with fallback >> override set to 1 >> >> When a listener connects (using windows media player on a third windows >> machine), they hear dj1 >> I then, via the web interface >> (http://www.ice...
2004 Aug 06
2
CPU Utilization Weirdness
...3 > > [06/Feb/2002:14:46:21] [98:Connection Handler] Kicking source 94 > > [192.168.1.5] [Invalid Mount Point] [encoder], connected for 0 seconds, >0 > > bytes transfered. 0 sources connected > > > > > > ices.log > > > > > > Playing /web/mp3/Ozzy Osbourne - Revelation (Mother Earth).mp3 > > Playing /web/mp3/Heart - Barracuda (Live).mp3 > > Playing /web/mp3/Til Tuesday - Voices Carry.mp3 > > Error during send: Libshout reported send error, disconnecting: Libshout > > socket error. > > Error during send: Mount fa...
2005 Dec 15
2
Outbound Routing
Hello, I have a 4 port FXO digium card with 3 PSTNs attached to it and AsteriskAtHome setup. Everything is working fine except outbound calls. When I dial a outside number, it works fine, but when another employee trys to dial out while I am on a line, it will not go. I have a outgoing route setup in the AMP interface. Dial Pattern: 1NXXNXXXXXX NXXNXXXXXX NXXXXXX Trunk
2010 Sep 25
0
Icecast2 Station with multiple scheduled DJs?
...******************* > Next I tried the following, i wanted to try to swap the listener between two live sources > mount /dj1.mp3 is playing music from Winamp/edcast on my old windows machine (classical music) > mount /dj2.mp3 is playing music from Winamp/edcast on a second windows machine (Ozzy Osborn) > mount /live.mp3 is setup with /dj1.mp3 as the fallback with fallback override set to 1 > > When a listener connects (using windows media player on a third windows machine), they hear dj1 > I then, via the web interface (http://www.icecast.org/docs/icecast-trunk/icecast2_admn.h...