similar to: printing device node name (was Re: [Nut-upsuser] nut suddenly stopped working...)

Displaying 20 results from an estimated 2000 matches similar to: "printing device node name (was Re: [Nut-upsuser] nut suddenly stopped working...)"

2007 Feb 21
5
nut suddenly stopped working...
I almost had nut_2.0.5-3_i386.deb (from http://packages.debian.org/unstable/admin/nut - installed via dpkg, not via repository) working: * problems with getting it to come up during boot * monitoring via knutclient was OK * shutdown on low battery worked adequately, if not quite as described) and newhidups suddenly stopped talking to my Belkin F6C550-AVR . It's only been in use for a
2017 Sep 25
0
Shift the normal curve to the top or near to the top of the histogram
Hi Abou, Try this: library(plotrix) curve(rescale(dnorm(x ,mean=mean(Lizard.tail.lengths),sd=sd(Lizard.tail.lengths)), c(0,6)),add=TRUE, col=2, lwd = 2) Jim On Mon, Sep 25, 2017 at 9:35 AM, AbouEl-Makarim Aboueissa <abouelmakarim1962 at gmail.com> wrote: > Dear All: > > One more thing. > > I want to add the normal curve to the histogram. Is there away to stretch > the
2017 Sep 24
3
Shift the normal curve to the top or near to the top of the histogram
Dear All: One more thing. I want to add the normal curve to the histogram. Is there away to stretch the peak of the curve to the top of the histogram or at least near to the top of the histogram. Please see the code below. Lizard.tail.lengths <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) x<-seq(5,12, 0.001)
2017 Sep 24
2
Remove spacing at the top and bottom of a plot
Dear All: Is there is away to remove spacing at the top and the bottom of a plot? If so, any help will be appreciated. Please use this code as an example: par(mfrow=c(1,2)) lizard <- c(6.2, 6.6, 7.1, 7.4, 7.6, 7.9, 8, 8.3, 8.4, 8.5, 8.6,8.8, 8.8, 9.1, 9.2, 9.4, 9.4, 9.7, 9.9, 10.2, 10.4, 10.8,11.3, 11.9) n.draw <- 100 mu <- 9 n <- 24 SD <- sd(lizard) draws <-
2017 Sep 24
0
Remove spacing at the top and bottom of a plot
The default margins are set as lines below, left, top, and right using mar=c(5.1, 4.1, 4.1, 2.1). Just change the top margin something like 1.1: par(mfrow=c(1,2), mar=c(5.1, 4.1, 1.1, 2.1)) --------------------------- David L. Carlson Department of Anthropology Texas A&M University -----Original Message----- From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of AbouEl-Makarim
2017 Oct 02
0
bonding mode
I'm testing GlusterFS and Lizard. I've set both SDS in replica 3. All servers are configured with bonding mode "balance-rr" with 2x1Gbps nic With iperf i'm able to saturate both link with a single connection. With Lizard i'm able to saturate both link with a single "dd" write With gluster i'm able to saturate only one link, reaching about 35MB/s (35*3*8 =
2019 Jan 25
0
[klibc:update-dash] [JOBS] Fix off-by-one error for multiple of four job numbers
Commit-ID: f81d1584a063044567d4e530fdc4aa242e907637 Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=f81d1584a063044567d4e530fdc4aa242e907637 Author: Harald van Dijk <harald at gigawatt.nl> AuthorDate: Fri, 26 Sep 2014 22:27:13 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] [JOBS] Fix off-by-one
2020 Mar 28
0
[klibc:update-dash] dash: [JOBS] Fix off-by-one error for multiple of four job numbers
Commit-ID: 8e4ecd111d7e780e24830ef28093677b30180f4e Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=8e4ecd111d7e780e24830ef28093677b30180f4e Author: Harald van Dijk <harald at gigawatt.nl> AuthorDate: Fri, 26 Sep 2014 22:27:13 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: [JOBS] Fix
2006 May 08
1
RE: Nut-upsuser Digest, Vol 11, Issue 3
Hi Vladimir, I have got 2.0.3 working on netBSD 3.0. To get it operational I needed to do the following (most of this is from memory...). 1). Recompile kernel with uhid removed. If uhid ataches to the device then libusb is not able to. Have to allow generic usb driver ugen to claim port. >From dmesg usb0 at uhci0: USB revision 1.0 uhub0 at usb0 uhub0: VIA Technologies UHCI root hub, class
2005 Aug 01
3
Belkin F6C550-AVR UPS
Hi, I got a Belkin F6C550-AVR UPS today and was trying to get it working with NUT, I used the "hidups" driver and got some data out of it, mainly the following: battery.charge: 100 battery.runtime: 120 driver.name: hidups driver.parameter.port: /dev/usb/hiddev0 driver.version: 2.0.0 ups.mfr: Unknown ups.model: Unknown ups.serial: Unknown ups.status: OL the versions of NUT that I tried
2005 Aug 01
3
Belkin F6C550-AVR UPS
Hi, I got a Belkin F6C550-AVR UPS today and was trying to get it working with NUT, I used the "hidups" driver and got some data out of it, mainly the following: battery.charge: 100 battery.runtime: 120 driver.name: hidups driver.parameter.port: /dev/usb/hiddev0 driver.version: 2.0.0 ups.mfr: Unknown ups.model: Unknown ups.serial: Unknown ups.status: OL the versions of NUT that I tried
2017 Aug 25
0
GlusterFS as virtual machine storage
On 25/08/2017 6:50 PM, lemonnierk at ulrar.net wrote: > Free from a lot of problems, but apparently not as good as a replica 3 > volume. I can't comment on arbiter, I only have replica 3 clusters. I > can tell you that my colleagues setting up 2 nodes clusters have_a lot_ > of problems. I run Replica 3 VM hosting (gfapi) via a 3 node proxmox cluster. Have done a lot of rolling
2002 Feb 05
1
German Translation
Hi, I'm currently working at a German translation for the vorbis-tools. Just for the case someone has already started it. cu, Tom -- I am the Lizard King, I can do anything - James Douglas Morrison http://www.TomK32.de - just a geek trying to change the world http://www.sf.net/projects/mysecretdiary/ -- wanna code PHP ? --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2008 May 19
1
three-dimensional (volumetric) estimation from x,y,z points
Dear all, I have a set of x,y,z points obtained from a lizard species and now I would like to estimate the three-dimensional use of space for this species. I know that 2D area I can estimate using adehabitat packages, but I donĀ“t know how to estimate the volumetric space. Any help are welcome. Miltinho Brazil [[alternative HTML version deleted]]
1999 May 08
1
OpenLinux 2.2: LISA install leaves root access without password
Hello, I believe I''ve found a bug in the installation process of OpenLinux 2.2 when using the LISA boot disk. During the installation a temporary passwd file is put on the new file system containing the user "help" set uid=0 gid=0 and no password. Once you are prompted to set the root password and default user password a new passwd and shadow file is created yet the help user
2015 May 29
4
UPower: 95-upower-hid.rules update
Hi Richard and the list, you'll find attached a patch for 95-upower-hid.rules, which adds: - the "usbmisc" filtering, as added in your repo, - more comments, including one that points at your UPower repo, - 3 new manufacturers (Minibox, iDowell and Powerware) - a bunch of new devices (7 HP, 1 APC, 1 TrippLite, 2 PowerCOM and 2 Liebert) cheers, Arnaud -- Eaton Data Center
2018 May 09
2
Some more questions
Ok, some more question as I'm still planning our SDS (but I'm prone to use LizardFS, gluster is too inflexible) Let's assume a replica 3: 1) currently, is not possbile to add a single server and rebalance like any order SDS (Ceph, Lizard, Moose, DRBD, ....), right ? In replica 3, I have to add 3 new servers 2) The same should be by add disks on spare slots on existing servers.
2001 Aug 09
1
more on Diablo II (wierd problem)
Ok, I do have Diablo II working, mostly. At the moment, it only works under TWM (not fvwm which is what I normally use) and only in -win mode. The problem is that the first time that my mouse leaves the diablo window, diablo iconifies. Not a major issue, I just have to make sure that it's before I start playing. HOWEVER, after it's de-iconified, the keyboard get's somewhat screwy. I
2007 Jul 28
1
Support removed for newer Belkin 1200 VA UPS?
Have had no issue until I ran apt-get dist-upgrade this morning: # /lib/nut/newhidups -u nut -DDDDDD auto Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.0.5) debug level is '6' Checking device (0000/0000) (001/001) - VendorID: 0000 - ProductID: 0000 - Manufacturer: unknown - Product: unknown - Serial Number: unknown - Bus: 001 Trying to match device Device does not
2011 Sep 11
0
Nut-upsuser Digest, Vol 75, Issue 11
> Today's Topics: > > 1. Re: Possible support for Trust 1300VA LCD Management UPS? > (Charles Lepple) > Hmm, you have both libusb-compat and libusb-legacy. Unfortunately, > that alone doesn't tell us what NUT is linked against. > > What does "otool -L <path-to-drivers>/blazer_usb" show? Not sure what > that path would be for MacPorts, but