Displaying 20 results from an estimated 77 matches for "3110".
Did you mean:
311
2008 Jan 09
1
powerware 3110 USB
Hello,
I am attempting to monitor my two Powerware 3110 UPS from Gentoo Linux
using nut-2.2.0, kernel-2.6.22.1 via USB. From what I can gather around
the net (circa 2005) things with USB on this UPS just didn't work. Has
this changed and is there anything I can do to help?
My ups.conf contains the following...
[ups-router]
driver = usbhid-...
2008 Jan 09
2
Powerware UPS 3110 USB
Here is my ups.conf...
[ups-router]
driver = usbhid-ups
port = auto
desc = "Powerware 3110 - Router"
[ups-server]
driver = usbhid-ups
port = auto
desc = "Powerware 3110 - Server"
Here is the output from upsdrvctl start...
Network UPS Tools - UPS driver controller 2.2.0
Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30
(2.2.0)
N...
2006 Apr 07
0
support for powerware 3110?
Is there support for powerware 3110 yet?
2004 Jul 26
2
Samba3+samba-vscan+clamav = A big headache.
...wn...
Jul 25 18:20:57 localhost smbd[52106]: [2004/07/25 18:20:57, 0]
param/loadparm.c:map_parameter(2420)
Jul 25 18:20:57 localhost smbd[52106]: Unknown parameter encountered:
"vfs options"
Jul 25 18:20:57 localhost smbd[52106]: [2004/07/25 18:20:57, 0]
param/loadparm.c:lp_do_parameter(3110)
Jul 25 18:20:57 localhost smbd[52106]: Ignoring unknown parameter "vfs
options"
Jul 25 18:20:57 localhost smbd[52106]: [2004/07/25 18:20:57, 0]
param/loadparm.c:map_parameter(2420)
Jul 25 18:20:57 localhost smbd[52106]: Unknown parameter encountered:
"revalidate"
Jul 25 18:...
2009 Apr 27
2
Problem with R 2.9.0 vs. R2.8.1 with either "survival" package or "predict" function
Just wanted to alert everyone regarding a problem that I only
experience with R2.9.0 and not with R2.8.1 when I run both using
exactly the same script and the same data.
Here is what I do with my data "MyData", 2 predictors (V1 and V2) and
my survival DV "Depvar":
library(survival)
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
.../usr/share/perl/5.22/perl5db.pl:737] line 2
eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
@DB::saved;package main; $^D = $^D | $DB::db_stop;
use Sys::Guestfs;
' called at /usr/share/perl/5.22/perl5db.pl line 737
DB::eval called at /usr/share/perl/5.22/perl5db.pl line 3110
DB::DB called at -e line 1
BEGIN failed--compilation aborted at (eval
8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
at (eval 8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
@DB::saved;package main; $^D = $^D | $DB::db_st...
2006 Apr 13
1
Re: bcmxcp_usb "Can't open POWERWARE USB
Kjell Claesson wrote:
> Then i have a problem. My computer is down due to a
> faulty mainboard,
Youch. I hate it when that heppens. Hope it wasn't
because you got a power spike ;-)
Let me or Georg know if you want us to run any debug
code. Feels like a bcmxcp_usb driver bug to me since
the bcmcxp serial driver works fine and all my other
USB devices work fine (wifi adapter, memory
2005 Oct 09
3
bcmxcp - Powerware 9125
I'm currently testing the bcmxcp driver for NUT, and it causes me some
trouble. And when scanning the archives it seems like the 3110 USB problem
reported recently.
The bcmxcp daemon stops running, and the logs shows the following:
Oct 6 14:22:32 host.dom.tld bcmxcp[82628]: Communications with UPS lost:
Receive error (data): got -1 bytes instead of 28!!!
Oct 6 14:22:33 host.dom.tld bcmxcp[82628]: Communications with UPS
re-es...
2006 Jul 31
1
Help please with Powerware 3105 serial on SUSE10.1
Help please on Powerware 3105 serial (aka SOLA 305 here in Australia).
Is it best configured as a contact-closure device or do I try and
persist to get bcmxcp to work - which it won't so far?
Running on SUSE 10.1
Thanks,
2011 Nov 16
1
R not 'seeing' numbers?!
...it both in the standard R console, and in RStudio (v.
0.94.110), and all have the same problem.
Any ideas?! I'm stumped...
Thanks,
Oscar.
Code (with comments):
tmp=seq(20,90,0.005)
# I want to find the position of 35.52:
which(tmp==35.52)
# integer(0) -- It's not there?!
tmp[3100:3110] # check to see if it's there...
# [1] 35.495 35.500 35.505 35.510 35.515 35.520 35.525 35.530 35.535 35.540
35.545 -- it is.
which(tmp==35.525)
# [1] 3106
which(tmp==35.515)
# [1] 3104
tmp[3105]
# [1] 35.52
# Interestingly:
for (i in seq(30.52,50.52,1)) print(paste(i,which(tmp==i))) # works...
2007 Aug 23
1
Build error on 3.0.25c using Tru64
...= -lproplist -lsecurity -lresolv -lresolv
LDFLAGS = -pie -L/usr/local/lib
DYNEXP =
LDSHFLAGS = -shared -L/usr/local/lib
SHLIBEXT = so
SONAMEFLAG = -Wl,-soname,
Compiling smbd/posix_acls.c
smbd/posix_acls.c: In function `append_ugw_ace':
smbd/posix_acls.c:3110: error: syntax error before '.' token
smbd/posix_acls.c:3139: error: `acl_common' undeclared (first use in this
functi
on)
smbd/posix_acls.c:3139: error: (Each undeclared identifier is reported only
once
smbd/posix_acls.c:3139: error: for each function it appears in.)
The following comm...
2016 Feb 25
0
Re: [PATCH] added ntfscat_i api
...erl5db.pl:737] line 2
> eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
> @DB::saved;package main; $^D = $^D | $DB::db_stop;
> use Sys::Guestfs;
> ' called at /usr/share/perl/5.22/perl5db.pl line 737
> DB::eval called at /usr/share/perl/5.22/perl5db.pl line 3110
> DB::DB called at -e line 1
> BEGIN failed--compilation aborted at (eval
> 8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
> at (eval 8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
> eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
> @DB::saved;package mai...
2004 Apr 16
7
pxe linux
...02
My rootfs.img (uncompressed) is 64M big with the kernel options changed to
accept a 64MB ramdisk. Compressed it is around 11M.
My /etc/fstab contains
/dev/ram0 / ext2 defaults
/proc /proc proc defaults
In my /var/log/messages i notice a following line...
Apr 15 17:39:27 zeus in.tftpd[3110]: tftp: client does not accept options
Is there something that i'm doing wrong ? Could somebody help me out ?
Regards,
Manu
2011 Oct 09
1
Btrfs High IO-Wait
...TAL READ WRITE DIRTY
DEVICES
ceph-osd 3115 847 0 847 0 sdb
jbd2/sdb-8 2897 784 0 784 0 sdb
ceph-osd 3112 728 0 728 0
sda5, sdb
ceph-osd 3110 191 0 191 0 sda7
perl 3628 13 13 0 0 sda5
flush-8:16 2901 8 0 8 0 sdb
kjournald 272 3 0 3 0 sda5
dmesg 3...
2016 Feb 25
2
Re: [PATCH] added ntfscat_i api
...>> eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
>> @DB::saved;package main; $^D = $^D | $DB::db_stop;
>> use Sys::Guestfs;
>> ' called at /usr/share/perl/5.22/perl5db.pl line 737
>> DB::eval called at /usr/share/perl/5.22/perl5db.pl line 3110
>> DB::DB called at -e line 1
>> BEGIN failed--compilation aborted at (eval
>> 8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
>> at (eval 8)[/usr/share/perl/5.22/perl5db.pl:737] line 2.
>> eval 'no strict; ($@, $!, $^E, $,, $/, $\\, $^W) =
>...
2001 Mar 01
2
IPX Issues
...dr 00:50:04:82:F7:A7
inet addr:192.168.1.2 Bcast:192.168.1.255
Mask:255.255.255.0
IPX/Ethernet 802.3 addr:12345678:00500482F7A7
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3315 errors:0 dropped:0 overruns:0 frame:0
TX packets:3110 errors:0 dropped:0 overruns:0 carrier:0
collisions:3 txqueuelen:100
Interrupt:11 Base address:0xcc00
as per the instructions on the website:
ipx_interface add -p eth0 802.3 0x12345678
The only difference here is the packet type: 802.3 ... I figured, since
I have ethernet, I...
2016 Feb 24
3
Re: [PATCH] added ntfscat_i api
On 23/02/16 10:09, Richard W.M. Jones wrote:
> On Mon, Feb 22, 2016 at 11:58:28PM +0200, noxdafox wrote:
>> Once fixed that and few other things I got stuck with this:
>>
>> SRCDIR=. LAYOUT=partitions ../../run --test ./make-fedora-img.pl
>> Can't locate loadable object for module Sys::Guestfs in @INC (@INC
>> contains:
2009 Jul 06
1
permissions problems
...in the group map. "getent group Domain\ Users" returns a
bunch of names. So maybe _this_ isn't an error either.
Then I see:
[2009/07/06 16:33:34, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID
[S-1-5-21-1786355187-4025355074-2784741737-3110]
[2009/07/06 16:33:34, 3] lib/privileges.c:get_privileges(63)
get_privileges: No privileges assigned to SID
[S-1-5-21-1786355187-4025355074-2784741737-513]
(the two groups which this user should be a member).
A bit further down:
ldapsam_getgroup: Did not find group, filter was
(&(ob...
2005 Sep 23
11
trying to use powerware 3110 USB with NUT
Ok, I installed the ups, and installed nut, and /proc/bus/usb/devices says
this
T: Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=06da ProdID=0002 Rev= 0.01
S: Manufacturer=POWERWARE
S: Product=Powerware UPS
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 20mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=ff(vend.) Sub=00 Prot=00