Re: [osol-discuss] // napp-it WebUI + NAS-appliance Online-Installer with OpenIndiana support

2010-10-11 Thread Günther
napp-it needs superuser privilege to manage system settings.  br

up to version 0.324 it is done via pfexec and webuser-account assigned to 
Primary Adiministrator profile.  brbr

To do it the same way on all platforms and because i had problems get all 
running on OpenIndiana (example logins command) br
i use now sudo instead with the following settings: brbr

/etc/sudoer  br
webservd ALL=(root) NOPASSWD: ALL  brbr

and in /etc/user_attr  br
webservdtype=role to disallow remote login  brbr

i have no problems yet with these settings
are there any security concerns with this setting beside the one having 
superuser privilege remotely.  brbr 

gea
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] // napp-it WebUI + NAS-appliance Online-Installer with OpenIndiana support

2010-10-11 Thread Stephan Budach
Hi,

I will check that asap on my Openindiana box.

Thanks,
budy
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Moving camp, lock stock and barrel

2010-10-11 Thread Harry Putnam
This thread was started on the zfs list and I guess would properly
belong here.  Below is a short summary of the thread  and a new
response.

,
| From: Ian Collins i...@ianshome.com
| Message-ID: 4cb29bf8.8000...@ianshome.com
| References: 87bp71e59o@newsguy.com
`

On 10/11/10 05:13 PM, Harry Putnam wrote:
 Osol b134

 I'm experiencing a forced shutdown of a machine.
 It is proceeded with a number of beeps in a steady pattern like

beep beep   beep beep   beep beep

 And onward.  2 beeps pause 2 beeps pause... etc.

 The beeps are the same tone on each set of beeps but each has its own
 tone.  So its .. hi low pause hi low pause .. etc

 I'm not sure what it means but it appears to be somewhat serious since
 it will shutdown the machine at some point... and not too long about
 it.

 I suspect some fairly serious hardware problem.  The machine is
 somewhat old 7-8 yrs and is:
 athlon64 +3400 (cpu (might be) 2.2Ghz or so)

 It has 3 sets of mirrored discs

 2 Sets of 500gb (WD)
 1 set  of 750gb (WD)

 I'm running the machine on a KVM and had the opensolaris machine off
 the switch while having a laptop sharing the KVM.  I've been using ssh
 to login to the problem machine up until now... and now no ssh comes
 up when I boot it.

 I know I will have to rerig things and connect mouse, keyboard,
 monitor direct to the problem machine, but once that is done is there
 some sort of semi-standard way of booting to an emergency set of tools
 to try to see what the problem is?

 I won't have a lot of time, before the machine shuts down.  Maybe 1/2
 hr or so.

 I'm kind of having a brain freeze about this:
 So what are the standard tests or cmds to run to collect enough data
 to try to make a determination of what the problem is?   

Ian responded:
Your motherboard manual would be the best place to look, it sounds like 
the BIOS reporting something (failed fan?)

Harry wrote:
 And if worse case turns out to be the case and I have to get a new
 machine or some new hardware, can anyone offer a small outline of the
 steps that would be needed to move those discs to a new setup?



Ian responded:
Plug them in.

You will probably have to boot form a live CD, export and re-import the 
root pool to get it to boot.

----   ---=---   -   

Edward Ned Harvey wrote:
Edward Ned Harvey wrote:
Date: Mon, 11 Oct 2010 07:33:28 -0400
From: Edward Ned Harvey sh...@nedharvey.com
Message-ID: 01cb6938$23f5afa0$6be10e...@com
References: 87bp71e59o@newsguy.com

 From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
 boun...@opensolaris.org] On Behalf Of Harry Putnam
 
   beep beep   beep beep   beep beep
 
 I'm kind of having a brain freeze about this:
 So what are the standard tests or cmds to run to collect enough data
 to try to make a determination of what the problem is?

Definitely hardware.

To diagnose hardware, no standard test.  Start replacing hardware.  You'll
know you fixed it when the problem stops.

[...]

----   ---=---   -   

Harrys' most recent response:

I was able to get logged in for a while today and grabbed the last
logs from Oct 3.

I see piles of warnings like this:

Oct  3 17:36:01 zfs genunix: [ID 667643 kern.warning] WARNING: Postattach 
failed for hid8
Oct  3 17:36:01 zfs genunix: [ID 667643 kern.warning] WARNING: Postattach 
failed for hid17

But those are peripheral kinds of usb ports or such aren't they?

Where to look for any clues ... so far its been running for about 1/2
hr and not getting any beeps yet, so may be a good opportunity to
extract some kind of diagnostics

I can't get X up ... it just went to a black screen, after seeing the
main login screen, logging in to consol and calling:

but am able to
login at the terminal or ssh from elsewhere to the osol box.

I've posted dmesg at:

  www.jtan.com/~reader/dmesg_osol.txt

I haven't scanned it thoroughly but didn't see anthing I recognized as
a clue. 

If the thing was getting hot, would there be a record left somewhere?


___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Oracle to soon hike MySQL pricing!

2010-10-11 Thread Luca Ferrari
On Saturday, October 09, 2010 03:10:01 pm Erik Trimble's cat walking on the 
keyboard wrote:
 That said, I never understood why MySQL was actually popular. PostgreSQL 
 was so much better at the higher side of features/performance, and 
 SQLite was easier to use and (IMHO) better at lower-end stuff...

True, PostgreSQL is more database oriented than mysql, which is much developer 
oriented. Moreover PostgreSQL was the database used by Sun before the deal 
with MySQL AB.

Luca
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Oracle to soon hike MySQL pricing!

2010-10-11 Thread przemolicc
On Mon, Oct 11, 2010 at 04:58:46PM +0200, Luca Ferrari wrote:
 On Saturday, October 09, 2010 03:10:01 pm Erik Trimble's cat walking on the 
 keyboard wrote:
  That said, I never understood why MySQL was actually popular. PostgreSQL 
  was so much better at the higher side of features/performance, and 
  SQLite was easier to use and (IMHO) better at lower-end stuff...
 
 True, PostgreSQL is more database oriented than mysql, which is much 
 developer 
 oriented. Moreover PostgreSQL was the database used by Sun before the deal 
 with MySQL AB.

It was popular because it was ... popular. Seriously: it is the same like
with php - Why use php ? Because so many people use it. So we do ... - despite
the fact that it there are so many better technologies around 


Regards
Przemyslaw Bak (przemol)
--
http://przemol.blogspot.com/


--
Mieszkania, domy, dzialki - najlepsze oferty!
http://linkint.pl/f281e

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Oracle to soon hike MySQL pricing!

2010-10-11 Thread Octave Orgeron
Yeah it was my hope back in those days that Sun would buy out PostgreSQL 
instead 
of MySQL. And totally agree on MySQL being more developer focused than actually 
database focused.

 *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Octave J. Orgeron
Solaris Virtualization Architect and Consultant
Web: http://unixconsole.blogspot.com
E-Mail: unixcons...@yahoo.com
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*



- Original Message 
From: Luca Ferrari fluca1...@infinito.it
To: opensolaris-discuss@opensolaris.org
Sent: Mon, October 11, 2010 9:58:46 AM
Subject: Re: [osol-discuss] Oracle to soon hike MySQL pricing!

On Saturday, October 09, 2010 03:10:01 pm Erik Trimble's cat walking on the 
keyboard wrote:
 That said, I never understood why MySQL was actually popular. PostgreSQL 
 was so much better at the higher side of features/performance, and 
 SQLite was easier to use and (IMHO) better at lower-end stuff...

True, PostgreSQL is more database oriented than mysql, which is much developer 
oriented. Moreover PostgreSQL was the database used by Sun before the deal 
with MySQL AB.

Luca
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org



  
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Oracle to soon hike MySQL pricing!

2010-10-11 Thread Alan Coopersmith
Octave Orgeron wrote:
 Yeah it was my hope back in those days that Sun would buy out PostgreSQL 
 instead 
 of MySQL.

There is/was no PostgreSQL, Inc. to buy out that owned the code rights,
so there's no comparison to buying MySQL.

-- 
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] Debugging a system freeze: Booting with -k

2010-10-11 Thread Saadia Fatima
How can I catch a system panic/freeze. I tried booting up with a kernel 
debugger, with -k option in the GRUB menu. When the system freezes how can I 
switch to the debugger? I tried f1+shift+a but it did not work. 

Thanks
SF
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] Well supported Dual Port Gigabit Ethernet Adapters on OSOL/OIND

2010-10-11 Thread Dusan Kysel
Can someone having access to the aforementioned adapters and/or chipsets please 
confirm whether they work well with the available OSOL/OIND drivers and whether 
they are still plagued with any disconnect/hang issues several users have been 
reporting in these forums?

I think these are pretty standard controllers integrated on many server boards 
and many users facing the problem of unsupported network adapter chipsets 
absolutely need to know what kind of hardware they may rely on being well 
supported in OpenSolaris - without having to first buy and test it out 
themselves!


One of the biggest barriers to widespread OpenSolaris/OpenIndiana adoption is 
IMHO the lack of information about well supported hardware and quality of the 
few available drivers. Even more frustrating than finding out that lots of 
common hardware is either totally unsupported or having some major issues, is 
the tremendous difficulty of getting reliable, up to date information and 
general guidance on what hardware to obtain for a good OpenSolaris experience!


E.g. the thread I have started on 27.08.2010, Phenom II X6 1090T, AMD 890FX / 
SB850, Any Driver Development Efforts? :

  http://opensolaris.org/jive/thread.jspa?threadID=133393tstart=60

although drawing some significant attention (1288 + 349 views by now) by 
targeting important issues about mainstream hardware compatibility, absolutely 
failed to catch the attention of anyone competent to make a statement about any 
of the reported driver issues.

The few fast replys I have received, although helpful and encouraging, were way 
too general and thus neither able to ascertain specific compatibility nor point 
out several compatibility issues I have been able to get aware of only by 
obtaining the hardware and testing it out myself.

Nevertheless, even in the face of the compatibility risks and lack of reliable 
specific information which tend to inevitably discourage most potential users, 
I have decided to give it a try and report the findings to improve the 
situation and contribute them to the HCL.

Although submitting a detailed report to the OpenSolaris HCL over a month ago, 
it is still not available!

= IS THE HCL DEAD?!


Am I missing something here? Was my approach not adequate enough or is there 
currently a lack of general interest in the remaining community to help users 
solve these pretty fundamental hardware compatibility questions and provide 
them with some basic guidance so they do not have to be going through hoops to 
merely be able to choose some decent NIC with stable drivers?

What should a user do to obtain hardware compatibility and driver quality 
information related to some specific hardware of interest without having to dig 
through device driver code or buying a Oracle support contract?


Thanks.

=Dusan
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


[osol-discuss] VLC and Firefox 3.6.10

2010-10-11 Thread Luis R. Caballero
Good evening everyone,

I desperately seeking for guidance, I'm fairly new to OpenSolaris and I love 
it!! I'm barely getting use to the shell and I need to upgrade and install the 
following:

What are the easiest way to:

1) Upgrade to Firefox 3.6.10
2) How to install VLC
-- 
This message posted from opensolaris.org
___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org


Re: [osol-discuss] VLC and Firefox 3.6.10

2010-10-11 Thread Ginn Chen

On Oct 12, 2010, at 1:05 PM, Luis R. Caballero wrote:

 Good evening everyone,
 
 I desperately seeking for guidance, I'm fairly new to OpenSolaris and I love 
 it!! I'm barely getting use to the shell and I need to upgrade and install 
 the following:
 
 What are the easiest way to:
 
 1) Upgrade to Firefox 3.6.10

Download Firefox 3.6.10 tarball and untar it at wherever you like.
You'd better make the directory writable, then you can have autoupdate.

Find the link at:
http://hub.opensolaris.org/bin/view/Community+Group+desktop/development

Ginn


 2) How to install VLC
 -- 
 This message posted from opensolaris.org
 ___
 opensolaris-discuss mailing list
 opensolaris-discuss@opensolaris.org

___
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org