search for: ozzi

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

Did you mean: pozzi
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 file. The group permissions have no effect what so ever. If you add or take away permissions from the other permi...
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 :
2007 Nov 26
3
Time Series Issues, Stationarity ..
Hello, I am very new to R and Time Series. I need some help including R codes about the following issues. I' ll really appreciate any number of answers... # I have a time series data composed of 24 values: myinput = c(n1,n2...,n24); # In order to make a forecasting a, I use the following codes result1 = arima(ts(myinput),order = c(p,d,q),seasonal = list(order=c(P,D,Q))) result2 =
2000 Jan 11
3
Too many open files when using clearcase
...ile structures .........................repeated 4 or 5 times ............................. Does anyone have any suggestions on how to get around this? I've tried changing some of the MVFS parameters on the NT side, but that only made it worse. Thanks in advance for any help on this issue! Ozzie, P.S. My smb.conf file looks like this: # Samba config file created using SWAT # from ehecatl (10.5.1.67) # Date: 1999/12/30 14:20:19 # Global parameters [global] workgroup = <OURDOMAIN> netbios name = <MACHINENAME> security = SERVER encrypt passwords = Yes password serve...
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
...o do, with the model objects being the soldiers, the officer being the controller, and the sky being the view. The method which I am trying to avoid is that of pushing the soldiers out of the plane, and then sending a parachute down after them. Thanks for even reading this far, if you have, Ozzi
2014 Jul 06
2
How do you escape characters within the metadata block
When "Icy-MetaData: 1" is in the HTTP request 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
2004 Aug 06
1
CPU Utilization Weirdness
Well, thought I would try one stream only to see if that makes a difference. Apparently not. Here is a listing of the logs and I have attached the conf file and the startup scripts that I use. icecast.log [06/Feb/2002:14:45:25] [1:Calendar Thread] directory_touch_xa([yp.icecast.org:80]) completed...server id = 69 [06/Feb/2002:14:46:19] [96:Connection Handler] Kicking source 92 [192.168.1.5]
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?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live
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?
is it free and will it work with my shoutcast server? On 9/25/10, John List <johnlist at gulfbridge.net> wrote: > At WXBH-LP we had a similar need, and we solved it using mpd (music > player daemon) to coordinate our feed to icecast. > > mpd is a music player (supporting playlists, etc.) originally designed > for local network streaming, but it has several attributes that
2004 Aug 06
2
CPU Utilization Weirdness
Will give it a try, although if this works, kinda defeats the purpose :) Brendan, do you know why updating the directory causes this kind of problem? <p>>From: Brendan Cully <brendan@icecast.org> >Reply-To: icecast@xiph.org >To: icecast@xiph.org >Subject: Re: [icecast] CPU Utilization Weirdness >Date: Wed, 6 Feb 2002 20:21:17 -0500 > >comment out any directory
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?
At WXBH-LP we had a similar need, and we solved it using mpd (music player daemon) to coordinate our feed to icecast. mpd is a music player (supporting playlists, etc.) originally designed for local network streaming, but it has several attributes that make it suitable for other things: * Items in its playlists can be local audio files or remote streams (e.g. DJ streams). * It