search for: eone

Displaying 20 results from an estimated 122 matches for "eone".

Did you mean: done
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:
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
2010 Jan 22
3
ZFS loses configuration
I have just installed EON .599 on a machine with a 6 disk raidz2 configuration. I run updimg after creating a zpool. When I reboot, and attempt to run ''zpool list'' it returns ''no pools configured''. I''ve checked /etc/zfs/zpool.cache, and it appears to have configuration information about the disks in place. If I run zpool import, it loads
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 Apr 13
0
How to add gpxe,dhcpd to EON
Hi All, I''m researching boot diskless over iSCSI . I want to add gpxe and dhcpd to EON . Could you help me ? Thanks and Regards Tien Doan -- This message posted from opensolaris.org
2012 Mar 05
2
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
I downloaded via svn the release_30 and current version code. I am on x86_64 GNU/Linux, I am compiling with gcc 4.4.6 I compiled release_30 with make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0 and current release with make In both cases, when I make check-all I get : FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598) ******************** TEST 'Clang ::
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
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
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
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 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
2015 Feb 03
3
pam_winbind vs. pam_ldap ?
Greetings, All! I'm using Samba 3.6 and OpenLDAP currently. The core configuration has been done eons ago, and I'm not quite sure it is actual any more. I see a number of PAM-related errors every time the system boot up. One concerning me is Jan 28 02:31:21 daemon1 perl: pam_ldap: error trying to bind as user "uid=root,ou=Users,dc=darkdragon,dc=lan" (Invalid credentials) Is this
2006 Feb 21
0
Trusted domains within a large enterprise
Hi Folks I need some advice on whether what I am doing is correct, initially from a logical perspective. My company (E.ON - large utility) has a large ADS system. We are retiring NT4 domains and I have been asked to transfer the SAMBA domain log-ins into ADS. I am initially testing my work on Linux RHEL 4, running SAMBA 3.10. The ADS system consists of a realm/forest PG.EON.NET (old
2010 Nov 18
2
[LLVMdev] tot clang/llvm and tot gcc performance comparision
...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, and just send you results and assembler? Ciao, Duncan.
2012 Mar 02
0
[LLVMdev] make check-all : errors in clang and llvm
I downloaded via svn the release_30 and current version code. I am on x86_64 GNU/Linux, I am compiling with gcc 4.4.6 I compiled release_30 with make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0 and current release with make In both cases, when I make check-all I get : FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598) ******************** TEST 'Clang ::
2012 Mar 06
0
[LLVMdev] installing llvm from source, make check-all fails on llvm::transforms and clang:preprocessor
Hi Simona, these failures are due to the name of the path to LLVM/clang, see below. > /scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem > /scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/include > /scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c > > > -Eonly 2>&1 | not grep
2009 Dec 07
3
captcha
Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups
2023 May 17
4
suprising behaviour of tryCatch()
...} [1] NA [1] NA [1] NA The only difference is the use of ?=? or ?<-? to assign the p value of the fisher test to the vector. I stopped using ?<-? eons ago so it took a bit to figure out. Tested on R 4.1.2 on ContOS 8 , and on R 4.3.0 on a M1 mac with the same result. I?d be obliged if someone can explain why tryCatch assigns items with ?<-? and not ?=?. Cheers F Federico Calboli Tutkija Genomiikka ja jalostus Luonnonvarakeskus [[alternative HTML version deleted]]
2010 Mar 08
11
ZFS for my home RAID? Or Linux Software RAID?
Hello All, I build a new Storage Server to backup my data, keep archives of client files, etc I recently had a near loss of important items. So I built a 16 SATA bay enclosure (16 hot swappable + 3 internal) enclosure, 2 x 3Ware 8 port RAID cards, 8gb RAM, dual AMD Opertron. I have a 1tb boot drive and I put in 8 x 1.5tb Seagate 7200 drives. In the future I want to fill the other 8 SATA bays