similar to: ZFS loses configuration

Displaying 20 results from an estimated 2000 matches similar to: "ZFS loses configuration"

2009 Oct 19
0
EON ZFS Storage 0.59.4 based on snv_124 released!
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! Many thanks to Genunix.org for download hosting and serving the opensolaris community. EON ZFS storage is available in a 32/64-bit CIFS and Samba versions: tryitEON 64-bit x86 CIFS ISO image version 0.59.4 based on snv_124 * eon-0.594-124-64-cifs.iso * MD5:
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
Hi, In my experiments, I need to disable several linking optimizations. However, bzip2, vortex and eon failed if "-disable-opt" was passed to gccld. I tried the out-of-box llvm and the building process provided by llvm-test. The same problem was observed, when I specified EXTRA_LINKTIME_OPT_FLAGS = -disable-opt on Makefile.program and simplied typed "make" under
2010 Nov 14
0
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Thanks David. Unfortunately many of us cannot use GPL v3 gcc so it's hard for us to investigate this. One question, can you tell if gcc is inlining significantly more than llvm? We have reports that this is one of the issue plaguing eon performance. There are also some relatively well known spec optimizations that we haven't implemented. e.g.
2010 Nov 13
3
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Hi, I have looked at the LLVM code generation quality using small test cases and in general it is better than I thought and in some cases better than gcc. However, there are still some gap in SPEC performance. I have not looked at the root cause of those gaps. Anyone who cares about LLVM performance need to take this seriously. For fair comparison, I used -fno-strict-aliasing in gcc to turn off
2009 Jul 20
0
Newbie question on zpool
Hello, I setup a NAS based on EON 0.58.9-b104 (Osol 2008/11) incl. a zfs (raid-z zpool). This is shared in my LAN via smb = working. System is running from a flash USB stick. I now installed Osol 2009/11 on a flash disk in the same machine, so I be able to boot either EON or Osol 2009/11. I tried to import the zpool in Osol, the zpool is not listed available, instead I get a ''permission
2008 Mar 01
1
[LLVMdev] Instruction Scheduling
Hi, guys, I am comparing the performance of the default scheduler (seems to be the one that minimizes register pressure) with no scheduler (-pre-RA-sched=none), and I got these numbers. The ratio is low_reg_pressure/none, that is, the lower the number, the better the performance with low register pressure: CFP2000/177.mesa/177.mesa 1.00 CFP2000/179.art/179.art
2010 Nov 18
2
[LLVMdev] tot clang/llvm and tot gcc performance comparision
Hi Evan, > Thanks David. Unfortunately many of us cannot use GPL v3 gcc so it's hard for us > to investigate this. One question, can you tell if gcc is inlining significantly > more than llvm? We have reports that this is one of the issue plaguing eon > performance. are you allowed to look at assembler output by GPL v3 gcc? If so, maybe someone else can do the compiling for you,
2005 Nov 03
1
[LLVMdev] LLVM Release Branch Regressions
Dear All, I have found the following regressions on Linux/i386: 176.gcc (cbe, llc, jit) 252.eon (cbe, llc, jit) 126.gcc (cbe, llc, jit) Named (llc, jit) I ran a quick test on 176.gcc, and it doesn't seem to be an optimization problem. -- John T. -- John T. Criswell Research Programmer University of Illinois at Urbana-Champaign "It's today!" said Piglet. "My favorite
2010 Nov 09
1
[LLVMdev] SPEC2k, SPEC06 base configuration for clang/llvm
Hi, what is the recommended base configuration of SPEC2k and SPEC06 for clang/llvm? I got compilation error with eon when using gcc's flags (emit error on converting wchar* ..) -- there must be some portability flags I am missing. Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Nov 18
0
[LLVMdev] tot clang/llvm and tot gcc performance comparision
On Nov 17, 2010, at 11:14 PM, Duncan Sands wrote: > Hi Evan, > >> Thanks David. Unfortunately many of us cannot use GPL v3 gcc so it's hard for us >> to investigate this. One question, can you tell if gcc is inlining significantly >> more than llvm? We have reports that this is one of the issue plaguing eon >> performance. > > are you allowed to look at
2004 Jul 17
1
Using a group variable for a group of extension to dial
I ahve been searching to no avail for a referenc eon how to setup a part of my dial plan that will ring certain groups of number based upon the context. Essentually, I want to be able to designate 3 people as sales and have my IVR handoff and ring their extensions in order. Then maybe I will ahve a couple of people I group together and have them ring if someone selects 2 on the IVR for tech
2007 Nov 13
2
DO NOT REPLY [Bug 5079] New: rsync: failed to open "/path/to/file", continuing: Permission denied (13)
https://bugzilla.samba.org/show_bug.cgi?id=5079 Summary: rsync: failed to open "/path/to/file", continuing: Permission denied (13) Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo:
2005 Mar 09
8
How to set ''Return-Path'' in ActionMailer to avoid SPF failure?
I was wondering if there was any way to set the ''Return-Path'' of an email when using ActionMailer. Without the ability to set the ''Return-Path'' of an email, it is impossible to avoid being labeled as ''spam'' by many SMTP gateways if trying to send mail on another''s behalf. SPF doesn''t care about the
2010 Feb 28
5
emergency! linux kickstart pxe boot needed
Hey folks, I'm at colocaiton in the middle of a big rebuild and it seems I have a faulty CD rom in the server that I need to put Centos on via Kickstart. So I cannot boot the Centos 5.4 net install CD. Is PXE kickstart easy to set up? I have a laptop here with DHCP already going. I google and a bunch of stuff comes up but it does not look simple. I'm just shooting htis out ther eon
2010 Apr 05
14
Are there (non-Sun/Oracle) vendors selling OpenSolaris/ZFS based NAS Hardware?
I''ve seen the Nexenta and EON webpages, but I''m not looking to build my own. Is there anything out there I can just buy? -Kyle
2010 Dec 12
2
[LLVMdev] asm-verbose (on by default) is really, really slow
$ time ./llc -march=x86 -mcpu=pentium4 -filetype=asm eon.bc -o eon.s -asm-verbose=false real 0m17.855s user 0m17.480s sys 0m0.380s $ time ./llc -march=x86 -mcpu=pentium4 -filetype=asm eon.bc -o eon.s real 0m53.304s user 0m52.880s sys 0m0.420s Maybe this should be off by default? - David Meyer
2004 Jul 17
1
Using a group variable for a group ofextension to dial
That could be it. What I want to do is set a group of callers and have the event cause the phone to ring them in order. I will tie it to my IVR portion and thus I can make sure peole in sales get calls based on our hierarchy in the office. So if I am reading your example right the syntax is.... Exten => 501,1,Dial(SIP/PHONE1&SIP/PHONE2&SIP/PHONE3), rtf) Is that a valid way to cause
2009 Mar 10
6
[Bug 1570] New: Incorrect return code if mux master has completed
https://bugzilla.mindrot.org/show_bug.cgi?id=1570 Summary: Incorrect return code if mux master has completed Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ssh AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2010 Apr 13
6
Fileserver help.
Hi all. Im pretty new to the whole OpenSolaris thing, i''ve been doing a bit of research but cant find anything on what i need. I am thinking of making myself a home file server running OpenSolaris with ZFS and utilizing Raid/Z I was wondering if there is anything i can get that will allow Windows Media Center based hardware (HTPC or XBOX 360) to steam from my new fileserver? Any help
2010 Feb 15
0
[LLVMdev] Measurements of the new inlinehint attribute
Friday I enabled the inlinehint function attribute in the inliner. It mostly affects the performance of -Os compiled code. I have made some measurements on the SPEC test suite to show what it means. I made three runs of then nightly tests. The baseline represents -Os with no inlinehint: make TEST=nightly OPTFLAGS=-Os EXTRA_LOPT_OPTIONS=-inlinehint-threshold=0