[osol-discuss] IPS publisher help

2011-04-26 Thread Andre Lue
Building an ips image, I start from snv_134 http://pkg.opensolaris.org/dev. I then upgrade this to illumos bits from a local nightly illumos repo. What I don't understand is why no update will take place from snv_134 to snv_148/illumos nightly unless I add http://pkg.openindiana.org/dev as an

Re: [osol-discuss] machine drops off the network

2011-03-19 Thread Andre Lue
What model motherboard are you using? I suspect it's probably a nic driver issue. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] How do I remove a package from my repository?

2011-03-03 Thread Andre Lue
Creating a custom repository I have come across the need to remove a package. Can someone say how I would remove a package from a local repository? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@open

Re: [osol-discuss] IPS question?

2011-03-03 Thread Andre Lue
Hi Shawn, Stuck a bit further down the road. I added the following packages to satisfy some other dependencies and now pkg.depotd crashes on a --rebuild. system/library/math@0.5.11-0.133 library/libtecla@1.6.0-0.133 system/library/security/libsasl@0.5.11-0.133 library/nspr@0.5.11-0.133 system/li

Re: [osol-discuss] IPS question?

2011-03-02 Thread Andre Lue
Thanks Shawn. Looks like I was missing consolidation/sic_team/sic_team-incorporation pkg install -nv SUNWcs@0.5.11,5.11-0.134 consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134 system/library@0.5.11,5.11-0.134 library/zlib@1.2.3,5.11-0.134 system/zones@0.5.11,5.11-0.134 library/libxml2@

Re: [osol-discuss] IPS question?

2011-03-02 Thread Andre Lue
Hi Shawn, Thanks for the reply. The cmd below returns pkg install -nv SUNWcs@0.5.11,5.11-0.134 consolidation/osnet/osnet-incorporation@0.5.11,5.11-0.134 system/library library/zlib system/zones library/libxml2 system/kernel library/math runtime/perl-584 system/file-system/zfs system/library/li

Re: [osol-discuss] IPS question?

2011-03-01 Thread Andre Lue
Hi Shawn, Thanks for the reply. I got a bit further pulling back packages and making own repository. However I am not sure what is missing at this stage. I have verified all the requires on this list are in the repo. Any help is greatly appreciated. pkg install -vn SUNWcs Creating Plan -pkg:

Re: [osol-discuss] setup serial console

2011-02-28 Thread Andre Lue
These steps should work on oi also http://sites.google.com/site/eonstorage/faq#TOC-How-do-I-enable-console-redirection -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Trying to compile SMART without libCstd and libCrun

2011-02-24 Thread Andre Lue
was truncated "dev_interface.h", line 670: Error: m_list is not defined. Compilation aborted, too many Error messages. gmake[2]: *** [smartd.o] Error 1 gmake[2]: Leaving directory `/home/andre.l/smart/smartmontools-5.40' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/home/andr

Re: [osol-discuss] Trying to compile SMART without libCstd and libCrun

2011-02-24 Thread Andre Lue
Reaching out to Rugrat or anyone who could help Trying to use the same switches to compile the latest smartmontools 5.40 but getting the following error. It compiles fine without the "-library=no%Cstd,no%Crun" switch. gmake gmake all-recursive gmake[1]: Entering directory `/home/andre.l/smart/

Re: [osol-discuss] swap increase in solaris 10 - zfs

2011-02-24 Thread Andre Lue
Not sure what the block size is in solaris 10 but in opensolaris it was 4k. So the following should work. Drop to run level one. zfs destroy zfsroot/swap recreate new swap zfs create -b 4096 -V 16384m zfsroot/swap Alternate method adding swap zfs create -V 14000m zfsroot/swapII add entries to /e

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-20 Thread Andre Lue
Hi Harryp, The motherboard you listed (GIGABYTE GA-890GPA-UD3H) does not support ECC type memory. So to follow Erik's guidance to use ECC ram you would have to find a different motherboard that does support ECC type memory. see: Memory supported non-ECC http://www.gigabyte.com/products/product

[osol-discuss] IPS question?

2011-02-12 Thread Andre Lue
if I wish to build an image from openindiana.org, as such pkg image-create -F -a openindiana.org=http://pkg.openindiana.org/dev /image doing a package install of pkg install SUNWcs returns the error Creating Plan -pkg: No version of SUNWcsl can be installed: pkg://openindiana.org/SUNWcsl@0.5.11,5

Re: [osol-discuss] php in opensolaris broken when using syslog?

2011-01-11 Thread Andre Lue
Try a simpler test first using "logger" send a message as the same user and facility that is running that php program. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] firewall and tcpwrapper

2011-01-05 Thread Andre Lue
good info here http://blogs.sun.com/tonyn/entry/firewall_configuration_in_opensolaris_2009 svcs -vx ipfilter will show its status do a man ipfstat for more info. Some more used ipfstat -t ipfstat -iohn -- This message posted from opensolaris.org ___ op

Re: [osol-discuss] Sometimes laggy

2011-01-05 Thread Andre Lue
Truss method: You would need to find the process id (pid) of the gnome commander with something along the lines of ps -ef | grep "gnome commander". replace gnome commander with the proper string pattern. when you get it pid you would then launch truss on that pid and get the slow down to occur

Re: [osol-discuss] Flowadm question

2011-01-03 Thread Andre Lue
What does flowadm show-flow output? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Sometimes laggy

2011-01-03 Thread Andre Lue
I don't see anything tell tale from your captures. I would try running truss or dtrace on the process and keep an eye out for the delta time or sig alarm of some kind expiring. Hope that helps. -- This message posted from opensolaris.org ___ opensolar

Re: [osol-discuss] zfs import problem- urgent

2010-12-08 Thread Andre Lue
Did you run devfsadm after you added the replacement disk? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] zfs import problem- urgent

2010-12-07 Thread Andre Lue
Have you tried import your last step with the pool id instead of the name? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] pkgrm service/storage/zfs-auto-snapshot help

2010-12-07 Thread Andre Lue
I am using the livecd to build a IPS install. After I installed service/storage/zfs-auto-snapshot I noticed it needed/added 52 dependencies (unreal). So I wish to remove this IPS package, edit its dependencies and reinstall it. However pkgrm says it is not installed, so I'm stuck. Can someone p

Re: [osol-discuss] Help:Solaris 9 not fully coming up

2010-09-28 Thread Andre Lue
Katkota, Did you run fsck in single user mode? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] SchilliX-0.7.2 is out and makes OpenSolaris self hosting

2010-09-26 Thread Andre Lue
Good work, Joerg. Thanks -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Disk on Module (DOM) for NAS boot drive?

2010-09-01 Thread Andre Lue
valrhona, Just an FYI. The info kept on EON is mostly network, and OS configuration which are easily replaced with running setup. The ZFS stuff like compression, de-dupe, zfs etc are kept on disk and would return on a forced zpool import . -- This message posted from opensolaris.org ___

Re: [osol-discuss] HELP!! SATA 6G controller for OSOL

2010-07-22 Thread Andre Lue
Sorry Valrhona. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] VLC building help

2010-07-21 Thread Andre Lue
You can try changing the linker to gld instead of ld my technique cp -p /usr/bin/ld /usr/bin/ld.sun cp -p /usr/sfw/bin/gld /usr/sfw/bin/gld.gnu then I symlink ld to ld.sun or gld as needed -- This message posted from opensolaris.org ___ opensolaris-di

Re: [osol-discuss] ISCSI slow down zfs?

2010-07-20 Thread Andre Lue
I would suspect it is still working? Does the system still respond to zfs/zpool cmds? If so you can try to confirm its doing stuff using zpool iostat -v 1 bottom line give it some time to complete what its trying to do and DO NOT power it off. Hope that helps -- This message posted from opens

Re: [osol-discuss] HELP!! SATA 6G controller for OSOL

2010-07-20 Thread Andre Lue
Hi Valrhona, If I follow you correctly the ASUS U3S6 is the troublesome card, and It contains the CD and the SSD, correct? Pussler is, you used the CD to boot and install EON from cdrom on this same controller, correct? If so, can you test only a regular drive on this controller (nothing else

Re: [osol-discuss] HELP!! SATA 6G controller for OSOL

2010-07-20 Thread Andre Lue
You can try booting from the OSOL 134 live cd and see if it finds a suitable driver. We would then be able to identify the driver needed to add to EON. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@

Re: [osol-discuss] HELP!! SATA 6G controller for OSOL

2010-07-20 Thread Andre Lue
Hi Valrhona, Sounds like the driver for IO-PESA-A230R sata card is missing. Do you know which drivers it needs? Does the SSD show up on any of the motherboard sata ports? (non PESA card ports) -- This message posted from opensolaris.org ___ opensolari

Re: [osol-discuss] HELP!! SATA 6G controller for OSOL

2010-07-20 Thread Andre Lue
Hi Valrhona, Sounds like the driver for IO-PESA-A230R sata card is missing. Do you know which drivers it needs? Does the SSD show up on any of the motherboard sata ports? (non PESA card ports) -- This message posted from opensolaris.org ___ opensolari

[osol-discuss] Using opensolaris 134 and sunstudio compiler

2010-07-20 Thread Andre Lue
getting "ld: fatal: file smartd.o: wrong ELF class: ELFCLASS64" when trying to build 64 bit versions of programs for most things where the 32 bit version builds fine. gmake all-recursive gmake[1]: Entering directory `/home/andre.l/smart/smartmontools-5.38' Making all in . gmake[2]: Entering d

Re: [osol-discuss] setting a second permanent loopback interface

2010-07-07 Thread Andre Lue
Unless I misunderstand blackhole routing may be more what you are looking for? route add -net x.x.x.x -netmask 255.255.255.0 interface_ip -blackhole -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@ope

Re: [osol-discuss] Netapp - Again on the tail of ZFS

2010-07-06 Thread Andre Lue
Wow, didn't SUN successfully defend this case? If so, how can NETApp continue this ___??? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] zpool move, and compatibility with wd advanced format drives

2010-07-02 Thread Andre Lue
what does the following show: echo | format -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] http://dlc.sun.com/osol/on/downloads/ down ???

2010-07-02 Thread Andre Lue
Can someone please tell me if http://dlc.sun.com/osol/on/downloads/ temporarily down or ??? Is the contents here mirrored or relocated somewhere else? thanks -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-

Re: [osol-discuss] Sun storage simulator, no longer offered or?

2010-07-02 Thread Andre Lue
Link working today for me Thanks I guess the absence of the vmware image means it's no longer offered, only virtualbox image? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Sun storage simulator, no longer offered or?

2010-07-01 Thread Andre Lue
Is the storage simulator no longer offered for download? http://www.oracle.com/webapps/dialogue/dlgpage.jsp?p_ext=Y&p_dlg_id=8588618&src=6870265&Act=7 Used to be available as a vmware and virtual box image. -- This message posted from opensolaris.org _

Re: [osol-discuss] Oracle Corporation SunOS 5.11 snv_138 Apr. 15, 2010

2010-05-03 Thread Andre Lue
Dennis, Would you mind sharing how you were able to bfu to snv_138? Isn't acr part of the closed bits, which is no longer available? Thanks -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolari

[osol-discuss] EON ZFS Storage 0.60.0 based on snv 130, Sun-set release!

2010-04-05 Thread Andre Lue
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! This release marks the end of SXCE releases and Sun Microsystems as we know it! It is dubbed the Sun-set release! Many thanks to Al at Genunix.org for download hosting and serving the Opensolaris

[osol-discuss] IPS list and contents changes?

2010-03-03 Thread Andre Lue
When I do a pkg list I see packages of the form "x11/library/libice". What package name do I query to see the contents for example "x11/library/libice"? ie pkg contents -r ??? SUNWzfs-auto-snapshot 0.5.11-0.133installed SUNWzfskr

[osol-discuss] IPS and dependency editing question/help?

2010-02-03 Thread Andre Lue
After running pkg image-create -F -a opensolaris.org=http://pkg.opensolaris.org/dev /ips/ I end up with what I'm guessing is the minimal package list in /var/pkg/pkg (list below). If I start by adding SUNWcakr, the entire package list below seems to be the base dependency so it will first add a

Re: [osol-discuss] OpenSolaris snv130 hangs on booting in VMWare ESXi 4.0

2010-01-12 Thread Andre Lue
for Fusion, make sure VT is enabled in your bios or it may incorrectly boot 64-bit machines to 32 bit mode. also to workaround the panic at grub, try adding the following to the kernel line by pressing 'e' twice at grub menu before boot. -B disable-pcieb=true I'm not sure about ESXi 4 but you c

[osol-discuss] EON ZFS Storage 0.59.9 based on snv 129, Deduplication release!

2009-12-21 Thread Andre Lue
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! This is the first EON release with inline Deduplication features! Many thanks to Genunix.org for download hosting and serving the opensolaris community. EON Deduplication ZFS storage is availabl

Re: [osol-discuss] When will sound and poweroff be fixed?

2009-12-18 Thread Andre Lue
keith, try booting with ACPI disabled (each option 2, 4, 8) http://blogs.sun.com/danasblog/entry/configuring_solaris_acpi_at_boot After it boots init 5 and see if it powers off. If it does just add the switch to your /boot/grub/menu.lst -- This message posted from opensolaris.org

Re: [osol-discuss] 128a panic: need help...

2009-12-11 Thread Andre Lue
If you can login try running iostat to see what's going on? Sounds like it may be importing or attempt to? How big was the pool or dataset destroyed? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@o

Re: [osol-discuss] Trying to compile SMART without libCstd and libCrun

2009-12-05 Thread Andre Lue
Many thanks rugrat. That worked -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Quick Question. "pkginfo -q" equivalent in IPS

2009-12-03 Thread Andre Lue
Shawn, Can you say if there are any future plans to include a switch to override installing the dependencies of a package. Thanks -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] EON ZFS Storage 0.59.5 based on snv 125 released!

2009-12-03 Thread Andre Lue
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! Many thanks to Al Hopper and 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

[osol-discuss] Trying to compile SMART without libCstd and libCrun

2009-11-27 Thread Andre Lue
Trying to compile SMART without libCstd and libCrun dependency. So i added -library=no%Cstd,no%Crun to CXXFLAGS and LDFLAGS. It will compile with no%Cstd but fails with no%Crun with the error: source='smartd.cpp' object='smartd.o' libtool=no \ DEPDIR=.deps depmode=none /usr/bin/bash ./dep

Re: [osol-discuss] ZFS dedup clarification

2009-11-27 Thread Andre Lue
Looks like it's working as designed? home was 574Mb, then you added a 152Mb testfile (times 5) 574 + 152 = 731Mb so it recognizes you added 5 copies of testfile the same file. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing l

Re: [osol-discuss] How to work out where boot process fails

2009-11-23 Thread Andre Lue
Try pressing e at the grub splash screen, press e again and modify the kernel line adding -m verbose or for more -v -m verbose -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] ntpd v4 IPS pkg?

2009-11-02 Thread Andre Lue
Is there a ntpd v4 IPS pkg? Tried a couple of different search techniques but came up blank? Only v3? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] EON ZFS Storage 0.59.4 based on snv_124 released!

2009-10-19 Thread Andre Lue
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 vers

Re: [osol-discuss] practical zfs implementation problem

2009-10-10 Thread Andre Lue
You could add one of these http://www.newegg.com/Product/Product.aspx?Item=N82E16815121009 -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Sunstudio ipo iropt error

2009-10-04 Thread Andre Lue
rugrat, You are correct it was running out of swap. Originally 1G swap with 1G ram. Added 500m and still failed. Successful with an additional 1g of swap or a total of 2 gb of swap needed to compile php-5.3.0. -- This message posted from opensolaris.org _

Re: [osol-discuss] Sunstudio ipo iropt error

2009-10-03 Thread Andre Lue
seems if I remove -xipo=1 from the Makefile it completes fine??? -xipo=2 also crashes with the same error? -xipo[=] Enable optimization and inlining across source files, n={0|1|2} Anyone know why? or a proper fix? -- This message posted from opensolaris.org ___

[osol-discuss] Sunstudio ipo iropt error

2009-10-03 Thread Andre Lue
While compiling php5.3.0 with Sunstudio 12 it halts with the following error. This compiler works for a ton of other open source programs. Most help I found says I need patches? Any help is greatly appreciated. Wondering by the error if the line was too long?? /usr/bin/bash /export/home/andrel/

Re: [osol-discuss] Is there a way with pkg to

2009-09-23 Thread Andre Lue
Shawn, Is there any possible workaround to control it in any way? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] Is there a way with pkg to

2009-09-22 Thread Andre Lue
greets, Is there a way with pkg to install only the the pkg I want and not all its dependencies. I know that checking dependencies are by design but supposed I wanted to pull back only SUNWzip to a test directory, is there a way to do this? -- This message posted from opensolaris.org _

[osol-discuss] EON 0.59.3 based on snv_122 released

2009-09-15 Thread Andre Lue
EON ZFS NAS 0.59.3 based on snv_122 released! Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! Much thanks to Al at Genunix.org for download hosting and serving the opensolaris community. It is available in a CIFS and Samba flavor EON 64-bit x8

Re: [osol-discuss] Are there bounties?

2009-09-14 Thread Andre Lue
Doesn't autoexpand, available since snv_117 address this? You have to swap out all members of the raidz pool with larger disks, but I think it does what you're after. http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Changing_Disk_Capacity_Sizes -- This message posted fro

[osol-discuss] De-duplication before SXCE EOL ?

2009-09-10 Thread Andre Lue
Can anyone answer if we will get zfs de-duplication before SXCE EOL? If possible also anser the same on encryption? Thanks -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] zfs data loss after crash

2009-09-03 Thread Andre Lue
That's not normal Scott. The previous system was snv_118, what snv_xxx is the new system where you did the import at? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Adaptec mystery in dell 1750 and 1850

2009-08-17 Thread Andre Lue
Sean, You were correct. Lowering memory to 4GB allows the 32 bit cadp driver to work. It seems that I have another issue with the running 2 of these cards. It seems the card instance gets loaded over the first. Got any recommendations of good scsi card + 64 bit driver combos? -- This message p

Re: [osol-discuss] Adaptec mystery in dell 1750 and 1850

2009-08-12 Thread Andre Lue
How much memory does each box have ? I recall a bug were the adaptec driver doesn't load on a box over a certain amount of memory. 8 Gb in the box where it will not load. Is there a workaround. I will try dropping the memory to 2 or 4Gb to test. lgrpinfo lgroup 0 (root): Children: no

Re: [osol-discuss] Adaptec mystery in dell 1750 and 1850

2009-08-11 Thread Andre Lue
scanpci output (can post full if needed) pci bus 0x0002 cardnum 0x0c function 0x00: vendor 0x9005 device 0x0010 Device unknown CardVendor 0x9005 card 0xa180 (Card unknown) STATUS0x0290 COMMAND 0x0157 CLASS 0x01 0x00 0x00 REVISION 0x00 BIST 0x80 HEADER 0x00 LATENCY 0x20 CA

[osol-discuss] Adaptec mystery in dell 1750 and 1850

2009-08-11 Thread Andre Lue
Need any help guidance anyone has to offer with what going on with an adaptec 2940 uw card in dell 1750 and 1850. The card works and show up in the dell 1750 fine. The same card nor any drives attached to it does not show up in the dell 1850 however I see the following /etc/path_to_inst "/p...@

[osol-discuss] EON ZFS NAS 0.59.2 based on snv_119 released

2009-08-07 Thread Andre Lue
EON 64-bit x86 CIFS ISO image version 0.59.2 based on snv_119 * eon-0.592-119-64-cifs.iso * MD5: a8560cf9b407c9da846dfa773aeaf676 * Size: ~87Mb * Released: Friday 07-August-2009 EON 64-bit x86 Samba ISO image version 0.59.2 based on snv_119 * eon-0.592-119-64-smb.iso * MD5:

Re: [osol-discuss] Minimal OpenSolaris Install

2009-07-15 Thread Andre Lue
Give eon a look. It's already done what you're looking to do. http://eonstorage.blogspot.com -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] installgrub bug back in 117?

2009-07-10 Thread Andre Lue
This bug http://www.opensolaris.org/jive/thread.jspa?messageID=326435񏬣 seems to back in sorts. If I run installgrub in snv_117 all I see is a light blue screen and it does not care/display the splashimage file. This was last checked ok in snv_114. Any help is appreciated. -- This message posted

[osol-discuss] Blank / monitor save mode with text login

2009-06-30 Thread Andre Lue
Is there a way to blank the screen or put monitor in power save mode if only using text login (no X running)? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] packet forwarding, one port in, another port out

2009-05-28 Thread Andre Lue
The ipfilter answer would be /etc/ipnat.conf entries rdr qlge0 qlge0_ip/32 port src_port -> target_ip port dst_port tcp map qlge0 qlge1_net/netmask -> qlge0_ip/32 Of course svcs -vx ipfilter has to say its online and ok. depending on which snv_rev you are running 112+ now has a svc.ipfd parent

[osol-discuss] EON ZFS NAS 0.59.1 based on snv_114 released!

2009-05-26 Thread Andre Lue
Embedded Operating system/Networking (EON), RAM based live ZFS NAS appliance is released on Genunix! Much thanks to Genunix.org for download hosting and serving the opensolaris community. It is available in a CIFS and Samba flavor tryitEON 64-bit x86 CIFS ISO image version 0.59.1 based on snv_11

Re: [osol-discuss] ZFS snapshots versus Netapp snapshots

2009-05-26 Thread Andre Lue
I'm not sure but I think you can achieve a similar thing by enabling snapdir and installing the microsoft shadow client. zfs set snapdir=visible pool/fs and installing the shadow client. Then you can browse the .zfs folder for versioning when needed. -- This message posted from opensolaris.org

Re: [osol-discuss] powertop errors on snv_112

2009-05-05 Thread Andre Lue
Aubrey, Thanks. I will double check but this version was installed via IPS on snv_112 bits. Shouldn't it (powertop) be the latest or up to date? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opens

[osol-discuss] powertop errors on snv_112

2009-05-04 Thread Andre Lue
Running powertop is showing the following errors. Anyone know what the problem may be eon:16:/deep/ips/usr/bin#truss -v all -w all -r all -o /tmp/foo ./powertop OpenSolaris PowerTOP version 1.1 (C) 2008 Intel Corporation powertop: ../cpufreq.c : cpu-change-speed probe unavailable powertop:

Re: [osol-discuss] frustrated in installing Sun Studio 12 in opensolaris

2009-04-20 Thread Andre Lue
Try using the command line. Just unzip create a few links in opt and set your PATH. The details are in the package after you download and unzip it. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@open

Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-07 Thread Andre Lue
phigamma, Took a bit of your advice and having a go with binutils. However I cannot compile ffmepg svn 18335 with the new ld from bintutils. Can you please have alook and tell if you can where this is oging wrong. I'm using /tmp/gcc/bin/ld but cannot figure out where or why it calls /usr/ccs/bi

Re: [osol-discuss] [tools-compilers] gcc 4.3.3 for OpenSolaris x86

2009-04-06 Thread Andre Lue
asura, Configured with: ./configure --prefix=/opt/gcc/gcc-4.4 --with-as=/usr/local/src/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared --with-mpfr-include=/usr/include/mpfr --with-gmp-include=/usr/include/gmp LDFLAGS=-lgmp I made m

Re: [osol-discuss] Clean Install ZFS root SNV_110 Panics at Boot

2009-04-02 Thread Andre Lue
Try incrementing the boot milestone from single up til it panics. Each time boot with -m verbose. You may see which SMF/script that is causing the panic. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discus

[osol-discuss] EON live ZFS NAS appliance 0.59.0 available for download

2009-03-27 Thread Andre Lue
EON is a live ZFS NAS (network attached storage) image based on opensolaris. This is a RAM based live/install image which runs from CD, USB or CF (compact flash). The appliance image provides a high performance 32/64 bit storage solution built on zfs using cost effective disks. EON 32/64-bit x

Re: [osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-27 Thread Andre Lue
My install path is /opt/mediatomb and the pkg-config cmd as run by configure sees them (/opt/mediatomb/usr/include/libavcodec/avcodec.h etc) avcodec.h etc) fine but some other check is failing. moviedecoder.h/c has 2 paths. One seems to secondary /usr/include/ffmpeg/avcodec.h ffmpeg symlink and

[osol-discuss] Anyone compile ffmpegthumbnailer on opensolaris

2009-03-26 Thread Andre Lue
Has anyone had any luck compiling ffmpegthumbnailer on opensolaris. I have tried the svn ver 1.4, 1.5 all failing with the same error. Don't know what the problem is because the pkg-config find all the lib* but configure ends not finding any. Here are my compile settings cat inc.sh pre=/opt/me

Re: [osol-discuss] [appliances-discuss] Multi core support

2009-03-19 Thread Andre Lue
Martin, I also noticed dmesg seems to partially see the other core but ??? Thu Mar 19 14:37:01 PDT 2009 Mar 19 10:00:26 eon acpica: [ID 303547 kern.notice] ACPI: RSDP @ 0xfeb00/0x0024 (v 2 DELL ) Mar 19 10:00:26 eon acpica: [ID 505322 kern.notice] ACPI: XSDT @ 0xfd254/0x0074 (v 1 DELLGX62

Re: [osol-discuss] Install to USB stics using zfs rpool

2009-03-17 Thread Andre Lue
http://osholes.blogspot.com/2008/07/setting-up-zfs-and-opensolaris-on-usb.html -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [appliances-discuss] Multi core support

2009-03-16 Thread Andre Lue
Martin, Sorry for not mentioning before. Both machines show the cores fine on opensolaris 2008.11, so I'd say that clears it being a hardware issue. j...@opensolaris:~# psrinfo -v Status of virtual processor 0 as of: 03/16/2009 07:53:18 on-line since 03/16/2009 07:24:10. The i386 processor o

Re: [osol-discuss] [appliances-discuss] Multi core support

2009-03-15 Thread Andre Lue
Martin thanks for the reply. I am totally lost on this. The same problem occurs on Pentuim D. I am pretty sure my RAM based image is missing something?? Please see my previous Pentium D post here. http://www.opensolaris.org/jive/thread.jspa?threadID=86095&tstart=0 -- This message posted from op

Re: [osol-discuss] [appliances-discuss] Multi core support

2009-03-15 Thread Andre Lue
Still only 1 cpu showing with snv_109 on intel badaxe 2 with quad core? Can anyone offer any guidance on this. This occurs in the EON RAM based image list above. Any help is greatly appreciated. uname -a SunOS eon 5.11 snv_109 i86pc i386 i86pc grep cpu /var/adm/messages Mar 14 22:21:52 eon uni

Re: [osol-discuss] SMC & smcwebserver @ OpenSolaris

2009-03-14 Thread Andre Lue
Maddox, It will work just fine .pkg is a datastream format and equivalent/convertible to filesystem format using pkgtrans. It is however not necessary to convert. Simply pkgadd -d . SUNWzfsgu if you have a .pkg format you can turn it into filesystem format using pkgtrans file.pkg /tmp all hop

Re: [osol-discuss] Multi processor kernel?

2008-07-21 Thread Andre Lue
psrinfo -pv The physical processor has 1 virtual processor (0) x86 (GenuineIntel F44 family 15 model 4 step 4 clock 3192 MHz) Intel(r) Pentium(r) D CPU 3.20GHz psrinfo -v Status of virtual processor 0 as of: 07/21/2008 14:23:50 on-line since 07/21/2008 14:11:24. The i386 processor op

[osol-discuss] Multi processor kernel?

2008-07-21 Thread Andre Lue
Greets, Is multi-processor kernel no longer default in opensolaris? I don't recall when but I've been using the same Dell 620 and 745 hardware where psrinfo used to show the correct number of cores (2). Now I'm running svn_91 and it is showing 1? Can anyone clarify? thanks This message po

[osol-discuss] mdb guidance for /devices tree

2008-06-02 Thread Andre Lue
Can anyone provide some guidance using mdb to track down why a kernel module (smbsrv) is loading but not attaching or to see where it's failing? thanks This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss

Re: [osol-discuss] lofiadm kstat_create errors

2008-06-02 Thread Andre Lue
figured something with this. The lofiadm -C was done on a mkisofs file created on B85 and gave that error on B89. It seems the lofiadm compression by the older version is not compatible with B89's. When I did the same actions all in B89 everything worked as expected. Why would the compression

[osol-discuss] lofiadm kstat_create errors

2008-05-30 Thread Andre Lue
Greets, I did a lofiadm -C on some small iso's . I can mount them on a regular system but when I try to mount them on a ramfs system, I'm getting the error cmd lofiadm -a /mnt/tmp/fs.zlib /dev/lofi/1 and got the error lofiadm: could not map file /mnt/tmp/fs.zlib to /dev/lofi/1: Bad address If

Re: [osol-discuss] B85 CIFS issues

2008-04-14 Thread Andre Lue
Natalie, Any new findings on this? This can be easily reproduced by booting with the failsafe entry on B85, B86 then cp the smbsrv and smbsrv.conf to /tmp/root/kernel/drv/ from the HD install then try to load and attach. the driver will load but the attach will fail with ENXIO What is so dif

Re: [osol-discuss] Question about tcp_conn_req_max_q0

2008-04-10 Thread Andre Lue
tcp_conn_req_max_q0 controls the number of incomplete tcp connections you can queue up (connections in syn state) It is the parameter used to resistant syn attacks Once a connection completes the 3 way hanshake it it moved from tcp_conn_req_max_q0 to the tcp_conn_(forget the res) ndd /dev/tcp \

[osol-discuss] Reaching out to the smbsrv CIFS developers

2008-04-10 Thread Andre Lue
I am trying to run CIFS from a ramfs but the /kernel/drv/smbsrv fails load and attach properly since svn_85, svn_86. This was working up to svn_84 basically add_drv fails when it tries to do a devfsadm -i smbsrv because the /devices/pseudo/[EMAIL PROTECTED]:smbsrv entry is not created. the ioc

Re: [osol-discuss] B85 CIFS issues

2008-04-04 Thread Andre Lue
Can anyone provide guidance to further troubleshoot or info as to why devfsadm -i module in this case a pseudo driver devfsadm -i smbsrv would fail with the following ioctl(5, 0xDF81, 0x080477D0) Err#6 ENXIO This message posted from opensolaris.org

Re: [osol-discuss] B85 CIFS issues

2008-03-29 Thread Andre Lue
Hi Natalie, Thanks again for helping. I really appreciate it. This is a fresh install. I used this same steps in B84 and did not have this issue if that helps any. I followed the steps you gave above and here is the result. I am running 32 bit ver # isainfo i386 # ls -al smbs* -rwxr-xr-x

  1   2   >