Re: [OpenIndiana-discuss] Python 3.10.0

2021-11-15 Thread Alex Smith (K4RNT)
Python 2.7 and 3.0 are not compatible with each other. This occurred
several years ago.

Hope you can get this module working! BTW, does pip have numpy in its
repository?

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Lacey, Washington (Olympia, WA metropolitan area)


On Mon, Nov 15, 2021 at 9:16 AM Apostolos Syropoulos via
openindiana-discuss  wrote:

> Hello,
> I wanted to play a bit with Python's numpy module. One can install an old
> versionfor Python 2.7.X (it is available as a package). But it is not
> possible to install it withthe latest version of Python that is bundled
> with the OS. Thus I tried to compilethe latest version of Python (3.10.0)
> and see if I can succeed with numpy.I have tried with no extra options
> etc., but this did not work as Python was compiledwithout openssl support.
> After some experiments, I succeeded to build Python with thefollowing
> options:
> CC="gcc-10 -m64" CFLAGS="-I/usr/openssl/1.1/include
> -I/usr/lib/amd64/libffi-3.2.1/include -DFFI_NO_RAW_API" \
> LDFLAGS="-L/usr/openssl/1.1/lib/amd64 -lcrypto -lssl -L/usr/lib/amd64
> -lffi" \
> ./configure --prefix=/opt/gnu/python  --with-openssl=/usr/openssl/1.1
> --with-openssl-rpath=auto
> Then I tried to install Cython and numpy and there was absolutely no
> problem!
>
> Regards,
> A.S.
>
> --Apostolos Syropoulos
> Xanthi, Greece
>
>
> ___
> 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] Cannot install libreoffice

2021-06-24 Thread Alex Smith (K4RNT)
You mistyped libreoffice in the paths you mentioned. No worries, just
pointing it out.

Cheers!

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Lacey, Washington (Olympia, WA metropolitan area)


On Wed, Jun 23, 2021 at 6:41 PM Till Wegmueller 
wrote:

> Hey Apostolos
>
> Looks like a package conflict. Is another libreoffice installed?
>
> What does "ls -l
> /usr/lib/libfreoffice/program/resource/bo/LC_MESSAGES/svx.mo" and "pkg
> search -rp /usr/lib/libfreoffice/program/resource/bo/LC_MESSAGES/svx.mo"
> say on the Systems?
>
> -Till
>
> On 23.06.21 19:03, Apostolos Syropoulos via openindiana-discuss wrote:
> > Hello,
> > Today I tried to install libreoffice on acomputer. I installed the OS on
> thismachine using the DVD yesterday.Command pkg fails and reports acryptic
> message:
> > Errors were encountered while attemptingto retrieve package or file data
> for therequested operation
> > pkg://openindiana.org/desktop/office/libreoffice@6.4.3.5.11Invalid
> contentpath usr/lib/libfreoffice/program/resource/bo/LC_MESSAGES/svx.mo :
> clash failure: expected computed...(happened 4 times).
> > Any idea what is this? Note that yesterdayI successfully installed
> libreoffice on adifferent system.
> > Kind regards,
> > Apostolos Syropoulos
> >
> > Στάλθηκε από το Ταχυδρομείο Yahoo σε Android
> > ___
> > 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
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] after Installation, no X11?

2021-02-23 Thread Alex Smith (K4RNT)
Your Dell NVIDIA card is probably a Quadro NVS card, which supports dual
head.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Lacey, Washington (Olympia, WA metropolitan area)


On Tue, Feb 23, 2021 at 1:53 PM Rolf M. Dietze 
wrote:

> Hi,
> yes, got it running. xdm login, twm as window manager. Fast and
> smart:)
>
> As I started up with a text console only, Andreas and Carsten
> on this list told me to do a pkg install mate_install and start
> the SMF-service for lightdm. With a little nvidia driver update
> all worked fine. Since I like fast minimalistik desktops that do
> not consume the compute power for windows decorations, I did:
> pkg install twm
> pkg install xdm
> copied th svc-lightdm method to svc-xdm, set it up for xdm, reseted
> the xdm-fmri as was installed alongside by pkg install xdm, pointed
> it to the freshly createt login-xdm. (guess I could have used the
> default anyway, it just starts xdm so:)
> After that I did a svc disable graphical-login/lightdm. That of
> cause stopped my GUI-desktop at once and no text-console for what
> ever reason. Logged into the box from remote, su-ed my shell to
> root again and did a svcadm enable graphical-login/xdm. After a
> while, xdm started, with a login I got twm running since I already
> copied my common .xinit and .twmrc to my $HOME. Thats all. Really
> no magic, worked somehow off the shelf, ist fast and as old fashioned
> as I hoped for:)
> All packages came form:
> PUBLISHER   TYPE STATUS P LOCATION
> openindiana.org  origin   online F
> http://pkg.openindiana.org/hipster/
> running  5.11 illumos-6859ab0054 i86pc i386 i86pc
>
> The box this runs on is a decommissioned Dell Optiplex 980 with an
> Intel 4-cores i5, 16GB ram, some kind of mass-produced dell nvidia
> with dual head support that the university dumped.
>
> Rolf
>
>
> Quoting Reginald Beardsley via openindiana-discuss
> :
>
> > I'd be extremely interested if you get twm running on OI. I've stuck
> > with Solaris 10 u8 because I couldn't figure out a way to run twm
> > cleanly.
> >
> > Reg
> >
> >
> >
> >
> > On Tuesday, February 23, 2021, 01:46:38 PM CST, Rolf M. Dietze
> >  wrote:
> >
> >
> > Hi,
> > thanks for the very fast reply
> >
> > I did the mate_install and enabled the lightdm service.
> > looked nice but I got:
> > 0 1 root@skyfall pts/1 ~ 4# svcs -vx lightdm
> > svc:/application/graphical-login/lightdm:default (Light Display Manager)
> >  State: offline since Tue Feb 23 20:35:06 2021
> > Reason: Service svc:/system/consolekit:default was restarting too
> quickly.
> >  See: http://illumos.org/msg/SMF-8000-GE
> >  Path: svc:/application/graphical-login/lightdm:default
> >  svc:/system/consolekit:default
> >  See: man -M /usr/share/man -s 1 lightdm
> > Impact: This service is not running.
> >
> > But a decent nvidia-driver did the trick, box is up and running
> > with a mate desktop. Were can I find the pkg-names of aggregartion
> > packages, assuming mate_install is on of those?
> >
> > I will see for a faster desktop so, X11 with twm is what I am
> > running on FreeBSD-Boxes, CDE on AIX and so. I saw, there is
> > a cde available so I will go to installing that and give it a
> > try.
> >
> > Tanks a lot,
> > Rolf
> >
> >
> > ___
> > 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
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] what command is used to start MATE?

2021-01-19 Thread Alex Smith (K4RNT)
$ pfexec bash

Problem solved.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Lacey, Washington (Olympia, WA metropolitan area)


On Tue, Jan 19, 2021 at 3:33 PM Chris  wrote:

> On 2021-01-19 14:57, Bob Friesenhahn wrote:
> > On Tue, 19 Jan 2021, Chris wrote:
> >> OK false alarm. It did NOT actually work.
> >> While it allowed me to "startx" and get a DE. It did NOT allow me to
> >> login. Apparently root has almost zero privileges on OI. So *who* is
> >> god on OI? It's "root" on every other NIX based OS.
> >
> > God is the first user added to the system and the rules as to if a user
> can
> > become
> > god is determined by the file /etc/user_attr.  This is one of the most
> > important
> > files in the system.  This is where priviledges come from and there are
> many
> > different priviledges.
> >
> > In Solaris root is normally a 'role' and does not accept logins.
> >
> > Even most Linux systems do not allow logins as 'root' any more.
> >
> > It is possible to edit this file such that root does accept logins, but
> that
> > is
> > not considered to be secure.
> Thank you very much for the clarification, Bob. :-)
>
> IMHO it is *not* the role of an OS to determine the security policy. As
> the
> OS
> knows near zero about the environment it runs in. OTOH the administrator
> *does*
> know the environment and *can* define the best policy. The OS should not
> dictate
> policy.
> If I as the admin knows the computer is locked down in a secure
> environment.
> There is no reason I, as the admin, shouldn't be allowed to login
> permanently
> as root. :-)
> I'm not arguing with you here, Bob. Just stating my opinion on security
> policy. :-)
> >
> > Bob
> Thanks again, Bob! :-)
>
> P.S. I *was* able to perform a fresh install, and do everything I mentioned
> before. But this time, I logged in as the user I created during install,
> and
> *unlike* all my previous attempts. It worked. :-)
>
> --
>
> ___
> 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] How to expand the live usb to use all of the space on the device?

2021-01-19 Thread Alex Smith (K4RNT)
I'd like to do this too. Is there a way to set up persistent storage?
" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Lacey, Washington (Olympia, WA metropolitan area)


On Sun, Jan 17, 2021 at 3:06 AM Hung Nguyen Gia via openindiana-discuss <
openindiana-discuss@openindiana.org> wrote:

> My usb is 16 GB. The live image after dd-ed into it only consumes about
> 1.9 GB. I want to be able to use the remaining space, from the live system.
> How to do this? Thanks.
>
> ___
> 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] OT Help with Repair of HPxw8600

2020-04-19 Thread Alex Smith (K4RNT)
Memtest86+ is a godsend.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

[image: Mailtrack]

Sender
notified by
Mailtrack

04/19/20,
01:46:02 PM

On Sun, Apr 19, 2020 at 11:07 AM Harry Putnam  wrote:

> Sorry about OT topic but hoped someone here could offer helpful URLS
> and such.
>
> My old HP xw8600 that I have been running OI one for some years has
> broke down.
>
> I'm a bit lost at trying to repair an old HP xw8600.
>
> I get 5 beeps pause and repeat on attempt to boot.
>
> From Manuals and such I find that means a memory problem.
>
> I guess it would require me to remove 1 at a time and attempt to boot
> to find one or more that are faulty.
>
> I'm a bit nervous about trying this myself.
>
> Ok is that one a time scenario even a real option?  I wondered what
> happens when you remove a mem stick... will a boot be
> possible. even with all but one removed?
>
> Also curious if parts are even available for older HP xw8600
> manufactured in 2008.
>
> The helpful forums that used to be on HP's own site appear to have
> been redone or maybe consolidated or something... at any rate was not
> able to find forum help I used several years ago there.  And a posted
> question about the 5 beep syndrome has gone unanswered for a week.
>
> Again, not looking for a discussion here only hoping for URLS or other
> pointers that will help me do it myself.
>
> Especially would be good if someone knows someone who actual has done
> such work and is willing to correspond with me.
>
>
> ___
> 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] Where should SPARC go?

2019-11-19 Thread Alex Smith (K4RNT)
When I get some more money coming around my way, I will be getting some
kind of sun4v, like a T2000+ or a T2+ if possible. If not, I'll just
virtualize it on x64.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)


On Tue, Nov 19, 2019 at 1:07 AM  wrote:

> Have a look at Dilos, it is a smartOS derivate and seems to have SPARC
> support
>
> On Sun, 17 Nov 2019 11:14:29 +0100
>   Andreas Wacknitz  wrote:
> > Am 17.11.19 um 01:46 schrieb Gary Mills:
> >> I have a series of questions to ask the members of this mailing
> >>list.
> >> I have information to share with you as well.  I already have
> >>partial
> >> answers to most of the questions, but I'd still like to hear from
> >>you.
> >>
> >> First of all, how much interest do you have in OI on SPARC?  My
> > As I have some old SPARC gear, I am interested in having OI on
> >SPARC.
> >> interest is as a developer and tester.  What is your interest?
> >> I'd like to determine the size of the audience.
> > My interest in SPARC has almost vanished. I still own an E250
> >(US-II), a
> > Blade 2000, a Blade 2500 and an Ultra 45.
> > Most of the time these machines only collect dust.
> >
> >>
> >> How should I contribute to OI on SPARC?  I have plans to build more
> >> packages, and to do so with fewer changes to the OI source.  I also
> >> have plans to update the distribution from the current 2018 to 2019
> >>or
> >> 2020.  Does this sound reasonable to you?
> > Yes. I have downloaded your first release. Alas I had no time to
> >install
> > it on one of my machines yet.
> >>
> >> How should you contribute to OI on SPARC?  I've filed bug reports
> >> for many of the changes I've made.  They can be seen at:
> >>
> >> https://www.illumos.org/projects/openindiana/issues
> >>
> >> I've attached patches to each bug report, but in order for these
> >> patches to be integrated into the OI source, the patches need to be
> >> turned into PRs for github.  They also need to be tested on x86 to
> >> make sure they don't accidentally change anything there.  Can you
> >>help
> >> with any of this?  Can you build packages for SPARC from OI source?
> > I can help here as I am mildly experienced with Hipster's build
> >system
> > on x86 and have a few build machines here.
> > The biggest hindrance here is lack of time.
> >
> >> Can you help in any other way?
> >>
> >> What type of repository do you prefer?  Should it be file-based, as
> >>it
> >> is now, or should it be remote, as for OI x86?  The repository will
> > Best would be a remote repository as we have it with OI x86. Do we
> >have
> > an "official" build system for SPARC?
> > The old gear is loud and power hungry.
> >> only get larger, as people build more packages and publish them.
> >> Will
> >> you download such a large file?  I don't know of any way to merge
> >> repositories, so there must be only one.
> >>
> >> Finally, who should coordinate OI on SPARC?  Should this be done by
> >> the OI project, or should it be done separately?  Keep in mind that
> >>OI
> > I am not sure whether the actual project members will have enough
> >free
> > cycles to master an additional architecture.
> > We are very few and at the moment nobody seems to have a lot of time
> > that could be devoted to OI.
> >
> >> SPARC uses OI source.  Most of it builds and publishes with no
> >> changes.  When changes are necessary, my plan has been to introduce
> >> them with no harm to x86 packages built from the same source.
> >> Indeed,
> >> some of the changes fix bugs in the corresponding x86 packages.
> >> Also
> >> keep in mind that IPS is designed to handle multiple architectures,
> >> making it easy to integrate SPARC with x86.  In fact, this is
> >>already
> >> done for illumos.
> >>
> >>
> > Maybe Everycity is also willing to sponsor to host a SPARC
> >repository
> > like they are doing for x86 now.
> > I doubt that they can provide a build environment for it.
> >
> > Regards,
> > Andreas
> >
> >
> > ___
> > 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
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Connecting Serial Modem to Illumos (ACM9

2018-04-30 Thread Alex Smith (K4RNT)
​Edgeports are Solaris ready certified by the late Sun Microsystems. They
have firmware that works on x86, x64 and SPARC.​

[image: Mailtrack]

Sender
notified by
Mailtrack


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sun, Apr 29, 2018 at 11:46 AM, Reginald Beardsley via
openindiana-discuss  wrote:

>
> It is *the* interface from hell.
>
> ___
> 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] Some opt to open their systems while others don't

2017-10-02 Thread Alex Smith (K4RNT)
I only wish I had the system engineering training to help port illumos to
an ARM. I'd really like to see that done. If someone else has the
experience, I'd be willing to test on a NVIDIA Tegra K1 based Chromebook.
I'm also putting a Jetson TK1 development board on my Christmas list, which
uses a NVIDIA Tegra K1. You also might want to contact Scaleway, see if
they'd be willing to offer a couple ARM64 servers to use for builds.

Good luck!
-Alex



 Sent with Mailtrack


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Mon, Oct 2, 2017 at 10:18 PM, Nikola M  wrote:

> On 10/ 1/17 10:03 AM, Jerry Kemp wrote:
>
>> I don't believe that this page is anything new.
>>
>> OS X has been open since the beginning, with the exclusion of their
>> "Aqua" GUI, or what ever it is currently called.
>>
>
> Yes, open source core of Apple's OS is called Darwin and were published
> regularly by Apple all these years. Darwin had some open distributions, but
> they couldn't be fully compatible with OSX/MacOS because of those
> proprietary GUI libraries etc.
> I wonder what is new here, since Apple publish it in open (while adding
> their proprietary parts when making a producst) for quite some time.. Ah
> yes, their core of ARM OSes is now open as well..
>
> Even it created success and big income for the company, I think that
> proprietary/one hardware producer combination does not work on market
> anymore.
> Yeah, some of their products are great, yet always overpriced and in
> Europe. Apple, since it's beginning, lacked with support, availability,
> prices and market philosophy and any real presence worth mentioning.
>
> Last time I got excited about any Apple product is when they still had
> rainbow-apple logos on their cases. :) .. and that was the time before
> multimedia PCs and free software operating systems.
> My first OS on internet was Linux with X and Netscape in 1995/6 and since
> then I knew how much everything proprietary basically does not need a
> reason to exist.
>
> While Microsoft killed Nokia and let go the brand and hardware business to
> the other company, for the next 10 years, and violently killed open source
> Symbian project as their strategic move to kill opponents, now Windows
> phone is killed by Microsoft (by as soon as 2018)
> So controlling platform tightly and keep it proprietary, is more the way
> to the abyss then to the bright future of any product, software or hardware
> one.
>
> About free vs proprietary, Openindiana/illumos currently uses Nvidia
> proprieatary drivers for desktop graphics cards and even they funcion great
> and Nvidia have probably best long term proprietary driver support, AMD
> lacks same level of commitment , but AMD now have open source drivers that
> could be supported and maintained by illumos community, so more effort and
> people is needed on making them work..
>
> Maybe real reaction on this is: Any volunteers to continue porting of
> illumos to ARM? :)
>
>
>
> ___
> 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] ZFS help

2017-03-16 Thread Alex Smith (K4RNT)
You mean you can slice a lofi disk? My whole career is a lie!

;)




" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Thu, Mar 16, 2017 at 7:48 PM, Jeff Woolsey  wrote:

> On 3/13/17 1:00 AM, Udo Grabowski (IMK) wrote:
> > Hi,
> >
> > (see inline hints)
> >
> >
> > This pool is in wait state for the missing device and will not
> > recover without a reboot (we had this situation a couple of times).
> > The only way to get out of this is a reboot, and the second disk should
> > either be not in the slot, or it should be a fresh disk with nothing
> > on it, so that the system declares that as corrupt on reboot.
>
> That may be difficult as zfs thinks that each submirror is a different
> slice on the same disk.  About all I can do there is fill the "missing"
> slice with garbage (or zeros).  (As it happens, the pool that
> temporarily is not living there is called "missing"...).  Well, that
> didn't work.  zdb shows that device with a different label than the one
> in the pool.
>
> > Unfortunately, the other disk seems to have serious data errors, so
> > the pool will show severe dataloss (see zpool status -v after repair).
> > The weird number you see seems to be the GUID of the disk, the label
> > is corrupt in some way.
>
> That other disk has been replaced, and is now working fine for the other
> pools.
>
> >
> > Look at iostat -exn, it should tell you more about the errors,
> > as well as a 'smartctl -a -dsat,12 /dev/rdsk/c5d0s2' that shows
> > the specific errors recorded by the disk controller.
>
> The BIOS was complaining of SMART reporting imminent failure on the
> temporary replacement disk (1500GB).  That disk is also no longer in the
> system.
> >
> > After reboot, you also very probably will have to send a 'repair' to
> > the fmadm event ids before it will start to resilver the pool. If that
> > all fails, you may evacuate the /etc/zfs/zpool.cache file and reboot
> > and try to import that pool by hand, but I would try that as a last
> > resort, you may loose the complete pool. Also note that the device name
> > is recorded on the pool itself, see zdb -l /dev/dsk/c5d0s6, and that
> > name will be adapted only correctly after a reboot or reimport if it is
> > wrong. 'touch /reconfigure' before reboot may also be advisable.
> > If it fails to import, there are more tricky options to rollback the
> > pool on import, but I hope that this is not necessary.
> >
> Looks like it's time for heavier artillery.
>
> >  And finally, dying capacitors
> > in your AC-adapter or on the mainboard can drive the whole machine
> > crazy;
>
> I've replaced those before on an earlier incantation of this system
> (micro-ATX socket 754 Athlon64 3000+).  Unlikely to be the cause here,
> as the symptom of this in the past was catatonia (i.e. dead, no response
> at all).  But I'll keep it in mind.
>
> >>
> >> I'll try the dd thing, and try to import the image that results.  I
> >> suspect it may have the same problem.
> >>
>
> So far I've been unable to convince  zpool to import from /dev/lofi/1 .
> I'm guessing it's because there is no fdisk label there, or I haven't
> figured out how to slice a lofi "disk".
>
> Meanwhile, the list of things I can't do remains:
>
> >>>
>  # zpool reopen cloaking
>  cannot reopen 'cloaking': pool I/O is currently suspended
>  # zpool detach cloaking /dev/dsk/c5d0s3
>  cannot detach /dev/dsk/c5d0s3: pool I/O is currently suspended
>  # zpool detach cloaking 8647373200783277078
>  cannot detach 8647373200783277078: pool I/O is currently suspended
>  # zpool clear cloaking   just hangs. Meanwhile, despite its
>  assertions of
>  ONLINE,
> 
>  # zfs list -r cloaking
>  cannot open 'cloaking': pool I/O is currently suspended
>  # zpool remove cloaking 8647373200783277078
>  cannot remove 8647373200783277078: only inactive hot spares, cache,
>  top-level, or log devices can be removed
>  # zpool offline cloaking 8647373200783277078
>  cannot offline 8647373200783277078: pool I/O is currently suspended
>  #
> 
>  I'm of the opinion that the data is mostly intact (unless zpool has
>  been
>  tricked into resilvering a data disk from a blank one (horrors)).
> 
>  # zpool export cloaking
> 
>  hangs.
> >
>
> --
> Jeff Woolsey {{woolsey,jlw}@jlw,first.last@{gmail,jlw}}.com
> Nature abhors straight antennas, clean lenses, and empty storage.
> "Delete! Delete! OK!" -Dr. Bronner on disk space management
> Card-sorting, Joel.  -Crow on solitaire
>
>
> ___
> openindiana-d

Re: [OpenIndiana-discuss] Any 32-bit users?

2017-02-11 Thread Alex Smith (K4RNT)
I would agree with that.



  Sent with Mailtrack


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sat, Feb 11, 2017 at 8:52 AM, Aurélien Larcher <
aurelien.larc...@gmail.com> wrote:

> On Sat, Feb 11, 2017 at 5:29 PM, Peter Tribble 
> wrote:
>
> > Something that came up in discussion while we were at FOSDEM was
> > whether it's safe to ship 64-bit only applications in OpenIndiana.
> >
>
> Maybe we could identify a subset of applications, libraries for which it
> makes sense to ship 32-bit and 64-bit, like server software, while desktop
> could move to 64-bit only.
>
>
> >
> > Which begs the obvious question - is anyone running OpenIndiana on
> > hardware that isn't 64-bit? Please reply if so.
> >
> > To check, use the isainfo command. If "isainfo -k" returns "amd64"
> > (or "isainfo -b" returns "64") then you're running in 64-bit and should
> > happily ignore this question. If you get "i386" or "32" respectively
> > then it would be nice to know.
> >
> > Thanks,
> >
> > --
> > -Peter Tribble
> > http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
>
>
>
> --
> ---
> Praise the Caffeine embeddings
> ___
> 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] Any 32-bit users?

2017-02-11 Thread Alex Smith (K4RNT)
I would like the possibility of running a modern operating system on a
32-bit Xeon processor-based system (specifically a NetBurst generation
Xeon), such as a ProLiant DL360 G3.

I'm already limited to an older version of RHEL and an older version of
Windows Server as well...



  Sent with Mailtrack


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sat, Feb 11, 2017 at 8:29 AM, Peter Tribble 
wrote:

> Something that came up in discussion while we were at FOSDEM was
> whether it's safe to ship 64-bit only applications in OpenIndiana.
>
> Which begs the obvious question - is anyone running OpenIndiana on
> hardware that isn't 64-bit? Please reply if so.
>
> To check, use the isainfo command. If "isainfo -k" returns "amd64"
> (or "isainfo -b" returns "64") then you're running in 64-bit and should
> happily ignore this question. If you get "i386" or "32" respectively
> then it would be nice to know.
>
> Thanks,
>
> --
> -Peter Tribble
> http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
> ___
> 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] Oios ????? Re: mailinglist oios

2017-01-29 Thread Alex Smith (K4RNT)
OIOS = Open Indiana Operating System?



  Sent with Mailtrack


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sun, Jan 29, 2017 at 4:36 PM, Jerry Kemp  wrote:

> Came across this post searching my personal archives for something else.
>
> Robert/OpenBabel,
>
> Assuming you are still here with us, what is/was Oios?  An OpenIndiana
> based distro?  Or, do/did you sell OpenIndiana compatible hardware?
>
> I followed the flickr.com post, and I do see a bunch of pretty pictures.
>
> Sorry if I am just overlooking the obvious.
>
> Even if this is something that was here but is now history, I would
> appreciate hearing more about this.
>
> Jerry
>
>
> On 02/ 8/14 09:31 AM, openbabel wrote:
>
>> Dear Hans,
>>
>> Oios is best described as system design and built for the enterprise
>> professional.If you like, a niche market player. It represents a great
>> opportunity to expand enterprise functionality to those who were not fully
>> engaged with enterprise and provides an ideal platform to be a leading
>> player in
>> the emergence of the much promised professional low cost server market
>> (to reach
>> from the server philosophy).
>>
>> Internet feedback seems to point to hotspots of interest in the North
>> American,Brazil,UK,Germany,France,Ukraine,Japan,China,and
>> Australia.Economically
>> emerging countries under the BRIC label are Brazil,Russia,India,and
>> China.This
>> may indicate that oi is being adopted by these emerging enterprise
>> markets.My
>> guess is that oi adoption is aided by desktop use as an interaction and
>> learning
>> tool for enterprise.
>>
>> Robert
>>
>> pictures on flickr http://www.flickr.com/photos/openindiana/
>>
>> your reference
>>
>> Von: Hans J. Albertsson [hans.j.alberts...@branneriet.se]
>> Gesendet: Freitag, 7. Februar 2014 17:34
>> An: Discussion list for OpenIndiana
>> Betreff: Re: [OpenIndiana-discuss] 2014 April 8
>>
>>
>>
>>
> ___
> 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] The end is near

2017-01-20 Thread Alex Smith (K4RNT)
Sorry, didn't realize this fishworks video wasn't commonplace. Here it is:
https://www.youtube.com/watch?v=tDacjrSCeq4

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Thu, Jan 19, 2017 at 6:14 PM, Alex Smith (K4RNT) 
wrote:

> http://shop.lenovo.com/us/en/systems/storage/sds/nexentastor/
>
> I've seen that Lenovo is offering a NexentaStor-based appliance, is that
> anything similar to what Oracle is offering, fishworks-style?
>
> Still the only thing I've seen from Fishworks is a cool YouTube video
> showing how much vibration can introduce latency into your JBODs.
>
> " 'With the first link, the chain is forged. The first speech censured,
> the first thought forbidden, the first freedom denied, chains us all
> irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
> warning... The first time any man's freedom is trodden on, we’re all
> damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
> episode "The Drumhead"
> - Alex Smith
> - Kent, Washington (metropolitan Seattle area)
>
> On Thu, Jan 19, 2017 at 4:44 PM, Alan Coopersmith <
> alan.coopersm...@oracle.com> wrote:
>
>> On 01/19/17 12:38 AM, Fred Liu wrote:
>>
>>> From that roadmap, my understanding is there is no on-premise and
>>> standalone Solaris and SPARC releases after 2017 and everything goes into
>>> cloud.
>>>
>>
>> Then you're misunderstanding the roadmap, which shows both on-premise &
>> cloud
>> releases going forward until at least 2021.
>>
>> So data-machine and fishwork-storage are some kinds of variations from
>>> Solaris and SPARC, if users want to touch by hand.
>>>
>>
>> ZFS Storage Appliances ("fishworks") use x86 CPUs and their own OS
>> versions,
>> with their own release schedules.   You can't make any assumptions about
>> them based on the roadmap for CPU's they don't use or OS versions they
>> don't
>> use.
>>
>> -alan-
>>
>>
>> ___
>> 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] The end is near

2017-01-19 Thread Alex Smith (K4RNT)
http://shop.lenovo.com/us/en/systems/storage/sds/nexentastor/

I've seen that Lenovo is offering a NexentaStor-based appliance, is that
anything similar to what Oracle is offering, fishworks-style?

Still the only thing I've seen from Fishworks is a cool YouTube video
showing how much vibration can introduce latency into your JBODs.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Thu, Jan 19, 2017 at 4:44 PM, Alan Coopersmith <
alan.coopersm...@oracle.com> wrote:

> On 01/19/17 12:38 AM, Fred Liu wrote:
>
>> From that roadmap, my understanding is there is no on-premise and
>> standalone Solaris and SPARC releases after 2017 and everything goes into
>> cloud.
>>
>
> Then you're misunderstanding the roadmap, which shows both on-premise &
> cloud
> releases going forward until at least 2021.
>
> So data-machine and fishwork-storage are some kinds of variations from
>> Solaris and SPARC, if users want to touch by hand.
>>
>
> ZFS Storage Appliances ("fishworks") use x86 CPUs and their own OS
> versions,
> with their own release schedules.   You can't make any assumptions about
> them based on the roadmap for CPU's they don't use or OS versions they
> don't
> use.
>
> -alan-
>
>
> ___
> 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] OpenSSH GSS-API-key-exchange

2016-12-19 Thread Alex Smith (K4RNT)
isn't GSSAPI the name for the Kerberized versions of these protocols?

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Mon, Dec 19, 2016 at 11:42 AM, Alexander Pyhalov  wrote:

> Hello.
>
> Currently OpenSSH in OpenIndiana supports GSSAPIKeyExchange option
> and enables it by default
> (support for authenticating server via GSSAPI - alternative to
> distributing server ssh keys) - http://www.sxw.org.uk/computin
> g/patches/openssh.html .
> This is a separate patch (but widespread one - it is supported by Debian
> and RedHat).
>
> The issue is that if DNS is misconfigured on client side, it can lead to
> long delays
> while connecting to ssh server.
>
> The question is - who does really use this option on OI? Can we just drop
> this patch
> (or at least disable it by default) without significant impact on user
> systems?
> --
> System Administrator of Southern Federal University Computer Center
>
> ___
> 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] about VT-x or AMD-v on HP-wx8600 workstation

2016-10-31 Thread Alex Smith (K4RNT)
Hello there,

http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c01316837

My research points me to the BIOS setup screen (F10 on boot), choosing
Security, OS Security, Intel Virtualization instructions.

My only other thought on why you can't find the option is that the CPU
might not support VT-x instructions.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sun, Oct 30, 2016 at 6:36 PM, Harry Putnam  wrote:

> I've been running openindiana on an HP xw8600 for some time.  It has
> the most recent (2012) BIOS version published (most recent far as I
> know, after googling a bit).  (If this is wrong please let me know)
>
>  NOTE: BIOS Configuration: Hewlett-Packard 786F5 v01.46 09/20/2012
>
> With Virtualbox, since somewhere like late 3.x series or maybe
> 4.x...series I've been unable to create 64 bit guests.  Getting the
> error that VT-x is not turned in my bios. (With Earlier versions of
> vbox I did not have that problem).
>
> I've searched those bios repeatedly and never did find such a setting.
> So just went along for more than a year or so thinking it just didn't
> have the capability.
>
>
> Now I've gotten my hands on another HP xw8600 that has a BIOS version
> even earlier ... (2008) than the first one.  But this one is fully
> capable of creating 64 bit guests.
>
>   NOTE: BIOS Version/Date   Hewlett-Packard 786F5 v01.27, 8/8/2008
>
> So, now I'm thinking I must just not be finding this setting.  Surely
> if a 2008 bios has this capability it seems very likely that the 2012
> v01.46 version would too.  But still not finding such a setting.
>
> It should be noted that the first HP xw8600 with the 2012 version
> v01.46 of BIOS is running openindiana, and the 2nd HP xw8600 with the
> 2008 v01.27 bios is running windows 10.
>
> Not really sure if that makes a difference.
>
> I really hoped there would be someone here familiar with these HP
> xw8600 workstations.  And would know if;
>BIOS Configuration: Hewlett-Packard 786F5 v01.46 09/20/2012
>
> Has a VT-x setting or not
>
> Can anyone set me straight on this?
>
>
> ___
> 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] Fwd: TEST-pkg available: Hipster's future VirtualBox-5.1.6-SunOS-amd64-r110634.pkg

2016-09-20 Thread Alex Smith (K4RNT)
I didn't realize what it was when I saw it before. Well done, a little
blocky on the font choice, but still looks great.

Best wishes from a fellow Hipster and OpenSXCE user. :)

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Tue, Sep 20, 2016 at 12:19 AM, Мартин Бохниг  wrote:

> Alex,
>
> if you didn't see it on your facebook stream,
> it was also attached to the first message here to list.
> But in today's stream of daily 100 new messages many things may obviously
> get lost.
>
> You still find it in the archives at:
>
> https://openindiana.org/pipermail/openindiana-discuss/
> 2016-September/019531.html
>
> https://openindiana.org/pipermail/openindiana-discuss/
> attachments/20160919/764b87bc/attachment-0001.png
>
>
> Best regards,
> %martin
>
>
> Вторник, 20 сентября 2016, 5:55 UTC от "Alex Smith (K4RNT)" <
> shadowhun...@gmail.com>:
>
> Martin,
>
> Could you post the graphic you used for the VirtualBox BIOS? Is this the
> graphic people are talking about? I don't have a Solaris box bare-metal to
> test out your package on right now, sorry.
>
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Fwd: TEST-pkg available: Hipster's future VirtualBox-5.1.6-SunOS-amd64-r110634.pkg

2016-09-19 Thread Alex Smith (K4RNT)
Martin,

Could you post the graphic you used for the VirtualBox BIOS? Is this the
graphic people are talking about? I don't have a Solaris box bare-metal to
test out your package on right now, sorry.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Mon, Sep 19, 2016 at 10:24 PM, Christian Meier 
wrote:

> Hi Martin
> > The curiosity with Vbox5.0.x and 5.1.x (no matter if Oracle bins or
> self-built) is, that you cannot properly run vbox5 as root (for a short
> test), because the Qt GUI gets messed up and no text is shown. Quite odd.
>
> I could start as root if I tunnel the X-Windows
>
> It makes no different if I connect from Windows (putty x-forward) or do
> an 'ssh -X' on the Solaris.
>
> May this work for the moment as a work-around
>
> Regards Christian
>
>
> ___
> 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] MATE

2016-09-01 Thread Alex Smith (K4RNT)
I really like MATE, it ranks among Xfce along my favorite desktop
environments. I especially like how lightweight it is. Great for recovery
environments.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Thu, Sep 1, 2016 at 11:29 AM, Jerry Kemp  wrote:

> I'm certain that it is.
>
> Regardless, it can't hurt to ask.
>
>
>
>
> On 09/ 1/16 10:52 AM, Alan Coopersmith wrote:
>
>> On 09/ 1/16 08:50 AM, Jerry Kemp wrote:
>>
>>> ...unless...
>>> we can get OpenWindows back.
>>>
>>
>
>
> That would be highly unlikely.
>>
>>  -alan-
>>
>> _
>>
>
> ___
> 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


[OpenIndiana-discuss] YubiKey PAM module compile-time errors

2016-08-28 Thread Alex Smith (K4RNT)
Hello everyone,

I've tried doing this before and was unsuccessful. Maybe someone can help
me here.

I am trying to install the PAM modules for the YubiKey USB token, and I am
getting some pretty unusual errors.

I've made a pastebin, maybe someone could give me some advice on how to
proceed from here. A Google search tells me it's possible, but nobody tells
you how to compile the bitch. I'm running the OI MATE spin in VirtualBox.

Pardon my French.

http://www.pastebin.com/fHBs422c

Thanks in advance.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [off-topic] Samsung acquires Joyant

2016-07-10 Thread Alex Smith (K4RNT)
The blog post says that Joyent will stay an independent subsidiary of
Samsung. I don't know any Samsung employees, but I bet a Glassdoor search
will say something about the company and how they treat their employees.

Here's hoping that Samsung will nurture their latest acquisition.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Sun, Jul 10, 2016 at 11:53 AM, Jerry Kemp 
wrote:

> I'm also subscribed to the Joyant SmartOS list, although I don't keep up
> with it as well as I do the OpenIndiana one.
>
> Catching up on post, I find that Samsung is acquiring Joyant, makers of
> the SmartOS distro, among many other neat things.
>
> https://www.joyent.com/blog/samsung-acquires-joyent
>
> This apparently happened, or minimally, kicked off mid-June 2016.
>
> Fingers crossed that Joyant, their products, and their employees come out
> of this unscathed.
>
> Jerry
>
> ___
> 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


Re: [OpenIndiana-discuss] [discuss] Re: Support for USB3?

2015-11-03 Thread Alex Smith (K4RNT)
My mistake. I thought I read CDDL in detail, but maybe I didn't read BSD
license in as much detail. Sorry bout that!

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Tue, Nov 3, 2015 at 1:48 AM, Joerg Schilling <
joerg.schill...@fokus.fraunhofer.de> wrote:

> Alex Smith  wrote:
>
> > I'm just guessing, but probably licensing is on the top of the list of
> > problems. I don't know how compatible BSD license is with CDDL.
>
> BSD is find, see ZFS I convinced the FreeBSD people to include ZFS 10
> years
> ago and everybody is happy.
>
> Jörg
>
> --
>  EMail:jo...@schily.net(home) Jörg Schilling D-13353
> Berlin
>joerg.schill...@fokus.fraunhofer.de (work) Blog:
> http://schily.blogspot.com/
>  URL:  http://cdrecord.org/private/
> http://sourceforge.net/projects/schilytools/files/'
>
>
> ---
> illumos-discuss
> Archives: https://www.listbox.com/member/archive/182180/=now
> RSS Feed:
> https://www.listbox.com/member/archive/rss/182180/21175766-b8dde626
> Modify Your Subscription:
> https://www.listbox.com/member/?member_id=21175766&id_secret=21175766-96eb175a
> Powered by Listbox: http://www.listbox.com
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [discuss] Re: Support for USB3?

2015-11-02 Thread Alex Smith (K4RNT)
My mistake - while I have been monitoring the list, I haven't been reading
every email to come off the list.

Sorry bout the flub.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Mon, Nov 2, 2015 at 11:57 AM, Bob Friesenhahn <
bfrie...@simple.dallas.tx.us> wrote:

> On Mon, 2 Nov 2015, Alex Smith wrote:
>
> I'm just guessing, but probably licensing is on the top of the list of
>> problems. I don't know how compatible BSD license is with CDDL.
>>
>
> This topic has all been discussed before and the discussions are available
> via the mail archives.
>
> The BSD license is compatible with CDDL.  Illumos contains BSD code and
> FreeBSD contains CDDL code.
>
> The skills to implement USB3 support do exist in the community but the
> developers are currently focused on other things.
>
> Bob
> --
> Bob Friesenhahn
> bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
>
>
> ---
> illumos-discuss
> Archives: https://www.listbox.com/member/archive/182180/=now
> RSS Feed:
> https://www.listbox.com/member/archive/rss/182180/21175766-b8dde626
> Modify Your Subscription:
> https://www.listbox.com/member/?member_id=21175766&id_secret=21175766-96eb175a
> Powered by Listbox: http://www.listbox.com
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] [discuss] Re: Support for USB3?

2015-11-02 Thread Alex Smith (K4RNT)
I'm just guessing, but probably licensing is on the top of the list of
problems. I don't know how compatible BSD license is with CDDL.

I'm not a developer or a lawyer, nor do I play one on TV.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Kent, Washington (metropolitan Seattle area)

On Mon, Nov 2, 2015 at 10:38 AM, Philip Robar 
wrote:

> On Thu, Oct 29, 2015 at 1:29 PM, Apostolos Syropoulos via
> openindiana-discuss  wrote:
>
>> Writing [a USB3] driver from scratch is out of question...
>>
>
> As a naive, but fascinated lurker, I'm curious as to why? Is it because of
> the limited resources available in the OpenIndiana community or lack of
> interest in the Illumos community? If most other OSs (Windows, OS X, Linux,
> BSD, Solaris) all support USB 3 then why can't Illumos? If BSD's
> implementation isn't useful, how about Darwin's?
>
> Phil
>
> *illumos-discuss* | Archives
> 
>  |
> Modify
> 
> Your Subscription 
>
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] All 32-bit-only X device drivers removed from Hipster -??

2015-03-05 Thread Alex Smith (K4RNT)
I have plenty of hardware that doesn't support virtualization instructions,
so 32-bit virtualized guests are my only option.

Doing this removes a large population of potential users. It moves them to
other platforms, such as FreeBSD or Linux, which still has 32-bit support
alive and kicking.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA

On Thu, Mar 5, 2015 at 9:07 AM, ken mays via openindiana-discuss <
openindiana-discuss@openindiana.org> wrote:

> Hello,
> Removing 32-bit support was not until another release from now.
> ~K
>
>  On Thursday, March 5, 2015 6:52 AM, Alexander Pyhalov 
> wrote:
>
>
>  Hello.
>
> I think I have to comment some statements to make them clearer.
>
> On 03/05/2015 10:04, Nikola M wrote:
> > I have been reading 'Hipster' change log, posted on Openindiana wiki
> > under the page:
> > http://wiki.openindiana.org/oi/oi_hipster
> > and I noticed that alp did "All 32-bit-only X device drivers removed.",
> > just after updating them.
>
> First of all, we removed all old X device drivers. The full list is the
> following: apm, ark, chips, glint, i128, i174, neomagic, rendition, s3,
> s3virge, silliconmotion, sls, tdfx, tga, tseng.
>
> Note, that they were dropped upstream, so I can't even suggest that they
> were tested by Oracle developers. If noone has tested the code, it means
> it doesn't work. If someone wants to support them - I means build with
> new Xorg for BOTH 32-bit and 64-bit Xserver and test that they actually
> work, we'll add them back. Good news is that I haven't seen these
> devices in the wild for ages. Last s3 I've seen was on my Pentium
> 133-based workstation. Anyway, vesa should support them. I can test (and
> care about) nvidia, radeon, virtualbox and (now) intel video adapters. I
> haven't tested intel during update (as I didn't have necessary hardware)
> - and you see that it led to breakage.
>
> > As recently it was mentioned on mailing list by alp, that he is thinking
> > of removing 32-bit hardware support for no clear reasons,
> > Remind you that all Openindiana ISO disks till now both work on 32-bit
> > and 64-bit x86 hardware, both as LiveDVD media and after install, with
> > most of applications being 32bit on 64bit hardware.
> > Removing also such excellent functionality is also questionable.
>
> I think about removing 32-bit hardware support for the following reasons:
> - (the main one) it allows us to be closer to upstream and so decreases
> work on porting software from upstream. When only 3 men do something for
> distribution on regular basis, it's a great win (also think about new
> bugs, which can be unique to 32-bit applications, see, for example,
> https://www.illumos.org/issues/5608);
> - 64-bit ABI is cleaner and we should think less about long file names
> compilation environment, ability to use more ram and so on (for example,
> do we really need 32-bit PostgreSQL or Percona Server ?);
> - testing... Everyone runs 64-bit systems. When we broke Gnome on 32-bit
> systems, we found out it only two months later, because Jim decided to
> install OI in 32-bit VirtualBox VM... Perhaps, just noone uses Hipster
> on 32-bit systems?
>
> Anyway, it was just a suggestion, not stated goal.
>
> > Those are machines coming brand new with 32-bit OSes in March 2015 with
> > no less then 2GB of RAM or 4 with less usabe, that is still considered
> > 'just fine' amount for many desktop and small server needs. Also this
> > kind of hardware is all around us and it is simply not the case that
> > 'every computer in last 7-8 years is 64bit',
> > , but also vast amount of them has up to 4GB of RAM and 32-bit OS es
> > installed and that is big potential also for OI use that, should not be
> > destroyed.
>
> Really, I can't imaging doing something besides basic testing on PC with
> < 2 GB of RAM. Your FF will eat first one, ZFS arc  the second and IPS
> will go in swap... And what for do you need 32-bit server? The last
> 32-bit server we had was shut down it seems in 2012. It had 2GB RAM and
> run FreeBSD 6.4 Oh, no, we still have one gateway which runs FreeBSD
> 4.6.2 and has ~ 400M RAM. I hope you are not going to run OI on such
> "server" :)
>
> > If some techical things are in mind here , then OI should firstly have
> > at least some or ANY release, following /dev that could fully support
> > 32-bit and not, before that move and not letting down existing users.
> >
>
> As I mentioned, I'll help man who wants to do "stable", "release" or
> what else based on current Hipster. But it's impossible in current
> situation when we don't have enough developers.
> --
> Best rega

Re: [OpenIndiana-discuss] use cases of Sun Studio-compiled C++ libraries on OI

2014-12-07 Thread Alex Smith (K4RNT)
Wouldn't this break the binary compatibility guarantee that Solaris had
been traditionally marketed on?

I'm no kernel engineer, so I wouldn't know.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA

On Sun, Dec 7, 2014 at 12:51 PM, Alan Coopersmith <
alan.coopersm...@oracle.com> wrote:

> On 11/28/14 06:25 PM, Richard L. Hamilton wrote:
>
>> If it’s C++, the name mangling is different; look up the options for the
>> Sun
>>
> > and GNU versions of nm respectively, use each version of nm with its
> > demangling option, and whichever has sensible output corresponds to the
> > compiler used.
>
> Even with Studio, there are now at least 7 different binary incompatible
> options for building C++ code:
>
>  -compat=4 - pre-C++98 SunPro 4.x compiler ABI (only in Studio 12.2 &
> older)
>  -compat=5 (aka -std=sun03) - C++03 Sun compiler ABI
>  -compat=g (aka -std=c++03) - C++03 with g++ extensions/ABI
>  -std=c++11 - C++11 features & g++ library/ABI (only in Studio 12.4 &
> later)
>  -library=Cstd - C++03 with Studio libCstd library
>  -library=stdcxx4 - C++03 with Apache stdcxx library
>  -library=stlport4 - C++03 with STLport library
>
> As you'll see in the CC man page, all C++ code in a program must use the
> same -compat, -std, & -library flags - you can't use a library built with
> different ones than the program itself uses.
>
> -alan-
>
> "A strange game. The only winning move is not to play.
>  How about a nice game of chess?"
>
>
> ___
> 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


Re: [OpenIndiana-discuss] OpenSXCE

2014-09-16 Thread Alex Smith (K4RNT)
If sufficient documentation is available, I'd be willing to offer the two
SPARC systems I have as build systems, once I get working again. I'd have
to hang on to them, though...

I have a Sun Blade 2500 Red, as well as a Sun Fire V125, unfortunately they
are both only UltraSPARC III powered, would that be a show-stopper?

I'm not a developer, more of a system administrator that likes to dabble,
and I've been using Solaris since version 8, and have used SPARCstation 4s
as well as a Sun Ultra 5 in the past.

Hopefully I can help in some way.


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA

On Tue, Sep 16, 2014 at 4:03 PM, Alexander Pyhalov  wrote:

> Apostolos Syropoulos via openindiana-discuss писал 16.09.2014 23:24:
>
>> Hello,
>>
>> I am not really following every detail of the OpenSXCE debate but I would
>> like to say that we are definitely a very small community and we cannot
>> afford to lose anyone who can contribute to the development of the
>> operating
>> system and the desktop environment. In addition, since we are a really
>> small
>> community it makes no sense to have many different distributions. This
>> fragments the community and so we lose energy that could be used to
>>
>> provide drivers etc. For example, we still do not have a driver for
>> USB3 devices, we cannot use the ATI drivers since kernel mode setting
>> is not there, yet... And instead of fighting about nonsense, we should
>> create at least two groups to port and maintain OpenOffice (it works
>> partially)
>>
>> andChrome and why not Firefox (we cannot rely on Oracle to compile it with
>> their outdated compiler!).
>>
>>
> Hello.
> Agree for every point.
>
> On collaboration with OpenSXCE developers.
> We (OI /hipster) currently don't support SPARC in any way.
> We disagree with OpenSXCE on package manager and build systems.
> I appreciate Martin's work, I understand that it requires a lot of work,
> time
> and dedication, but I don't see an easy way to collaborate between OI
> /hipster
> and OpenSXCE. IIRC, the only man who contributed SPARC-related patches to
> oi-userland
> was David Mackay. And to support SPARC port we need
> 1) some volunteer to do it,
> 2) some build systems.
> I've stated several times, that I personally don't see any interest in
> supporting SPARC.
> However, if someone interested in this, we will gladly appreciate
> SPARC-related changes to oi-userland.
>
> Other sort of collaboration can consist in exchanging patches for some
> software, as we
> collaborate with other parties building software for illumos and Solaris.
> This is also productive and interesting to us. But as
> we haven't seen code drops from OpenSXCE, it's impossible now.
> Note: I mean no offence, just state the current state.
>
> On Firefox - we have gcc-compiled firefox port. However, even having
> Oracle firefox
> patches from solaris-desktop-spec-files, it takes too much time to add gcc
> support and build new
> FF releases. Currently we have FF 24 in oi-userland (gcc-compiled).
> ---
> System Administrator of Southern Federal University Computer Center
>
>
>
> ___
> 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


Re: [OpenIndiana-discuss] nfs oi server - linux clients

2014-09-16 Thread Alex Smith (K4RNT)
I used NIS when I was doing this, while I was beta testing Solaris 9 and
had a Linux client to work with, and that managed to work pretty well,
given I didn't have any connectivity issues between the hosts.

I know that solution is kinda deprecated, but it's pretty complicated to
set up LDAP comparatively.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA

On Tue, Sep 16, 2014 at 1:07 AM, Hugh McIntyre 
wrote:

>
> Hi Harry,
>
> It's possible you have somehow mounted the filesystem locally with noexec
> (unlikely, but you can check with "mount | grep /projects/dv" and make sure
> noexec is not in the options).
>
> But at a guess, it's more likely you may have the wrong username mapping
> since NFSv4 may need configuration for this.
>
> The easiest way to check the user mapping is:
>
> 1. Create a directory on the server with permissions 777 (wide open)
> 2. On the client, "touch somefile"
> 3. Then check on both the server and client which user/group the file is
> created as.  Do not proceed until the usernames match.
>
> If you have a user/group mismatch, then the fix depends on which version
> of NFS you are running.  In "traditional" NFS (v3 or v2), the client just
> sends the numeric uid/gid over the wire, and the assumption is that the
> server has the same passwd/group file mapping.  In your case though you
> seem to be using nfs4, which works differently.
>
> In NFS v4 (the new default) the configuration is more complex.  NFSv4 uses
> names instead of numbers (so you don't need the same UID on all boxes), but
> the complexity is that there's a "nfsmapid" service on Solaris that
> translates from NFS username to local uid/names.  This relies on a
> nfsmapid_domain and if this is misconfigured, you get access problems.
> Similarly, rpc.idmapd.conf on Linux.
>
> For the Solaris/Illumos end, Oracle has some info at
> http://docs.oracle.com/cd/E23824_01/html/821-1462/nfsmapid-1m.html but
> the summary for the Solaris end is:
>
> 1. You can specify the NFSMAPID_DOMAIN parameter in nfs(4) or using
> sharectl.
> 2. Or specify the _nfsv4idmapdomain DNS resource record.  This is what I
> do since I have a local DNS server and then it works for all hosts.
> 3. Or if neither of these, Solaris will attempt to auto-determine the
> domain based on the domainname command, which may or may not give correct
> results.
>
> Meanwhile on Linux, the daemon (for client and server) is rpc.idmapd. In
> particular, you can configure the domain in /etc/idmapd.conf:
>
> # default is FQDN minus hostname
> Domain = local.lan
>
> You just have to make sure the client and server use the same domain. If
> not, requests will probably be treated as user=nobody and you may get
> permission errors.
>
> As you can see, in theory if everyone uses a default of FQDN minus
> hostname you may get correct operation by default.  But this does not
> always work, so might be your issue.
>
> Hugh.
>
>
>
> On 09/15/2014 03:46 PM, Harry Putnam wrote:
>
>> I need a current modern walk thru of what it takes to setup nfs
>> serving, so that the clients' users are able to access rw and run
>> scripts or binaries.
>>
>> First a quite description of the situation:
>> First and formost I am a terrrible green horn.  I've rarely used nfs.
>> And never with solaris as server
>>
>>oi server on home lan of a few linux hosts and a few windows hosts.
>>Very small network with really only single user usage of the nfs
>>shares.
>>
>>Home lan is in 10.0.0.0/24 network (All hosts concerned
>>here).
>>
>> Googling can lead to major confusion since the direction are a bit
>> different (as I understand it) from earlier versions of solaris/oi and
>> now.
>>
>> As I understand it, it should take no more than zfs set sharenfs=on.
>> I guess the old export list etc isn't necessary.
>>
>> I have set ' zfs set sharenfs=on ' on this share.
>>
>> But using that theory, what I'm ending up with on the client side:
>> Is a mounted share that will not allow my user to execute anything.
>> Where as rw and delete work fine.
>>
>> When I mount an nfs share on linux (Debian jessie) the mount is setup
>> in /etc/fstab like so:
>>
>> # [HP 140814_122407  NFS MOUNTS
>># 2x.local.lan:/rpub/dv_pub /nfs/rpub-dv-pub  nfs4   rw 0 0
>>2x.local.lan:/projects/dv /nfs/projects/dv  nfs4   rw,user,exec 0
>>0
>> # ]
>>
>> You can see the two versions I've tried on different shares.
>>
>> I've used both of the syntax shown above on the current uncommented
>> share with the same result as stated above... no execution.
>>
>> I can read/write/delete but cannot execu

Re: [OpenIndiana-discuss] Sparc

2014-09-11 Thread Alex Smith (K4RNT)
I currently have a Blade 2500 Red in storage right now - once I get a job
again, I hope to get it up and running, and I plan on trying out OpenSXCE.
I've let Martin know, and he said he'll be happy to have me help out - the
only thing that slightly discouraged me was the XVR-1200 framebuffer that
until recently was EOLed support.

Hope to play with it soon!


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA

On Fri, Sep 12, 2014 at 12:39 AM, Nikola M.  wrote:

> On 09/ 6/14 09:59 PM, Andreas Wacknitz wrote:
>
>> So, there is no special interest in SPARC or desktop left. My impression
>> is that people interested in it are getting fewer and fewer.
>>
> There IS interest in SPARC! OpenSXCE and Openindiana had releases and some
> people interested on working on OI on SPARC. Problem was having testing and
> development hardware
> and Alasdair offered hosting SPARC machine in it's datacenter for free,
> as long as someone pay for shipment from US (where there are cheap good T2
> based machines to find) to UK.
>
> And there is interest in Desktop. As a fact there is several more illumos
> distributions that include Desktop environment on illumos, beside
> Openindiana, (XStreamOS, Tribblix, OpenSXCE, other?)
> (And I would not even start describing how differentiating distributions
> between
>  'desktop' and 'server' is fruitless and not serving any use)
>
> At least people talking about using their desktop on illumos distro,
> should use some illumos distro and send bug reports and their usage case
> problems and requirements, if any,
> not just randomly popping up something sidewise from time to time, from
> other platforms.
>
>
> ___
> 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


Re: [OpenIndiana-discuss] VNC connections to Hipster

2014-08-25 Thread Alex Smith (K4RNT)
I wish I could get FreeNX to compile and run on some kind of Illumos build
- it seems like I'm the only one who likes it over VNC. :P

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA


On Mon, Aug 25, 2014 at 12:34 PM, Bruce Lilly  wrote:

> Different setup here (oi_151a8 (not hipster), openSUSE clients, had
> different error message from Remmina before failure ("Selected Security
> Scheme 18")).
> vncviewer (part of the "tightvnc" package on the openSUSE client side)
> works file.  GNOME client (vinagre) fails. KDE client (krdc) just shows a
> dark cyan background.  Remmina fails with a popup error message as noted
> above with mostly default settings, but works if the connection is edited
> by checking the "Disable encryption" checkbox on the Remmina side.
>
> So, some things to try in your situation:
> 1. try different clients on your Ubuntu box(es) [tightvnc's vncviewer is
> basic, but if it works that indicates a Remmina issue]
> 2. try Remmina options, especially related to encryption.
> 3. check if your install wiped out anything that you used to have on the OI
> box (e.g. detailed GNOME preferences for desktop sharing (one of the
>   nondescript icons on the top panel) for the user that has the GNOME
> session open).
>
>
> On Mon, Aug 25, 2014 at 4:18 AM, Dave Koelmeyer <
> dave.koelme...@davekoelmeyer.co.nz> wrote:
>
> > Hi Folks,
> >
> > Before I go delving into why, has anyone else encountered issues with
> > using Remmina (on Ubuntu) to connect over VNC to Hipster? On my old
> > oi_151a8 box one simply enabled the VNC server in Gnome (/"Preferences ->
> > Desktop Sharing"/), pointed Remmina to it without any special sauce and
> it
> > just worked. On my Hipster box (installed using the latest Hipster ISO
> and
> > updated via the current Hipster repository), attempting the same spits
> out
> > an error: /"TLS handshake failed: A TLS packet with unexpected length was
> > received"/. Doesn't appear to be the client either, based on seeing the
> > same thing irrespective of which Ubuntu box I connect from.
> >
> > Is anyone else seeing this?
> >
> > --
> > Dave Koelmeyer
> > http://blog.davekoelmeyer.co.nz
> >
> > ___
> > 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


Re: [OpenIndiana-discuss] paging any HP xw8600 users.. or knowledgeable others

2014-08-11 Thread Alex Smith (K4RNT)
It'll provide an SFF8087 connector, which you can get a breakout cable
which can branch out to attach to individual disks, or you can get a
backplane of some kind which might have an SFF8087 connection as well. In
that case, a straight cable would suffice. Most HBAs of this type will have
a multilane connector, versus individual SATA ports, since the SAS disk
support requires a slightly different connector on the cable.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA


On Mon, Aug 11, 2014 at 5:25 AM, Harry Putnam  wrote:

> Bryan N Iotti  writes:
>
> > Hi,
> >
> > It's a must (that I know of) only on LSI controllers because
> > otherwise performance on ZFS suffers quite a lot.
> >
> > Other controllers have different quirks, like some adaptecs needing
> > a debug flag passed to enable HBA mode.
> >
> > The IR to IT flash is easy. You need a pendrive with FreeDOS bootable
> > and the firmware from LSI. They have pretty decent instructions on
> > their website and you should be able to perform the whole procedure in
> > less than 30 minutes.
> >
>
> [...]
>
> Bob Friesenhahn  writes:
>
> > On Sun, 10 Aug 2014, Harry Putnam wrote:
> >>
> >>> I also would suggest an add-on controller, with the caveat that you
> >>> should remember to flash in IT mode and not RAID/IR.
> >>
> >> Would that flash step be necessary with most any add on Controler?
> >
> > No.  It depends on the model number that you order.  Models called an
> > "HBA" are likely delivered in IT mode.
>
> Re-iterating the basic hardware involved:
> HP xw8600 with 2x CPU 5470 3.33Ghz and 32 GB of RAM
>
> Is this the kind of thing folks are thinking of when suggesting a SAS
> card:
>
> (not sure what mail encoding might do, but this should be all one line)
>
>
> http://www.serversdirect.com/Components/RAID__HBAs/id-DC7125/LSI_SAS_HBA_9211-4i?gclid=Cj0KEQjwsJyfBRC729Oy5Pf26ekBEiQAYtd9QR6E11DYPDk3igwN6YRQhEptdXPnYXPOGVopqtjurmMaAnCq8P8HAQ
>
> Can anyone offer a clue what the marketers of this device might be
> talking about under Marketing Information:
>
>The LSI SAS 9211-4i host bus adapter provides the greatest
>available throughput to internal server storage arrays through four
>internal 6Gb/s ports, driving up to 256 SAS and SATA physical
>devices. This HBA offers dynamic SAS functionality including
>dual-port drive redundancy and SATA compatibility. Utilizing one
>internal x4 SFF8087 Mini-SAS connector, the low-profile SAS 9211-4i
>is an excellent fit for 1U and 2U servers.
>
> I'm pretty confused about the write up...
>
> The bit about "driving up to 256 SAS and SATA physical devices", in
> particular
>
> Am I right in thinking this would add 4 internal SAS/SATA ports? Or
> is this something else entirely?
> ---   ---   ---=---   ---   ---
>
> Is the big brother of the above device more appropriate?
>
>
> http://www.newegg.com/Product/Product.aspx?gclid=Cj0KEQjwsJyfBRC729Oy5Pf26ekBEiQAYtd9QSnU5Y0ObEPMFYeXsJhx8rT4KCwHypodSscs5OAWwqcaAjN78P8HAQ&Item=N82E16816118133&nm_mc=KNC-GoogleAdwords&cm_mmc=KNC-GoogleAdwords-_-pla-_-Controllers+%2f+RAID+Cards-_-N82E16816118133&ef_id=U9g1pQAABU0QZGhN:20140810220043:s
>
> Or am I missing the ball altogether?
>
>
> ___
> 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


Re: [OpenIndiana-discuss] 2x Xeon XS8600

2014-07-19 Thread Alex Smith (K4RNT)
You can remove the drive from the bracket and insert it into the host
internally. The brackets are intended for use in hot-swap drive bays,
usually found in servers (rackmounts primarily, but some deskside as well).

However, the SAS connector is a single connector that you would have to get
an adapter cable for use in a non-hotswap configuration. Here's an example
of one:

http://www.ebay.com/itm/7-Pin-SATA-Serial-ATA-to-29-Pin-SAS-Connector-4-Pin-Power-Cable-Adapter-New-/111409680629?pt=US_Drive_Cables_dapters&hash=item19f088d0f5

SATA drives work on a SAS controller, but SAS drives will not work on a
SATA only controller.


" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA


On Sat, Jul 19, 2014 at 4:03 PM, Harry Putnam  wrote:

> Timothy Coalson  writes:
>
> > Those pics make me wonder where you are going to put all those hard
> drives
> > (and if duct tape will be involved).  I see only 2 spots meant for them
> > that are empty.
>
> Sorry to badger at you about this stuff...
>
> Does this kind of SAS drive (hp-507616-b21-hard-drive-2tb-7200rpm)
> shown at the URL below fit into a different kind of holder than those
> sata drives on my machine?
>
>
> http://harddrives.nanakonadu.com/hp-507616-b21-hard-drive-2tb-7200rpm-sas-600-serial-attached-scsi-3-5-inch-internal/
>
> And is it likely I could run these with no problem?
>
>
> ___
> 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


Re: [OpenIndiana-discuss] 2x Xeon XS8600

2014-07-18 Thread Alex Smith (K4RNT)
In some cases, the SATA ports in these configurations will report as being
attached to the motherboard chipset. You'll see 4 SATA ports, and 4 SAS
ports. I don't remember off the top of my head how they report in all cases.

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA


On Fri, Jul 18, 2014 at 7:10 PM, Timothy Coalson  wrote:

> On Fri, Jul 18, 2014 at 5:32 PM, Harry Putnam  wrote:
>
> > "Alex Smith (K4RNT)"  writes:
> >
> > > SATA disks can run on a SAS controller no problem - they are backwards
> > > compatible, however SAS disks will NOT work on a SATA only controller.
> > >
> > > The blue colored SATA socket is port 0, probably for the boot volume. I
> > > can't see from the angle of the photo, but I bet the white colored
> > sockets
> > > are for SAS. Are there any SFF-8087 connectors on the mainboard, by
> > chance?
> >
> > Googling SFF-8087 I find more than one shape of plug, so, not sure
> > what they look like.  Are those just the plugs used to connect SATA
> > discs?  The bigger of the 2 plugs required for each sata hdd. If so,
> > there are 1 each on all discs now connected (4) and several free on the
> > electrical harness.
>
>
> No, those are SATA power connectors, SFF-8087 is an internal data connector
> for 4 channels of SAS:
>
> http://www.cs-electronics.com/images-large/Fem%20SFF-8087-b.JPG
>
> This shows both plug and receptacle, the bit on the circuit board is the
> receptacle, and is usually on a larger card/board, not with a cable coming
> out the back.
>
> However, I believe your board has only one SAS chip, and the 8 ports on it
> are connected to the sata-like connectors, with only color coding telling
> them apart, so I don't expect it to have any SFF-8087 ports.
>
> > With the LSI HBA, if it requires it, just make each individual disk a
> RAID
> > > 0 volume. That's how I did it with MegaRAID.
> >
> > Err, you left me in the ditch a ways back.  Are you saying if I have
> > to do something with LSI HBA and I set discs to RAID 0, then oi will
> > just see non-raid discs and I can just set things up as if each disc
> > was not raided?  Also, is the setting you mention done in OI?
> >
>
> From the info from AIDA64, I would guess that you don't need to worry about
> configuring the card for RAID 0, the storage controller says "3000 series",
> which from some brief perusal of lsi's site, suggests that it is the
> HBA-configured version of the SAS chip, rather than the RAID-configured
> version.  You'd need to look through a manual or the SAS bios to make sure,
> though, as AIDA64 may not actually try to distinguish them.
>
> More terminology - HBA means it just shows the OS the disks directly, while
> the RAID version can't do that, and instead puts a layer of virtual raid
> devices between the OS and the drives - ZFS works better on raw disks
> because then you don't have special RAID labeling on the disks (so you can
> move them to a system without a RAID card), and because ZFS itself can do
> RAID-like redundancy with better integrity guarantees.  The way to get
> around the second part of that, if you only have a RAID-style adapter, is
> to make a separate RAID-0 device (no redundancy) for each disk, making it
> close to pass-through for each disk.
>
>
> > Can we start a little further back please: Is there something on this
> > machines hardware that will give me problems in setting up mirrored
> > whole disks for vpools once OI is installed?
> >
>
> If you can run OI at all, with more than one disk attached, there should be
> no problems making a mirrored zpool, that is software, not hardware.  The
> main question is how many disks (and of what size, as was mentioned, the
> SAS ports will only support up to 2TB drives due to the older generation
> SAS chip) you can attach with that hardware.  You could also acquire an HBA
> card with a more up to date chip in it for more/larger disks (assuming you
> can fit them in the chassis).
>
>
> > I am posting a very detailed report on the hardware and software using
> > the current (windows 7) OS and a tool called Aida64 that pulls all
> > relevant info.  It generates a 2+ mb html file but I can post it on my
&g

Re: [OpenIndiana-discuss] 2x Xeon XS8600

2014-07-18 Thread Alex Smith (K4RNT)
SATA disks can run on a SAS controller no problem - they are backwards
compatible, however SAS disks will NOT work on a SATA only controller.

The blue colored SATA socket is port 0, probably for the boot volume. I
can't see from the angle of the photo, but I bet the white colored sockets
are for SAS. Are there any SFF-8087 connectors on the mainboard, by chance?

With the LSI HBA, if it requires it, just make each individual disk a RAID
0 volume. That's how I did it with MegaRAID.

Best of luck!

" 'With the first link, the chain is forged. The first speech censured, the
first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on, we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Huntsville, Alabama metropolitan area USA


On Thu, Jul 17, 2014 at 11:59 PM, Harry Putnam  wrote:

> Murray  writes:
>
>
> [...]
>
> >> Can anyone tell me what I'm looking at here?  What the color coding
> >> means? How many are actually working sata ports?  What does RED
> >> indicate?
> >>
> >
> > Images didn't get through, but from memory, there should be 6 sata
> > ports and 8 sas ports on the motherboard. Should be an Lsi 1068e on
> > the mobo.
>
> I've posted them online at:
>   zeus.jtan.com/~reader/vu/disp.cgi
>
> If there is an Lsi 1068... what impact would that have on an `oi'
> install?  Wouldn't I want to ignore of disable any raid type stuff?
>
> > I think I still have one as a spare at work, I will check tomorrow and
> let you know for sure.
> >
> > The inside of the hp lid usually has a sticker detailing sata and sas
> > ports, PCI-x and PCI-e slots, etc.
>
> Egad, I had completely overlooked the info on the inside of lid.  I've
> had the lid off laying with that info down... and never thought to
> look.  Although I must have seen it when I took the cover off.
>
> One big problem is that I'm pretty confused about sata and sas.  I did
> google up and wikipaedia up on it...  but much of it went right over
> my head.
>
> What is the practical meaning in this case?  Can a sata disc run on an
> SAS port?  If not what runs on them?
>
> > I had very good luck running OI on an 8400 with 12 gb ram.
>
> OK, good news.
>
> If you have time, please take a look at the images at the site listed
> up above, and let me know what you can about what I'm seeing there
>
>
> ___
> 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


Re: [OpenIndiana-discuss] Powerloss protected SSDs for ...Re: Low low end server

2014-02-10 Thread Alex Smith (K4RNT)
Wouldn't a UPS with monitoring be a better alternative? Allow the server to
power down safely on UPS when it detects a power lost state. Most UPSes I
know have either serial or USB monitoring, sometimes even Ethernet on
higher-end models (although I've never looked at the monitoring systems in
depth, YMMV).

" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA


On Mon, Feb 10, 2014 at 6:07 PM, Ben Taylor wrote:

> While I agree that monitoring is good, and batteries wear out, and this is
> a problem in production environments.  For a hobbyist, where I can take
> down my system without permission from my boss or business unit, it is
> really that bad of an idea?
>
>
> On Mon, Feb 10, 2014 at 5:58 PM, Doug Hughes  wrote:
>
> > capacitors are better. Batteries wear out and are difficult to have the
> > correct monitoring for replacement.
> >
> >
> > On Mon, Feb 10, 2014 at 5:51 PM, Ben Taylor  > >wrote:
> >
> > > Surprised someone hasn't developed a SATA power cable with small
> battery
> > > Passthrough for this exact application.
> > >
> > >
> > > On Mon, Feb 10, 2014 at 5:06 PM, Doug Hughes  wrote:
> > >
> > > > true, Volker..
> > > >
> > > > Just to note though, the 320s have no battery, but they do have
> enough
> > > > capacitor to flush anything from the small ram into flash on power
> > > outage.
> > > >
> > > >
> > > >
> > > > On Mon, Feb 10, 2014 at 4:58 PM, Volker A. Brandt 
> wrote:
> > > >
> > > > > > Why not Intel 320 series? Also 710 series work fine for this,
> for a
> > > > > > bit more $$ and a bit more speed. The 320 are not as fast as the
> > > > > > S3700 or S3500 but they are a LOT less expensive.
> > > > >
> > > > > This thread started out as a discussion of the merits of the HP
> N54L
> > > > > microserver for home use.  I am not really sure if a home server
> > needs
> > > > > mirrored battery-protected SSDs.  :-)
> > > > >
> > > > >
> > > > > Regards -- Volker
> > > > > --
> > > > >
> > >
> 
> > > > > Volker A. Brandt   Consulting and Support for Oracle
> > > Solaris
> > > > > Brandt & Brandt Computer GmbH   WWW:
> > > http://www.bb-c.de/
> > > > > Am Wiesenpfad 6, 53340 Meckenheim, GERMANYEmail:
> > > v...@bb-c.de
> > > > > Handelsregister: Amtsgericht Bonn, HRB 10513
>  Schuhgröße:
> > > 46
> > > > > Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt
> > > > >
> > > > > "When logic and proportion have fallen sloppy dead"
> > > > >
> > > > > ___
> > > > > 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
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Low low end server

2014-02-09 Thread Alex Smith (K4RNT)
I don't know if it affects your setup, but I thought the 9211 was 6Gbps SAS
only, and 3Gbps SATA. Are your disks SAS? I'm not familiar with any drives
that WD makes being SAS, but maybe it was just the environment I was in
didn't use them.

" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA


On Sun, Feb 9, 2014 at 4:19 PM, Jim Klimov  wrote:

> Sorry about the unclarities, I was away from both access to that machine
> and our shopping spec :)
>
> Ultimately, what my brother shopped for was:
> * Chassis - minimal N54L with 2Gb RAM and 250Gb HDD which went elsewhere
> * RAM - 2 * Kingston / KVR1333D3E9S/8G
>   2*8Gb ECC (9*1024Mbyte = 72*1Gbit) DDR3 PC3-10600E-9 NOT_REGISTERED
>   (UNBUFFERED)
> * data pool HDDs - 4*4Tb
>   initially a set of Hitachi Deskstar 7K4000: H3IK40003272SE but they
>   happened to be a bad batch (2 did not even start, one was very slow,
>   just one seemed okay); replaced with
>   a set of WD Red 4Tb ("" in format)
> * OS/cache SSDs - 2*Seagate Enterprise SSD 120Gb ST120FN0021
> * a 4*2.5" disk rack to fit into the 5.25" ODD slot
>   (Thermaltake ST0046Z Max5 Quad)
> * the controller is apparently an original LSI 9211-8i
>   when picking your parts, make sure that the card is small
>   (half-length/half-height), we first tried a cheaper equivalent
>   which did not fit into the cramped little box
> * an additional 1*SFF8087-4*SATA cable (overall two cables, one provided
>   with the server, none provided with this controller purchase (not a
>   "kit" bundle)); make sure cables are not too long nor too short
> * an USB flash drive for the OS image for installation :)
>
> apparently, that was it
>
>
> On 2014-02-09 11:48, Hans J. Albertsson wrote:
>
>> 2. does not use stock SATA ports at all,
>>>
>> Why? Are these SATA ports bad or substandard or what? Are you not even
>> using them for booting?
>>
>
> On one hand, the Mobo SATA controller is 3Gbps and the LSI card has
> 8*6Gbps ports; on another - this was the configuration that my brother
> tried first, it worked, and we avoided changes "from good to best".
> Ain't broke - don't fix, and all that :)
>
> One of the SFF8087 connectors goes to the main 4-disk bay, another
> goes to the add-on 4*2.5" bay in the ODD slot. There is not really
> much space to use more cabling than necessary.
>
> Besides, the controller is deemed to be a more "intellectual" piece
> of hardware and I can poke it with lsiutil, etc., unlike the Mobo ports.
>
>
>  4. 4*4TB disks for the data pool (raidz1, though I'd rather have more
>>> disks and a
>>> higher redundancy) and
>>>
>> What disk type?
>> With 8 ports on the LSI controller, I suppose you could add an external
>> ICY Box for 4 more disks? If you boot from the on-bord SATA ports.
>>
>
> This particular controller is 8i - 8 internal ports (over two 4-port
> connectors, not 8 SATA/SAS connectors). I guess it would make more
> sense for redundancy to use the Mobo eSATA port for external disks
> (spread the load over two controllers, especially if using mirroring).
>
>
>
>>
>>  5. 2*120Gb Samsung Pro SSDs (with powerloss
>>> protection, formatted to use 100Gb for mirrored rpool/mirrored
>>> zil/striped l2arc since their 100Gb sub-model has much higher
>>> reliability and speed - but is not on sale here). I'd say that the
>>> L2ARC on this box could use more volume, it (~2*60Gb) fills up
>>> pretty quickly and does not place a big toll on RAM yet. Disk IO
>>> performance is pretty decent for a home gigabit LAN, processing
>>> not so much (i.e. for compilation), although still quite usable :)
>>>
>>>  The above is a wee bit unclear! Please clarify.
>>
>
>
> The disks are partitioned as follows:
>
> root@n54l:~# parted /dev/dsk/c3t5000C5002FF029D5d0p0 pri
> Model: Generic Ide (ide)
> Disk /dev/dsk/c3t5000C5002FF029D5d0p0: 120GB
> Sector size (logical/physical): 512B/512B
> Partition Table: msdos
>
> Number  Start   End SizeType File system  Flags
>  1  8354kB  33.7GB  33.7GB  primary  solaris  boot
>  2  33.7GB  39.2GB  5417MB  primary
>  3  39.2GB  100GB   61.1GB  primary
>
>
> This uses up 100Gb of the 120Gb available, in the hopes that the
> drive would perform similar to the stock 100Gb model with much
> better characteristics.
>
> These partitions are used for rpool, and for data pool's zil and
> l2arc, respectively:
>
> root@n54l:~# zpool status -v
>   pool: pool
>  state: ONLINE
>   scan: scrub repaired 0 in 13h11m with 0 errors on Mon Jan 27 13:16:43
> 2014
> config:
>
> NAME STATE READ WRITE CKSUM
> pool  

Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Alex Smith (K4RNT)
Sorry bout that, I'm scouring the documentation now and I can't find the
sharecifs property. Maybe I'm out of practice.

Here's a link to some documentation from Oracle for Solaris 11 re: SMB and
Windows interoperability. Maybe it'll be a little more helpful:

http://docs.oracle.com/cd/E23824_01/html/821-1449/managingsmbshares.html

http://docs.oracle.com/cd/E19120-01/open.solaris/820-2429/createstaticsmbsharezfstask/index.html

Hope those help. My mistake!



On Wed, Sep 25, 2013 at 9:54 PM, Harry Putnam  wrote:

> "Alex Smith (K4RNT)"  writes:
>
> > You might want to change the sharesmb property to sharecifs. Man pages
> > might be of use here. I've done it with the sharecifs property instead of
> > smb.
> >
>
> Well, thats a new one on me zfs get all has nothing to say about
> cifs.
>
> And in fact `man zfs' would seem to indicate that sharesmb does turn
> on cifs:
>
> from man zfs
>  sharesmb=on | off | opts
>
>  Controls whether the file system is shared by using  the
>  Solaris CIFS service, and what options are to be used. A
>  file system with the sharesmb property  set  to  off  is
>
> Can you be a bit more specific about which man page you had in mind?
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Accessing smb shares from windows

2013-09-25 Thread Alex Smith (K4RNT)
You might want to change the sharesmb property to sharecifs. Man pages
might be of use here. I've done it with the sharecifs property instead of
smb.


On Wed, Sep 25, 2013 at 8:13 PM, Harry Putnam  wrote:

> Rich  writes:
>
> > At a guess, if you don't have the OI box joined to the AD domain, it's
> > going to map any users you haven't explicitly specified in idmap to
> > guest.
> >
> > So that would be your issue there, at least.
>
> What is an AD domain?  And when did it become a requirement for smb
> connections?
>
> Do you know how to the mapping you mention is done?
>
> Isn't cifs supposed to work without much in the way of  special
> settings?
>
> I seem to recall having had smb shares working a good while back... I
> do remember joining a workgroup and I have done that...
>
> From what you've said ... it sound like the way to go would be to
> setup the idmapping.
>
> Looking into that now... but really sure what I'm looking for.
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana for PowerPC

2013-02-27 Thread Alex Smith (K4RNT)
Is there any way to spider the site, or ask Oracle to provide us the
data from the site, so it's not lost forever?

I'm not the most familiar with spiders, I'm scared of 'em. ;)

On Wed, Feb 27, 2013 at 5:24 AM, Jonathan Adams  wrote:
> http://hub.opensolaris.org/bin/view/Project+ppc-dev/
>
> look quick before it disappears :)
>
> Jon
>
> On 26 February 2013 20:45,   wrote:
>> Hello all,
>>
>> I have a question regarding OpenIndiana support for PowerPC processors.
>> I did a google search and know that there is no OpenIndiana for PPC yet, but
>> I didn't find any information if something like this is planned or maybe
>> already in the works.
>> So is there any intention to bring OpenIndiana to the PowerPC?
>> I just tried out OpenIndiana and I have to admit that I fell in love with
>> it. ;-)
>> However, I have an iMac G5 sitting around here and I would love to see
>> OpenIndiana running on it.
>> Thanks in advance for any answers.
>>
>> -Manuel
>>
>> ___
>> 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



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


[OpenIndiana-discuss] Mirror IPS package repos?

2012-12-31 Thread Alex Smith (K4RNT)
Hey, I'd like to make a mirror of the IPS repos for openindiana.org, anyone
have a command they could suggest that could run, maybe using rsync, wget
or curl?

Any other suggestions? I'd like to try out mirroring it on an Amazon S3
bucket, see how much it'd cost to use.

Thanks in advance. Happy New Year! :)

-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] freenx

2012-12-20 Thread Alex Smith (K4RNT)
t;>
> >>>>> Info: Agent running with pid '12218'.
> >>>>> Session: Starting session at 'Thu Dec 20 07:48:27 2012'.
> >>>>> Info: Using alpha channel in render extension.
> >>>>> Info: Not using local device configuration changes.
> >>>>> Session: Session started at 'Thu Dec 20 07:48:27 2012'.
> >>>>> Session: Terminating session at 'Thu Dec 20 07:48:45 2012'.
> >>>>> Session: Session terminated at 'Thu Dec 20 07:48:45 2012'.
> >>>>>
> >>>>> *** And the new fonts entry does this: ***
> >>>>>
> >>>>> FreeFontPath: FPE "/usr/openwin/lib/X11/fonts/misc/" refcount is 2,
> >>>>> should be 1; fixing.
> >>>>> NX> 716 NX Agent exited with status: 0
> >>>>> NX-:1001> 1001 Bye.
> >>>>>
> >>>>> Gary
> >>>>>
> >>>>> On 12/20/2012 05:55 AM, Jonathan Adams wrote:
> >>>>>> I got it working on Solaris 10, and OpenSolaris ... my steps are on
> my
> >>>>>> "Google drive"
> >>>>>>
> >>>>>> https://docs.google.com/open?id=0B6o_jmGQm0dWSGV6UGE2RExnUU0
> >>>>>> https://docs.google.com/open?id=0B6o_jmGQm0dWeW45SjhfbklFVlE
> >>>>>>
> >>>>>> Add to /usr/X11/lib/X11/fonts/misc/fonts.alias
> >>>>>>
> >>>>>> fixed
> "-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1"
> >>>>>>
> >>>>>> Jon
> >>>>>>
> >>>>>> On 20 December 2012 02:46, dormitionsk...@hotmail.com
> >>>>>>  wrote:
> >>>>>>> If you get it working, would you please post the steps you took to
> install and get it working?
> >>>>>>>
> >>>>>>> I'd really appreciate it.
> >>>>>>>
> >>>>>>> This is one of those pieces of software that I'd like to use, but
> haven't had a chance to even try installing it.
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>>>> On Dec 19, 2012, at 7:27 PM, Gary Gendel wrote:
> >>>>>>>
> >>>>>>>> I'm real close to getting freeNX working.  However, I'm stumped
> by the error I'm getting:
> >>>>>>>>
> >>>>>>>> $ ssh -X phoenix /usr/NX/bin/nxnode --agent :1000
> >>>>>>>> NX-:1000> 1000 NXNODE - Version 3.2.0-73 OS (GPL, using backend:
> 3.5.0)
> >>>>>>>> NX> 716 Starting NX Agent ...
> >>>>>>>> NXAGENT - Version 3.5.0
> >>>>>>>>
> >>>>>>>> Copyright (C) 2001, 2011 NoMachine.
> >>>>>>>> See http://www.nomachine.com/ for more information.
> >>>>>>>>
> >>>>>>>> Info: Agent running with pid '2688'.
> >>>>>>>> Session: Starting session at 'Wed Dec 19 21:05:09 2012'.
> >>>>>>>> Info: Using alpha channel in render extension.
> >>>>>>>> Info: Not using local device configuration changes.
> >>>>>>>> Error: Aborting session with 'Could not open default font
> 'fixed''.
> >>>>>>>> Session: Aborting session at 'Wed Dec 19 21:05:09 2012'.
> >>>>>>>> Session: Session aborted at 'Wed Dec 19 21:05:09 2012'.
> >>>>>>>> NX> 716 NX Agent exited with status: 1
> >>>>>>>> NX-:1000> 1001 Bye.
> >>>>>>>>
> >>>>>>>> This error happens even if I try to log in from the local
> OpenIndiana host.  I turned on using the font server, and I tried putting
> in a font path, but it still fails with the same error.
> >>>>>>>>
> >>>>>>>> Anyone have success getting freeNX working?
> >>>>>>>>
> >>>>>>>> Gary
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> ___
> >>>>>>>> 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
> >>
> >>
> >> ___
> >> 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
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Future of OI

2012-12-17 Thread Alex Smith (K4RNT)
I wonder if CheapBytes is still around - I remember back around 1999-2001 a
website called CheapBytes.com offered various free and open source Linux
distributions for a minimal cost for a CD and shipping. Maybe $5-10 for a
multiple CD set of discs for a Linux distribution at that time.

If they're still around, maybe we should give them the most up to date
version of OpenIndiana?

They're still online, however it looks like their site is not completely
operational... :(

On Mon, Dec 17, 2012 at 2:28 PM, Aurélien Larcher <
aurelien.larc...@gmail.com> wrote:

> Hi,
> I do not think there is any restriction of that kind from France but not
> sure... so I will check whether it is possible to do something as a
> Christmas gift :P
>
> --
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Future of OI

2012-12-17 Thread Alex Smith (K4RNT)
Sorry, I call TROLL. "Socialism" is the right's new bogeyman, they always
have had one - the Red Scare, McCarthy-ism, inter-racial marriage, heck,
even woman's suffrage! Taxation without representation is challenging the
status quo!

This is not the venue for discussions like this. Let's *please* drop the
subject.

On Mon, Dec 17, 2012 at 2:18 PM, dormitionsk...@hotmail.com <
dormitionsk...@hotmail.com> wrote:

> Oh, and those are my thoughts -- not necessarily those of the leaders of
> our monastery.
>
> I'm just a little guy here.
>
>
>
> On Dec 17, 2012, at 12:16 PM, dormitionsk...@hotmail.com wrote:
>
> > I'm probably trolling here, and this is definitely off-topic, but gee --
> we have a communist president, who's filled his White House staff with
> communists... They've been subtly teaching socialism (which is just a
> stepping stone to communism) in our schools for more than fifty years...
>  What's the point of excluding these countries?  Why the show?
> >
> > I've been to the Congo twice -- they're on the list of countries with
> these export restrictions.  I know they have internet there.  You can be
> deep, deep, deep in the  jungle there, and still see computers and cell
> phones.
> >
> > Very odd.
> >
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Linux software-raid with two Comstar iSCSI volumes

2012-11-15 Thread Alex Smith (K4RNT)
If the targets are mirrored via ZFS and COMSTAR, why would the Linux host
require RAID? If it's using iSCSI anyway, wouldn't the Linux volume
management just needlessly redundantize the data, that ZFS is mirroring
already?

Or do I not understand your problem, or how ZFS works?

My apologies if I'm talking out of my *EEE-HAW* ! ;)

On Thu, Nov 15, 2012 at 7:25 PM, Christopher Chan <
christopher.c...@bradbury.edu.hk> wrote:

> On Thursday, November 15, 2012 08:23 PM, Florian wrote:
>
>> Am 15.11.2012 13:15, schrieb Jorge Palma:
>>
>>> raid1 at the OS level, but SPOF on network level.
>>>
>>
>> This is no Problem, I change a switch in 5 minutes, but the Server takes
>> much longer.
>> This was not my question! Thanks for the not helping help!!!
>>
>
> Wow, you can change a switch in 5 mins? Nice that you have them
> replacement switches preconfigured and ready to roll. But it would good if
> you did some testing and pull the cable on the network switch out and see
> what happens to your md device. Nevermind the having a switch ready to
> replace in 5 minutes but for some reason not used.
>
>
> __**_
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@**openindiana.org
> http://openindiana.org/**mailman/listinfo/openindiana-**discuss<http://openindiana.org/mailman/listinfo/openindiana-discuss>
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] How to disable local/remote login, still allowing access to smb share?

2012-10-30 Thread Alex Smith (K4RNT)
Don't do that, you may completely blow up the installation and keep
anyone from using X-Windows.

You may want to look at the user roles to see if that may do what
you're looking for.

On Tue, Oct 30, 2012 at 3:24 PM, Robbie Crash  wrote:
> But that doesn't allow the admin to log on to the server graphically, which
> I'd assume they want to since they have the GUI installed.
>
> Would chown/chmod'ing the Gnome files to root:root/700 do the trick?
>
> On Mon, Oct 29, 2012 at 12:28 PM, Oscar del Rio wrote:
>
>> On 10/29/12 11:42 AM, Dmitry Kozhinov wrote:
>>
>>> I have already tried setting a shell to "/bin/false". This may prevent
>>> remote logins or local text logins (I have not tested though), but local
>>> graphic login went without problems.
>>>
>>
>> Disable graphical login on the server.
>>
>> svcadm disable gdm
>>
>>
>>
>>
>> __**_
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@**openindiana.org
>> http://openindiana.org/**mailman/listinfo/openindiana-**discuss<http://openindiana.org/mailman/listinfo/openindiana-discuss>
>>
>
>
>
> --
> Seconds to the drop, but it seems like hours.
>
> http://www.openmedia.ca
> https://robbiecrash.me
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] Slow ssh login?

2012-10-20 Thread Alex Smith (K4RNT)
Perhaps setting UseDNS to "no" in sshd_config could help. :)

On Sat, Oct 20, 2012 at 8:58 PM, Gary Gendel  wrote:
> Well, my problem seems to be exactly opposite.  If I restart sshd, I get
> really good response at first and then it deteriorates to a several second
> login delay. dig and dig -x is always fast. I even disabled reverse DNS on
> sshd with no difference.  Every once in a while I get fast response.  The
> sshd debug output doesn't show anything interesting.  This has been a real
> head-scratcher.
>
>
> On 10/19/12 7:02 PM, Richard Elling wrote:
>>
>> On Oct 19, 2012, at 3:51 PM, "Dan Swartzendruber" 
>> wrote:
>>
>>> Hi, all.  I've got an issue that is bugging me.  I've got an OI 151a7 VM
>>> and
>>> ssh to it takes 15 seconds or so, then I get a prompt.  It's not the
>>> usual
>>> reverse dns or gssapi stuff, since my backup node is also OI 151a7 and it
>>> responds instantly to the ssh request.
>>
>> 15 seconds is a magic number -- the default timeout for a DNS lookup.
>> Use getent to verify that lookups (forward and reverse) are fast. Use nscd
>> -i
>> to make sure the cached name lookups are flushed.
>>
>> Another quick test, if the first ssh takes a while, but soon afterwards a
>> second
>> completes quickly, then the nscd cache is working properly.
>>   -- richard
>>
>>
>>>   Google has not turned up anything
>>> useful except for the usual suspects that are innocent in this case.  The
>>> only hint I can see is if I give '-v' on the client, I see this:
>>>
>>> OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
>>> debug1: Reading configuration data /etc/ssh/ssh_config
>>> debug1: /etc/ssh/ssh_config line 19: Applying options for *
>>> debug1: Connecting to nas [10.0.0.4] port 22.
>>> debug1: Connection established.
>>> debug1: identity file /home/dswartz/.ssh/id_rsa type -1
>>> debug1: identity file /home/dswartz/.ssh/id_rsa-cert type -1
>>> debug1: identity file /home/dswartz/.ssh/id_dsa type -1
>>> debug1: identity file /home/dswartz/.ssh/id_dsa-cert type -1
>>> debug1: identity file /home/dswartz/.ssh/id_ecdsa type -1
>>> debug1: identity file /home/dswartz/.ssh/id_ecdsa-cert type -1
>>> debug1: Remote protocol version 2.0, remote software version Sun_SSH_1.5
>>> debug1: no match: Sun_SSH_1.5
>>> debug1: Enabling compatibility mode for protocol 2.0
>>> debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1
>>> debug1: SSH2_MSG_KEXINIT sent
>>> (the delay is here)
>>> debug1: SSH2_MSG_KEXINIT received
>>> debug1: kex: server->client aes128-ctr hmac-md5 none
>>> debug1: kex: client->server aes128-ctr hmac-md5 none
>>> debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
>>> debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
>>> debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
>>> debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
>>> debug1: Server host key: RSA
>>> 8c:78:a0:17:6b:17:1b:bf:83:69:a3:bf:59:df:18:07
>>> debug1: Host 'nas' is known and matches the RSA host key.
>>> debug1: Found key in /home/dswartz/.ssh/known_hosts:9
>>> debug1: ssh_rsa_verify: signature correct
>>> debug1: SSH2_MSG_NEWKEYS sent
>>> debug1: expecting SSH2_MSG_NEWKEYS
>>> debug1: SSH2_MSG_NEWKEYS received
>>> debug1: Roaming not allowed by server
>>> debug1: SSH2_MSG_SERVICE_REQUEST sent
>>> debug1: SSH2_MSG_SERVICE_ACCEPT received
>>> debug1: Authentications that can continue:
>>> publickey,password,keyboard-interactive
>>> debug1: Next authentication method: publickey
>>> debug1: Trying private key: /home/dswartz/.ssh/id_rsa
>>> debug1: Trying private key: /home/dswartz/.ssh/id_dsa
>>> debug1: Trying private key: /home/dswartz/.ssh/id_ecdsa
>>> debug1: Next authentication method: keyboard-interactive
>>>
>>> Any thoughts where to look?  It's got to be something that is different
>>> between the two OI hosts, but offhand, I'm not sure where to look.
>>> Thanks...
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>> --
>>
>> richard.ell...@richardelling.com
>> +1-760-896-4422
>>
>>
>>
>> ___
>&

Re: [OpenIndiana-discuss] Automatic reboots

2012-10-16 Thread Alex Smith (K4RNT)
He may not be aware of the hot-swap capabilities, he may be going by
the fact that they aren't in a backplane type cage, but even on their
own, SATA and SAS is designed to be hot-swappable.

On Tue, Oct 16, 2012 at 10:40 AM, Christopher Chan
 wrote:
> Er...SATA was designed to be hot swappable from the start? There is no such
> thing as a non-hot swappable SATA hd. If you meant you can have 4 sata hard
> disks that are inconvenient to hot swap, then that is fine. You can however
> get four disk bay cages that facilitate hot swapping by allowing you to just
> pull the disk out from the front while taking 3 5 1/4 bays in the case.



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] RAID Controler.

2012-10-12 Thread Alex Smith (K4RNT)
I haven't tried 3ware cards on OpenIndiana, but I plan on trying them
out, I have a 3ware 9550SX PCI-X SATA RAID controller, and on Linux, I
*love* them.

On Fri, Oct 12, 2012 at 5:25 PM, Alex Smith (K4RNT)
 wrote:
> LSI bought 3ware.
>
> On Fri, Oct 12, 2012 at 3:40 PM, Roel_D  wrote:
>>> no way, LSI or Adaptec are "the RAID Controllers"
>>
>> LSI bought an other company a couple of years ago. Can't remember the name, 
>> but those cards will not work even with a LSI sticker on it. Those cards 
>> come cheap second hand, but i had to move to opensuse for this particular 
>> server to get it running.
>>
>> Kind regards,
>>
>> The out-side
>>
>> Op 12 okt. 2012 om 20:30 heeft Pepe Komatsu  het 
>> volgende geschreven:
>>
>>> thank a lot...
>>>
>>> no way, LSI or Adaptec are "the RAID Controllers"
>>>
>>> 2012/10/12 Mark Creamer 
>>>
>>>> I have one of those. I've never been able to get OI to work with it. Just
>>>> doesn't recognize the drives. Maybe things have changed in recent releases
>>>> though. I haven't tried for a while on that box. Now I don't use anything
>>>> but LSI when I'm building for OI (or SmartOS). No problems then.
>>>>
>>>> On Fri, Oct 12, 2012 at 2:14 PM, Pepe Komatsu  wrote:
>>>>
>>>>> Hi everybody.
>>>>>
>>>>> Someone have experience with HighPoint RocketRAID 2710 4-Port PCI-Express
>>>>> 2.0 x8 SAS/SATA RAID Controller
>>>>>
>>>>> Thanks
>>>>> --
>>>>> Ricardo Komatsu
>>>>> Consultor de TI
>>>>> ___
>>>>> OpenIndiana-discuss mailing list
>>>>> OpenIndiana-discuss@openindiana.org
>>>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>>
>>>>
>>>>
>>>> --
>>>> Mark
>>>> ___
>>>> OpenIndiana-discuss mailing list
>>>> OpenIndiana-discuss@openindiana.org
>>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>>
>>>
>>> --
>>> Ricardo Komatsu
>>> Consultor de TI
>>> ___
>>> 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
>
>
>
> --
> " ' With the first link, the chain is forged. The first speech
> censured, the first thought forbidden, the first freedom denied,
> chains us all irrevocably.' Those words were uttered by Judge Aaron
> Satie as wisdom and warning... The first time any man's freedom is
> trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
> Satie, Star Trek: TNG episode "The Drumhead"
> - Alex Smith (K4RNT)
> - Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] RAID Controler.

2012-10-12 Thread Alex Smith (K4RNT)
LSI bought 3ware.

On Fri, Oct 12, 2012 at 3:40 PM, Roel_D  wrote:
>> no way, LSI or Adaptec are "the RAID Controllers"
>
> LSI bought an other company a couple of years ago. Can't remember the name, 
> but those cards will not work even with a LSI sticker on it. Those cards come 
> cheap second hand, but i had to move to opensuse for this particular server 
> to get it running.
>
> Kind regards,
>
> The out-side
>
> Op 12 okt. 2012 om 20:30 heeft Pepe Komatsu  het 
> volgende geschreven:
>
>> thank a lot...
>>
>> no way, LSI or Adaptec are "the RAID Controllers"
>>
>> 2012/10/12 Mark Creamer 
>>
>>> I have one of those. I've never been able to get OI to work with it. Just
>>> doesn't recognize the drives. Maybe things have changed in recent releases
>>> though. I haven't tried for a while on that box. Now I don't use anything
>>> but LSI when I'm building for OI (or SmartOS). No problems then.
>>>
>>> On Fri, Oct 12, 2012 at 2:14 PM, Pepe Komatsu  wrote:
>>>
>>>> Hi everybody.
>>>>
>>>> Someone have experience with HighPoint RocketRAID 2710 4-Port PCI-Express
>>>> 2.0 x8 SAS/SATA RAID Controller
>>>>
>>>> Thanks
>>>> --
>>>> Ricardo Komatsu
>>>> Consultor de TI
>>>> ___
>>>> OpenIndiana-discuss mailing list
>>>> OpenIndiana-discuss@openindiana.org
>>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>>
>>>
>>>
>>> --
>>> Mark
>>> ___
>>> OpenIndiana-discuss mailing list
>>> OpenIndiana-discuss@openindiana.org
>>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>>
>>
>>
>> --
>> Ricardo Komatsu
>> Consultor de TI
>> ___
>> 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



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] [developer] Preliminary Download link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without installer)

2012-10-08 Thread Alex Smith (K4RNT)
True, but I'm talking about the native SVR4 packages for NoMachine NX
on SPARC Solaris, already bundles for Solaris 8-10. It may work with
minimal hacking on OpenIndiana for SPARC.

Jonathan, could you maybe give me some pointers on how you compiled it
from source? I was trying to read the documentation that came with the
source, and it was so confusing that I wasn't able to finish the task.

I'm a big fan of NoMachine NX, and would *love* to see it in action on
the Solaris and illumos platforms! I already filed an RFE a while ago
when the illumos project was originally forked, but I haven't any
activity since.

Cheers!

On Sun, Oct 7, 2012 at 12:53 PM, Jonathan Adams  wrote:
> On 5 October 2012 17:26, Alex Smith (K4RNT)  wrote:
>> If SVR4 packages work on the current OpenIndiana, you may want to look
>> into NoMachine NX instead. That would probably be your easiest and
>> best solution for what you're trying to do.
>>
>> www.nomachine.com
>
> I got this to work relatively well on Solaris 10 (x86) and early
> OpenIndiana (x86) when compiling from source ... but it took a fair
> amount of "hacking" to get it to use system libraries where they
> existed ...
>
> there are however no Solaris x86 clients.
>
> Jon
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] [developer] Preliminary Download link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without installer)

2012-10-05 Thread Alex Smith (K4RNT)
If SVR4 packages work on the current OpenIndiana, you may want to look
into NoMachine NX instead. That would probably be your easiest and
best solution for what you're trying to do.

www.nomachine.com

On Thu, Oct 4, 2012 at 11:57 PM, David Halko  wrote:
> Hi Kumar,
>
> On Wed, Oct 3, 2012 at 3:23 PM, Shivakumar Gopalakrishnan <
> ku...@xstorsystems.com> wrote:
>
>> Hi Martin
>>
>> --- On Tue, 10/2/12, Martin Bochnig  wrote:
>>
>> > From: Martin Bochnig 
>> > Subject: Re: [developer] [OpenIndiana-discuss] Preliminary Download
>> link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without
>> installer)
>> > To: develo...@lists.illumos.org, "Discussion list for OpenIndiana" <
>> openindiana-discuss@openindiana.org>
>> > Date: Tuesday, October 2, 2012, 8:19 AM
>> > On Mon, Oct 1, 2012 at 8:38 AM,
>> > DavidHalko 
>> > wrote:
>> [snip]
>> > > Thanks,
>> > > David Halko
>> > > http://svr4.blogspot.com/
>> > > http://netmgt.blogspot.com/
>> >
>> > Hi David!
>> >
>> > many thanks for your nice comments and +1  :)
>> > I'm glad to get such feedback.
>> >
>> > However, it is still only a LiveDVD and only pre-Alpha stuff.
>> > No installer yet (and Caiman gui-install and textinstall crash early
>> > during, it would be a very long story to tell)   ...
>> >
>> [snip]
>> > it is from a user's point of things. Then you do not want to imagine,
>> > how one feels as a distribution-constructor!!
>> > A year is nothing while fighting with IPS  ...
>>
>> Maybe you have already evaluated this option, but we have come with a way
>> to perform an automated install without requiring a network connection
>> while still using IPS.
>>
>> Let me know if you need more details on what we did if you think it would
>> be helpful for you.
>>
>
> If it works under SPARC, I would be interested in some alternatives.
> Right now, Martin is the first SPARC distribution out of the gate - would
> love HTTP, TFTP, NFS, or WebNFS options.
>
> I now have 3 V120's in the test lab:
> - 4 Gig RAM (DVD)
> - 2 Gig RAM (CD-ROM)
> - 1 Gig RAM (CD-ROM)
>
> Depending on how this goes, will start adding V100's.
>
> Suggestions appreciated!
>
> Thanks,
> David Halko
> http://svr4.blogspot.com/
> http://netmgt.blogspot.com/
>
>
>> Kumar
>> ---
>> illumos-developer
>> Archives: https://www.listbox.com/member/archive/182179/=now
>> RSS Feed:
>> https://www.listbox.com/member/archive/rss/182179/21175352-313cabda
>> Modify Your Subscription:
>> https://www.listbox.com/member/?member_id=21175352&id_secret=21175352-bac0445a
>> Powered by Listbox: http://www.listbox.com
>>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] [developer] Preliminary Download link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without installer)

2012-10-03 Thread Alex Smith (K4RNT)
x27;s T2000 runs pkg for 8 hours,
> > then crashes. To do a thing that would not even be necessary in the
> > first place in such a scenario, with SVR4-pkgadd! And this is how ugly
> > it is from a user's point of things. Then you do not want to imagine,
> > how one feels as a distribution-constructor!!
> > A year is nothing while fighting with IPS  ...
> >
> > See the thread "pkg-discuss] gcc install?" under:
> >
> > http://mail.opensolaris.org/pipermail/pkg-discuss/2012-October/thread.html
> >
> > p.s. I added your SVR4 link to my footer ...
> >
> > tnx && rgds,
> >
> > %martin
> > http://wiki.openindiana.org/oi/MartUX_OpenIndiana+oi_151a+SPARC+LiveDVD
> >   http://www.youtube.com/user/MartUXopensolaris
> > http://www.facebook.com/pages/MartUX_SPARC-OpenIndiana/357912020962940
> >   https://twitter.com/MartinBochnig
> > http://www.martux.org (new page not yet online, but pretty soon)
> >
> > Forwarding David Halko's: http://svr4.blogspot.com/
> >
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss




--
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] killing graphical login

2012-10-02 Thread Alex Smith (K4RNT)
You may also want to look into FreeNX, I believe I requested it, and I
thought they closed the ticket saying they were adding it to one of the
community repos, not 100% sure though.

On Tue, Oct 2, 2012 at 8:29 AM, Jim Klimov  wrote:

> 2012-10-02 9:15, Roel_D пишет:
>
>  Hmz.. You can't disable gdm when you want to use vnc as far as i know
>>
>
>
> I won't vouch for that if you're so certain, because our
> machines use our own brew of TightVNC with a lightweight
> twm window manager. That certainly works even in the absence
> of not only gdm, but GNOME altogether.
>
> I really do not know if the co-bundled vncserver requires
> gdm or can be configured to serve other desktop environments.
> It likely can, however, be brought up on admin request as
> a temporary SMF service enablement for a service kept off
> by default, and won't be a resource hog all the time.
>
> //Jim
>
>
> __**_
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@**openindiana.org
> http://openindiana.org/**mailman/listinfo/openindiana-**discuss<http://openindiana.org/mailman/listinfo/openindiana-discuss>
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] from the lost to the river

2012-10-01 Thread Alex Smith (K4RNT)
Don't be embarrassed to ask questions. However, there are some references
that may be helpful and may answer your questions faster than posting to
the mailing list.

The Rosetta Stone for Unix - add Linux and/or Mac OS X in addition to
Solaris, and you'll get some useful command references, however some of the
commands here are not in use on OpenSolaris anymore, so ask any questions
you may have after reading these.
http://bhami.com/rosetta.html

Oracle CommandComparo Wiki
https://wikis.oracle.com/display/OTNTaskFinder/CommandComparo+Home

Also good reference books include the OpenSolaris Bible by Nicholas A.
Solter:
http://amzn.com/B004T6YVSS

Hope these help. Feel free to ask questions - we're really friendly! :)


On Thu, Sep 27, 2012 at 3:41 PM, lazaro  wrote:

> Hi all. I'm very newb in this matter of SunOS and the whole familily
> (illumous and his OI) but if all work like the documentation say... it
> is a perfect OS. Also my english is not the best thing.
>
> My questions:
>
> Could I make "novice's questions" here?
>
> An answer can be RTFM but really de FM is very hard for understand. From
> where I'm, no much people read (or like) the english and the
> documentation crisis close me the doors for make a community, so... I'll
> start to write my experience in spanish but the primary question is:
>
> could I make "stupid and documented questions" in this list?
>
> For example, how to build a package for the repo... nobody give me a
> link. I stamp my face against a kind vodoo ritual with mercurial
> involved but never get undesrtand nothing (well, just a bit) For
> example, what a hells is the famous "userland-gate" The wiki is very
> implicit and short.
>
> Then, come the first pack of avoiding stupid questions:
>
> -where I must read for learn?
> -from where begin, where is the square number one
> -where are the definitions of thats stranges words
>
> Read all the openindiana features is like go shopping without money. You
> draft crazy look all the good things in the shelvings. Where is the
> ticket sells for get the train and reach this dark but powefull land
> showed in the openindiana's posters?
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Seagate 3000GB Drive only shows 746GB

2012-09-28 Thread Alex Smith (K4RNT)
Has the AMD64 vs. x86 issue with large drives and the partition tables been
fixed? Or can 32-bit hosts still not use drives larger than (1.5 or 2TB,
not sure)?

On Fri, Sep 28, 2012 at 3:32 PM, Volker A. Brandt  wrote:

> Hi Rainer!
>
>
> > This is a USB-attached drive
> > (in a SATA/USB enclosure)
>
> Are you sure the controller chip in your SATA/USB enclosure can
> deal with more than 2TB of disk?
>
> All such enclosures I have either truncate at 2TB or worse, they wrap
> around.  A disk with 3000GB (decimal) will give you just short of
> 2794GB (binary), and wrapped around 2TB will give you 746GB.
>
> So I am quite sure the controller chip in your enclosure is to blame.
>
>
> Regards -- Volker
> --
> 
> Volker A. Brandt   Consulting and Support for Oracle Solaris
> Brandt & Brandt Computer GmbH   WWW: http://www.bb-c.de/
> Am Wiesenpfad 6, 53340 Meckenheim, GERMANYEmail: v...@bb-c.de
> Handelsregister: Amtsgericht Bonn, HRB 10513  Schuhgröße: 46
> Geschäftsführer: Rainer J.H. Brandt und Volker A. Brandt
>
> "When logic and proportion have fallen sloppy dead"
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Preliminary Download link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without installer)

2012-09-28 Thread Alex Smith (K4RNT)
I think my SB2500 has either an XVR-600 or XVR-1200, can't remember off the
top of my head. Will find out tomorrow when I work on the host for the
first time in a while! :)

On Fri, Sep 28, 2012 at 11:01 AM, Martin Bochnig  wrote:

> On Fri, Sep 28, 2012 at 4:05 PM, Alex Smith (K4RNT)
>  wrote:
> > I downloaded it yesterday - I *LOVE* working in a datacenter and being on
> > the backbone directly! I frequently hit 40Mbit download rates! Took less
> > than 10 minutes!
> >
> > I will be installing it over the weekend on my SB2500 Red, in case the
> > original DVD-ROM didn't work, I ordered a MSI DVD+/-RW drive from Newegg,
> > should get it next week.
>
>
> Hi Alex, this extra step indeed only required on the SB2500.
> And maybe it was only caused by my cheap JLDS (or what it was,
> manufacturer as reported by Joerg's cdrecord) DVD+R 4.7GB disks, with
> the cheap label "Kaufland".
> I had no other media anymore, will re-test the SB2500 Red and Silber
> (both behave identically) tomorrow, with other vendor's DVD's.
>
>
>
> > There is a full gcc environment available, correct?
>
>
> I compiled /usr/sfw/bin/gcc and /usr/gcc/4.4/bin/gcc from
> consolidation oi-build.
> As I wrote yesterday somewhere, I was required to add an auto-applied
> patch that changes the ./configure command line to include
> --disable-multilib. Otherwise gcc doesn't compile on SPARC. However,
> so nice so good. But this cause OS/Net or Illumos to fail instantly.
> The solution is hidden in the special diffs that Sun used since
> Solaris 10. But at the first place I had believed, a distro like OI
> would years ago have included them And secondly I was under immense
> time pressure, so I didn't look where we can get these diffs (or if
> they are in the open at all). So I just kept it like that, for now.
>
> Because, and here it comes: The LiveDVD does include /opt/onbld,
> /opt/dtbld and /opt/SUNWpro with Studio12.1 !
> So you can still compile a lot of software, even that which requires
> multilib support to be present in the compiler.
> And the most famous example of such a src tree is OS/Net Illumos. To
> build that customize illumos.sh to disable shadow compilation.
>
>
> > How large are the IPS
> > package repos so far, Martin? If I could get a howto on building packages
> > for IPS, I might be willing to help compile some software and publish
> it. :)
>
>
> Hmmm, thanks Alex.What shall I respond to this?
>
> #0.) The difficulty lies not in compiling the code.
> As you  see all the consolidations are already built, and copied over
> to the 11GB LiveDVD (clofi gzip-6 compressed less than 4GB).
> The problemm is also not building a repo when skipping dependency
> resolution.
>
>
>
> #1.) As I wrote yesterday, the best IPS repo documentation available
> is on openindiana.org.
> Go there! And save a copy before they may shut down the servers or
> whatever.
> It is excellent inside information that is available there.
> Eric Lowe has a substantial share in that work!
>
>
> Your help is really appreciated.
> And we SPARC users can and will somehow work as a community.
> For that reason yesterday's critical questions, that I sent.
>
> Most importantly: For what do we need IPS?
> SVR4 pkgadd can offer most the IPS's functionality that users really
> demand (network-install and automatic fetching of deps).
> To get IPS running has a price.
> And it doesn't matter how large my test repo is.
> I created several repos, and the largest has 2 GB.
> But with the normal procedure of one would normally want to pkgsend
> new packages into it, you could not even do the most minimalistic
> stuff.
> I'm writing this from abroad.
> To post details I need to be at home.
> But my proposal was: Why not simply ditching IPS.
> I mean, if OI has no leader anymore, the main reason no longer exists
> for which I had wanted to start with IPS at all, after I hesitated for
> 2 years.
> Isn't it pure irony?? After 2 years I finally decided to do it and to
> share EVERYTHING and to ditch MartUX. For this reason it was called
> SPARC-OpenIndiana.
> And while I was woking it, the leader simply resigned because "Solaris
> is outdated and doesn't perform as well as LinUX"? I still cannot
> believe that! Consequently I felt a bit pissed off, because at  least
> he could have told me about his plans in adavnce!! Whatever, for this
> reason (and for this reason alone!) the back-renaming to MartUX
> OpenIndiana.
>
> I don't know.
> But in my personal view this also allows us (on SPARC) to use pkgadd
> instead of IPS.
> Fight a few wee

Re: [OpenIndiana-discuss] Preliminary Download link: Illumos based MartUX_OpenIndiana_Edition for SPARC LiveDVD (without installer)

2012-09-28 Thread Alex Smith (K4RNT)
maller bugs, but lets not count them.
>
>
> More screenshots and the actual html content and videos come later,
> probably tomorrow or on Sunday.
>
>
>
>
> < (image/jpeg) 97K>>
>
> < (image/jpeg) 96K>>
> <>
> <>
> <>
> <>
> <>
> <>
> <>
> <>
>
> < (image/jpeg) 91K>>
>
>
>
>
> Happy booting   ;-)
>
>
> Cheers,
>%martin bochnig
>   https://twitter.com/MartinBochnig
>
> ___
> 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
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] SPARC-OpenIndiana Screenshots

2012-09-10 Thread Alex Smith (K4RNT)
I wonder how much it would cost to host the OpenIndiana ISOs on Amazon S3...

*wonders about possibly hosting as an additional mirror* ;)

-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] SPARC-OpenIndiana Screenshots

2012-09-10 Thread Alex Smith (K4RNT)
I have a Sun Blade 2500 (red, XVR-1200 graphics) available for testing, and
I may be able to convince one of my colleagues to fire up a Sun Fire V240
that I gave him to try with this as well, if you like, Martin. There is
still plenty of sun4u hardware out there that would love to test OI on. :)

On Mon, Sep 10, 2012 at 8:14 AM, Martin Bochnig  wrote:

> Dear SPARC fellows,
>
>
>
> I apologize the repeated delays.
> If you fix a, b and c you forget that this breaks d.
> SMF complicated life (instead of making it easier).
>
> And let's not talk about IPS   ...
>
>
> Here some screenshots from just now.
> One of the recent annoying stoppers is or was, that JDS would _almost_
> load fully, but then crash itself and therefore cause openXsun to
> stop.
> Some problem with the gnome-keyring daemon somehow not willing to
> communicate with dbus, although dbus is running fine, even svcs says
> that!
>
>
> Now I took 10 versions of solaris.zlib from a week ago and tried to
> nfs-mount it over /usr the the booted LiveDVD's ramdisk. And after
> some hours I found now one version, that works. But now Firefox loads,
> but you cannot enter any URL.
> And another problem: If I simply take a week-old version of
> solaris.zlib (/usr), then this removes the other workarounds from
> /usr, that I put in place durin the week.
> And creating a new 10GB solaris and gzip-9 compress it to 3GB  takes 6
> hours (and I consider this quick).
>
>
> The complexity of such an OS is quite deep.
> If you want all these bugs, rather that sill wait, pls. let me know.
> Then I can offer the current instable alpha version via dyndns.
>
>
> <>
> <>
> <>
>
>
>
> p.s. I will not allow, that OI dies!
> If nobody else wants to keep it alive, I will ensure that we can run
> the servers from my home.
>
> Can switch from 20MBit to VDSL 50MBit.
> If illumos wants another reference distro, I do not care.
> We here will keep OI alive, okay?   ;-)
>
>

-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Fwd: [discuss] SPARC and Illumos

2012-08-17 Thread Alex Smith (K4RNT)
agicspace/dc/20120816thu__0
> >  im-pop: Image area creation
> > Initializing the IPS package image area:
> > /magicspace/dc/20120816thu__0/build_data/pkg_image
> > Setting preferred publisher: sparcoi
> > Origin repository: http://192.168.111.200:1
> > Verifying the contents of the IPS repository
> > Installing the designated packages
> > Uninstalling the designated packages
> > Setting post-install preferred publisher: sparcoi
> > Origin repository: http://192.168.111.200:1
> > Stopping at im-mod: Image area modifications
> > Build completed Thu Aug 16 23:11:27 2012
> > Build is successful.
> >
> > ...
> >
> >
> > and
> >
> >
> > $ uname -a
> > SunOS 5.11
> oi_151a_Initial_SPARC_OpenIndiana__with_cheers_from__Martin_Bochnig
> > sun4u sparc SUNW,Sun-Blade-1000
> >
> >
> > So, again: Thanks for your offer to help.
> > Starting in two weeks a nice community project is available to you and
> us all.
> >
> >
> >
> > regards,
> > %martin
> >
> > ___
> > 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
>



-- 
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Fwd: [discuss] SPARC and Illumos

2012-08-17 Thread Alex Smith (K4RNT)
I miss my 280R... now all I have in the SPARC neighborhood is a Sun Blade
2500. I gave a Sun Fire V240 to a colleague, I wonder if he'd be interested
in learning Solaris... :)

On Thu, Aug 16, 2012 at 8:02 PM, Lou Picciano wrote:

> Nice, Martin!
>
>
> (Speaking of excessive electricity bills, we have a handful of e450s we'd
> be _happy_ to ship to you. Pls send shipping address !! (sic) )
>
> --
" ' With the first link, the chain is forged. The first speech censured,
the first thought forbidden, the first freedom denied, chains us all
irrevocably.' Those words were uttered by Judge Aaron Satie as wisdom and
warning... The first time any man's freedom is trodden on we’re all
damaged." - Jean-Luc Picard, quoting Judge Aaron Satie, Star Trek: TNG
episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Which mobo allows 24 GB ram and ECC

2011-12-04 Thread Alex Smith (K4RNT)
Wish I could help you, but I don't even know if our servers in our
datacenters have started to receive any Sandy Bridge-based Xeons.

Best suggestion would be to check Tyan and Intel server boards.

On Sun, Dec 4, 2011 at 18:15, Matt Connolly  wrote:
> On 05/12/2011, at 6:41 AM, Geoff Flarity wrote:
>
>> On Sun, Dec 4, 2011 at 3:37 PM, Lou Picciano  wrote:
>>> Harry - You may be getting into SuperMicro mobo space at this point... 
>>> (others here will have some specific recommendations for you).
>>>
>>> On the other hand - the latest Sandy Bridge Architectures will support 32 
>>> GB even on lower-end boards.
>>>
>>
>> Be aware that there's bug withSandy Bridge + KVM that will require
>> using a kernel parameter change work around. I forget the exact
>> details, see the SmartOS archives.
>
> I just set up a Sandy Bridge Xeon E3-1230 on an Intel S1200BTL which supports 
> 32GB ECC memory. It's a bit fussy about what memory it supports - make sure 
> you get the right type. There appears to be no BMC driver at present, but 
> other than that, it's running well.
>
> To get KVM to load without crashing, you need to add "set apix_enable=0" in 
> /etc/system and reboot before installing kvm. It's also mentioned in an issue 
> for illumos-kvm on github:
>
> https://github.com/joyent/illumos-kvm/issues/1


-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] 3d Slicer

2011-10-03 Thread Alex Smith (K4RNT)
Binary compatibility, man... :)

On Mon, Oct 3, 2011 at 03:10, Apostolos Syropoulos
 wrote:
>> Eheh !!!
>> Don't Curb Your enthusiasm Man !!
>> You picked up the wrong binary, you have to download the:
>>
>> Slicer3-3.6.3-2011-03-09-solaris8.tar.gz
>>
>
>
> Solaris 8? Are we serious? This is an EOLed product!!!
> Better provide Solaris 7 binaries :-)
>
>
> A.S.
>
>
> --
> Apostolos Syropoulos
> Xanthi, Greece
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Dulles Technology Corridor (Chantilly/Ashburn/Dulles), Virginia USA

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


Re: [OpenIndiana-discuss] [zfs-discuss] Question about WD drives with Super Micro systems

2011-08-06 Thread Alex Smith (K4RNT)
I try to avoid Western Digital drives like a bad cliche. I've had a
big first, second and third experience with their consumer drives.
Literally dying the day after their warranty expires!

Seagate and Fujitsu for me all the way! :)

On Sat, Aug 6, 2011 at 22:30, Mark  wrote:
> On 07/08/2011 5:45 a.m., Roy Sigurd Karlsbakk wrote:
>>>
>>> Might this be the SATA drives taking too long to reallocate bad
>>> sectors? This is a common problem "desktop" drives have, they will
>>> stop and basically focus on reallocating the bad sector as long as it
>>> takes, which causes the raid setup to time out the operation and flag
>>> the drive as failed. The "enterprise" sata drives, typically the same
>>> as the high performing desktop drive, only they have a short timeout
>>> on how long they are allowed to try and reallocate a bad sector so
>>> they don't hit the failed drive timeout. Some drive firmwares, such as
>>> older WD blacks if memory serves, had the ability to be forced to
>>> behave like the enterprise drive, but WD updated the firmware so this
>>> is longer possible.
>>>
>>> This is why you see SATA drives that typically have almost identical
>>> specs, but one will be $69 and the other $139 - the former is a
>>> "desktop" model while the latter is an "enterprise" or "raid" specific
>>> model. I believe it's called different things by different brands:
>>> TLER, ERC, and CCTL (?).
>>
>> I doubt this is about the lack of TLER et al. Some, or most, of the drives
>> ditched by ZFS have shown to be quite good indeed. I guess this is a WD vs
>> Intel SAS expanders issue
>>
>> Vennlige hilsener / Best regards
>>
>> roy
>> --
>
> The other overlooked thing is the different topology ie. native sata against
> sas translated sata and then sas expander as well.
>
> I have had seagate ST3000641's just refuse to run with expanders, but work
> diecty connected to the sas controller.
>
> It's funny how all this reminds me of fibre channel behaviour in it's early
> days.
>
> Mark.
>
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] NFS4 users

2011-07-26 Thread Alex Smith (K4RNT)
My bad - I haven't done heavy NFS sharing since Solaris 9 and that was
using NIS. I'm currently sharing a ZFS file system with sharenfs=ro at
this time, so I'm probably not the best person to ask lol.

Let us know what works for you.

2011/7/26 Ignacio Marambio Catán :
> yes, no_root_squash is a linux setting, it is what you achieve with
> root= in solaris.
> As far as i know id mapping (uid to uid) was not really necessary in
> nfs4 because nfs4 uses usernames instead of uids so it's just a matter
> of having the same users created everywhere no matter the uid.
>
> nacho
>
> On Tue, Jul 26, 2011 at 11:50 AM, Gabriele Bulfon  wrote:
>> Thanx for your suggestion, but I think the no_root_squashing is achieved 
>> through the "root="
>> option on zfs.
>> Infact, my zfs share output is like this:
>> -@data/sonicle  /data/sonicle/webtop   
>> sec=sys,rw=@192.168.222.198/32,root=@192.168.222.198/32   ""
>> -@data/sonicle  /data/sonicle/www   
>> sec=sys,rw=@192.168.222.200/32,root=@192.168.222.200/32   ""
>> found no other way to disable root_squashing but this.
>> and actually, it's not squashing root, it's squashing any non existant uid 
>> on the server.
>> any way to disable this?
>> --
>> Da: Alex Smith (K4RNT)
>> A: Discussion list for OpenIndiana
>> Data: 26 luglio 2011 16.40.40 CEST
>> Oggetto: Re: [OpenIndiana-discuss] NFS4 users
>> If you don't use a unifying authentication system such as LDAP or
>> NIS+, look up the root_squash and no_root_squash NFS share options.
>> I'm not sure if this will fix your problems, I've used pure NFSv4 most
>> of the time.
>> On Tue, Jul 26, 2011 at 10:29, Gabriele Bulfon
>> wrote:
>> Hi, is there any way to let NFS4 server not require the same users of the 
>> client to exist on the server??
>> I noticed that the root access on an NFS4 server, let me chmod on any user 
>> who's id exists on the server,
>> wether it is same name or not. Any chmod to a uid not existent on the 
>> server, is changed to nobody...
>> For example, I shared a filesystem, and filled it with an original 
>> filesystem, through NFS3.
>> If I mount it with vers=3, I get all the correct permissions from the client 
>> view, wether they exist or not
>> on the server.
>> If I mount the same share with vers=4, I get correct permissions only for 
>> files with uid existent on the
>> server (even if different names), all the others files get the user 
>> nobody
>> I want to use NFS4, because I noticed that locking management is much 
>> better, and cyrus does not
>> complain. But this permission limitation is annoying.
>> Any idea?
>> Gabriele.
>> ___
>> OpenIndiana-discuss mailing list
>> OpenIndiana-discuss@openindiana.org
>> http://openindiana.org/mailman/listinfo/openindiana-discuss
>> --
>> " ' With the first link, the chain is forged. The first speech
>> censured, the first thought forbidden, the first freedom denied,
>> chains us all irrevocably.' Those words were uttered by Judge Aaron
>> Satie as wisdom and warning... The first time any man's freedom is
>> trodden on we?re all damaged." - Jean-Luc Picard, quoting Judge Aaron
>> Satie, Star Trek: TNG episode "The Drumhead"
>> - Alex Smith (K4RNT)
>> - Sterling, Virginia USA
>> ___
>> 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
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] NFS4 users

2011-07-26 Thread Alex Smith (K4RNT)
If you don't use a unifying authentication system such as LDAP or
NIS+, look up the root_squash and no_root_squash NFS share options.
I'm not sure if this will fix your problems, I've used pure NFSv4 most
of the time.

On Tue, Jul 26, 2011 at 10:29, Gabriele Bulfon  wrote:
> Hi, is there any way to let NFS4 server not require the same users of the 
> client to exist on the server??
> I noticed that the root access on an NFS4 server, let me chmod on any user 
> who's id exists on the server,
> wether it is same name or not. Any chmod to a uid not existent on the server, 
> is changed to nobody...
> For example, I shared a filesystem, and filled it with an original 
> filesystem, through NFS3.
> If I mount it with vers=3, I get all the correct permissions from the client 
> view, wether they exist or not
> on the server.
> If I mount the same share with vers=4, I get correct permissions only for 
> files with uid existent on the
> server (even if different names), all the others files get the user 
> nobody
> I want to use NFS4, because I noticed that locking management is much better, 
> and cyrus does not
> complain. But this permission limitation is annoying.
> Any idea?
> Gabriele.
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


[OpenIndiana-discuss] Brainstorming for OpenIndiana server

2011-06-22 Thread Alex Smith (K4RNT)
I'm thinking about setting up a RAID-Z training server, with Linux as
a base. Yes, I know it's weird, but hear me out.

I have an AMD Opteron server that I'm repurposing from my old
workstation. I may be putting a hot-swap cage in here, and using the
onboard nforce (ahci) controller with a Linux host, running
OpenIndiana in a VirtualBox instance. Could it be possible to pass the
raw devices to the VM via a SATA controller, and then run the drives
in a RAID-Z configuration? Unless the root pool can be set up on
install as RAID-Z, I can use a virtual disk

Host will have an AMD Opteron 1352 with 4GB DDR2 RAM.

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] Update info?

2011-05-23 Thread Alex Smith (K4RNT)
Another related question - why have we stopped using pfexec and
started using sudo? I preferred RBAC...

On Mon, May 23, 2011 at 15:37, Guido Berhoerster  wrote:
> * Dan Swartzendruber  [2011-05-23 21:15]:
>>
>> Forgive me if this is a silly question: reading this thread about
>> dev-il vs dev repositories, what is the relevance (if any) for a
>> random user like me?  Are the updates we've been told are upcoming
>> germane to this, or is that unrelated?
>
> pkg.oi.o/dev-il is currently used as a staging repository for
> /dev, it can at times contain completely untested new bits or
> transitional builds and is mostly intended for OI developers.
> /dev contains our development releases (currently oi_148, soon
> to be updated to oi_151) which have at least received some
> limited testing and are intended for a broader audience.
> --
> Guido Berhoerster
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


[OpenIndiana-discuss] ZFS mirror or stripe support on boot volume

2011-02-14 Thread Alex Smith (K4RNT)
I'm looking at setting up OI in a VirtualBox instance, allowing direct
access to two disks.

Is it possible, using the existing OI installer, to set up the boot
volume to be a ZFS stripe or mirror? I have two 80GB IDE disks (which
I may set up as SCSI controlled in VBox) on an openSUSE host.

Let me know. I have a Dell Precision 670 set aside for the task. Thanks!

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] E-sata PCIe card problems

2011-02-04 Thread Alex Smith (K4RNT)
The motherboard BIOS setting only controls the integrated SATA
controller - it won't do *anything* for discrete SATA controllers on
separate cards.

On Fri, Feb 4, 2011 at 15:59, Michelle Knight  wrote:
>
>>      Hi,
>>
>>      The BIOS is software  built into the PC.
>
> Ah, the BIOS for the motherboard.
>
> I'd have thought it possible to bind AHCI on a controller by controller basis.
> The cards have their own BIOS, and one of the other cards which was sent back,
> allowed me to get in to its own BIOS and adjust its settings.
>
> I'll try changing the motherboard setting next time I reboot it, but I'm not
> sure if that will give me problems booting off the system drives, though.
>
> Anyway, I'm up to try anything at the moment! Nothing to lose.

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] OI 148 and HP Server with SmartArray 5i controller

2011-01-31 Thread Alex Smith (K4RNT)
I guess that it's good that my DL360 G3 will be running ESXi, with
OpenIndiana in a VM. I just hope that I can get open-vm-tools to
compile properly on OI - I haven't tried to do this in a *long*
time...

On Mon, Jan 31, 2011 at 11:52, ken mays  wrote:
> You have to setup the CPQary39120 driver beforehand. It'll fix your problem.
>
> ~ Ken Mays
>
> --- On Mon, 1/31/11, Kirill Ponazdyr  wrote:
>
>> From: Kirill Ponazdyr 
>> Subject: [OpenIndiana-discuss] OI 148 and HP Server with SmartArray 5i 
>> controller
>> To: openindiana-discuss@openindiana.org
>> Date: Monday, January 31, 2011, 10:16 AM
>> Hi,
>>
>> I am trying to install OI build 148 on our DL585 G1
>> systems.
>>
>> They all have SmartArray 5i controller and, unfortunately,
>> that controller
>> causes kernel panic with the installer / life CD.
>>
>> Basically once you select the boot mode in the loader
>> screen, the kernel
>> tagline comes up for 1-2 seconds and then there is a quick
>> panic / reboot,
>> I cannot pause there but I saw some mentioning of "cpq" in
>> the panic
>> text...
>>
>> This is not the case when we disable the array controller,
>> then installer
>> comes up.
>>
>> How can we fix this? I know that there are some tutorials
>> how to install
>> OpenSolaris on systems with those controllers and
>> apparently they need HP
>> drivers but those tutorials rely on the installer / life
>> image started up
>> and in our case we do not even come that far...
>>
>> Thanks!
>>
>> Kirill
>>
>> --
>> Kirill Ponazdyr
>> Technical Director
>> Codeangels Solutions GmbH
>> Tel: +41 (0)43 844 90 10
>> Fax: +41 (0)43 844 90 12
>> http://www.codeangels.ch
>> http://www.codeangels.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
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Sterling, Virginia USA

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


Re: [OpenIndiana-discuss] Can anyone recommend an external SATA card?

2011-01-20 Thread Alex Smith (K4RNT)
If you have a 4x PCI-Express slot available, I highly recommend the 3ware 9650.

On Thu, Jan 20, 2011 at 16:08, Michelle Knight  wrote:
>> Thanks Greg,
>>
>> I had written off the previous suggestions of using e-sata interfaces,
>> because the motherboard sata ports are already fully used.
>>
>> I hadn't thought of using such interfaces on a PCI-E card. That's actually a
>> great idea.
>>
>> Michelle.
>
> I've managed to get a couple of these...
> http://www.scan.co.uk/products/akasa-esata-45-ex-internal-sata-to-external-
> esata-pci-backplate-adaptor
>
> Hopefully they'll do the job.
>
> All I need now is a card. The problem with many that I'm finding listed, don't
> actually list what chipset they are based on, so I'm fishing in the dark.
>
> Anything in this list sound familiar?
>
> http://www.scan.co.uk/Shop/Computer-Hardware/All/HDD-Controllers/SATA-SAS-
> eSATA-2-4-Port
>
> Michelle.
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


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

2011-01-14 Thread Alex Smith (K4RNT)
This probably means no live distro. Strictly installable images.

On Fri, Jan 14, 2011 at 16:52, Dmitry G. Kozhinov  wrote:
> That is, no GUI?
>
> On 15.01.2011 1:36, Alasdair Lumsden wrote:
>>
>> We would only provide the Text Installer and Automated Installer
>> ISOs.
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


Re: [OpenIndiana-discuss] OpenIndiana book

2010-12-30 Thread Alex Smith (K4RNT)
You could compile from source, it's not very difficult.

On Thu, Dec 30, 2010 at 14:58, Robin Axelsson
 wrote:
> If I could choose I would probably use the webgui that comes with FreeNAS
> (freenas.org). I haven't looked into napp-it but I remember the confusion I
> had when I read in the OpenSolaris manual pages and the OpenSolaris Bible
> about the webmin tools and couldn't find it in the OS.
>
> It turned out that it wasn't included in the OpenSolaris, only on
> Solaris/Nevada. So my question was since the Oracle thing and all, if it has
> been reinstated with the OpenIndiana distros.
>
> I tried installing the webmin packages by ripping them off of the Nevada
> install CD. I ended up corrupting the OS in the process making it
> unbootable, so I wouldn't make such an attempt again unless I know it is
> safe to do so.
> - Robin.
>
>
> On 2010-12-30 20:15, Alex Smith (K4RNT) wrote:
>>
>> You can install webmin, if you want it. Also look into napp-it, a
>> web-based configuration tool for OpenSolaris and related distros.
>>
>> On Thu, Dec 30, 2010 at 14:02, Robin Axelsson
>>   wrote:
>>>
>>> But does webadmin come with openindiana?
>>>
>>> On 2010-12-30 19:48, Alex Smith (K4RNT) wrote:
>>>>
>>>> Almost all of the stuff in the OpenSolaris Bible will be valid. The
>>>> sun userland still exists, and a lot of the management tools haven't
>>>> changed.
>>>>
>>>> Speaking of that, I think that's one of the books I'll buy with my
>>>> first paycheck... :)
>>>>
>>>> Best of luck.
>>>>
>>>> On Thu, Dec 30, 2010 at 13:46, russell
>>>>  wrote:
>>>>>
>>>>> Hi Dave,
>>>>>
>>>>> My brother is going to switch to OpenIndiana in the new year and to
>>>>> reduce
>>>>> the number of "support calls" I purchased the OpenSolaris Bible as a
>>>>> Christmas gift.
>>>>> As OpenSolaris has been dropped, could this book be reworked but
>>>>> targeted
>>>>> at
>>>>> OpenIndiana in the long term as the book is as relevant to OpenIndiana
>>>>> users
>>>>> in the short term.
>>>
>>> ___
>>> 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
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


Re: [OpenIndiana-discuss] OpenIndiana book

2010-12-30 Thread Alex Smith (K4RNT)
You can install webmin, if you want it. Also look into napp-it, a
web-based configuration tool for OpenSolaris and related distros.

On Thu, Dec 30, 2010 at 14:02, Robin Axelsson
 wrote:
> But does webadmin come with openindiana?
>
> On 2010-12-30 19:48, Alex Smith (K4RNT) wrote:
>>
>> Almost all of the stuff in the OpenSolaris Bible will be valid. The
>> sun userland still exists, and a lot of the management tools haven't
>> changed.
>>
>> Speaking of that, I think that's one of the books I'll buy with my
>> first paycheck... :)
>>
>> Best of luck.
>>
>> On Thu, Dec 30, 2010 at 13:46, russell
>>  wrote:
>>>
>>> Hi Dave,
>>>
>>> My brother is going to switch to OpenIndiana in the new year and to
>>> reduce
>>> the number of "support calls" I purchased the OpenSolaris Bible as a
>>> Christmas gift.
>>> As OpenSolaris has been dropped, could this book be reworked but targeted
>>> at
>>> OpenIndiana in the long term as the book is as relevant to OpenIndiana
>>> users
>>> in the short term.
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


Re: [OpenIndiana-discuss] OpenIndiana book

2010-12-30 Thread Alex Smith (K4RNT)
Almost all of the stuff in the OpenSolaris Bible will be valid. The
sun userland still exists, and a lot of the management tools haven't
changed.

Speaking of that, I think that's one of the books I'll buy with my
first paycheck... :)

Best of luck.

On Thu, Dec 30, 2010 at 13:46, russell  wrote:
> Hi Dave,
>
> My brother is going to switch to OpenIndiana in the new year and to reduce
> the number of "support calls" I purchased the OpenSolaris Bible as a
> Christmas gift.
> As OpenSolaris has been dropped, could this book be reworked but targeted at
> OpenIndiana in the long term as the book is as relevant to OpenIndiana users
> in the short term.

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


Re: [OpenIndiana-discuss] General question about motherboards

2010-12-23 Thread Alex Smith (K4RNT)
ATX cases will come with standoffs that you will screw into the
chassis' motherboard tray to match holes in the motherboard.

ATX cases will take up the entire motherboard tray, MicroATX boards
will take up a smaller footprint in these cases. There are sub-ATX
cases available that will only handle microATX boards, however if you
have a tower (mini, mid or full) it is highly unlikely that you will
not be able to fit a board into it.

My mainboard on my desktop is a microATX with a Thermaltake BachVx
mid-tower case. I had no problems fitting it.

Hope this helps.

On Thu, Dec 23, 2010 at 18:48, Harry Putnam  wrote:
> "Alex Smith (K4RNT)"  writes:
>
>> On Tue, Dec 21, 2010 at 19:58, Harry Putnam  wrote:
>
> [...]
>
>>> Thanks for the input.
>>>
>>> The spec says its `form factor' is micro ATX
>>>
>>> Does that mean the screw holes won't fit an ATX MidTower (antec sonata)
>
> Alex S responded:
>
>> Any ATX type motherboard will fit in an ATX case - you'll just not use
>> the entire motherboard tray and all standoffs.
>
> I'm not sure what all fits into ATX `type'.  Apparently you think the
> micro ATX does ... eh?
>
> So no drilling screw holes or other fabrications necessary?
>
> And just so I know before going much further... Do you know this about
> `ATX' working with `micro ATX' for a fact or are you guessing about
> it?
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


Re: [OpenIndiana-discuss] General question about motherboards

2010-12-21 Thread Alex Smith (K4RNT)
Any ATX type motherboard will fit in an ATX case - you'll just not use
the entire motherboard tray and all standoffs.

On Tue, Dec 21, 2010 at 19:58, Harry Putnam  wrote:
> Gary Mills  writes:
>
>> On Tue, Dec 21, 2010 at 10:42:44AM -0800, Kevin J. Woolley wrote:
>>>
>>> Do you have a recommendation for a socket AM3 CPU that will run Solaris 
>>> well?
>>
>> This is what I bought in March to run Opensolaris.  It runs Openindiana
>> flawlessly.  All the devices are supported.
>>
>> o Motherboard:
>>     ASUS M4A785T-M/CSM mATX AM3 DDR3 AMD 785G PCI-E16 PCI-E1 2PCI 6SATA
>>     GBLAN Radeon HD 4200 Motherboard $99.99
>
> Thanks for the input.
>
> The spec says its `form factor' is micro ATX
>
> Does that mean the screw holes won't fit an ATX MidTower (antec sonata)
>
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Falls Church, Virginia USA

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


[OpenIndiana-discuss] Suggestions for SATA HBAs

2010-12-12 Thread Alex Smith (K4RNT)
I'm looking for PCI-E x1 SATA HBAs - any suggestions on ones that
would work out of the box with OpenIndiana and related distros? I've
been tracking chipsets as they come out for other things, but not
storage.

I hope to repurpose my current desktop as a file server and general
purpose server in a home hobbyist setting. Are there any other options
besides x8 PCI-E HBAs out there? I'm not sure what current Silicon
Image controllers work.

Thanks in advance! :)

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Murfreesboro, Tennessee USA

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


Re: [OpenIndiana-discuss] Amazon EC2 and OpenIndiana

2010-11-10 Thread Alex Smith (K4RNT)
d2    ONLINE       0     0     0
>            c7d3    ONLINE       0     0     0
>
> errors: No known data errors
>
>  pool: mnt
>  state: ONLINE
>  scrub: none requested
> config:
>
>        NAME        STATE     READ WRITE CKSUM
>        mnt         ONLINE       0     0     0
>          c7d1p0    ONLINE       0     0     0
>
> errors: No known data errors
>
>  pool: rpool
>  state: ONLINE
>  scrub: none requested
> config:
>
>        NAME        STATE     READ WRITE CKSUM
>        rpool       ONLINE       0     0     0
>          c7d0s0    ONLINE       0     0     0
>
> errors: No known data errors
>
> $ df -k
> Filesystem           1K-blocks      Used Available Use% Mounted on
> rpool/ROOT/opensolaris
>                       8319892   3728123   4591770  45% /
> swap                   2093032       276   2092756   1% /etc/svc/volatile
> /usr/lib/libc/libc_hwcap3.so.1
>                       8319892   3728123   4591770  45% /lib/libc.so.1
> swap                   2092792        36   2092756   1% /tmp
> swap                   2092784        28   2092756   1% /var/run
> rpool/export           4591791        21   4591770   1% /export
> rpool/export/home      4591789        19   4591770   1% /export/home
> rpool                  4591848        79   4591770   1% /rpool
> mnt                  153796557        19 153796538   1% /mnt
> logs                  16385997        19  16385978   1% /logs
>
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Murfreesboro, Tennessee USA

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


[OpenIndiana-discuss] Amazon EC2 and OpenIndiana

2010-11-10 Thread Alex Smith (K4RNT)
Has anyone here used EC2 with OpenSolaris or OpenIndiana? If so,
please contact me off-list. I'm not sure how to do it allowing use of
Elastic Block Storage.

Thanks!

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Murfreesboro, Tennessee USA

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


Re: [OpenIndiana-discuss] Spare bandwidth for mirroring

2010-11-02 Thread Alex Smith (K4RNT)
On a related note, I've had no problems compiling Transmission for use
with OpenSolaris. I've even added a daemon for use with the web
interface.

-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Murfreesboro, Tennessee USA

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


Re: [OpenIndiana-discuss] Spare bandwidth for mirroring

2010-11-01 Thread Alex Smith (K4RNT)
I have some friends in Chattanooga, TN that have *extremely* high
speed fiber Internet access. I'll ask if somebody would be willing to
mirror. :)

On Mon, Nov 1, 2010 at 16:56, James O'Gorman  wrote:
> On 1 Nov 2010, at 21:54, Nathan Evans wrote:
>
>> I wouldn't mind hosting binary ISO images.
>> Let me know if this is needed and/or wanted.
>> Keep in mind I am still on residential DSL.(hopefully will be shortly
>> remedied).
>
> More mirrors are always welcome!
>
> Residential DSL probably isn't the best place to host though. When new 
> releases come out it'll saturate your line, and I'm guessing you don't have 
> symmetric DSL so probably quite limited in upload.
>
> James
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>



-- 
" ' With the first link, the chain is forged. The first speech
censured, the first thought forbidden, the first freedom denied,
chains us all irrevocably.' Those words were uttered by Judge Aaron
Satie as wisdom and warning... The first time any man's freedom is
trodden on we’re all damaged." - Jean-Luc Picard, quoting Judge Aaron
Satie, Star Trek: TNG episode "The Drumhead"
- Alex Smith (K4RNT)
- Murfreesboro, Tennessee USA

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