Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Guido Berhoerster
* Gary Mills [2011-01-18 03:09]: > On Sat, Jan 15, 2011 at 09:13:18PM +0100, Guido Berhoerster wrote: > > > > Adding additional packages is a different story and we are > > currently working on the procedures and infrastructure to provide > > an addon consolidation (see > > http://wiki.openindian

[OpenIndiana-discuss] No keyboard during install of oi 148

2011-01-18 Thread Daniel Bossert
Hi group I tested oi 148 with virtualbox on my macbook and that works perfect. Yesterday I wanted to install oi148 on my pc. The following was: I could check the entry on the grub menu and start the installation (live media). However when I had to select the language or keyboard; I could not en

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Robin Axelsson
How about using django (http://www.djangoproject.com/) for developing web-based administration applications for IO? On 2011-01-18 08:35, Gabriel de la Cruz wrote: Hi, a question for the ones wanting a gui server; is there something else not offered by the apps web interfaces that you would rea

Re: [OpenIndiana-discuss] No keyboard during install of oi 148

2011-01-18 Thread Gary Gendel
Daniel, You are not alone. You can get past this by plugging in a USB mouse and keyboard, but be warned... I tried the following: a) Install from LiveCD using USB mouse and keyboard - Installs but boot hangs after "hostname" message. kernel debug messages don't show anything useful. b) Up

Re: [OpenIndiana-discuss] No keyboard during install of oi 148

2011-01-18 Thread Michael Schuster
Gary, responding slightly OT to something you mentioned: we may have mentioned this before ... if not: On Tue, Jan 18, 2011 at 13:25, Gary Gendel wrote: >  Something is eating up 80% > of the cpu but doesn't show up in the prstat output.  The latest guess is have you tested the theory that y

Re: [OpenIndiana-discuss] No keyboard during install of oi 148

2011-01-18 Thread Alasdair Lumsden
On 01/18/11 12:39 PM, Michael Schuster wrote: that something is in a tight "spawn child which dies" loop. you could easily test this theory by doing repeated "ps -ef | sort -n +1 | tail " and looking at the jumps the pids make (assuming they haven't wrapped around yet, which in itself - if it h

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Sorin Stoiana
On Jan 18, 2011, at 9:35 AM, Gabriel de la Cruz wrote: by the way, if anyone has a good idea how to implement a new kind of Openindiana administrative web gui tool, for example in order to handle some config settings, I could give a hand with the web interface. webmin seems to do the job nicely

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Robin Axelsson
I also think it would be interesting to know how a web-gui interface with the system in OI/OSOL. Regarding web-interfaces in general, I like the webgui implementation made in FreeNAS (freenas.org). They use the m0n0wall webgui which is also found in m0n0wall and pfsense. However, there are plan

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Gabriel de la Cruz
Well, I am not so web gui my self but it provides the tools people need when there is no time to master the underlying technology, in the case of small organizations comes at hand for certain tasks (wen world is to wide to master it all). I think I only really use it in the case of glassfish... we

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Dmitry G. Kozhinov
Hi Gabriel, I am using GUI for the following: - Start/stop services such as Web and FTP daemons. I do not know if Web interface exists for this task; - Unzip files from a flash drive and copy them to desired locations (such as Web and FTP document roots); Change access mode for the files. D

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Dmitry G. Kozhinov
Would be cool if OI would contain a full set of web-based administration tools. From the other side, the more interfaces, the more security holes :) On 18.01.2011 17:25, Robin Axelsson wrote: How about using django (http://www.djangoproject.com/) for developing web-based administration applica

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Jose-Marcio Martins da Cruz
We're mixing two things... When someone mentioned gui-server (or desktop-server, ...), I understood just an window based (gnome, or similar) environnement, to be able to have multiple terminals, instead of a dumb VT220 like console. This is useful when you have a computer with a video card.

[OpenIndiana-discuss] Package dependencies

2011-01-18 Thread Reginald Beardsley
I noticed mention in the stable discussion that there was an issue w/ package dependencies. However, I've not found a way to search the list archive for past discussion. Can someone get me oriented? What do you need? I'm assuming that ldd(1) will provide an 80% solution after a bit of proc

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Robin Axelsson
What I miss is a good remote graphical logger that displays different statistics such as i/o-ops, SMART, network stats, CPU/memory/swap utilization, device errors and other data that one can audit continuously for troubleshooting and/or reassurance that everything is working properly. On 201

Re: [OpenIndiana-discuss] [oi-dev] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Rob McMahon
On 18/01/2011 15:34, Robin Axelsson wrote: What I miss is a good remote graphical logger that displays different statistics such as i/o-ops, SMART, network stats, CPU/memory/swap utilization, device errors and other data that one can audit continuously for troubleshooting and/or reassurance tha

Re: [OpenIndiana-discuss] Package dependencies

2011-01-18 Thread Deano
Hi Reginald, Its generally that the packages are including some small helper function that then brings in a bunch of dependency that strictly aren't nessecary. I.e. a package includes a X windows util for monitoring, so the package then needs a dependency on libxlib which then need X etc. In most

Re: [OpenIndiana-discuss] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Dave Miner
On 01/17/11 05:44 AM, Alasdair Lumsden wrote: Hi Gabriel, On 01/17/11 10:07 AM, Gabriel de la Cruz wrote: Thanks! A place to start is a place to start, and an stable server release is the most urgent one among all the other options. Great - thanks for the feedback! Some people is talking ab

Re: [OpenIndiana-discuss] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Gordon Ross
Dave Miner writes: [...] >> Perhaps refactoring of Caiman is needed, where the Live CD ships with a >> pkg repo, starts a pkg server, and does an install from that. Not sure >> how feasible this would be. Given how complete pkg is, probably not all >> that hard. >> > > We looked into this a little

Re: [OpenIndiana-discuss] Package dependencies

2011-01-18 Thread Dmitry G. Kozhinov
+1 On 18.01.2011 21:26, Deano wrote: I'll start building a table of what a minimal install My current plan (tho a newbie at IPS so...) is to take the minimal zone install as the base ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openind

Re: [OpenIndiana-discuss] Hyperthreading causing kernelpanic on oi_148

2011-01-18 Thread Edward Martinez
On 01/18/11 08:11, Gertjan Oude Lohuis wrote: the kernel would panic with a message "kernel heap corruption detected" this may help:-) http://download.oracle.com/docs/cd/E19963-01/821-1452/tscrashdumps-40145/index.html http://www.sun.com/bigadmin/hcl/data/systems/details/46

Re: [OpenIndiana-discuss] Package dependencies

2011-01-18 Thread Reginald Beardsley
As a first step I'm heading in the direction of building a table as follows: package-version : object : dependency : path : resolution : depend-version using pkg(1) & ldd(1) based on OI_148. It's quite unlikely that this will be a complete solution, but it should get the bulk of the work done.

Re: [OpenIndiana-discuss] Package dependencies

2011-01-18 Thread Alan Coopersmith
On 01/18/11 07:22 AM, Reginald Beardsley wrote: > I noticed mention in the stable discussion that there was an issue w/ package > dependencies. However, I've not found a way to search the list archive for > past discussion. > > Can someone get me oriented? What do you need? I'm assuming tha

Re: [OpenIndiana-discuss] Hyperthreading causing kernelpanic on oi_148

2011-01-18 Thread Albert Lee
On Tue, Jan 18, 2011 at 11:11 AM, Gertjan Oude Lohuis wrote: > Eventually, disabling HyperThreading in the bios solved everything (except > for my headache, but that's something else). > > > * Is a buggy HT-implementation a known issue with Solaris? I've seen more > than one panic/crash/bug, cause

[OpenIndiana-discuss] Configuring DNS client failover logic

2011-01-18 Thread Hillel Lubman
Is there a way to configure the logic of nameserves failover for the OpenIndiana DNS client? In particular I want to use multiple nameserver entries in /etc/resolv.conf as follows - if one server reports that name is unknown, client should attempt to use the next server in the list and etc. (By de

[OpenIndiana-discuss] zpool and nfs

2011-01-18 Thread ann kok
Hi My opensolaris is installed on vmware and I allocate 30G for it When I install opensolaris, I remember to use 20G. Now I want to use the rest of the 10G. Can you show me the command? How can I verify I am using 20G now? I forgot how to calcuate root@opensolaris:~# df -h Filesystem

Re: [OpenIndiana-discuss] Proposal: OpenIndiana Stable Branch

2011-01-18 Thread Alasdair Lumsden
On 18 Jan 2011, at 18:31, Gordon Ross wrote: > Dave Miner writes: > [...] >>> Perhaps refactoring of Caiman is needed, where the Live CD ships with a >>> pkg repo, starts a pkg server, and does an install from that. Not sure >>> how feasible this would be. Given how complete pkg is, probably not a

Re: [OpenIndiana-discuss] zpool and nfs

2011-01-18 Thread Edward Ned Harvey
> From: ann kok [mailto:oiyan...@yahoo.ca] > > My opensolaris is installed on vmware and I allocate 30G for it > When I install opensolaris, I remember to use 20G. > Now I want to use the rest of the 10G. > Can you show me the command? How did you use only 20G out of 30G? By default, I think the

[OpenIndiana-discuss] sun people that has left oracle after acquisition

2011-01-18 Thread Edward Martinez
Hi, found a list of what once were sun personal that has left oracle, thought, it would be neat to share and see who's name we can recognized. interesting...to see Dan Roberts,etc on the list. http://pelegri.wordpress.com/2011/01/02/a-year-after-the-people/ http://blogs.sun.com/danmcd/en