search for: andf

Displaying 18 results from an estimated 18 matches for "andf".

Did you mean: and
2010 Mar 21
7
XCP how to import ISO
Im looking to import an iso that i can use to boot and configure a few virtual machines from i know this could be done in 0.1 by uploading the iso and refreshing the location, but it doesnt appear to work in 0.1.1, has something changed or is this no longer possible? thanks in advance _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2015 Dec 01
2
Making icecast stream available outside my network?
Hi, yess its running on my local ip address. I've loged in to the router, andf orwarded port 8000. On 12/1/2015 2:17 AM, Marius Flage wrote: > Hi! > > Are you even sure that your icecast server is exposed on the internet? > Is your icecast server running on a public or private ip address? If > it's running on a private ip address (192.168.0.0/16, 10.0.0.0...
2011 Jun 03
0
[LLVMdev] Thinking about "whacky" backends
Samuel Crow <samuraileumas at yahoo.com> writes: > Here's some of what it would take to make portable bitcodes in C or LLVM Assembly: A look at the work done on ANDF in the 90's may be helpful. I've only skimmed it but there's been some deep thinking about stuff like this. -Dave
2012 Jan 31
3
Setting up serial ports on kvm guests
...nd.attachDevice(devxml) File "/usr/lib64/python2.6/site-packages/libvirt.py", line 400, in attachDevice if ret == -1: raise libvirtError ('virDomainAttachDevice() failed', dom=self) libvirtError: XML error: unknown device type We wish to have at least two, preferably three, andf ideally all four, serial ports enabled on the virtual guest. Does anyone know how this is accomplished? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited http://www.harte-lyne.ca 9 Brockley D...
2007 Oct 29
2
error message after upgrading to Gusty Gibbon Ubuntu
...the code that was running def create @user = User.new(params[:user]) if @user.save flash[:notice] = ''User was successfully created.'' redirect_to :action => ''list'' else render :action => ''new'' end end andf this is the stack trace any help would be appreciated ArgumentError in Access/userController#create wrong number of arguments (1 for 0) RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace app/models/user.rb:17:in `initialize'' app/models/user.rb:17:in `new&...
2011 Jun 02
4
[LLVMdev] Thinking about "whacky" backends
Hi Nate, I've successfully ported one bitcode from Linux to Mac to Windows.  All were x86 and the program was text-based, but I'd say my LLVM Wrapper would be worth some effort in the future if I could just get some help.  Currently it just wraps StdIO.h with its own functions. Here's some of what it would take to make portable bitcodes in C or LLVM Assembly: * Convert all
2015 Dec 01
0
Making icecast stream available outside my network?
...the firewall running on the icecast server itself? If you're running Windows, make sure you've exempted the icecast program from the firewall rules. - Marius On 01. des. 2015 09:32, Matt Turner wrote: > Hi, yess its running on my local ip address. > I've loged in to the router, andf > orwarded > port 8000. > On 12/1/2015 2:17 AM, Marius Flage wrote: >> Hi! >> >> Are you even sure that your icecast server is exposed on the internet? >> Is your icecast server running on a public or private ip address? If >> it's running on a private ip...
2012 Apr 03
1
GSOC 2012
...of Information retrieval. We extracted association rules and attribite-value pairs from the webpages using unsupervised approach. I have also worked on another project with yahoo, which involved emotion detection of youtube videos, based on the comments of the users. We used various ML, Statisitcs andf IR techniques to achieve our goal. I last year succesfully completed GSOC 2011, with OSGEO and have good experience in Open Source Development. Kindly let me know how shall I proceed with my application. Thanks Sudeep -------------- next part -------------- An HTML attachment was scrubbed... URL...
2015 Nov 30
2
Making icecast stream available outside my network?
Hi, i'm a newb to using icecast. what i'm using is, foobar2000, with the altacast encoder. I went in to the config file, and changed the adminname/password. i've left everything else at there defaults. I open up altacast, and add a new encoder, giveing it the user name, and password. it works fine. But when giveing the link to people to listen, they say they can't open it.
2007 Mar 14
2
loaderror in line 85
Hello, I hope this has not been discussed very often previously, but I do not know how to search the archives, so I cannot prevent posting this. I installed puppet (and removed it andf installed it again, which gave me these error messages: when removing: puppetmaster: unknown service error: %preun(puppet-server-0.22.1-1.i386) scriptlet failed, exit status 1 when installing: puppet: unknown service pupetmaster: unknown service error: %post(puppet-server-0.22.1-1.i386) scriptlet...
2001 Dec 07
1
Samba PDC and WinNT BDC
...trust that the "winbind cache time" option for winbindd does anything at all - in particular winbind is supposed to check for the PDC's "sequence number" as it keeps hitting the PDC. Has anyone tested this? Or perhaps the PDC changes its sequence number every other minute andf so the cache doesnt seem to work. ?? Some questions: 1) Can samba be configured to run a BDC on a linux machine? And is stable? With what version of samba? 2) Can winbindd be configured to talk to that BDC rather than a PDC? 3) I read the following from these newsgroups: > > Automatic us...
2010 Apr 02
0
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
On Apr 2, 2010, at 9:28 AM, 琬菁楊 wrote: > Hello Chris, > > I have survey the efi specification and ask some question to efi engineer. > Difference between EFI C and ANSI C is as following: > 1. void* > In EFI C, the void* is 4-byte for 32-bit processor and 8-byte for 64-bit processor. > And it can appears in any where like ANSI C. > So the main problem is that
2010 Apr 02
5
[LLVMdev] Idea for Google Summer Code : C Compiler for EFI Byte Code implement in LLVM
Hello Chris, I have survey the efi specification and ask some question to efi engineer. Difference between EFI C and ANSI C is as following: 1. void* In EFI C, the void* is 4-byte for 32-bit processor and 8-byte for 64-bit processor. And it can appears in any where like ANSI C. So the main problem is that struct layout like struct S{ void* X; }; is not static. 2.
2009 Mar 21
5
Fisher test problem
Hi, I noted a discrepancy between R and openepi when I ran a fisher test with the same matrix. In R: > a=matrix(c(1,2,6,17), nrow=2) > a [,1] [,2] [1,] 1 6 [2,] 2 17 > fisher.test(a, conf.int=T) Fisher's Exact Test for Count Data data: a p-value = 1 alternative hypothesis: true odds ratio is not equal to 1 95 percent confidence interval: 0.02061498
2005 Nov 12
4
Borrowing between HTB classes not working as expectd.
I''m using a fairly large number of classes, andf borrowing is not working as expected... I''ve called this setting it up on an IMQ device with speed 1200/256 on a 1536/384 line. I''m then throwing a UDP data transfer at it that gets tossed in one of the class under parent 1:6. The classification is working fine, but when I try to...
2015 Aug 11
4
Error
Hello list, today I update de the version of samba, 4.2.3, when I run this tool, I have this error. 1) - ./samba-tool gpo aclcheck ldb_wrap open of secrets.ldb GENSEC backend 'gssapi_spnego' registered GENSEC backend 'gssapi_krb5' registered GENSEC backend 'gssapi_krb5_sasl' registered GENSEC backend 'spnego' registered GENSEC backend 'schannel' registered
2011 Oct 05
0
[LLVMdev] LLVM IR is a compiler IR
On Oct 4, 2011, at 4:42 PM, Renato Golin wrote: > On 5 October 2011 00:19, Chris Lattner <clattner at apple.com> wrote: >> 1. The native client folks trying to use LLVM IR as a portable representation that abstracts arbitrary C calling conventions. This doesn't work because the frontend has to know the C calling conventions of the target. > (...) >> 2. The OpenCL folks
2011 Oct 04
4
[LLVMdev] LLVM IR is a compiler IR
On 5 October 2011 00:19, Chris Lattner <clattner at apple.com> wrote: > 1. The native client folks trying to use LLVM IR as a portable representation that abstracts arbitrary C calling conventions.  This doesn't work because the frontend has to know the C calling conventions of the target. (...) > 2. The OpenCL folks trying to turn LLVM into a portable abstraction language by