search for: npe

Displaying 20 results from an estimated 23 matches for "npe".

Did you mean: np
2009 Jun 22
21
Build 115 fresh install.XVM crashes on boot.
Completely fresh,virgin install of b115 SXCE ,zero modifications done. If select XVM from boot menu,it comes all the way till "Starting Desktop login on Display:0..." and reboots. Regular Solaris(not XVM) boots fine. Intel XEON CPU,8G RAM Intel S3210SHLX motherboard(http://www.intel.com/Products/Server/Motherboards/Entry-S3200SH/Entry-S3200SH-overview.htm) Please help and thanks a lot
2006 Jan 23
1
OFF TOPIC: Core router upgrade for a voip colocation center
...Our network map is real simple: [Carrier 7609] --> 100 mbit --> Our cisco 7206 --> 100 mbit --> racks [the racks on our end are a series of switches, mainly 2948gl3's] We push about 60 mbit to/from our (1) carrier at peak right now, and the router keeps up fine [its a cisco 7206 npe 150 btw, very low end on the 7206 line], and at peak we have under 50,000 packets per second, and our 7206 File router-choices.txt not changed so no update needed. [adam@devel Hardware]$ cat router-choices.txt #1 -> http://list.linux-vserver.org/archive/vserver/ #2 -> webhostingtalk.com: jhar...
2015 Oct 19
3
Managed Languages BOF @ Dev Meeting
On 18 Oct 2015, at 23:08, Sanjoy Das <sanjoy at playingwithpointers.com> wrote: > > Supporting only basic block level granularity for "try ranges" may not > be sufficient for Java -- if a basic block has more than one null check > in it then throwing the NullPtrException for the first null check (if > it fails) is semantically different from throwing the
2013 Jan 04
2
(no subject)
Hi, I am using the nls function and it stops because the number of iterations exceeded 50, but i used the nls.control argument to allow for 500 iterations. Do you have any idea why it's not working? fm1 <- nls(npe ~ SSgompertz(npo, Asym, b2, b3), data=f,control=nls.control(maxiter=500)) Error in nls(y ~ exp(-b2 * b3^x), data = xy, algorithm = "plinear", start = c(b2 = pars[["b1"]], : number of iterations exceeded maximum of 50 Thanks for your help, Cheers, Karine.
2016 Nov 02
3
RFC #2: Improving license & patent issues in the LLVM community
> On Nov 1, 2016, at 12:21 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Mon, Sep 12, 2016 at 09:16:47AM -0700, Chris Lattner via llvm-dev wrote: >> The goals of this effort are outlined in the previous email but, in short, we aim to: >> - encourage ongoing contributions to LLVM by preserving low barrier to entry for contributors.
2011 Jun 16
1
OS Hardening typo?
...e-user mode password. There's four lines that look something like this: echo "Require the root pw when booting into single user mode" >> /etc/inittab echo "~~:S:wait:/sbin/sulogin" >> /etc/inittab echo "Don't allow any nut to kill the server" perl -npe 's/ca::ctrlaltdel:\/sbin\/shutdown/#ca::ctrlaltdel:\/sbin\/shutdown/' -i /etc/inittab It's been awhile since I've messed with the /etc/initab file, but why is "Require the root pw when booting into single user mode" being echoed to /etc/inittab? Is this a typo? (I'm g...
2003 Jul 20
0
Permission denied & readlink errors
...les which do not exists on the source from the destination filesystem, it produced a "Permission denied" error. Permission settings for all filesystems on the source and dest have been set to 755(-rwxr-xr-x): delete_one: unlink .snapshot/hourly.1/block/kboey/kboey/westport/pci_power/power/npe/npe0_wp_gv_132/pci_unit_htmldir/25/1832.html: Permission denied delete_one: unlink .snapshot/hourly.1/block/kboey/kboey/westport/pci_power/power/npe/npe0_wp_gv_132/pci_unit_htmldir/25/1831.html: Permission denied 4) Error below occurs upon completion of transfer. block/sloh1/sloh1/westport/jt/ti...
2013 Jan 03
1
nls problem with iterations
Hi, I am using the nls function and it stops because the number of iterations exceeded 50, but i used the nls.control argument to allow for 500 iterations. Do you have any idea why it's not working? fm1 <- nls(npe ~ SSgompertz(npo, Asym, b2, b3), data=f,control=nls.control(maxiter=500)) Thanks for your help, Cheers, Karine.
2015 Oct 21
5
RFC: Improving license & patent issues in the LLVM community
Hi David, Sorry for the delay getting back to you, been a bit buried: On Oct 19, 2015, at 10:12 AM, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote: >> The TL;DR version of this is that I think we should discuss relicensing all of LLVM under the Apache 2.0 license and add a runtime exception clause. See below for a lot more details. > > I agree that this is a problem.
2007 Sep 05
5
Reloading ??
All, So I got passed my initial hurdles with merb 0.4. And all seems to work very nicely. Thank you all for your help ! One thing though, why should I have to bounce the merb server when I change my controller or associated classes ? Am I missing something ? I am having flash back to my java days where I now have to reflect on what changed and bounce the server accordingly...
2016 Nov 03
2
RFC #2: Improving license & patent issues in the LLVM community
> > > > I’m still not completely convinced by this argument, given that the > majority of patent lawsuits come from NPEs. That is not necessarily where the majority of patent lawsuit *danger* comes from, and i'd argue, pretty strongly, it's not the most likely case for LLVM. > We’d still be in the situation where a malicious contributor could: > > 1. Spin up a new company to act as a NPE >...
2006 Oct 31
0
6360419 get master aborts accessing config space of amd64 hostbridge devices on systems with CK8-04 device
...sing config space of amd64 hostbridge devices on systems with CK8-04 device Files: update: usr/src/uts/i86pc/io/pci/pci.c update: usr/src/uts/i86pc/io/pci/pci_common.c update: usr/src/uts/i86pc/io/pci/pci_common.h update: usr/src/uts/i86pc/io/pci/pci_tools.c update: usr/src/uts/i86pc/io/pciex/npe.c
2008 Nov 24
0
[LLVMdev] how to track down a kernel miscompilation?
...has some ways to run the code by some external agent which I haven't investigated yet. Oh and if you are trying to construct an entire kernel bitcode file, the following rule will help: cmd_ll_as = echo "module asm \"" > $@ ; $(ASMCC) $(a_flags) -c -o - -S $< |perl -npe s/\"/\\\\22/g >> $@ ; echo "\"" >> $@ Andrew On Mon, Nov 24, 2008 at 5:49 AM, Török Edwin <edwintorok at gmail.com> wrote: > Hi, > > I am trying to build the Linux kernel with LLVM. > 'ARCH=um' appears to work, now I am trying to get '...
2015 Apr 23
5
[LLVMdev] RFC: implicit null checks in llvm
Hi all, I would like to propose a mechanism that would allow LLVM to fold null pointer checks into "nearby" memory operations, subject to runtime support. This is related to but not exactly the same as a proposal floated by Peter Collingbourne earlier [1]. The obvious use cases are managed languages like Java, C# and Go that require a null check on pointers before they're used in
2010 May 23
3
Fwd: VP8
Begin forwarded message: > From: "Tom O'Reilly" <TOreilly at mpegla.com> > Date: May 22, 2010 6:31:50 PM CDT > To: "Dave Johnson" <davefilms.us at gmail.com> > Cc: "Info-web" <Info-web at mpegla.com> > Subject: RE: VP8 > > Dear Mr. Johnson, > > Thank you for writing. We appreciate hearing from you and the >
2011 Jun 20
3
Geppetto is ready
Geppetto 1.0 is released and ready for download. We want all the feedback we can get, so try it out and let us know what you think! Full story at: http://cloudsmith.github.com/geppetto/ If you haven’t been following the project, Geppetto is an integrated toolset for working with Puppet modules and manifests. It’s built on the Eclipse platform. If you’re an Eclipse user, you can install it
2007 Apr 30
4
B62 AHCI and ZFS
...tice] ISA-device: asy1 Apr 27 09:30:08 weston genunix: [ID 936769 kern.notice] asy1 is /isa/asy at 1,2f8 Apr 27 09:30:08 weston pseudo: [ID 129642 kern.notice] pseudo-device: nvidia255 Apr 27 09:30:08 weston genunix: [ID 936769 kern.notice] nvidia255 is /pseudo/nvi dia at 255 Apr 27 09:30:08 weston npe: [ID 236367 kern.notice] PCI Express-device: pci8086, 244e at 1e, pci_pci0 Apr 27 09:30:08 weston genunix: [ID 936769 kern.notice] pci_pci0 is /pci at 0,0/pci 8086,244e at 1e Apr 27 09:30:08 weston genunix: [ID 773945 kern.notice] UltraDMA mode 2 selected Apr 27 09:30:08 weston last message...
2012 Jul 18
48
LSI SAS2008 Option Rom Failure
Hi- I am trying to pass an LSI SAS2008-based HBA (IBM M1015) through to an HVM Solaris VM, using Xen 4.2 unstable and the qemu-traditional device model. On boot I see the following error: MPT BIOS Fault 09h encountered at adapter PCI(00h,05h,00h) A list search yielded (http://comments.gmane.org/gmane.comp.emulators.xen.devel/128172), however there was no solution for an HVM VM. I''ve
2000 Jan 29
1
HDF5 as a module
...cLMIRURxAUZCmtVvdrlZK7GzX4zHoZPSpuv3zaXHH 8NY1TGO3YENi7+16XnGHdTo4MHUTR2+bhUmhVOh04I/n4Z/1AvifAv9SLQNQoWiEE3NS6nRKcHz1 1osrz0jkIacggAq4nYSH1KyJOmg/E8ZEEtHjO+xsNgKit2FjE+E7nTCYTrljgGaaQCtOVDCFqeWG uJsCXekgOlD+AvUI+HWKQ+f8ChTXEaHlb3x+yeV/WMF/8DW+Jf9/VZHvP9af8v/HaAvk/+C/Abiz /lN7peW/uYXy31x/+v3X4zT9/v/npe//6Uxob7M9bnuULFkh5rNYqCwzY8XMljCL26xLSSjrDo5c 7wPly8bK043g/722wP7VDe6DPQG68/ef1eT+Z6OyifZfW998sv/HaL3Ddusd5I1k4FFgHL/7Z099 DQyj8+vBQL872WVv068H3rK36fcBb9VjFIRLvRB4K2apb4QSn5EA2JpHTxnWvK8MX798b178HdsC +xe+/gHXWG7/mPJt5eL/xiYMP9n/I7SXqwZbZazLtlmdNYLJdIbFqzZkgDNrxLHywXpYboliKn3t wXGd1X3Lu4rciGY2gulVCG...
2008 Nov 24
4
[LLVMdev] how to track down a kernel miscompilation?
Hi, I am trying to build the Linux kernel with LLVM. 'ARCH=um' appears to work, now I am trying to get 'ARCH=x86' to work. So far it seems there is something wrong with the boot vga code (it finds no video modes), the acpi code, and the serial console code. I am now trying to compile drivers/ with llvm-gcc and the rest with gcc-4.2 (I have a wrapper script), I am compiling to