Re: [OpenIndiana-discuss] How to set time

2019-06-18 Thread Michael Schuster
There used to be /etc/rtc_config in Solaris ... do you see that on your
system, or any documentation about "RTC"?

regards
Michael

On Tue, Jun 18, 2019 at 2:38 PM Dieter Klünter  wrote:

> Hi,
>
> my hwclock is set to UTC, /etc/default/init shows
>
> TZ=Europe/Berlin
> CMASK=022
> LANG=de_DE.UTF-8
>
> date
> 18. Juni 2019 12:22:42 CEST
>
> my linux system
>
> date
> Di 18. Jun 14:26:20 CEST 2019
>
> same problem is discussed here:
>
>
> https://unix.stackexchange.com/questions/353938/setting-timezone-globally-for-openindiana-hipster
>
> -Dieter
>
> --
>
> Dieter Klünter | Systemberatung
> http://sys4.de
> GPG Key ID: E9ED159B
> 53°37'09,95"N
> 10°08'02,42"E
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Fwd: How to set time

2019-06-18 Thread Michael Schuster
oops ... private only by mistake.

-- Forwarded message -
From: Michael Schuster 
Date: Wed, Jun 19, 2019 at 7:14 AM
Subject: Re: [OpenIndiana-discuss] How to set time
To: Dieter Klünter 




On Tue, Jun 18, 2019 at 7:44 PM Dieter Klünter  wrote:

> Michael Schuster  writes:
>
> > There used to be /etc/rtc_config in Solaris ... do you see that on your
> > system, or any documentation about "RTC"?
>
> [...]
> >
> > On Tue, Jun 18, 2019 at 2:38 PM Dieter Klünter 
> wrote:
> >
> >> Hi,
> >>
> >> my hwclock is set to UTC, /etc/default/init shows
> >>
> >> TZ=Europe/Berlin
> >> CMASK=022
> >> LANG=de_DE.UTF-8
> >>
> >> date
> >> 18. Juni 2019 12:22:42 CEST
> >>
> >> my linux system
> >>
> >> date
> >> Di 18. Jun 14:26:20 CEST 2019
> >>
> >> same problem is discussed here:
> >>
> >>
> >>
> https://unix.stackexchange.com/questions/353938/setting-timezone-globally-for-openindiana-hipster
>
> There is a /etc/rtc_config, which is equivalent to
> /etc/default/init.


I don't quite follow - are you saying that these two are equivalent *on
your machine*, or that they are/should be everywhere? My research (I don't
have a Solaris-y box available for testing, I'm afraid) indicates that that
should not be the case!

I found an example of what /etc/rtc_config looks like at
http://i-am.ws/entry/solaris_x86_rt_clock (minus commentary):
zone_info=Canada/Mountain
zone_lag=21600
which is definitely not what your /etc/default/init looks like (if I
interpret the above as a literal quote) ...

regards
Michael



> But there is a /usr/sbin/rtc which controls hwclock,
> aka rtc.
> svcadm enable netwerk/ntp solved it.
>
> -Dieter
>
>
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to debug the boot sequence?

2020-04-19 Thread Michael Schuster
Dtrace does actually have support for that kind of operation (or it used to
when I used it) - I think you should start with "anonymous" tracing, IIRC.

HTH
Michael

Sent

On Sun, Apr 19, 2020, 10:01 Hubert Garavel  wrote:

> Hi everyone,
>
> At University Grenoble Alpes, I launched a master student project to try
> fixing some bugs in Illumos/OpenIndiana. This way, the student can learn
> the basics of an operating system, use Git, recompile a kernel, see
> real-life C code, and so on.
>
> As a first assignment, I chose bug #10041 (why does domainname display
> " " instead of "") - https://www.illumos.org/issues/10041
>
> I was initially expecting some error in character string handling,
> like a pointer incremented one time too much. But, after looking
> at the code of
>illumos-gate/usr/src/cmd/keyserv/domainname.c
> then, the code of getdomainname() in
>illumos-gate/usr/src/lib/libnsl/rpc/getdname.c
> and finally the code of sysinfo (SI_SRPC_DOMAIN, ...) in
>illumos-gate/usr/src/uts/common/syscall/systeminfo.c
> they all seem to be correct.
>
> So, our current assumption is that, when the system boots, some
> service modifies the domain name (initially set to "") to insert
> a white space (" "). Potential suspects could be:
> /proto/root_i386/usr/lib/ldap/idsconfig
> /usr/src/cmd/svc/milestone/identity-domain
> etc.
>
> To find the right one, it would be helpful to trace the result
> of the "domainname" command at every step of the boot sequence,
> especially every time a service is launched.
>
> Is there an easy way of doing this, e.g., using SMF or Dtrace?
> (rather than manually patching the start scripts of all services).
>
> Thanks for your help
> Hubert
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana vs FreeBSD

2020-07-14 Thread Michael Schuster
On Wed, Jul 15, 2020 at 3:21 AM Lonnie Cumberland 
wrote:

> Greetings All,
>
> Hope that everyone one is well today.
>
> Although I am assuming that this may not be the best place to ask this
> question, I am wondering if there is an advantage of Openindiana (Illumos
> based) or perhaps OmniOS over FreeBSD, or perhaps the other way around.
>

It depends ...
... on what you want to do.

regards
Michael


>
> I am going to move from Linux to either OpenIndian or FreeBSD and seem to
> be caught in the middle as both seem to have almost the same features with
> exception that FreeBSD may have more support streams over OpenIndiana
> although this could change as time goes on.
>
> Perhaps the only real advantage that I might be able to see is that FreeBSD
> has more hardware support, but that may not be the defining factor for me.
>
> I am looking for that little gem in the rough, as it were, and do not
> always believe that mainstream is the only stream that can yield a bright
> future.
>
> Any suggestions or comments would be greatly appreciated.
> Thanks in advance
> Lonnie
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] WAZUH

2020-11-12 Thread Michael Schuster
so what's in config.log?

On Thu, Nov 12, 2020 at 5:11 PM bscuk2  wrote:

> Dear All,
>
> I wondered if anyone had compiled WAZUH on oi? I am not a developer.
>
>
> https://documentation.wazuh.com/2.1/installation-guide/installing-wazuh-agent/wazuh_agent_solaris.html
>
> Running through the installation I come across these errors. I have
> placed it in the user/share directory. Can anyone shed light on where I
> might go from here ?
>
> checking build system type... i386-pc-solaris2.11
> checking host system type... i386-pc-solaris2.11
> checking for python3.8... no
> checking for python3... python3
> checking for --enable-universalsdk... no
> checking for --with-universal-archs... no
> checking MACHDEP... "sunos5"
> checking for gcc... gcc
> checking whether the C compiler works... no
> configure: error: in `/user/share/wazuh-master/src/external/cpython':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
> gmake: *** [Makefile:1679: build_python] Error 77
>
> Regards,
>
> Robert
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Shell to use?

2021-01-20 Thread Michael Schuster
On Wed, Jan 20, 2021 at 12:41 PM david allan finch 
wrote:

> On 01/19/21 06:50 PM, Bob Friesenhahn wrote:
> > I have always noticed that Solaris (and OpenIndiana) is slower to fork
> > processes than Linux or FreeBSD.  It seems slower to enlarge the
> > process address space as well (perhaps because it does not lie).
>
> This is because Linux lies to an app about new page allocation, until
> you attually write to a page it doesn't attually exist at all, Solaris
> (at least used to) allocates a page and cleans it (or make it sparse).
> This means it is possible on Linux to look like you have lots a memory
> and then suddenly runout.


what you're describing is memory overcommit, which Solaris never did (at
least not while I was at Sun).
If memory serves, pages weren't cleaned at reservation (ie when "malloc"
was called), but only when actually accessed ("zfod" - zero fill on
demand). Memory *did* have to be accounted for ("reserved" as the name
says), so you'd know at malloc-time if you were out of memory, and not when
someone tried to access it later.

regards
Michael

Solaris also use a copy on write system at
> forking (which I think Linux copied), that is why they are so much
> faster than Windows, which attually has to start a new process and copy
> the whole address space todo a fork, which is why it just easier to just
> start a new process rather than fork/exec on windows.
>
>

-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
recursion, n: see 'recursion'
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Illumos UFS vs FreeBSD UFS?

2021-01-23 Thread Michael Schuster
Hi,

On Sat, Jan 23, 2021, 08:23 Chris  wrote:

> On 2021-01-22 23:17, Chris wrote:
> > On 2021-01-22 22:58, Hung Nguyen Gia via openindiana-discuss wrote:
> >> Are they compatible? Could I use UFS for data exchange purpose?
> >>
> >> UFS is available on all BSDs, including one doesn't support ZFS. So
> it's a
> >> better
> >> portable FS than ZFS.
> >>
> >> But I'm a bit pessimistic, because each BSD's UFS is different to the
> >> other. e.g:
> >> FreeBSD's UFS2 doesn't mountable under DragonflyBSD, which only
> supports
> >> UFS1.
> > FWIW Dragonfly was forked to show off the hammer filesystem he created.
> As
> > such,
> > not much interest in keeping ffs in sync.
> > Truth is; ffs was created by BSD. Anyway. I'm betting the differences,
> if
> > any, are
> > minimal. It would be trivial to experiment on a couple USB sticks if you
> > don't have
> > a couple spare platters.
> >
> > Good question. Glad you brought it up.
> >>
> >> So I don't expect much.
> >>
> >> BTW, our UFS is UFS2 or UFS1 or something else?
> > _technically_ it's ffs v ffs2. Hope that helps. :-)
> Hmm... well the man pages are not forthcoming on this.
> Well, as I remember the early days, it was initially called
> ffs -- Fast File System. The updates garnered the title ffs2.
> I'll need to dig into my archives.
>


I wouldn't expect too much in ways of compatibility of the on-disk format
between the two: FreeBSD introduced soft updates, whereas Solaris
introduced logging support (among other things).
The authority on FreeBSD's ufs implementation is Kirk McKusick and his
"design and implementation of the FreeBSD operating system"; for Solaris
ufs, I'd wait for people to come forth :)

HTH
Michael

>
> --Chris
> >
> >>
> >> Please let me know. Thanks.
> >>
>
> --
> ~10yrs a FreeBSD maintainer of ~160 ports
> ~40yrs of UNIX
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana CPU Usage.

2010-11-11 Thread Michael Schuster
On Fri, Nov 12, 2010 at 06:52, Nicholas Metsovon  wrote:
> I've been running Linux for more than ten years, but I'm pretty new to
> OpenSolaris.
>
>
> We want to put up a new website for videos, and we'd like a rock-solid stable
> system, so I've been looking at OpenSolaris - and primarily OpenIndiana.
>
> We have a Dell PowerEdge 2900 with eight processing cores and 16GB Ram for 
> this
> project.
>
>
> My question is this:
>
> When I have Linux loaded on this system, and I do a "top" command, it shows
> something like 99.3% idle most of the time.
>
> When I have OpenIndiana, OpenSolaris, or Nexenta Core 3.0 on it, it shows more
> like 80% idle, with the majority of the remaining 20% listed as "kernel".
>
> Is it normal for OpenSolaris to take up so much of the CPU just to run, 
> compared
> to Linux?

can't comment on Linux, but a few points about Solaris:
- does what you see persist over time (minutes)?
- prstat may show a different picture
- prstat -m shows per-process microstate accounting, this may
enlighten you about what's triggering the load (if it persists)
- have a go at DTrace, something like
  # dtrace -n 'profile-10...@[stack()] = count()}'
  interrupted after a few seconds will show you what the kernel's
doing most of the time

HTH
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI 147 doesn't get screen size right

2010-11-17 Thread Michael Schuster
KDE team,

I'm adding you to this discussion because KDE seems to make some
difference here:

what's missing in this message: with OI and KDE, it looks like screen
"size" is 3200x1200 on a 1920x1200 physical screen, which looks mighty
strange. I have not seen this on any other build of (Open)Solaris.

On Mon, Nov 8, 2010 at 15:25, Jonathan Adams  wrote:
> I know that this thread has finished, but a user called "seeger"
> posted on the laptop-discuss:
> http://www.opensolaris.org/jive/thread.jspa?threadID=135165&tstart=0
>
> apparently NVidia have just released upgraded versions of their driver
> that fix multiple issues on on b134

I tried one of the two drivers that supposedly support my graphics
adapter (a 9600GT), and did not see any improvement.

some more data points:
- gnome seems to handle the screen size just OK, I do get the
impression that the nvidia driver does some more "switching" of modes
before I see the final screen/workspace after logging in
- under KDE (somewhat current ... haven't updated in about a month),
starting nvidia-settings (as regular user) causes the machine to
reboot (need to do some more detailed experiments here on what
actually happens); the same tool starts just fine under gnome.

I saw this both with the nvidia driver that "comes with" OI (which in
fact comes from opensolaris.org, AFAICT - it's not this machine I'm
typing on right now, so I can't show the pkg URI) and the
aforementioned newly downloaded driver from nvidia.

comments? ideas?

thx
Michael

>
> Jon
>
> On 29 October 2010 09:14, Michael  wrote:
>> On Thu, Oct 14, 2010 at 20:36, Charles Seeger  wrote:
>>> +-- Guido Berhoerster wrote (Thu, 14-Oct-2010, 14:15 +0200):
>>> | * Michael  [2010-10-14 14:02]:
>>> | > it seems all I have from nvidia is the driver that came w. osol 134 -
>>> | > could that be the case (even then, I can't remember seeing this with
>>> | > any build of osol)?
>>> |
>>> | Yes, OpenIndiana does not provide newer versions of the closed
>>> | Nvidia driver.
>>>
>>> Sorry if all this is well known.
>>> NVidia has Solaris drivers for download, but Sun/Oracle ships
>>> modified versions.  For instance, see:
>>>
>>> http://mail.opensolaris.org/pipermail/xwin-discuss/2010-September/004651.html
>>> http://mail.opensolaris.org/pipermail/xwin-discuss/2010-September/004652.html
>>>
>>> http://opensolaris.org/jive/thread.jspa?threadID=131239
>>>
>>> ftp://download.nvidia.com/solaris/
>>>
>>> Hopefully, updated Oracle-modified NVidia drivers will ship with
>>> the next Solaris Express, but those probably will come with limits
>>> on redistribution.
>>
>> I tried copying the contents of the complete nvidia package (the one
>> that contains kernel/drv/nvidia) from build 150 into an oi boot env,
>> but that didn't change the behaviour.
>>
>> Michael
>> --
>> regards/mit freundlichen Grüssen
>> Michael Schuster


-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [kde-discuss] OI 147 doesn't get screen size right

2010-11-17 Thread Michael Schuster
On Wed, Nov 17, 2010 at 22:42, Pavel Heimlich, a.k.a. hajma
 wrote:
> 2010/11/17 Michael Schuster :
>> KDE team,
>>
>> I'm adding you to this discussion because KDE seems to make some
>> difference here:
>>
>> what's missing in this message: with OI and KDE, it looks like screen
>> "size" is 3200x1200 on a 1920x1200 physical screen, which looks mighty
>> strange. I have not seen this on any other build of (Open)Solaris.
>>
>> On Mon, Nov 8, 2010 at 15:25, Jonathan Adams  wrote:
>>> I know that this thread has finished, but a user called "seeger"
>>> posted on the laptop-discuss:
>>> http://www.opensolaris.org/jive/thread.jspa?threadID=135165&tstart=0
>>>
>>> apparently NVidia have just released upgraded versions of their driver
>>> that fix multiple issues on on b134
>>
>> I tried one of the two drivers that supposedly support my graphics
>> adapter (a 9600GT), and did not see any improvement.
>>
>> some more data points:
>> - gnome seems to handle the screen size just OK, I do get the
>> impression that the nvidia driver does some more "switching" of modes
>> before I see the final screen/workspace after logging in
>> - under KDE (somewhat current ... haven't updated in about a month),
>> starting nvidia-settings (as regular user) causes the machine to
>> reboot (need to do some more detailed experiments here on what
>> actually happens); the same tool starts just fine under gnome.
>>
>> I saw this both with the nvidia driver that "comes with" OI (which in
>> fact comes from opensolaris.org, AFAICT - it's not this machine I'm
>> typing on right now, so I can't show the pkg URI) and the
>> aforementioned newly downloaded driver from nvidia.
>>
>> comments? ideas?
>
> it might be worth trying with the VESA driver


will KDE work (reasonably well) with that?

-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [kde-discuss] OI 147 doesn't get screen size right

2010-11-18 Thread Michael Schuster
On Thu, Nov 18, 2010 at 09:07, Pavel Heimlich, a.k.a. hajma
 wrote:
> 2010/11/18 Michael Schuster :
>> On Wed, Nov 17, 2010 at 22:42, Pavel Heimlich, a.k.a. hajma
>>  wrote:
>>>
>>> it might be worth trying with the VESA driver
>>
>>
>> will KDE work (reasonably well) with that?
>
> it will. the performance will not be stellar, but at least we'll be
> able to confirm the issue really lies inside nvidia driver

ok, thx.

-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Nvidia driver

2010-12-14 Thread Michael Schuster
On Tue, Dec 14, 2010 at 19:40, russell  wrote:
>  Hi,
>
> Openindiana started to report many errors relating to my Nvidia 8600GTS
> graphics card, so I replaced it with an Nvidia GT200 card. I also took this
> as an opportunity to re-organise my disk storage by utiltising different
> controllers.
>
> After swapping the card and re-installing OpenIndiana, performing a normal
> install, the screen when blank and then my computer rebooted after 10-15
> minutes. If at boot I selected the vesa display, I could access the display
> and the installation proceeded normally.
>
> After getting a working system, I then attempted to install the latest

you need to check which cards the driver you're installing actually
supports (maybe you did that, but you don't say so explicitly) at
download - not every driver from Nvidia supports every card out there.

HTH
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] *sigh* remote desktop thingy

2010-12-17 Thread Michael Schuster
On Fri, Dec 17, 2010 at 15:25, Roelof van der Wal  wrote:
> How can i get a remote display connection to OpenIndiana? I just got it 
> (server edition) running in Virtualbox and I want to use vnc or another 
> lookalike to see how the desktop looks like. Vncserver was not installed but 
> maybe there are other preinstalled rdp-things that I am not aware of?

pkg search vncserver; pkg install 

should help, no?
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] *sigh* remote desktop thingy

2010-12-17 Thread Michael Schuster
On Sat, Dec 18, 2010 at 08:40, Roelof van der Wal  wrote:
> That was where the *sigh* came from. I don't getvthe beautiful gnome desktop 
> in virtualbox, only the commandline.

sounds like gdm is not running; if you run "svcs -a | grep gdm", is
the first word "online"? if not, run "svcadm enable gdm", that should
do it (provided that's all that's missing).

HTH
Michael
>
>
>
> Op 18 dec. 2010 om 01:11 heeft "Gordon Ross"  het 
> volgende geschreven:
>
>> After you login on GNOME, see the menus:
>> System / Preferences / Desktop Sharing.
>> That enables "vino" which is a VNC server showing your (logged in) desktop.
>> Cool, eh?
>>
>>
>> On Fri, Dec 17, 2010 at 12:56 PM, Michael Schuster
>>  wrote:
>>> On Fri, Dec 17, 2010 at 15:25, Roelof van der Wal  wrote:
>>>> How can i get a remote display connection to OpenIndiana? I just got it 
>>>> (server edition) running in Virtualbox and I want to use vnc or another 
>>>> lookalike to see how the desktop looks like. Vncserver was not installed 
>>>> but maybe there are other preinstalled rdp-things that I am not aware of?
>>>
>>> pkg search vncserver; pkg install 
>>>
>>> should help, no?
>>> --
>>> regards/mit freundlichen Grüssen
>>> Michael Schuster
>>>
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> #
> This e-mail message has been scanned for Viruses and Content and cleared
> by MailMarshal
> #
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] *sigh* remote desktop thingy

2010-12-18 Thread Michael Schuster
On Sat, Dec 18, 2010 at 09:04, Roelof van der Wal  wrote:
> Gdm is not 'installed', i checked it yesterday and was not in the svcs list. 
> But i guessed that it wasn't needed/used by openindiana.

erm ... could you have said so? we'd get to the point much quicker if
you provided the information you have and your conclusions, not just a
tidbit that might or might not be relevant.

since you don't have gdm installed, why not apply the "pkg search gdm;
pkg install " pattern?

Michael
> I have a laptop with a nvidia card and thought that was causing the troubles.
>
> Op 18 dec. 2010 om 08:56 heeft "Michael Schuster"  
> het volgende geschreven:
>
>> On Sat, Dec 18, 2010 at 08:40, Roelof van der Wal  wrote:
>>> That was where the *sigh* came from. I don't getvthe beautiful gnome 
>>> desktop in virtualbox, only the commandline.
>>
>> sounds like gdm is not running; if you run "svcs -a | grep gdm", is
>> the first word "online"? if not, run "svcadm enable gdm", that should
>> do it (provided that's all that's missing).
>>
>> HTH
>> Michael
>>>
>>>
>>>
>>> Op 18 dec. 2010 om 01:11 heeft "Gordon Ross"  het 
>>> volgende geschreven:
>>>
>>>> After you login on GNOME, see the menus:
>>>> System / Preferences / Desktop Sharing.
>>>> That enables "vino" which is a VNC server showing your (logged in) desktop.
>>>> Cool, eh?
>>>>
>>>>
>>>> On Fri, Dec 17, 2010 at 12:56 PM, Michael Schuster
>>>>  wrote:
>>>>> On Fri, Dec 17, 2010 at 15:25, Roelof van der Wal  wrote:
>>>>>> How can i get a remote display connection to OpenIndiana? I just got it 
>>>>>> (server edition) running in Virtualbox and I want to use vnc or another 
>>>>>> lookalike to see how the desktop looks like. Vncserver was not installed 
>>>>>> but maybe there are other preinstalled rdp-things that I am not aware of?
>>>>>
>>>>> pkg search vncserver; pkg install 
>>>>>
>>>>> should help, no?
>>>>> --
>>>>> regards/mit freundlichen Grüssen
>>>>> Michael Schuster
>>>>>
>>>>> ___
>>>>> OpenIndiana-discuss mailing list
>>>>> OpenIndiana-discuss@openindiana.org
>>>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>>>
>>>>
>>>> ___
>>>> OpenIndiana-discuss mailing list
>>>> OpenIndiana-discuss@openindiana.org
>>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>> #
>>> This e-mail message has been scanned for Viruses and Content and cleared
>>> by MailMarshal
>>> #
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>
>>
>>
>> --
>> regards/mit freundlichen Grüssen
>> Michael Schuster
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
> #
> This e-mail message has been scanned for Viruses and Content and cleared
> by MailMarshal
> #
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI_148 available

2010-12-18 Thread Michael Schuster
On Sat, Dec 18, 2010 at 09:34, Dave Koelmeyer  wrote:
> On 18/12/10 12:36 PM, Jon Tibble wrote:
>>
>> Project OpenIndiana is pleased to announce the next development release,
>> oi_148, is available.
>
> Congrats and many thanks to everyone involved in this. Looking forward to
> giving it a spin!! :)

just did that, writing this on oi_148, image-update worked perfectly.

thx!!
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI hangs early in boot when drives are connected

2010-12-20 Thread Michael Schuster
On Mon, Dec 20, 2010 at 11:59, Tom Fanning  wrote:
> On Sun, Dec 19, 2010 at 5:15 AM, Albert Lee  wrote:
>> On Mon, Dec 13, 2010 at 10:28 AM, Tom Fanning  wrote:
>>> Hi all
>>>
>>> oi-dev-147-text-x86.usb hangs at the start of the boot at "All rights
>>> reserved. Use is subject to license terms" when my SATA drives (4x
>>> 1TB) are plugged in.
>>>
>>> If I unplug the drives, the machine boots.
>>>
>>> Where do I start with this one? My hardware is an Atom D510 on a
>>> Gigabyte GA-D510UD board.
>>>
>>> Drives are known good and contain an exported zpool (from FreeBSD)
>>> which I intend to import and upgrade.
>>>
>>
>> I suspect your pool's constituent devices have no GPT (EFI label) as
>> required by Solaris/OpenIndiana ZFS, as FreeBSD does not enforce this
>> requirement when creating pools. The failure mode is rather odd,
>> though.
>>
>> -Albert
>>
>
>
> Hi Albert,
>
> Thanks for your reply.
>
> Can I safely add a GPT to these drives retrospectively?

as I understand GPT, you can't - it's the description of how the disk
is partitioned ("divvied up"), and is quite different from the
traditional "MBR"-style partition table. changing this type will lose
all data on the disk.

HTH
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Regression of opensolaris.org bug: 12133/regular user can no longer eject removable media

2010-12-30 Thread Michael Schuster
On Thu, Dec 30, 2010 at 11:59, hairryharry  wrote:
> I have encountered same problem although usb drives mounting and opening in
> gnome fine but unable to unmount from gnome and need to sudo umount to
> remove.

a guess: the primary administrator role was recently removed (in
Solaris, anyway) - perhaps this is a repercussion thereof.
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] image-update causes pkg to crash with "File exists" error for a man page

2011-01-12 Thread Michael Schuster
On Wed, Jan 12, 2011 at 12:56, Gary Gendel  wrote:
> Ok!  I got around this problem by hacking the pkg code (legacy.py) to
> recover from this problem.  What happens is that it crashes when it tries to
> create a hard link and the file already exists.  So I trapped this
> exception, removed the file and did the hard link.
>
> Now I've got a oi_148 installation.  However, it seems to have some issues.
>
> 1) Both cpus are being pounded continuously.  mpstat shows > 90% on one and
>> 80% on the other used by "sys".  ps doesn't show any process using more
> than 0.5% total cpu!

I seem to recall a recent thread with a similar issue, that was
resolved by "fixing" power management config ... can't recall the
details though, and can't even check on my system since I don't have a
solaris box around ATM.

HTH
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


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 your power config needs fixing? IIRC
there've been a few threads recently talking about a symptom you
mention the resolution to which was posted (I think) by Randy Fishel
explaining how to adjust your config.

> 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 happens early
after boot - is probably a good indication that your theory is good).

HTH
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sun Exlorer Replacement

2011-01-19 Thread Michael Schuster
On Wed, Jan 19, 2011 at 15:04, Bernd Helber
 wrote:
> Hello fellow Readers.
>
>
> I'm not sure if you're all aware of the Sun Explorer Tool.
>
> It was a huge Shell Script used by Sun Support provided to Customers
>
> The package itself was/is called SUNWexplo.
>
>
> To provide proper Support for Open Indiana /Illumos , i would recommend
> that we should use something comparable.
>
> In case of searching for issues and problems in general it makes Life a
> lot easier, especially if you look for bugs/misconfigurations (call it
> what you wan)  on the system. ;)
>
> Sun itself had also  a parser which checked, the Customers Explorer
> Files and compared the outputs with patchlist/xrefs.

actually, there were (are?) several such tools written by various
engineers in various places - in one case, some of my co-workers in my
team while I was at Sun - trying to automate what you describe, and
lots more above that, from the ever-growing amount of information the
explorer provided.

I'm not aware of any of those tools being available outside of Oracle,
let alone freely distributable, but would welcome being proven wrong
here :-)

HTH
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sun Exlorer Replacement

2011-01-19 Thread Michael Schuster
On Wed, Jan 19, 2011 at 15:42, Bernd Helber
 wrote:
> Hi Michael

> PS: Miss my badge

ich auch.


-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] zpool and nfs

2011-01-20 Thread Michael Schuster
ann,

read the error message zpool prints - it still says "EFI label", so
something must have gone wrong with your labelling

Michael

On Thu, Jan 20, 2011 at 16:34, ann kok  wrote:
> Hi Bernd
>
> SMI is selected now. But "zpool add" is still in problem. The 
> /var/adm/message is showing nothing!

-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI/Illumos HCL

2011-01-21 Thread Michael Schuster
On Fri, Jan 21, 2011 at 13:28, jay undernet  wrote:
> Good idea.

+1

> we can add the build number of OI, categories and updates.

please make sure it has good search capabilities!

cheers
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] HCL wiki format

2011-01-23 Thread Michael Schuster
On Mon, Jan 24, 2011 at 02:28, jay undernet  wrote:
> yeah, maybe we can also add drivers version, or driver's last update,
> comments

how about a "updated last" (applied to the entry itself)?

cheers
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to install a different OS version from scratch, NOT as an upgrade, in a separate BE (or however one might do it) on an OSol B134 machine

2011-01-25 Thread Michael Schuster
On Tue, Jan 25, 2011 at 14:27, Hans J. Albertsson
 wrote:
> I have an installation of OpenSolaris b134, with lots of addons: SunRay
> Software, mplayer, VirtualBox... almost anything I could find got installed.
> Make no mistake: it is ALL useful to me and my users, so there isn't
> anything that can be removed out-of-hand.
>
> But: We do want to move on! OI b148 is my target, right now.
>
> I have tried to upgrade from OSol b134 to OI b147 or b148 since OI became
> available. I have tried everything and it's aunts, to NO avail.

you'd help us help you by telling us what "everything" consisted of,
in detail :-) (and no, don't reply to me in person, I'm not even in
front of a solaris box ATM :-()

> Is there a way to install a separate OI b148 from scratch? Like installing
> from the bootable DVD iso, on the same machine, w/o interfering with the
> existing OSol b134 environment.
> Is there a way to create an empty Boot Environment and install onto that? Or
> can one do it in some other, involved way?

the last time I heard about this it was "yes, you can do that onto a
seperate disk" (ie no two Solaris partitions on one disk). I wouldn't
even try doing that within the same root pool ...

> In the last few months, I have received massive amounts of "advice" on
> upgrading b134->b148, but none of the advice has been in any way useful.

see above :-)

HTH
Michael

-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] BSD Magazine mentions OpenIndiana

2011-01-26 Thread Michael Schuster
On Thu, Jan 27, 2011 at 03:26, Dustin Marquess  wrote:
> My main laptop ran PC-BSD for months.  It then ran Solaris 11 Express
> for a couple of weeks.  It worked damn well, except I couldn't stand
> GNOME.  Kept meaning to try the KDE packages out,

let me use this as an opportunity to plug KDE (even though many of you
will have heard this from me before): I use it exclusively on my main
workstation (at home, sadly not my work workstation anymore) and have
been since I was running - IIRC - snv b<100, now on OI 148, and have
been happy with it most of the time, esp. recently. Yes, it's somewhat
of a resource hog, and has its bugs, but surpasses Gnome by far where
it counts for me (configurability, for one).

Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Upgraded to OI148: now "entire" is not installed!

2011-01-31 Thread Michael Schuster
On Mon, Jan 31, 2011 at 10:48, Hans J. Albertsson
 wrote:
> I upgraded (using pkg image-update) to OI148 (Described in a previous email)
> from OSol b134.
>
> When I now check, the "entire" package is not installed?

perhaps you can provide the steps you did to arrive at this conclusion
.. (not saying you're wrong, just so that others who know more about
it can give informed comment).

HTH
Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Need good beginner guide to network configuration in OpenIndiana/OpenSolaris with NWAM

2011-02-05 Thread Michael Schuster
On Sat, Feb 5, 2011 at 02:18, Jake  wrote:
> You want nwamcfg and nwamadm.

speaking of which: my installation of OI 148 doesn't have man-pages
for these commands, and a (trivial) search for them didn't show any
results - do they exist, and if, where do I find them?

thx
Michael



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Gnome startup applications on oi_147

2011-02-07 Thread Michael Schuster
On Mon, Feb 7, 2011 at 02:04, Dave Koelmeyer  wrote:
> Hi,
>
> I have an oi_147 x86 system (progressively upgraded from OpenSolaris
> 2009.06) that for ages now launches a bunch of applications (consistently)
> on login to the desktop, even though Preferences -> Startup Applications
> does not contain entries for the apps concerned.

probably obvious so you didn't mention it: have you checked various
login scripts/rc files?

what you could also do: ssh into the box as a different user before
you log into gnome, set up a DTrace script to trace all fork/execs for
"your" user, and then log into gnome; wlith some post-processing it
should be possible to find out which process is responsible for
spawning these apps, and take it from there.

HTH
Michael
> "Automatically remember running applications when logging out" in the above
> preferences pane is unticked.
>
> ~/.config/autostart only contains:
>
> time-slider-notify.desktop
> evolution-alarm-notify.desktop
> codeina-update.desktop
>
> On login to Gnome, I get 2 instances of Gedit, 2 instances of VirtualBox,
> one of Pidgin, and a terminal.
>
> Anyone got any ideas about where these are being configured, and how to
> clear it? :)
>
> Cheers,
> Dave ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] xVM in OpenIndiana?

2011-02-19 Thread Michael Schuster
On Sat, Feb 19, 2011 at 20:32, Gary  wrote:
> I can't speak to its current usage or stability and I can't recall
> where this was discussed in detail but nobody has stepped forward to
> take ownership of the xVM code. As such, it will likely be dropped at
> some point. Keep in mind, too, that it was already starting to sunset
> at Sun (heh) in favor of Ops Center which is stil an active product at

Ops Center isn't a replacement for xVM (the hypervisor), but a management tool.

Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Why is the middle mouse button not working in OI 148?

2011-03-01 Thread Michael Schuster
On Wed, Mar 2, 2011 at 01:00, Gary Mills  wrote:
> I have a Sun Type 6 USB 3-button mouse connected to an x86 box running
> OI 148.  After the upgrade from Opensolaris 134, the middle mouse
> button stopped working for pasting.  It acts the same as the right
> button now.  I added an entry for this mouse to the OI HCL, but it was
> removed.  Shouldn't the HCL list devices that don't work?
>
> Does anyone know how to fix this problem?  There's not much in the
> Xorg log regarding the mouse:
>
>    $ grep -i mouse /var/log/Xorg.0.log
>    (==) NVIDIA(0): Silken mouse disabled
>    (II) config/hal: Adding input device mouse
>    (II) LoadModule: "mouse"
>    (II) Loading /usr/lib/xorg/modules/input/amd64/mouse_drv.so
>    (II) Module mouse: vendor="X.Org Foundation"
>    (**) mouse: Protocol: VUID
>    (**) mouse: always reports core events
>    (II) mouse: Setting Buttons option to "3"
>    (==) mouse: Emulate3Buttons, Emulate3Timeout: 50
>    (**) mouse: ZAxisMapping: buttons 4 and 5
>    (**) mouse: Buttons: 9
>    (II) XINPUT: Adding extended input device "mouse" (type: MOUSE)
>    (**) mouse: (accel) keeping acceleration scheme 1
>    (**) mouse: (accel) acceleration profile 0
>    (WW) mouse: couldn't get wheel state
>
> As far as I know, there's no Xorg.conf file.  It's certainly not in
> the locations given by the man page, although I suspect those are all
> incorrect.

suggestions/guesses (since a) I'm typing this at a laptop sans mouse
b) mouse works fine on my WS with OI 148, guess is all I can do):

- I would look more closely into the (WW) you show last
- use xev to find out what X thinks about your mouse button
- is someone/thing calling xmodmap during your session startup?


HTH
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Kde Repository

2011-03-08 Thread Michael Schuster
On Tue, Mar 8, 2011 at 08:00, Donald Bedsole  wrote:
> On Tue, Mar 8, 2011 at 1:29 AM, Jeppe Toustrup  wrote:
>> 2011/3/8 Donald Bedsole :
>>> I got this (http://pkg.osladil.cz:3)  added to publishers under
>>> the package manager.  My problem before was that
>>> I was trying to add the whole url (that is,
>>> http://pkg.osladil.cz:3/en/index.shtml), and it didn't require
>>> that.  Newbie mistake. :-)
>>
>> That repository is a mirror of the solaris.bionicmutton.org one, and
>> doesn't seem to have been updated for a while. It only contains KDE
>> 4.5.3 where as the following should contain 4.6.1:
>> http://solaris.bionicmutton.org/pkg/4.6.0/
>
>
> Hi Jeppe,
> I went ahead and installed from the mirror since I couldn't get the
> bionicmutton.org one to work.  I figured better an older KDE than none
> at all. :-) (As long as there aren't any security holes, that is.)
> Everything installed ok through the package manager.
>
> The problem now is that when I log out of KDE I don't get back to the
> GDM display manager, but I get a console log in.  I have to reboot to
> get back to the boot manager to get back to the GUI login screen.


log in on the console and do "pfexec svcadm restart gdm", that should suffice.

Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI boot problem

2011-03-28 Thread Michael Schuster
On Mon, Mar 28, 2011 at 17:39, Apostolos Syropoulos
 wrote:
>> SunOS has a long history of providing many flavors of commands. No one will
>> object to adding a few.  However, changing the behavior of commands that have
>> been around for 20+ years really doesn't make any sense.  Many of these are
>
> But that is exactly the problem with these commands: they are too old and
> outdated. In many respects this was the main problem of Solaris: it was
> not moving fast enough.

I fail to see the benefit of changing well-known behaviour in an
incompatible way. Change for the sake of change may be chique for
fashion items, but not necessarily a good thing in a server-grade OS.

Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI boot problem

2011-03-28 Thread Michael Schuster
On Mon, Mar 28, 2011 at 19:23, Apostolos Syropoulos
 wrote:
>>
>> I fail to see the benefit of changing well-known behaviour in an
>> incompatible way. Change for the sake of change may be chique for
>> fashion items, but not necessarily a good thing in a server-grade OS.
>>
>
> Hey but that's exactly another problem: this is not a server OS only.
> The graphics and audio drivers have nothing to do with servers
> but they are extremely important for desktop users. This server
> attitude is what has destroyed Sun.

if only it were that simple (and no, I have no special insight, but
your statement is a drastic oversimplification) ...

Michael
-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Michael Schuster
Hi Ben,

On Wed, Mar 30, 2011 at 09:39, Ben Taylor  wrote:
> just installed oi148 on my old AthlonXP 2600 with 1GB of ram.
>
> Had to put -B cpuid_features_edx_exclude='0x4000'
> on the initial boot, as I used to do when it was running Solaris 10.
>
> Three times in the last day, the system has hard hung while pulling
> a git tree from gitorious.org.

you don't define "hang" - was it pingable (the usual "dead" vs "very,
very busy" test)? from your prstat output I'd guess "yes", but it's
only a guess :-)
tell us a little more about what you've tried/done so far to find out
what's going on.

HTH
Michael
>
> I managed to trap a prstat of the last minutes of uptime:
>
>   PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
>   988 bent      102M   94M run      0    0   0:08:20  96% git-index-pack/1
>   638 root       25M   13M sleep   59    0   0:00:29 0.9% fmd/27
>     5 root        0K    0K sleep   99  -20   0:00:10 0.3% zpool-rpool/136
>   766 gdm        95M   28M sleep   59    0   0:00:08 0.2% gdm-simple-gree/1
>   698 root      189M   67M sleep   59    0   0:00:07 0.1% Xorg/3
>   987 root     3656K 3148K cpu0    59    0   0:00:00 0.1% prstat/1
>   531 root       11M 4052K sleep   59    0   0:00:00 0.0% nscd/28
>   547 root     8396K 1968K sleep   59    0   0:00:00 0.0% automountd/4
>    75 root       14M 7916K sleep   59    0   0:00:02 0.0% nwamd/11
>    42 netcfg   4716K 3560K sleep   59    0   0:00:01 0.0% netcfgd/5
>   783 bent       13M 4736K sleep   59    0   0:00:00 0.0% sshd/1
>    45 root     3032K 1992K sleep   59    0   0:00:00 0.0% dlmgmtd/4
>   921 bent       13M 4720K sleep   59    0   0:00:00 0.0% sshd/1
>   764 gdm        87M   18M sleep   59    0   0:00:00 0.0% gnome-power-man/1
>
> Ideas?  this system was pretty much rock solid for years.
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] system hang

2011-03-30 Thread Michael Schuster
On Wed, Mar 30, 2011 at 13:54, Ben Taylor  wrote:
> Hi Michael,
>
> LTNS

true :-)

>> you don't define "hang" - was it pingable (the usual "dead" vs "very,
>> very busy" test)? from your prstat output I'd guess "yes", but it's
>> only a guess :-)
>
> No, it's dead.  not pingable (wifi),

hmm ... I don't know wifi and wired (ether)net are comparable in this
respect. Can you re-try plugged into a wired network?


> and the console doesn't respond to
> keyboard or mouse.
>
>> tell us a little more about what you've tried/done so far to find out
>> what's going on.
>
> I'm doing a fairly large git fetch (qt) and it seems to hang while
> the merge is happening.
>
> I'm trying now to do the git fetch nice'd down 15 since it's clear
> that the git-index-pack is a pretty intensive process.

have you tried restricting its memory footprint ([u]limit or various
other of Solaris capabilities)?

good luck
Michael

> Ben
>
>>
>> HTH
>> Michael
>>>
>>> I managed to trap a prstat of the last minutes of uptime:
>>>
>>>   PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
>>>   988 bent      102M   94M run      0    0   0:08:20  96% git-index-pack/1
>>>   638 root       25M   13M sleep   59    0   0:00:29 0.9% fmd/27
>>>     5 root        0K    0K sleep   99  -20   0:00:10 0.3% zpool-rpool/136
>>>   766 gdm        95M   28M sleep   59    0   0:00:08 0.2% gdm-simple-gree/1
>>>   698 root      189M   67M sleep   59    0   0:00:07 0.1% Xorg/3
>>>   987 root     3656K 3148K cpu0    59    0   0:00:00 0.1% prstat/1
>>>   531 root       11M 4052K sleep   59    0   0:00:00 0.0% nscd/28
>>>   547 root     8396K 1968K sleep   59    0   0:00:00 0.0% automountd/4
>>>    75 root       14M 7916K sleep   59    0   0:00:02 0.0% nwamd/11
>>>    42 netcfg   4716K 3560K sleep   59    0   0:00:01 0.0% netcfgd/5
>>>   783 bent       13M 4736K sleep   59    0   0:00:00 0.0% sshd/1
>>>    45 root     3032K 1992K sleep   59    0   0:00:00 0.0% dlmgmtd/4
>>>   921 bent       13M 4720K sleep   59    0   0:00:00 0.0% sshd/1
>>>   764 gdm        87M   18M sleep   59    0   0:00:00 0.0% gnome-power-man/1
>>>
>>> Ideas?  this system was pretty much rock solid for years.
>>>
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>
>>
>>
>> --
>> regards/mit freundlichen Grüssen
>> Michael Schuster
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Antwort: Re: System halts on boot when there is no keyboard

2011-04-11 Thread Michael Schuster

On 11.04.2011 09:30, thorsten.h...@vkb.de wrote:

Hi,


"I also noticed that as soon as I insert the keyboard to the PS/2 port

the

orange sausage starts to roll and the system boots up, so it is as if

the

system is just sitting there waiting for a keyboard to say "Hello"."

Does PS/2 support 'hotswap' as usb does?


AFAIK no.
Longer time ago I've heard rumors that you shouldn't unplug and replug a
device from/to a PS/2 port because that can cause damage to the hardware.
I have done it few times with a keyboard but never had any problems...


IME, removing a PS/2 device while the system is running will work (in 
the sense that the machine continues to run), but re-connecting won't 
have any effect (until reboot ;-).


HTH
Michael
--
regards/Gruesse
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] PANIC "vmem_hash_delete(): bad free" all versions > svn_111

2011-05-14 Thread Michael Schuster
try to configure a crash dump (man dumpadm) - check first if you
haven't already :-)

the dump normally "lives" in /var/crash/, but that's configurable.

if that fails, try to capture the stack trace when the dump happens
(by digital camera, or something like that).

HTH

On Sat, May 14, 2011 at 17:08, Gabriel de la Cruz
 wrote:
> Hi,
>
> The server in question could donate some ressources in future for the
> purpose you are mentioning,
> but, It has to become reliable and upgradeable before going to the data
> center...
> Once fixed we could arrange a zone for the purpose...
>
> How do I get a crash dump out of this issue?
> Sorry, once uppon a time I was compiling at least 2 linux kernells a week,
> but it is the first time I get into that kind of issues with solaris..
> If you could give me some instructions I could prepare more details...
>
> Thanks
>
> Cheers
>
>
>
>
> On Sat, May 14, 2011 at 5:52 PM, Steve Gonczi  wrote:
>
>> Hi Gabriel,
>>
>> The immediate cause of this panic is an attempt to free an
>> address==null.
>>
>> The intersting part (how this comes about), is hard to figure out
>> without more info.
>>
>> At the very minimum, a stack (and some amount of luck),
>> ideally a crash dump would be necessary.
>>
>> This brings into focus another issue. The community would benefit
>> from a server, where people could upload crash dumps in cases like this.
>>
>> I am sure there are several people reading this list, who may be able and
>> inclined to take a quick look and provide a first cut diagnosis on a
>> volunteer basis .
>>
>> Steve
>>
>> /sG/
>>
>> - "Gabriel de la Cruz"  wrote:
>>
>>
>> Hi,
>> could someone point me out what is going on here?,
>> I have an IBM x3550 M3 panicking with any kernel version higher than
>> svn_111...
>> I tried upgrading to svn_134, installing svn_134 from live cd and with
>> oi_148b live cd..
>> The live CDs panic as well.
>>
>> Any ideas?
>> Thanks! :D
>>
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
regards/mit freundlichen Grüssen
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Upgrading from oi_148 to oi_151 - some clarification please

2011-06-06 Thread Michael Schuster

On 07.06.2011 01:41, Carl Brewer wrote:

On 6/06/2011 11:11 PM, ken mays wrote:

Hi Carl:

1. '/release' is the offficial public repository for releases.
2. '/dev' is the official development repository.

You'll note that the released product will appear on the official
website home page: http://openindiana.org/



Cool.

Out of curiosity, I see this :

zpool upgrade
This system is currently running ZFS pool version 28.

All pools are formatted using this version.
# uname -a
SunOS wattage 5.11 oi_151 i86pc i386 i86pc



There's no update to the ZFS version in 151?


Are you asking whether zfs versions are in lockstep with the 
(Open)Solaris/OI/.. build? if so, no, they're not (or have not been so far).


I think there's an option to "zfs upgrade" (-v, IIRC), that gives a list 
of zfs versions you could use (I don't have anything Solaris-y around at 
work any more, so can't look it up; man-pages prove hard to find 
on-line, but this: 
http://hub.opensolaris.org/bin/view/Community+Group+zfs/WebHome may help 
...)


HTH
Michael
--
regards/Gruesse
Michael Schuster

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] zfs only to version 5 after upgrading to oi-151?

2011-06-08 Thread Michael Schuster

On 08.06.2011 15:00, Kostas Oikonomou wrote:

Hello,

After upgrading oi-148 to oi-151 using the /dev-il repository, it seems
that my zfs has been "downgraded". On oi-148 I had version 28, but now I
have this:

kzin$ /usr/sbin/zfs upgrade -v
The following filesystem versions are supported:

VER DESCRIPTION
--- 
1 Initial ZFS filesystem version
2 Enhanced directory entries
3 Case insensitive and File system unique identifier (FUID)
4 userquota, groupquota properties
5 System attributes

For more information on a particular version, including supported releases,
see the ZFS Administration Guide.


have you also looked at "zpool upgrade -v"?

Michael
--
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Kernel Panic installing openindiana on a HP BL460c G1

2011-06-29 Thread Michael Schuster
On Thu, Jun 30, 2011 at 08:01, Johan Guldmyr  wrote:
> On 06/28/2011 09:32 PM, Gordon Ross wrote:
>>>
>>> Here is the ::stack
>>> >  http://img220.imageshack.us/i/oi148stack.jpg/
>>
>> If you look at what the other threads are doing
>>   ::walk thread | ::findstack -v
>> I suspect you'll see that ZFS is still trying to import.
>>
>> I would suggest you dd if=/dev/zero of=/your/disk
>> with a much larger count.  ZFS tries quite hard to
>> find a super block, which works against you here:)
>
> Hello!
>
> I tried dd if=/dev/zero of=/dev/rdsk/c1t0d0p0 count=200
> but after some two hours I stopped it (ctrl-z).

with dd, use "bs=" to increase the block size dd reads and
writes in one go - as you quote it, dd wrote 512 bytes at a time. A
good value to start with would be 1048576 (1MB).

Also, you may have "stopped" the command in an unintended way - Ctl-Z
doesn't terminate a command, merely "freezes" it in its tracks
(technically, pressing Ctrl-Z causes the shell to send SIGSTOP to the
process); you could let it resume at a later time by using either "bg"
(to have it continue in the background) or "fg" (... you get the idea
;-).

HTH
Michael

> The 2M I got from going into format, partition p, c1t0d0 - where it says
> that there were 286599600 blocks.
>
> With
> ::walk thread | ::findstack -v
> the console froze after some 25 pages..
> This usually happen while I'm in the kernel debugger.
> Sometimes it freezes after first 4-5 characters.
>
> --
> Johan Guldmyr, Systems Specialist
> Storage Platform,
> CSC - IT Center for Science,
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Michael Schuster
Hi Leonid,

On Wed, Jul 20, 2011 at 12:50, Leonid Korokh  wrote:
> Hello All,
> There was  io:genunix::start (done) probes in OpenSolaris, but now in
> OpenIndiana these probes are gone. Could anyone guide me which probes should
> i use to get the same information as i got before?

I'd start with "dtrace -l | grep io" and take it from there.

HTH
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Michael Schuster
On Wed, Jul 20, 2011 at 15:04, Leonid Korokh  wrote:
> Thanks Michael,
> But I'm already did it and that is why i'm asking here. I haven't found
> something appropriate, only these and i´m sure these are not the things i
> need.

do you have the appropriate privileges?
Michael

>  7741    syscall                                                kaio entry
>  7742    syscall                                                kaio return
>
> 
> Leonid S. Korokh
>
>
>
> On Wed, Jul 20, 2011 at 4:20 PM, Michael Schuster > wrote:
>
>> Hi Leonid,
>>
>> On Wed, Jul 20, 2011 at 12:50, Leonid Korokh  wrote:
>> > Hello All,
>> > There was  io:genunix::start (done) probes in OpenSolaris, but now in
>> > OpenIndiana these probes are gone. Could anyone guide me which probes
>> should
>> > i use to get the same information as i got before?
>>
>> I'd start with "dtrace -l | grep io" and take it from there.
>>
>> HTH
>> Michael
>> --
>> Michael Schuster
>> http://recursiveramblings.wordpress.com/
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana (or others) and Dell E6320 - Sandybridge

2011-08-22 Thread Michael Schuster
0xe140/0x0040
>        0x0018: BAR mem prefetchable 64bit addr: 0xd000/0x1000
>        0x0020: BAR io addr: 0x4000/0x0040
>        0x0024: BAR empty ()
>        0x0028: Cardbus CIS: 
>        0x002c: Subsystem Vendor ID: 1028 Product ID: 0492
>        0x0030: Expansion ROM Base Address: 
>        0x0038: 
>        0x003c: Interrupt Pin: 01 Line: 0b Min Gnt: 00 Max Lat: 00
>        0x0090: Capability 0x05: Message Signaled Interrupts (MSI)
>        0x00d0: Capability 0x01: Power Management
>        0x00a4: Capability 0x13: PCI Advanced Features
> $
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] KDE

2011-09-15 Thread Michael Schuster
On Thu, Sep 15, 2011 at 12:10, LinuxBSDos.com  wrote:
>
> Hi,
>
> Just added the SFE publisher to an installation of OI, and I see that Xfce
> 4.8 is installable.
>
> Does anybody know anything about running KDE on OI?

try http://solaris.bionicmutton.org/pkg/

HTH
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] KDE

2011-09-16 Thread Michael Schuster
On Fri, Sep 16, 2011 at 11:45, Mads Worsøe Duun  wrote:
>>
>> Thank you. Added 4.6.0. Installed successfully, but KDE system keeps
>> playing.
>>
>>
> I guess you mean that all sound notification continues in a endless loop. I
> have that problem too. Also kde is terrible slow, even if I disable desktop
> effects. KDE4 on FreeBSD, on the same hardware works perfectly.

I'd suspect that's due to driver support for your display adapter.

cheers
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg-update?

2011-09-19 Thread Michael Schuster
On Mon, Sep 19, 2011 at 23:54, Dan Swartzendruber  wrote:
> So for the first time in awhile, I do 'pkg image-update' and see a ton of
> proposed changes.  Is this 151?  Are there any issues anyone who has
> upgraded has been bitten by?  I run this as a SAN for an ESXi box, so I
> don't want any regressions...

in that case, create a clone of your BE and work with that.

cheers
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg-update?

2011-09-20 Thread Michael Schuster
On Tue, Sep 20, 2011 at 13:39, Chris Ridd  wrote:
>
> On 20 Sep 2011, at 06:54, Michael Schuster wrote:
>
>> On Mon, Sep 19, 2011 at 23:54, Dan Swartzendruber  wrote:
>>> So for the first time in awhile, I do 'pkg image-update' and see a ton of
>>> proposed changes.  Is this 151?  Are there any issues anyone who has
>>> upgraded has been bitten by?  I run this as a SAN for an ESXi box, so I
>>> don't want any regressions...
>>
>> in that case, create a clone of your BE and work with that.
>
> That's what an image-update will do anyway, isn't it?

that depends ... image-update tells you whether it'll create a new BE
or not (I don't know off hand whether -nv does that too ...).

Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Problem with high cpu load (oi_151a)

2011-10-20 Thread Michael Schuster
                                 3
>>    hald                                                              3
>>    inetd                                                             3
>>    intrd                                                             3
>>    hald-addon-acpi                                                   4
>>    nscd                                                              4
>>    gnome-power-mana                                                  5
>>    sendmail                                                          5
>>    mdnsd                                                             6
>>    devfsadm                                                          8
>>    xscreensaver                                                      9
>>    fsflush                                                          10
>>    ntpd                                                             14
>>    updatemanagernot                                                 16
>>    mixer_applet2                                                    21
>>    isapython2.6                                                     22
>>    dtrace                                                           24
>>    gnome-terminal                                                   24
>>    smbd                                                             39
>>    nwam-manager                                                     58
>>    zpool-rpool                                                      65
>>    svc.configd                                                      79
>>    Xorg                                                             82
>>    sched                                                        369939
>>
>> So, quite obviously there is one executable standing out here, "sched",
>> now what's the meaning of this figures?
>>
>> Regards,
>> Gernot Wolf
>>
>>
>> Am 20.10.11 19:22, schrieb Michael Stapleton:
>> > Hi Gernot,
>> >
>> > You have a high context switch rate.
>> >
>> > try
>> > #dtrace -n 'sched:::off-cpu { @[execname]=count()}'
>> >
>> > For a few seconds to see if you can get the name of and executable.
>> >
>> > Mike
>> > On Thu, 2011-10-20 at 18:44 +0200, Gernot Wolf wrote:
>> >
>> >> Hello all,
>> >>
>> >> I have a machine here at my home running OpenIndiana oi_151a, which
>> >> serves as a NAS on my home network. The original install was OpenSolaris
>> >> 2009.6 which was later upgraded to snv_134b, and recently to oi_151a.
>> >>
>> >> So far this OSOL (now OI) box has performed excellently, with one major
>> >> exception: Sometimes, after a reboot, the cpu load was about 50-60%,
>> >> although the system was doing nothing. Until recently, another reboot
>> >> solved the issue.
>> >>
>> >> This does not work any longer. The system has always a cpu load of
>> >> 50-60% when idle (and higher of course when there is actually some work
>> >> to do).
>> >>
>> >> I've already googled the symptoms. This didn't turn up very much useful
>> >> info, and the few things I found didn't apply to my problem. Most
>> >> noticably was this problem which could be solved by disabling cpupm in
>> >> /etc/power.conf, but trying that didn't show any effect on my system.
>> >>
>> >> So I'm finally out of my depth. I have to admit that my knowledge of
>> >> Unix is superficial at best, so I decided to try looking for help here.
>> >>
>> >> I've run several diagnostic commands like top, powertop, lockstat etc.
>> >> and attached the results to this email (I've zipped the results of kstat
>> >> because they were>1MB).
>> >>
>> >> One important thing is that when I boot into the oi_151a live dvd
>> >> instead of booting into the installed system, I also get the high cpu
>> >> load. I mention this because I have installed several things on my OI
>> >> box like vsftpd, svn, netstat etc. I first thought that this problem
>> >> might be caused by some of this extra stuff, but getting the same system
>> >> when booting the live dvd ruled that out (I think).
>> >>
>> >> The machine is a custom build medium tower:
>> >> S-775 Intel DG965WHMKR ATX mainbord
>> >> Intel Core 2 Duo E4300 CPU 1.8GHz

Re: [OpenIndiana-discuss] Problem with high cpu load (oi_151a)

2011-10-20 Thread Michael Schuster
                                       369939
>> >
>> >So, quite obviously there is one executable standing out here, "sched",
>> >now what's the meaning of this figures?
>> >
>> >Regards,
>> >Gernot Wolf
>> >
>> >
>> >Am 20.10.11 19:22, schrieb Michael Stapleton:
>> >> Hi Gernot,
>> >>
>> >> You have a high context switch rate.
>> >>
>> >> try
>> >> #dtrace -n 'sched:::off-cpu { @[execname]=count()}'
>> >>
>> >> For a few seconds to see if you can get the name of and executable.
>> >>
>> >> Mike
>> >> On Thu, 2011-10-20 at 18:44 +0200, Gernot Wolf wrote:
>> >>
>> >>> Hello all,
>> >>>
>> >>> I have a machine here at my home running OpenIndiana oi_151a, which
>> >>> serves as a NAS on my home network. The original install was
>> >>>OpenSolaris
>> >>> 2009.6 which was later upgraded to snv_134b, and recently to oi_151a.
>> >>>
>> >>> So far this OSOL (now OI) box has performed excellently, with one major
>> >>> exception: Sometimes, after a reboot, the cpu load was about 50-60%,
>> >>> although the system was doing nothing. Until recently, another reboot
>> >>> solved the issue.
>> >>>
>> >>> This does not work any longer. The system has always a cpu load of
>> >>> 50-60% when idle (and higher of course when there is actually some work
>> >>> to do).
>> >>>
>> >>> I've already googled the symptoms. This didn't turn up very much useful
>> >>> info, and the few things I found didn't apply to my problem. Most
>> >>> noticably was this problem which could be solved by disabling cpupm in
>> >>> /etc/power.conf, but trying that didn't show any effect on my system.
>> >>>
>> >>> So I'm finally out of my depth. I have to admit that my knowledge of
>> >>> Unix is superficial at best, so I decided to try looking for help here.
>> >>>
>> >>> I've run several diagnostic commands like top, powertop, lockstat etc.
>> >>> and attached the results to this email (I've zipped the results of
>> >>>kstat
>> >>> because they were>1MB).
>> >>>
>> >>> One important thing is that when I boot into the oi_151a live dvd
>> >>> instead of booting into the installed system, I also get the high cpu
>> >>> load. I mention this because I have installed several things on my OI
>> >>> box like vsftpd, svn, netstat etc. I first thought that this problem
>> >>> might be caused by some of this extra stuff, but getting the same
>> >>>system
>> >>> when booting the live dvd ruled that out (I think).
>> >>>
>> >>> The machine is a custom build medium tower:
>> >>> S-775 Intel DG965WHMKR ATX mainbord
>> >>> Intel Core 2 Duo E4300 CPU 1.8GHz
>> >>> 1x IDE DVD recorder
>> >>> 1x IDE HD 200GB (serves as system drive)
>> >>> 6x SATA II 1.5TB HD (configured as zfs raidz2 array)
>> >>>
>> >>> I have to solve this problem. Although the system runs fine and
>> >>> absolutely serves it's purpose, having the cpu at 50-60% load
>> >>>constantly
>> >>> is a waste of energy and surely a rather unhealthy stress on the
>> >>>hardware.
>> >>>
>> >>> Anyone any ideas...?
>> >>>
>> >>> Regards,
>> >>> Gernot Wolf
>> >>> ___
>> >>> OpenIndiana-discuss mailing list
>> >>> OpenIndiana-discuss@openindiana.org
>> >>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>> >>
>> >>
>> >> ___
>> >> OpenIndiana-discuss mailing list
>> >> OpenIndiana-discuss@openindiana.org
>> >> http://openindiana.org/mailman/listinfo/openindiana-discuss
>> >>
>> >
>> >___
>> >OpenIndiana-discuss mailing list
>> >OpenIndiana-discuss@openindiana.org
>> >http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>>
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Problem with high cpu load (oi_151a)

2011-10-20 Thread Michael Schuster
On Thu, Oct 20, 2011 at 20:33, Michael Stapleton
 wrote:
> Don't know. I don't like to trouble shoot by guess if possible. I rather
> follow the evidence to capture the culprit. Use what we know to discover
> what we do not know.

if you're answering my question: I'm not guessing that much: I looked
at lockstat output, and right there at the top we see i86_mwait
consuming 45%(!) ... so, popped that into google, the link I quote is
the first to appear, and the description matches well enough that I'd
give it a try.

Since Gernot is seeing the issue, maybe he wants to pitch in here?

regards
Michael
> On Thu, 2011-10-20 at 20:25 +0200, Michael Schuster wrote:
>
>> Hi,
>>
>> just found this:
>> http://download.oracle.com/docs/cd/E19253-01/820-5245/ghgoc/index.html
>>
>> does it help?
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Problem with high cpu load (oi_151a)

2011-10-20 Thread Michael Schuster
On Thu, Oct 20, 2011 at 20:55, Michael Stapleton
 wrote:
> You might be right.
>
> But 45% of what?
>
> Profiling interrupt: 5844 events in 30.123 seconds (194 events/sec)
>
> Count indv cuml rcnt     nsec Hottest CPU+PIL
> Caller
> ---
>  2649 45%  45% 0.00     1070 cpu[1]
> i86_mwait
>  358   6%  51% 0.00      963 cpu[0]
> AcpiDebugPrint
>  333   6%  57% 0.00      960 cpu[0]
> AcpiUtTrackStackPtr
>
> 2649 times in 30 seconds totaling 1070 ns does not seem like much to me.
>
> My idle laptop shows:
>
> Count indv cuml rcnt     nsec Hottest CPU+PIL
> Caller
> ---
>  5441 93%  93% 0.00     3132 cpu[0]
> i86_mwait

hmm  ... good point.

Gernot? ;-)


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Michael Schuster
On Tue, Nov 1, 2011 at 18:43, Daniel Kjar  wrote:
> is there someway to determine what those 'some packages' belonging to
> opensolaris are?

'pkg list -v' might help you there ...

HTH
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] pkg.opensolaris.org

2011-11-03 Thread Michael Schuster
Gabriele,

openindiana.org has a mirror (copy?) ... it's on the wiki somewhere

HTH
Michael

On Thu, Nov 3, 2011 at 15:00, Gabriele Bulfon  wrote:
> Hi,
> I still have a machine running last OpenSolaris, and I can't move it to 
> OpenIndiana yet.
> Problem is pkg system is still looking at pkg.opensolaris.org, that is now 
> decommissioned.
> Is there any other public URL mirroring the original repository?
> Thanks
> Gabriele.
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Memory drains away....

2011-11-04 Thread Michael Schuster
Hi,

the obvious question to ask: what's the machine doing?

Michael

On Fri, Nov 4, 2011 at 13:49, Daniel Kjar  wrote:
> I have always had this problem and it has never been resolved.  Does anyone
> else see  this and is there a cure?
>
> I have a v40z (although all of my boxes do it) 32gb ram 4 dual core 885s.
>  When you restart the server it shows about 27 gb free.  Over 12 hours this
> slowly degrades to about 1gb free and I start to notice a slow down.  Once
> this drops down to 400mb stuff starts to really drag.  Setting the max zfs
> arc use does nothing.  This is using TOP.
>
> If you look at the gnome performance monitor it will say you are only using
> 2gb of ram yet there is degradation in performance (I assume for slow memory
> clearing and reuse).
>
> CPU states: 94.3% idle,  1.3% user,  4.4% kernel,  0.0% iowait,  0.0% swap
> Kernel: 7755 ctxsw, 139 trap, 13034 intr, 22379 syscall, 120 flt, 136 pgin
> Memory: 32G phys mem, 988M free mem, 16G total swap, 16G free swap
>
> and this dropped below 1gb while I was typing this message.
>
>
> --
> Dr. Daniel Kjar
> Assistant Professor of Biology
> Division of Mathematics and Natural Sciences
> Elmira College
> 1 Park Place
> Elmira, NY 14901
> 607-735-1826
> http://faculty.elmira.edu/dkjar
>
> "...humans send their young men to war; ants send their old ladies"
>        -E. O. Wilson
>
>
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Memory drains away....

2011-11-04 Thread Michael Schuster
On Fri, Nov 4, 2011 at 13:56, Daniel Kjar  wrote:
> Just serving sunray sessions but this happens whether anyone is logged on
> (none last night) or not.  If somebody fires up something like a virtual
> machine it just speeds up the process.

hmm ... (haven't done this in a while ...) I'd suggest you
periodically (once every 10', perhaps)  'pmap' all processes and see
which grow most, and then look at those in detail (perhaps using pmap
-x, or starting those with LD_PRELOAD=/usr/lib/libumem.so ...)

I'm sure other people have better ideas.

HTH
Michael
>
> On 11/ 4/11 08:53 AM, Michael Schuster wrote:
>>
>> Hi,
>>
>> the obvious question to ask: what's the machine doing?
>>
>> Michael
>>
>> On Fri, Nov 4, 2011 at 13:49, Daniel Kjar  wrote:
>>>
>>> I have always had this problem and it has never been resolved.  Does
>>> anyone
>>> else see  this and is there a cure?
>>>
>>> I have a v40z (although all of my boxes do it) 32gb ram 4 dual core 885s.
>>>  When you restart the server it shows about 27 gb free.  Over 12 hours
>>> this
>>> slowly degrades to about 1gb free and I start to notice a slow down.
>>>  Once
>>> this drops down to 400mb stuff starts to really drag.  Setting the max
>>> zfs
>>> arc use does nothing.  This is using TOP.
>>>
>>> If you look at the gnome performance monitor it will say you are only
>>> using
>>> 2gb of ram yet there is degradation in performance (I assume for slow
>>> memory
>>> clearing and reuse).
>>>
>>> CPU states: 94.3% idle,  1.3% user,  4.4% kernel,  0.0% iowait,  0.0%
>>> swap
>>> Kernel: 7755 ctxsw, 139 trap, 13034 intr, 22379 syscall, 120 flt, 136
>>> pgin
>>> Memory: 32G phys mem, 988M free mem, 16G total swap, 16G free swap
>>>
>>> and this dropped below 1gb while I was typing this message.
>>>
>>>
>>> --
>>> Dr. Daniel Kjar
>>> Assistant Professor of Biology
>>> Division of Mathematics and Natural Sciences
>>> Elmira College
>>> 1 Park Place
>>> Elmira, NY 14901
>>> 607-735-1826
>>> http://faculty.elmira.edu/dkjar
>>>
>>> "...humans send their young men to war; ants send their old ladies"
>>>        -E. O. Wilson
>>>
>>>
>>>
>>>
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>
>>
>
> --
> Dr. Daniel Kjar
> Assistant Professor of Biology
> Division of Mathematics and Natural Sciences
> Elmira College
> 1 Park Place
> Elmira, NY 14901
> 607-735-1826
> http://faculty.elmira.edu/dkjar
>
> "...humans send their young men to war; ants send their old ladies"
>        -E. O. Wilson
>
>
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] IPv6 question

2011-11-17 Thread Michael Schuster
Mike,

IPv6 has been part of Solaris since (I guess) at least S8; are you
sure you've configured your system to actually enable IPv6 (I'd look
at the output of "svcs -a | grep -i ipv6")?

regards
Michael

On Thu, Nov 17, 2011 at 16:20, Mike Hyde  wrote:
> Is there a plan for updating the IPv6 components in OI?  I just did a clean 
> install and all updates and noticed that I do not get a DNS entry from the 
> IPv6 DHCP server on our network.
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI Boot Fails

2012-02-03 Thread Michael Schuster
IIRC, 512MB is a little too little for Solaris - even S10 (although
this is an openindiana-related list ;-)

HTH

On Fri, Feb 3, 2012 at 17:05, Bob Palank  wrote:
> Running Virtual Box on XP Pro SP3 machine with 512 MB.
> Execution stops and I see the attached screenshot.
> VB general information dialog shows Operating system as Solaris and the 
> version is Oracle Solaris 10 5/09 and earlier.
>
> What should I do?
>
> Bob
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How do I debug this?

2012-02-08 Thread Michael Schuster
have you read coreadm man-page?

On Wed, Feb 8, 2012 at 14:27, Gary Gendel  wrote:
> Hi,
>
> I've got a service set up via svc and within a few days it crashes.  Even
> though fmd it says it dumped core I can't find it anywhere.  I even added a
> cd into a directory and expected the core to go there, but no go.  When I
> run it using the startup script outside of svc, it runs fine... No crash
> after several weeks. So, it probably is something particular to the svc
> running environment.
>
> FYI, The service is a smtp TLS interface into qmail:  sslserver [args]
> smtpfront-qmail [args]
>
> What I'd like to do is get a core when it crashes so I can get debugging
> information. Thanks.
>
> Gary
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] su improvement request to export user DISPLAY

2012-02-16 Thread Michael Schuster
On Thu, Feb 16, 2012 at 21:25, cpforum  wrote:
> Hi
>
> When system admin su to root and launch X 11 utilities (for exemple 
> system-config-printer) or java application (for exemple OpenOffice ./setup) 
> they get something like that :
>
> # xterm
> xterm Xt error: Can't open display: %s
> xterm: DISPLAY is not set
>
> or less friendly
>
> # system-config-printer
> /usr/lib/python2.6/vendor-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: 
> could not open display
> warnings.warn(str(e), _gtk.Warning)
> /usr/lib/system-config-printer/system-config-printer.py:100: GtkWarning: file 
> gdkcursor-x11.c: line 262: assertion `GDK_IS_DISPLAY (display)' failed
> busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
> Traceback (most recent call last):
> File "/usr/lib/system-config-printer/system-config-printer.py", line 100, in
> busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
> RuntimeError: could not create GdkCursor object
>
> One way to export DISPLAY to root (or others users) is to declare the 
> following function inside the user .profile

you could also do "ssh -X root@localhost" - it's a bit more to type though ;-)

cheers
Michael
>
> unset su
> function su
> {
> if (( $# > 2 )) || [[ -z $DISPLAY ]]
> then
> print "Running /usr/bin/su"
> /usr/bin/su $@
> else
> print "Running su exporting DISPLAY to root"
> XDISPLAY="$(uname -n)/unix:${DISPLAY#*:}"
> /usr/bin/su - ${2-root} -c "DISPLAY=${DISPLAY} ${SHELL} -c \
> \"(/usr/bin/xauth -f $XAUTHORITY nextract - ${XDISPLAY} | \
> /usr/bin/xauth nmerge - ; ${SHELL})\""
> fi
> }
>
> The problem with this method is that you have to add theses line for every 
> host (this method is not portable and a bit different with Solaris 10 and 
> works only with bash and ksh).
>
> So improvement to put a code doing the job inside su.c (with or without an -X 
> option) makes Openindiana more friendly for system admin.
>
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Configuring external monitor

2012-02-20 Thread Michael Schuster
The last time I did something like that, I need to be root (or
equivalent) ... did you do that?

HTH
Michael

On Mon, Feb 20, 2012 at 21:28, Mark Creamer  wrote:
> I have a Thinkpad T510 on which almost everything seems to be working
> properly (oi_151a with all current updates). The only issue I can't seem to
> get resolved is making the external monitor to work. If I open the NVidia
> configuration tool, I can see the monitor, but it shows "disabled." If I
> enable it by choosing separate X screen, and click Apply, the screen
> refreshes, but nothing shows up on the external monitor. I then restart the
> PC, and it's back to disabled again. I also tried "save to X configuration
> file" and saved it to a file, but the changes didn't seem to apply after
> rebooting. I'm probably just misunderstanding how to use the configuration
> tool, not sure. Thanks for any advice.
>
> --
> Mark
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to install a different OS version from scratch, NOT as an upgrade, in a separate BE (or however one might do it) on an OSol B134 machine

2012-03-01 Thread Michael Schuster
I've been trying to follow Gary's advice:

On Tue, Jan 25, 2011 at 14:40, Gary Gendel  wrote:
> Yes.  You can use the install_openindiana script from here:
>
> http://www.belenix.org/binfiles/install_openindiana

... but belenix.org times out on me.

Does anyone have either an idea when that's going to be fixed, or,
better, those or similar instructions stashed away somewhere and can
post or send me a link (to) or a copy?

TIA
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Cannot open: Illegal byte sequence with a file containing a question mark

2012-04-26 Thread Michael Schuster
IIRC there's a choice of tar programs ... so: which tar are you using?
perhaps using gtar can help?

HTH
Michael

On Thu, Apr 26, 2012 at 15:24, Flo  wrote:
> Hello,
>
> I have a problem with extracting a tar file.
>
> The tar file contains some files with a question mark in the filename.
>
> On a Linux Machine, the file looks like this;
> Adig?zel-Huda.jpg (a black rhombus with a question mark in it)
>
> When I extract that tar file on my openindiana 148b machine, I get the
> following error:
> Adig\374zel-Huda.jpg: Cannot open: Illegal byte sequence
>
> On the Linux Machine is ext3 as filesystem and on the openindiana Machine is
> zfs v28.
>
> Is there a solution for this problem?
>
> Greeting Flo
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] oi151a4 does not wake up

2012-06-14 Thread Michael Schuster
which graphics adapter (ATI or Nvidia) is installed on this Thinkpad?

On Thu, Jun 14, 2012 at 3:14 PM, Andrey N. Oktyabrski  wrote:
> Good day.
>
> I have a ThinkPad T61 with oi151a installed from scratch. It does not enable
> screen on wake up. To be clear: I have set in the Gnome menu to suspend when
> laptop lid is closed. It does. When I open a lid and press power button,
> laptop wakes up, but screen does not. What settings I must change?
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] oi151a4 does not wake up

2012-06-14 Thread Michael Schuster
On Thu, Jun 14, 2012 at 3:51 PM, Andrey N. Oktyabrski  wrote:
> On 14.06.12 17:17, Michael Schuster wrote:
>>
>> which graphics adapter (ATI or Nvidia) is installed on this Thinkpad?
>
> nvidia

hmm ... IIRC those were supported. I guess this may depend on which
specific chip, can't add anything myself though, I'm afraid. Perhaps
you can dig up the X log, in case someone asks for it :-)

good luck
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] 'pkg image-update' and BEs

2012-06-25 Thread Michael Schuster
Hi Aneurin,

I'd expect one of the design goals of the whole image-update process was to
work with as little interruption as possible (we had this in live upgrade
as well, so the historical precedent is fairly clear, IMO anyway): you
could run your update, watch it finish, analyse logs etc., all while the
machine (think "big server") was up and running *completely unchanged*.
Only when/if you're satisfied that the update did what you expected it to
do, you could (schedule a) reboot. IMO that's a much safer approach than
what you describe.

cheers
Michael

On Mon, Jun 25, 2012 at 4:18 PM, Aneurin Price wrote:

> Hi folks,
>
> I have a basic newbie question: can somebody help me to understand how
> exactly the boot environments created by 'pkg image-update' work?
>
> Lets say I start with the BE 'mysystem'. My initial expectation -
> obviously incorrect - was that performing the update would take a
> snapshot (call it 'mysystem-1'), and create a corresponding BE, then
> apply the relevant updates to the *currently active* BE. Then I would
> immediately have access to updates that don't require a restart (new
> application software versions etc.); I can reboot to get the new
> kernel version, or I can reboot and choose the mysystem-1 BE if
> anything went wrong.
>
> In short, I was expecting the operation to be roughly equivalent to
> snapshot creation, followed by 'apt-get dist-upgrade'.
>
> That obviously isn't the case, but I can't find a clear explanation
> anywhere of how the process actually works. From observation it
> appears to be the following: a snapshot and corresponding BE are
> created, and the update process is applied to that *new* BE. Thus
> newly installed updates aren't available until rebooting into that new
> BE. The current BE effectively acts as the 'backup' snapshot, so any
> other changes to the system (applied to the running environment) not
> only won't apply to the new BE, but are basically modifying the
> backup. Hence, updating should be the *very last* thing to do before a
> reboot, and rebooting ASAP after performing the update is *extremely*
> important.
>
> Is that understanding correct?
>
> Assuming so, is it possible to make pkg behave more like my initial
> expectation? I suppose I could create a snapshot myself using beadm,
> then tell pkg not to create a new environment, but is that likely to
> bite me in some nasty way? I'd like a better understanding of why the
> system works the way it does before trying to fight it :P.
>
> Thanks for your time.
>
> (PS: Apologies if this list is inappropriate for basic questions like
> this; let me know if that's the case.)
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] NFS fails to automount at boot

2012-08-06 Thread Michael Schuster
On Mon, Aug 6, 2012 at 3:04 PM, Sašo Kiselkov  wrote:
> On 08/06/2012 02:15 PM, James Carlson wrote:
>> Sašo Kiselkov wrote:
>>> I've run into a bizzare issue. An NFS export I have in /etc/vfstab fails
>>> to automount on an OI client at boot, even though the filesystem is
>>> clearly marked as "mount at boot":
>>>
>>> #device device  mount   FS  fsckmount
>>> mount
>>> #to mount   to fsck point   typepassat boot
>>> options
>>> 192.168.133.1:/etc/streamers-   /etc/streamers  nfs -
>>> yes nodevices,nosetuid,ro
>>>
>>> When I issue /sbin/mountall or mount -a, it mounts just fine. Needless
>>> to say, its failure to mount at boot results in failure of dependent
>>> services to start, which is quite bummer if I have to do it manually
>>> each time. Nothing is logged to /var/adm/messages, so I have no idea why
>>> it ignores my NFS mounts at boot. It simply does. Anybody got an idea on
>>> how to track this down?
>>
>> It's never been possible to mount NFS at boot.
>
> Well, apparent it has, since it's working after I enabled some NFS
> client services.

I'd say you're lucky - I wouldn't rely on this working every time.
Have you investigated using the automounter?

regards
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] NFS fails to automount at boot

2012-08-06 Thread Michael Schuster
On Mon, Aug 6, 2012 at 3:33 PM, Daniel Kjar  wrote:
> Really?  What do you call that crap in etc under auto_master and auto_home?

ah ... "every elephant is an animal, but not every animal is an elephant" ;-)

(in other words: there's other applications of the automounter than
mounting peoples' home directories)

regards
Michael

> On 08/ 6/12 09:31 AM, James Carlson wrote:
>>
>> Daniel Kjar wrote:
>>>
>>> I would never use a remote etc.  Lose the network and the box becomes
>>> unusable.  Not good.  That automounter drives me batty.  I hate the
>>> whole export/home thing and remove the auto_home crap and reboot as soon
>>> as I set up a new server.
>>
>> automounter != export/home
>>
>
> --
> Dr. Daniel Kjar
> Assistant Professor of Biology
> Division of Mathematics and Natural Sciences
> Elmira College
> 1 Park Place
> Elmira, NY 14901
> 607-735-1826
> http://faculty.elmira.edu/dkjar
>
> "...humans send their young men to war; ants send their old ladies"
> -E. O. Wilson
>
>
>
>
>
> _______
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to help if you are not developer: Re: "OpenIndiana lead Alasdair Lumsden resigns"

2012-09-11 Thread Michael Schuster
On Tue, Sep 11, 2012 at 9:22 PM, Bob Friesenhahn
 wrote:
> On Tue, 11 Sep 2012, Milan Jurik wrote:
>>
>>
>> And probably other things which do not come to my mind just now.
>> Documentation was always good thing in Solaris, we had team of dedicated
>> people working on it. Do you think it is good area for you?
>
>
> It would be useful to build up a comparison matrix of top packages in the
> Debian Popularity Contest (http://popcon.debian.org/) and compare these
> packages to the ones that OpenIndiana currently offers to make sure that
> OpenIndiana is not ignoring popular packages which might easily compile and
> be useful on OpenIndiana.
>
> Also useful to look at each package that OpenIndiana currently offers and
> see how much out of date it is and what newer release version the package
> could be updated to to without causing harm (e.g. can it work with libraries
> that OpenIndiana already provides).
>
> Lastly, the CVEs (security alerts) applicable to OpenIndiana should be
> collected so that it can be known which applications have important security
> issues.

something else that comes to mind where a non-programmer can help:

Testing. While I'm by no means an expert in this subject, I can think
of: installation tests (which HW? how long? are the results as
expected), feature tests (does SW foo do what it's supposed to do),
compatibility (does package bar actually work on OI as advertised? how
does it perform) - I think once you get into it, you'll find more than
enough to keep you and others busy.

cheers
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Switching from oi-experimental back to openindiana

2012-10-03 Thread Michael Schuster
On Wed, Oct 3, 2012 at 2:46 AM, Christopher Chan
 wrote:
> Is that possible? :-D

if you kept your previous BE, it should be a matter of "beadm activate
..." - but I guess that's not your question, right? :) (just trying to
clarify)

regards
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] a problem about the core dump

2012-10-05 Thread Michael Schuster
A few ideas:

does your program chdir() to a directory it cannot write? does it
manipulate the limits itself? maybe it's not really crashing, but
terminating "normally", but in a way you're not expecting?

HTH
Michael

On Fri, Oct 5, 2012 at 5:17 PM, DengEncore  wrote:
> Hello everyone,
>
>  I met a strange problem about the core dump in openindiana.
>
>  The setting of ulimit like below:
> root@openindiana:~# ulimit -c
> unlimited
>
>
> but, my program, sometimes crashes but no core dump in the program directory.
>
> And I have done some testing, like read write a NULL point, and the core dump 
> was generated normally.
>
> My program was just doing some socket jobs, and have a few threads.
>
> My question is, if there is any special bugs that when the program crashes 
> and no core dump will be generated?
> Or there should be any special setting I was missing?
>
>
> Thx.
>
>
> .
>
>
>
> --
> Best Rgds,
> Encore Deng
> Mobile: (86) 134 161 259 40
> BizCONLine Limited
> Member company of Incu-Tech Programme, HKSTP
> Tel: 3483 2050
> Unit 222A, 2/F,Enterprise Place (Bldg 9),
> No. 5 Science Park West Avenue,
> Hong Kong Science Park, Shatin, N.T.
>
> 
>
> Cloud Backup with Continuity Assurance
>
>
>
> _______
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] rebuilding man page catalog

2012-10-09 Thread Michael Schuster
I don't think that was what OP was asking for ...

Michael

On Tue, Oct 9, 2012 at 5:29 PM, Michael Stapleton
 wrote:
> catman -w
>
> create the windex database that  is
>  used  by whatis(1) and the man(1) -f and
>  -k options.  No manual  reformatting  is
>  done.
>
> Mike
>
>> Hello listmates,
>>
>> If may man command does not display some of the pages including those
>> clearly present under /usr/share/man - how do I fix that? I remember there
>> was a command that rebuilt the catalog, I just can't recall what it was.
>>
>> Thanks.
>>
>> Boris.
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] rebuilding man page catalog

2012-10-09 Thread Michael Schuster
On Tue, Oct 9, 2012 at 5:36 PM, Boris Epstein  wrote:
> Why? That was exactly the sort of thing I was asking for.
>
> The command suggested, catman -w , did not do the trick though.

then either you worded it differently from what you actually wanted,
or this is indeed something else :-)

the *index* that catman -w rebuilds is used for the "man -k" or
"apropos" commands, but not, AFAIK, for the actual display of man
pages - I'm sorry I don't know enough about the man infrastructure to
address the Q you initially asked.

cheers
Michael

> Boris.
>
> On Tue, Oct 9, 2012 at 11:30 AM, Michael Schuster > wrote:
>
>> I don't think that was what OP was asking for ...
>>
>> Michael
>>
>> On Tue, Oct 9, 2012 at 5:29 PM, Michael Stapleton
>>  wrote:
>> > catman -w
>> >
>> > create the windex database that  is
>> >  used  by whatis(1) and the man(1) -f and
>> >  -k options.  No manual  reformatting  is
>> >  done.
>> >
>> > Mike
>> >
>> >> Hello listmates,
>> >>
>> >> If may man command does not display some of the pages including those
>> >> clearly present under /usr/share/man - how do I fix that? I remember
>> there
>> >> was a command that rebuilt the catalog, I just can't recall what it was.
>> >>
>> >> Thanks.
>> >>
>> >> Boris.
>> >> ___
>> >> OpenIndiana-discuss mailing list
>> >> OpenIndiana-discuss@openindiana.org
>> >> http://openindiana.org/mailman/listinfo/openindiana-discuss
>> >
>> >
>> > ___
>> > OpenIndiana-discuss mailing list
>> > OpenIndiana-discuss@openindiana.org
>> > http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>>
>>
>> --
>> Michael Schuster
>> http://recursiveramblings.wordpress.com/
>>
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Network inordinately slow: help devising fault-finding procedure needed!

2013-02-22 Thread Michael Schuster
Hi Hans,

I'd start with looking into kstat output for e1000g*.

HTH
Michael

On Fri, Feb 22, 2013 at 2:57 PM, Hans J. Albertsson <
hans.j.alberts...@branneriet.se> wrote:

> Just installed the OI-157.1.7 ISO w/o adding anything beyond default.
>
> The network is now inordinately slow, and I cannot easily see what's
> wrong: please suggest how to find out what's wrong.
>
> It is set up as follows:
>
> I disabled network/physical:nwam, enabled network/physical:default.
> Produced the hostname.e1000g0 and hostname.e1000g1 files (10.0.22.37 and
> ...38 ), enabled DNS with properly configured resolv.conf
>
> domain branneriet.se
> search branneriet.se
> nameserver 10.0.0.1
> nameserver 132.244.127.162
> nameserver 132.244.127.170
>
> and nsswitch.conf is the dns version.
>
> traceroute 8.8.8.8 takes almost a minute per step, on a seemingly similar
> box it's instantaneous.
>
> ping -s to other local boxes basically see one packet returned and all
> others lost.
>
> ping to the problem machine from other boxes are quick and normal with no
> losses.
>
> netstat takes almost a minute per line of output!
>
> dns fails, possibly because the response from the server is way too slow...
>
> What can the problem be?? I could have made some glaring error when
> setting up non-nwam network mgmt, or maybe this box has a HW error. But all
> 4 interfaces, two of which are extra cards??
>
> Box is a Supermicro X8STi based 1U server with 2x2TB system disks.
>
> As I said: installed SW is straight Openindiana 151.1.7 from a downloaded
> ISO and no special choices or additions or anything..
>
> I did fiddle around with NWAM before going the trad networking mgmt route.
>
> Any ideas on how to test for HW vs SW or missing packages or what, anyone?
>
> __**_
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@**openindiana.org
> http://openindiana.org/**mailman/listinfo/openindiana-**discuss<http://openindiana.org/mailman/listinfo/openindiana-discuss>
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Network inordinately slow: help devising fault-finding procedure needed!

2013-02-22 Thread Michael Schuster
Hans,

are both interfaces connected to the same hub/switch?

On Fri, Feb 22, 2013 at 2:57 PM, Hans J. Albertsson <
hans.j.alberts...@branneriet.se> wrote:

> Just installed the OI-157.1.7 ISO w/o adding anything beyond default.
>
> The network is now inordinately slow, and I cannot easily see what's
> wrong: please suggest how to find out what's wrong.

-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] linux disk filter

2013-04-18 Thread Michael Schuster
Hi,

erm. This list is dedicated to OpenIndiana, which is NOT a flavour of
linux. While userland may look similar in many aspects, the kernel most
definitely does not, so even if you may get lucky and "find" someone who
can help you, I'd suggest you look for a linux-oriented mailing list and
ask there - I don't know much about linux, I'd start looking at kernel.org,
maybe there's some pointers there.

good luck
Michael


On Fri, Apr 19, 2013 at 8:11 AM, DengEncore wrote:

> Hi all,
>
> I am writing a linux kernel module to filter the disk IO.
> And I am facing the problems below:
>
>
> 1.   When the system start, how can I set my module be loaded before
> the file system?
>
> If the file system is loaded first, maybe some disk IO will be out of
> filter before my module loaded.
>
>
> 2.   When the system shutdown, how can I set my module be unloaded
> after the system?
>
> The same, I need to make sure there will be no disk IO after my module
> unloaded.
>
>
> 3.   For the system running, the filter data will be transferred from
> the module to the user application.
>
> When the system shutdown, and the application was close.
>
> Then, how can I save my filter data and I can load this data after the
> machine reboot?
>
>
>
> Please comment, thx.
>
>
> --
> Best Rgds,
> Encore Deng
> Mobile: (86) 134 161 259 40
> BizCONLine Limited
> Member company of Incu-Tech Programme, HKSTP
> Tel: 3483 2050
> Unit 222A, 2/F,Enterprise Place (Bldg 9),
> No. 5 Science Park West Avenue,
> Hong Kong Science Park, Shatin, N.T.
>
> 佛山公司地址:南海区瀚天科技城8号楼15层I105
> 佛山公司电话:0757-86989295
>
> 
>
> Cloud Backup with Continuity Assurance
>
>
>
> _______
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Logwatch equivalent...

2013-04-24 Thread Michael Schuster
> Also, I am still unsure to where the usefull logs are.
>

have a look in /var/adm/ ...

HTH
Michael
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Logwatch equivalent...

2013-04-24 Thread Michael Schuster
use logger(1) to test syslog.


On Wed, Apr 24, 2013 at 10:54 AM, John Doe  wrote:

> From: Michael Schuster 
>
> >>  Also, I am still unsure to where the usefull logs are.
> > have a look in /var/adm/ ...
>
> In /var/adm/, I have an empty messages; and messages.0 dates back from
> February...
> I also have a log subdir, empty.
> But it is true that, right now, this server does not do much.
> Maybe that's why most log files look empty...
> So, if there are no alternatives than to manually install logwatch, I will
> have to do that.
>
> Thx,
> JD
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana server networking problem.

2013-07-02 Thread Michael Schuster
Hi,

On Wed, Jul 3, 2013 at 4:07 AM, dormitionsk...@hotmail.com <
dormitionsk...@hotmail.com> wrote:

> Indeed, I don't know much about networking.  I wish I could find a decent
> book about it.  I looked on Amazon.com once, and didn't find anything I
> thought would be worthwhile.  I need to look again.


get a copy of W. Richard Stevens' "TCP/IP Illustrated, Volume 1: The
Protocols", I think you'll profit greatly from it.

good luck!
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Daylight saving time - again

2013-10-27 Thread Michael Schuster
Hi,

have you looked into rtc(1M)? I think that might help - iit seems to work
for me (most of the time ;-).

cheers
Michael


On Sun, Oct 27, 2013 at 5:13 PM, Jean-Pierre André <
jean-pierre.an...@wanadoo.fr> wrote:

> On a computer which boots on OpenIndiana and Windows, I have to
> obey the Windows requirement for the hardware clock to be set on
> local time. I also want my files to be stamped internally with
> the same UTC time, and shown with the same local time.
>
> Up to yesterday we were at UTC+2 and everything was fine. Today
> we are back at UTC+1, so the hardware clock has been set one
> hour back by Windows.
>
> But this has led OpenIndiana to now be one hour late, and if I
> fix its clock, Windows goes one hour fast. On both system the
> time zone is correct and shows UTC+1 in winter and UTC+2 in
> summer.
>
> I have to use the "date" command, From the "time and date"
> administration GUI I can only get an hour-glass and/or a
> segmentation fault.
>
> On previous occasions, I could fix the setting without
> disturbing the hardware clock, but I apparently cannot any
> more, either because I am getting more dumb, or because
> I missing something while upgrading.
>
> How am I supposed to fix the clock without reinstalling ?
>
> Jean-Pierre
>
>
> __**_
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@**openindiana.org
> http://openindiana.org/**mailman/listinfo/openindiana-**discuss<http://openindiana.org/mailman/listinfo/openindiana-discuss>
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] mount ext2/3

2014-02-27 Thread Michael Schuster
Hi,
'
I'm not an ext2/ext3 expert, but usually /var/adm/messages or
'dmesg'-output should indicate something. Where there any other error
messages that you may not have quoted in your initial email?

HTH
Michael


On Thu, Feb 27, 2014 at 5:14 PM, PÁSZTOR György <
pasz...@linux.gyakg.u-szeged.hu> wrote:

> Hello,
>
> What did I do wrong?
> I added the sfe repo: pkg set-publisher -p http://pkg.openindiana.org/sfe
> I installed fuse-ext2 package: pkg install fuse-ext2
>
> Then it complained about the missing libfuse.so, so I installed them too:
> pkg install libfuse fusefs
>
> It still complained, and then I did pkg remove, and pkg install for the
> fuse-ext2 package: didn't helped
> BTW: Are there any similar thing here, like the ldconfig command in
> linux, which updates the symlinks, etc, and the /etc/ld.so.conf file, which
> describes the directories, where should the dynamic linker find so's other
> then /lib and /usr/lib?
>
> So, I used my linux routine:
> LD_LIBRARY_PATH=/usr/gnu/lib fuse-ext2 /home/pasztor/e2t.img /mnt/e2t
> This command run, but gave 252 as return code... I didn't find explanation
> in fuse-ext2's manpage, since i didn't find that even...
> And of course, it didn't mount that image file...
> I tried lofiadm -a /home/pasztor/e2t.img and
> LD_LIBRARY_PATH=/usr/gnu/lib fuse-ext2 /dev/lofi/1 /mnt/e2t/
>
> But the result was the same: nothing...
>
> Hint's, ideas, anything?
>
> Regards,
> György
>
> _______
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] how to release OS disk space?

2014-04-04 Thread Michael Schuster
Hi,

On Fri, Apr 4, 2014 at 9:26 AM, Dang Zhiqiang  wrote:

> yes, rpool1 is rather very small, It's a small DOM.
> but two week ago, I have more than 800M free space, and I only test
> heartbeat, not create any other files.
>
>
> # beadm list
> BEActive Mountpoint Space Policy Created
> openindiana-1 NR /  3.34G static 2014-03-21 18:46
>
>
>
> At 2014-04-04 14:19:11,"Predrag Zecevic [Unix Systems Administrator]" <
> predrag.zece...@2e-systems.com> wrote:
> >On 04/ 4/14 05:40 AM, Dang Zhiqiang wrote:
> >> Hi,
> >> Why my disk space more and more less, and how to release it?
> >> OS: 151a9
> >> not clone, no spanshot
> >> # zpool list rpool1
> >> NAME SIZE  ALLOC   FREE  EXPANDSZCAP  DEDUP  HEALTH  ALTROOT
> >> rpool1  3.72G  3.65G  72.0M -98%  1.00x  ONLINE  -
> >> # zfs list -t snapshot
> >> no datasets available
>

if memory serves (I have no zfs-capable box running ATM), "zpool list"
takes an option "-t all" (or similar) - have you tried that?

HTH
michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] passwd changing trouble

2014-08-01 Thread Michael Schuster
I don't know whether truss on a suid binary (which I seem to remember
passwd being) will work ...


On Fri, Aug 1, 2014 at 12:02 PM, Mohamed Khalfella 
wrote:

> Hi,
>
> You could try
>
> $ truss passwd joe
>
> to get what system call fails for you.
>
>
> On Fri, Aug 1, 2014 at 12:34 PM, Jozsef Brogyanyi 
> wrote:
>
> > Hi
> >
> > I can not change my passwd as a user and as root too. On older setup this
> > function is worked. Which is the trick in this case? Thanks.
> >
> > joe@hipster:/export/home/joe$ passwd
> > passwd: Changing password for joe
> > Enter existing login password:
> > Permission denied
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > http://openindiana.org/mailman/listinfo/openindiana-discuss
> >
>
>
>
> --
> BR,
> Mohamed A. Khalfella
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Sparc

2014-09-04 Thread Michael Schuster
I think Martin Bochnig is doing something with opensxce (
http://opensxce.org/)

good luck!


On Thu, Sep 4, 2014 at 2:36 PM, Peter Firmstone  wrote:

> Is anyone actively developing OpenIndiana for Sparc?
>
> Regards,
>
> Peter
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] configuring dhcp on OpenIndiana?

2014-12-11 Thread Michael Schuster
"man nwam" should get you going

On Thu, Dec 11, 2014 at 8:08 PM, Thomas Schweikle 
wrote:
>
> Hi!
>
> Searching for a hint how to configure dhcp in OpenIndiana I only found
> how to configure a static address. But I need a way to configure dhcp.
> Is there any page in the web describing how to configure a network
> interface to use dhcp?
>
> --
> Thomas
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] configuring dhcp on OpenIndiana?

2014-12-12 Thread Michael Schuster
what build are you running?

IIRC (this is quite a while back, I'm afraid), you'd have to disable
network/physical, enable nwam, done. Nwam does all the rest for you ... I
think :-)

HTH
Michael

On Fri, Dec 12, 2014 at 9:35 AM, Thomas Schweikle 
wrote:
>
> On Thu, Dec 11, 2014 at 8:09 PM, Michael Schuster
>  wrote:
> > "man nwam" should get you going
>
> Dont think so ...
> # man nwam
> No manual entry for nwam.
>
> the same goes for
> # man nwamctl
> No manual entry for nwamctl.
>
> and
>
> # man nwamadm
> No manual entry for nwamadm
>
> And searching for the manual pages in google didn't give any hints on
> how to configure nwam to use dhcp to get an address. Maybe the best
> page I found was:
> http://wiki.openindiana.org/oi/Using+NWAM+to+configure+network+interfaces,
> but even this page does just talk about static addresses.
>
> > On Thu, Dec 11, 2014 at 8:08 PM, Thomas Schweikle 
> > wrote:
> >>
> >> Hi!
> >>
> >> Searching for a hint how to configure dhcp in OpenIndiana I only found
> >> how to configure a static address. But I need a way to configure dhcp.
> >> Is there any page in the web describing how to configure a network
> >> interface to use dhcp?
> >>
> >> --
> >> Thomas
> >>
> >> _______
> >> openindiana-discuss mailing list
> >> openindiana-discuss@openindiana.org
> >> http://openindiana.org/mailman/listinfo/openindiana-discuss
> >>
> >
> >
> > --
> > Michael Schuster
> > http://recursiveramblings.wordpress.com/
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>
>
> --
> Thomas
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Graphical Desktop environment on server

2015-01-01 Thread Michael Schuster
Hi,

On Thu, Jan 1, 2015 at 8:33 AM, Richard L. Hamilton 
wrote:

> PS yes, vi [...] the only things it lacks [...] “folding” (hiding
> uninteresting lines)


Vim can do folding.

regards
Michael




-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to completely disable keyboard shortcuts

2015-01-05 Thread Michael Schuster
I'd start with xmodmap (and xev to find out what the keys are doing).

HTH
michael

On Mon, Jan 5, 2015 at 2:43 PM, Harry Putnam  wrote:

> Aside from ditching the gui desktop altogether; does anyone know if
> there is some way to disable all keyboard shortcuts provided by the
> gui?
>
> Many cannot be removed using Settings/keyboard shortcuts.
>
> Even some I set long ago still work after removing them from that gui
> keyboars sc tool.
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to completely disable keyboard shortcuts

2015-01-06 Thread Michael Schuster
On Tue, Jan 6, 2015 at 1:28 AM, Harry Putnam  wrote:

> > I'd start with xmodmap (and xev to find out what the keys are doing).
> >
>
> Why would I start there if I want to know if there is some way to
> disable and keyboard shortcuts set by the gui?
>
> Do you know if there is?
>
No, I don't - that's why I said "I'd start with xmodmap" :-)

I'm sure there's other ways, somebody just needs to point them out.

regards
Michael



-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Does OpenBSD support ZFS?

2015-02-02 Thread Michael Schuster
Hi,

On Tue, Feb 3, 2015 at 5:09 AM, Jacob Ritorto 
wrote:

> I've even offered
> to help with dest/dev on Tribblix, which seems to be the closest open
> effort to make it happen.
>

I think Martin Bochnig's opensxce may be an option - he claims that "
OpenSXCE runs [] Sun UltraSPARC sun4u/sun4v-compatible 32-bit & 64-bit
computers".

HTH
michael


-- 
Michael Schuster
http://recursiveramblings.wordpress.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] ZFS on Openindiana vs ZFS on oracle linux

2017-04-21 Thread Michael Schuster
You can also have a look at FreeBSD

Cheers
Michael

On 21 Apr 2017 6:25 pm, "David Johnson"  wrote:

Does anyone have any editorial comments on how well ZFS is handled on
Openindiana
vs. Oracle Linux? It looks like these may be my only two choices if I want
to
have an OS that has native ZFS support, and allow me to get updated
security patches.

Dave

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Michael Schuster
Hi,
Can you explain what you are trying to achieve with this specific
invocation?
Regards
Michael

On 16 Jun 2017 10:04 am, "Predrag Zečević - Technical Support Analyst" <
predrag.zece...@2e-systems.com> wrote:

> Hi,
>
> I have decide not to open ticket, but rather ask for fix here: after
> latest update:
> $ uname -rosv
> SunOS 5.11 illumos-62f1951aca Solaris
>
> I have spotted that xargs dumps core (one of my shell procedures did not
> returned result, this is how I have noticed):
>
> $ ls -al  | awk '{print $NF}' | xargs
> Segmentation Fault (core dumped)
>
> If I have to open ticket, will do - otherwise xargs might need
> recompilation.
>
> With best regards.
> Predrag Zečević
> --
> Predrag Zečević
> Technical Support Analyst
> 2e Systems GmbH
>
> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
> Mobile:+49 174 3109 288, Skype: predrag.zecevic
> E-mail:predrag.zece...@2e-systems.com
>
> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>   65812 Bad Soden am Taunus, Germany
> Company registration: Amtsgericht Königstein (Germany), HRB 7303
> Managing director:Phil Douglas
>
> http://www.2e-systems.com/ - Making your business fly!
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] /hipster: xargs coredumps

2017-06-16 Thread Michael Schuster
Hi,
I'm afraid I have nothing capable of running anything other than android
around here; I was just wondering, since my understanding of xargs is

xargs [command [args... ]]

So what you're doing is executing whatever 'ls' prints first as command
with the rest as arguments, which seems strange unless your cwd contains
binaries ... And I don't quite see the point :-) unless that is it.

Michael

On 16 Jun 2017 11:12 am, "Predrag Zečević - Technical Support Analyst" <
predrag.zece...@2e-systems.com> wrote:

>
>
> On 06/16/17 10:56, Michael Schuster wrote:
>
>> Hi,
>> Can you explain what you are trying to achieve with this specific
>> invocation?
>> Regards
>> Michael
>>
>
> Hi Michael,
>
> nothing special, just did not wanted to
> a) show complete line
> b) confuse anyone
>
> If you have this version of hipster, you can try your self:
> $ ls -1 | /usr/gnu/bin/xargs
> Segmentation Fault (core dumped)
>
> (execute ls on any directory you wish).
>
> Regards/LG
>
>>
>> On 16 Jun 2017 10:04 am, "Predrag Zečević - Technical Support Analyst" <
>> predrag.zece...@2e-systems.com> wrote:
>>
>> Hi,
>>>
>>> I have decide not to open ticket, but rather ask for fix here: after
>>> latest update:
>>> $ uname -rosv
>>> SunOS 5.11 illumos-62f1951aca Solaris
>>>
>>> I have spotted that xargs dumps core (one of my shell procedures did not
>>> returned result, this is how I have noticed):
>>>
>>> $ ls -al  | awk '{print $NF}' | xargs
>>> Segmentation Fault (core dumped)
>>>
>>> If I have to open ticket, will do - otherwise xargs might need
>>> recompilation.
>>>
>>> With best regards.
>>> Predrag Zečević
>>> --
>>> Predrag Zečević
>>> Technical Support Analyst
>>> 2e Systems GmbH
>>>
>>> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
>>> Mobile:+49 174 3109 288, Skype: predrag.zecevic
>>> E-mail:predrag.zece...@2e-systems.com
>>>
>>> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>>>65812 Bad Soden am Taunus, Germany
>>> Company registration: Amtsgericht Königstein (Germany), HRB 7303
>>> Managing director:Phil Douglas
>>>
>>> http://www.2e-systems.com/ - Making your business fly!
>>>
>>> ___
>>> openindiana-discuss mailing list
>>> openindiana-discuss@openindiana.org
>>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>> ___
>> openindiana-discuss mailing list
>> openindiana-discuss@openindiana.org
>> https://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>>
> --
> Predrag Zečević
> Technical Support Analyst
> 2e Systems GmbH
>
> Telephone: +49 6196 9505 815, Facsimile: +49 6196 9505 894
> Mobile:+49 174 3109 288, Skype: predrag.zecevic
> E-mail:predrag.zece...@2e-systems.com
>
> Headquarter:  2e Systems GmbH, Königsteiner Str. 87,
>   65812 Bad Soden am Taunus, Germany
> Company registration: Amtsgericht Königstein (Germany), HRB 7303
> Managing director:Phil Douglas
>
> http://www.2e-systems.com/ - Making your business fly!
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss