search for: isntance

Displaying 12 results from an estimated 12 matches for "isntance".

Did you mean: instance
2005 Oct 10
11
Samba creating multiple isntances of the deamon
(2005.10.10, 14:25) I am running Samba 3.0.14a-2 on Fedora 4. I have no problem seeing the Linux file system from any of the Windows (2000, SP4) computers attached to the network. The problem is that smbd processes are created for no apparent reason and never die. I noticed this when the computer had been up for about three days and there were some 600 active smbd processes! What could be the
2010 Nov 18
3
problems subsetting
...values in multiple columns What I do currently is: subset1 <- summarystats subset1<-subset1[subset1$Class == 1,] subset1<-subset1[subset1$Type == 1,] subset1<-subset1[subset1$Category == 1,] Now, this works, but is UGLY! I tried using "&&" or "&" , for isntance : subset1<-subset1[ (subset1$Class == 1)&& (subset1$Category == 1),] but it returns an empty data frame. Anyway, the main problem is Problem2: I have a second data frame - a square matrix (rownames == colnames), distm: distm<-read.table(file=f_simmatrix, sep = ","); what...
2007 Jul 03
6
How index works!
Hi, i''ve a project in wich i have 2 different rails apps accessing the same DB. The backoffice, as usual, changes data. The frontoffice has a search capabilities with acts_as_ferret (paginated) for search. Maybe this is a newbie question but, when i delete index and restart front app all the articles are indexed, but the new one''s (via backoffice) are not searchable. Does
2006 Apr 06
3
Inserting parent_id
I have two tables: - projects - lines lines has a foreign key constraint to projects.id When I''m creating a new line object, the database fails on insert with the following error: "PGError: ERROR: null value in column "project_id" violates not-null constraint" My code looks like this: def create_lines @project = params[:id] @line =
2004 Aug 06
4
different play lists on different ports?
...st a bit to course grained to do what it needed to do. > I'll see what I can do with that mount points instead of using different > ports. Thanks for the info. The different ports will work across multiple instances. But they are equivalent on a single instance. For example: icecast isntance one, running on ports 8000, 8001, 8002 icecast instance two, running on ports 9000, 9001, 9002 8000,8001,8002 will all act identically with no difference. 9000,9001,9002 will all act identically with no difference 8000,1,2 and 9000,1,2 will not be anything alike. They will not share sources or...
2004 Aug 06
0
different play lists on different ports?
...rom a performance standpoint? Hunter > From: Jack Moffitt <jack@icecast.org> > Reply-To: icecast@xiph.org > Date: Fri, 1 Jun 2001 10:30:06 -0600 > To: icecast@xiph.org > Subject: Re: [icecast] different play lists on different ports? > > For example: > > icecast isntance one, running on ports 8000, 8001, 8002 > > icecast instance two, running on ports 9000, 9001, 9002 > > 8000,8001,8002 will all act identically with no difference. > > 9000,9001,9002 will all act identically with no difference > > 8000,1,2 and 9000,1,2 will not be anythin...
2006 Feb 24
2
[LLVMdev] gcc like attributes and annotations
hi all, out of a matter of fact I am still using llvm version 1.5. I don't know how 1.6 works in this matter. When translating a complex c application to llvm bytecodes, some semantics are lost: Take for isntance the interesting attribute to put a variable in the thread local data section (.tdata), this would be interesting to have in llvm. like in GCC you write: int x __attribute__((section(".tdata"))); however the llvm bytecode (llvm-gcc -S) does not show anything like this attribute. There...
2006 Jun 09
4
View into a String?
I''ve got a nice XML view of my data that works just fine when I call it from the browser. Now I''d like a different controller method to take that XML and write it to the file system. Since the XML view lives in an RXML file, is there a trick to telling the controller "Get your output into a string" instead of writing it back to the browser? After writing it out
2012 Oct 11
1
Cannot get kvm guests to connect to network
...also running CentOS-6.3. This guest will not connect to the network and the host cannot connect to it via its public IP address. I had previously installed a guest system on thst same kvm host using the same ISO and that system connects to the network without problem. I next created a third guest isntance and this too does not connect with either the kvm host or the gateway. I have installed litterally dozens of kvm guests this past year and I have never encountered this situation. Has anyone else? Does anyone have any idea what might be going on? ip addr 1: lo <LOOPBACK,UP,LOWER_UP> mtu 1...
2012 Oct 11
1
Cannot get kvm guests to connect to network
...also running CentOS-6.3. This guest will not connect to the network and the host cannot connect to it via its public IP address. I had previously installed a guest system on thst same kvm host using the same ISO and that system connects to the network without problem. I next created a third guest isntance and this too does not connect with either the kvm host or the gateway. I have installed litterally dozens of kvm guests this past year and I have never encountered this situation. Has anyone else? Does anyone have any idea what might be going on? ip addr 1: lo <LOOPBACK,UP,LOWER_UP> mtu 1...
2004 Aug 06
3
different play lists on different ports?
I'm running icecast 3.1.10 (from the ports collection) on a freebsd 4.3 machine with a hacked version of iceplay doing the encoding. With older version of icecast you could start multiple instances and tell iceplay to broadcast to each one of those instances with a different playlist. This version of icecast seems to only run one instance, even if I try to start more than one. So, I've
2006 Feb 24
0
[LLVMdev] gcc like attributes and annotations
On Fri, 24 Feb 2006, Jakob Praher wrote: > out of a matter of fact I am still using llvm version 1.5. I don't know > how 1.6 works in this matter. ok. > When translating a complex c application to llvm bytecodes, some > semantics are lost: > > Take for isntance the interesting attribute to put a variable in the > thread local data section (.tdata), this would be interesting to have in > llvm. > > like in GCC you write: > > int x __attribute__((section(".tdata"))); > > however the llvm bytecode (llvm-gcc -S) does not show...