Displaying 20 results from an estimated 200 matches similar to: "nut 2.6.1 on OpenSolaris/OpenIndiana doesn't find Tripp-Lite ECO550 UPS"
2011 Aug 25
0
Fwd: nut 2.6.1 on OpenSolaris/OpenIndiana doesn't find Tripp-Lite ECO550 UPS
Begin forwarded message:
> From: Kostas Oikonomou <ko at research.att.com>
> Date: August 25, 2011 9:51:27 AM EDT
> To: Charles Lepple <clepple at gmail.com>
> Subject: Re: [Nut-upsuser] nut 2.6.1 on OpenSolaris/OpenIndiana
> doesn't find Tripp-Lite ECO550 UPS
>
> Hi Charles,
>
> The log hasn't been trimmed. The man page says:
>
> The
2011 Sep 01
2
upsd problem with NUT 2.6.1
Hi,
I've had NUT 2.6.1 on OpenIndiana working with a Tripp-Lite
ECO550. I've been playing around with the config files a
little bit, and I must have done something that messed up
the demon. I now get
wiley$ pfexec /opt/nut/sbin/upsd -DD
Network UPS Tools upsd 2.6.1
0.000000 listening on 127.0.0.1 port 3493
0.000486 listening on ::1 port 3493
0.001279 Can't connect to
2010 Mar 22
2
some fixes for R 2.01.1 on OpenSolaris using Sun Studio compilers
Hello,
I recently built a 64-bit R 2.10.1 on OpenSolaris using the
Sun Studio 12.1 compilers. I would like to contribute the
following notes, to update the OpenSolaris installation
instructions.
================================================
0. GNU libiconv and GNU gettext are assumed to be in /opt/lib.
GNU libiconv is easy to build from source. After
building it, configure
2012 Sep 19
2
Importing a CSV file
Hi,
I am trying to import csv file in R console
I have saved my data in a file on the desktop named R and here is my
problematic script
> load("C:\\Users\\Anthi\\Desktop\\R\\A.csv")
Error: bad restore file magic number (file may be corrupted) -- no data
loaded
In addition: Warning message:
file ‘A.csv’ has magic number ';Abra'
Use of save versions prior to 2 is deprecated
2011 May 23
2
Linear regression - several response variables vs few ind variables
Hi all,
I need to run several simple linear regressions at once, using the
following data. Response variables: Bird species (sp 1, sp2, sp3...spn).
Independent variable: Natprop - proportion of natural area. covarate:
Effort = hours). One single linear regression would be: lmSp1 <- lm(sp1~
natprop + effort). However, I need to run this linear regression for all
bird species that I have
2011 Oct 31
0
openindiana client
OpenIndiana/Solaris isn't supported as a client.
Does anyone know if there are plans to enable this functionality in
the near future?
thanks,
Geoff
2011 Sep 06
0
Re: Wine 1.3.12 build failed on OpenIndiana b148
why did you change the prefix in the first place?
2012 Apr 05
1
OpenIndiana production-ready?
Hello list,
What''s the current production-readiness of OI 151a? I''m evaluating Solaris 11 at the moment on HP server hardware + SAS JBODs. Also considering picking up a Thumper/Thor on the used market. For a ZFS storage server, is it a better idea to just stick w/ Oracle Solaris, or is OI also a good bet? How do the ZFS implementations differ between Solaris 11 and OI?
Thanks
2011 Mar 13
1
NUT, USB, OpenIndiana
I'm about to deploy en OpenIndiana (the heir of OpenSolaris) box as my
main iSCSI backend. However, all attempts at getting NUT 2.6 to work
with my usbhid-ups cyberpower has resulted in the driver going down with
a segmentation fault.
Is there a known problem with nut+usb+openindiana (opensolaris), or am I
just doing something wrong?
//Svein
--
2012 Apr 06
1
Building R on Solaris (OpenIndiana) with gcc 4.6.2 for amd64 target - relocation problems solved
Hello,
the "R Installation and Administration" handbook states in Section C 5.1:
For ?amd64? the builds have failed to complete in several different
ways, currently with relocation errors for libRblas.so.
To fix it: add '-shared' to the SHLIB_LDFLAGS, SHLIB_CXXLDFLAGS and
SHLIB_FCLDFLAGS before starting configure.
So the complete set of variables' values sufficient to
2013 Mar 06
2
no network interfaces found on OpenIndiana (Illumos)
Hi,
I've downloaded the samba 3.6.12 OpenCSW package.
I joined openindiana to the the active directory, winbind seems to
work fine, I see all the users with "wbinfo -u".
However, my samba server is not starting. It seems that there is no
network card found.
2013/03/06 10:40:39.068405, 0] lib/interface.c:543(load_interfaces)
WARNING: no network interfaces found
[2013/03/06
2013 Jan 31
1
CyberPower on OpenIndiana
Hello,
I have a CyberPower CP1500PFCLCD and I'm trying to get nut to see it under OpenIndiana. All search online suggested that it basically can't happen, but I decided to ask again, maybe things have changed since then.
The UPS can be seen by the system:
# /usr/sbin/cfgadm -lv usb9/1.1
Ap_Id Receptacle Occupant Condition Information
When Type
2013 Mar 07
0
winbind authentication FAILED with error NT_STATUS_NO_SUCH_USER [samba 3.6.12/AD/openindiana(illumos)]
Hi,
My OpenIndiana (opensolaris) machine is joined to Active Directory.
I'm using samba 3.6.12 from OpenCSW.
wbinfo -u is working fine, getent was not working in the beginning,
but after some fiddling with libraries it was working ( I had to
create the following two symbolic links, not sure if they both are
correct)
/lib/libnss_winbind.so -> /opt/csw/lib/libnss_winbind.so.1
2017 Aug 01
1
openindiana GSSAPI failure to samba 4.6.6
2017-07-31 17:41 GMT+02:00 Greg Dickie via samba <samba at lists.samba.org>:
> Hey guys,
>
> Thanks for the ideas. I made life easier for myself and just replaced the
> SunOS (illumos) implementation with real samba. That works very well so
> we're all good. Is it just me or is kerberos complicated?
>
At first, no it is not you : )
But after a while (and thanks to
2002 Aug 13
2
Misalignment of <NA> in rownames (PR#1905)
An NA in the rownames of a matrix (or dataframe) causes misalignment when the
matrix is printed:
R> x <- matrix(1:12, 3,4, dimnames=list(letters[1:3], LETTERS[1:4]))
R> rownames(x)[2] <- NA
R> x
A B C D
a 1 4 7 10
<NA> 2 5 8 11
c 3 6 9 12
The bug is in function Rstrlen, in src/main/printutils.c. MatrixRowLabel and
MatrixColumnLabel (same file) rely on Rstrlen
2013 Apr 11
3
Samba4 AD DC using s3fs an OpenIndiana/Illumos/Solaris
Hello!
I've just built my first samba4 (4.0.5) on an OpenIndiana machine
without any problems.
But when it comes to the provision step the problems begin. Everything
is fine, if I
call samba-tool with the --use-ntvfs option. But I want to use samba4
with s3fs because
of the support for newer SMB protocol versions.
But when I call samba-tool without --use-ntvfs option I got the following:
2013 Apr 24
4
WARNING to those running Samba on OpenIndiana or other Illumos based systems with > 16 groups
Just a heads-up, because this bug took me absolutely ages to chase down,
and I want to save others the same pain.
Samba is perhaps the most prominent reason why you might find a user in
more than 16 groups on a Unix system, and so this bug may at first
appear to be a 'Samba issue' (that certainly is why it found it's way to
my attention :-)
https://www.illumos.org/issues/3691
In
2011 Jan 26
1
Wine 1.3.12 build failed on OpenIndiana b148
Starting from version 1.3.12 unable to build Wine.
I use /usr/sfw/bin/gcc compiler and gnu ld.
For configure script I change only prefix.
when i make gmake i get error.
...........
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_KERNEL32_ -D_NORMALIZE_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wstrict-prototypes -Wwrite-strings
2008 May 07
1
Ubuntu 8.04 + Astribank
I'm trying to use a Xorcom Astribank wth Ubuntu 8.04, but got no success. I
can see the channel bank with lsusb, but when I tried to use
zaptel_hardware, or when I try the /etc/init.d/script, they don't see my
Channel Bank. I compiled the latest Zaptel 1.4.10, with Astribank's
dependecies, fxload and libusb-dev. Anyone have a similiar experience ?
Best Regards,
--
Guilherme Loch G?es
2008 Dec 05
0
Backtrace:/usr/local/libexec/dovecot/imap
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as