Displaying 20 results from an estimated 3392 matches for "1100".
Did you mean:
100
2023 Jan 28
1
nut does not start after reboot
...he restart to rc.local.
Is there a better/correct way to ensure nut starts at boot time?
Below is what I consider relevant to the situation in the boot log.
Looking at the boot log I see
$ sudo journalctl -b 0 -o short-iso --no-hostname | egrep -i '[^a-zA-Z](ups|nut)'
2023-01-28T09:06:57+1100 kernel: usb 1-5.2: Product: UPS VALUE
2023-01-28T09:06:57+1100 kernel: hid-generic 0003:0764:0501.0003: hiddev96,hidraw2: USB HID v1.10 Device [CPS UPS VALUE] on usb-0000:00:14.0-5.2/input0
2023-01-28T09:07:06+1100 kernel: usb 1-5.2: Product: UPS VALUE
2023-01-28T09:07:06+1100 kernel: hid-generic 0...
2008 Dec 18
3
errors after 0.24.7 upgrade ..
After upgrading my puppetmaster to 0.24.7 from 0.24.6 i am getting the
following errors in the puppetmaster logs. Any help would be appreciated.
Thu Dec 18 16:11:39 +1100 2008 Puppet (err): Could not store configs:
undefined method `environment='' for #<Puppet::Rails::Host:0xb72c0c38>
I do not use environment''s and they are not defined anywhere in the
puppet.conf (below).
Also seeing;
Thu Dec 18 15:55:58 +1100 2008
/Settings[/etc/puppet/...
2007 Jul 28
1
Support removed for newer Belkin 1200 VA UPS?
...wn
- Bus: 004
Trying to match device
Device does not match - skipping
Checking device (0000/0000) (002/001)
- VendorID: 0000
- ProductID: 0000
- Manufacturer: unknown
- Product: unknown
- Serial Number: unknown
- Bus: 002
Trying to match device
Device does not match - skipping
Checking device (050D/1100) (003/002)
- VendorID: 050d
- ProductID: 1100
- Manufacturer: Belkin
- Product: Belkin UPS
- Serial Number: unknown
- Bus: 003
Trying to match device
This particular Belkin device (050d/1100) is not (or perhaps not yet)
supported by newhidups. Try running the driver with the '-x
productid=1100...
2013 Dec 09
1
Trouble with upgrading - RBS T1
...ma wanpipemon
utility showed "connected". I tried calling in on a DID number, and in
the 'full' log, with debug and verbose set to 100:
[Dec 5 00:51:37] VERBOSE[5283] sig_analog.c: -- Starting simple
switch on 'DAHDI/9-1'
[Dec 5 00:51:38] DEBUG[5283] dsp.c: tone 1100, Ew=1.17E+04,
Et=1.45E+06, s/n= 0.01
[Dec 5 00:51:38] DEBUG[5283] dsp.c: tone 1100, Ew=2.76E+03,
Et=1.10E+06, s/n= 0.00
[Dec 5 00:51:38] DEBUG[5283] dsp.c: tone 1100, Ew=2.06E+04,
Et=1.39E+06, s/n= 0.01
[Dec 5 00:51:38] DEBUG[5283] dsp.c: tone 1100, Ew=4.68E+03,
Et=1.40E+06, s...
2008 Oct 29
2
call works with gee and yags, but not geepack
...r in geese.fit(x, y, id, offset, soffset, w, waves, zsca, zcor, corp, :
nrow(zsca) and length(y) not match
Could someone tell me what I have done incorrectly. Thanks for your
time, Juliet.
Data Below:
id treat time1 time2 time3 time4 chem1 chem2 chem3 chem4 time score chem
1 1 20 18 15 15 1000 1100 1200 1300 0 20 1000
1 1 20 18 15 15 1000 1100 1200 1300 2 18 1100
1 1 20 18 15 15 1000 1100 1200 1300 3 15 1200
1 1 20 18 15 15 1000 1100 1200 1300 6 15 1300
2 1 22 24 18 22 1000 1000 1055 950 0 22 1000
2 1 22 24 18 22 1000 1000 1055 950 2 24 1000
2 1 22 24 18 22 1000 1000 1055 950 3 18 1055
2 1 22...
2011 Aug 16
1
how to sort the levels of a table
..., `1` = c("110", "0", "0", "10000", "0", "0", "0", "10000",
"0", "0", "11110", "10000", "0", "100", "1110", "10110", "110",
"1100", "0", "1000", "11100", "0", "11000", "0", "0", "0", "1110",
"0", "0", "10110", "1000", "10010", "10001", "10000", "100",
&q...
2007 Apr 18
1
[PATCH] lguest: clean up some l"references .init.text" warnings
...st_maybe_init and lguest_memory_setup in init.text.
As well as fixing some warnings, this frees up a tiny bit more memory.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r ecec388180b2 arch/i386/kernel/vmlinux.lds.S
--- a/arch/i386/kernel/vmlinux.lds.S Mon Mar 19 14:58:08 2007 +1100
+++ b/arch/i386/kernel/vmlinux.lds.S Tue Mar 20 12:10:39 2007 +1100
@@ -81,12 +81,6 @@ SECTIONS
CONSTRUCTORS
} :data
- .paravirtprobe : AT(ADDR(.paravirtprobe) - LOAD_OFFSET) {
- __start_paravirtprobe = .;
- *(.paravirtprobe)
- __stop_paravirtprobe = .;
- }
-
. = ALIGN(4096);
.dat...
2007 Apr 18
1
[PATCH] lguest: clean up some l"references .init.text" warnings
...st_maybe_init and lguest_memory_setup in init.text.
As well as fixing some warnings, this frees up a tiny bit more memory.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r ecec388180b2 arch/i386/kernel/vmlinux.lds.S
--- a/arch/i386/kernel/vmlinux.lds.S Mon Mar 19 14:58:08 2007 +1100
+++ b/arch/i386/kernel/vmlinux.lds.S Tue Mar 20 12:10:39 2007 +1100
@@ -81,12 +81,6 @@ SECTIONS
CONSTRUCTORS
} :data
- .paravirtprobe : AT(ADDR(.paravirtprobe) - LOAD_OFFSET) {
- __start_paravirtprobe = .;
- *(.paravirtprobe)
- __stop_paravirtprobe = .;
- }
-
. = ALIGN(4096);
.dat...
2017 May 05
3
CentOS 7 cloned VM cannot boot
...device
00:04.0 SCSI storage controller: Red Hat, Inc Virtio SCSI
00:05.0 Communication controller: Red Hat, Inc Virtio console
00:06.0 SCSI storage controller: Red Hat, Inc Virtio block device
[root at ractorshe ~]#
[root at ractorshe ~]# lspci -kn
00:00.0 0600: 8086:1237 (rev 02)
Subsystem: 1af4:1100
00:01.0 0601: 8086:7000
Subsystem: 1af4:1100
00:01.1 0101: 8086:7010
Subsystem: 1af4:1100
Kernel driver in use: ata_piix
Kernel modules: ata_piix, pata_acpi, ata_generic
00:01.2 0c03: 8086:7020 (rev 01)
Subsystem: 1af4:1100
Kernel driver in use: uhci_hcd
00:01.3 0680: 8086:7113 (rev 03)
Subsystem:...
2017 Apr 21
3
CentOS-announce Digest, Vol 146, Issue 5
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2017:1100 Critical CentOS 6 nss-util Security Update
(Johnny Hughes)
2. CESA-2017:1100 Critical CentOS 6 nss Security Update
(Johnny Hughes)
3. CESA-2017:1105 Important CentOS 6 bind Security Update
(Johnny Hughes)
4. CESA-2017:1104 Critical CentOS 6 firefox Security Update
(...
2008 Jan 23
2
[PATCH 1/2] reset support: make net driver alloc/cleanup in probe and remove
...).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/net/virtio_net.c | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 deletions(-)
diff -r 7e5b3ff06f60 drivers/net/virtio_net.c
--- a/drivers/net/virtio_net.c Wed Jan 23 22:53:14 2008 +1100
+++ b/drivers/net/virtio_net.c Wed Jan 23 23:52:46 2008 +1100
@@ -300,12 +300,6 @@ static int virtnet_open(struct net_devic
{
struct virtnet_info *vi = netdev_priv(dev);
- try_fill_recv(vi);
-
- /* If we didn't even get one input buffer, we're useless. */
- if (vi->num == 0)
- retu...
2008 Jan 23
2
[PATCH 1/2] reset support: make net driver alloc/cleanup in probe and remove
...).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
---
drivers/net/virtio_net.c | 44 +++++++++++++++++++++++++-------------------
1 file changed, 25 insertions(+), 19 deletions(-)
diff -r 7e5b3ff06f60 drivers/net/virtio_net.c
--- a/drivers/net/virtio_net.c Wed Jan 23 22:53:14 2008 +1100
+++ b/drivers/net/virtio_net.c Wed Jan 23 23:52:46 2008 +1100
@@ -300,12 +300,6 @@ static int virtnet_open(struct net_devic
{
struct virtnet_info *vi = netdev_priv(dev);
- try_fill_recv(vi);
-
- /* If we didn't even get one input buffer, we're useless. */
- if (vi->num == 0)
- retu...
2009 Oct 07
3
Bad_MIME on vacation messages
...e contains ^M
characters at the end of a few lines, they are only visable through vi,
example:
Received: from mail.domain.com (HELO alejandro.domain.com) (123.123.123.123)
by mail.domain.com.au with SMTP; 7 Oct 2009 17:48:13 -0600
Received: (qmail 3531 invoked from network); 8 Oct 2009 10:48:18 +1100
Received: from unknown (HELO mail.domain.com.au) (192.168.200.10)
by alejandro.domain.com with SMTP; 8 Oct 2009 10:48:18 +1100
Received: (qmail 16185 invoked by uid 1007); 8 Oct 2009 10:48:17 +1100
X-Sieve: Dovecot Sieve 0.1.12^M
Message-ID: <dovecot-sieve-1254959297-930199-0 at max>^M
Date...
2010 Oct 13
2
vertical kites in KiteChart (plotrix)
...a kite chart in which I plot densities (width of the
vertical kites) in relation to sediment depth (on reversed y-axis) for 6
different locations (Distances from seep site, on x-axis on top of the
plot). The dataset I would like to use is:
Distance_from_seep_site Sedimentdepth Density
1100 0 107.8
1100 1 264.6
1100 2 284.2
1100 3 470.4
1100 4 58.8
100 0 98
100 1 176.4
100 2 499.8
100 3 548.8
100 4 401.8
100 5 107.8
10 0 51.3
10 1 22.8
10 2 79.8
1...
2006 Apr 11
2
About list to list
...a result my experiment like this below (here my toy example):
foo1 <- list()
foo1[[1]] <- c(10, 20, 30)
foo1[[2]] <- c(11, 21, 31)
foo2 <- list()
foo2[[1]] <- c(100, 200, 300)
foo2[[2]] <- c(110, 210, 310)
foo3 <- list()
foo3[[1]] <- c(1000, 2000, 3000)
foo3[[2]] <- c(1100, 2100, 3100)
list(foo1,foo2,foo3)
The result:
> list(foo1,foo2,foo3)
[[1]]
[[1]][[1]]
[1] 10 20 30
[[1]][[2]]
[1] 11 21 31
[[2]]
[[2]][[1]]
[1] 100 200 300
[[2]][[2]]
[1] 110 210 310
[[3]]
[[3]][[1]]
[1] 1000 2000 3000
[[3]][[2]]
[1] 1100 2100 3100
>
I want to convert like this below...
2007 Apr 18
3
[patch] paravirt: VDSO page is essential
...fairly simple) below.
BTW, I had a patch to do a runtime test (old glibc causes init to
assert, then disable vdso and try again): everyone hated it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r f75715e64a3b arch/i386/Kconfig
--- a/arch/i386/Kconfig Tue Mar 06 00:04:50 2007 +1100
+++ b/arch/i386/Kconfig Tue Mar 06 00:20:44 2007 +1100
@@ -218,9 +218,18 @@ config PARAVIRT
However, when run without a hypervisor the kernel is
theoretically slower. If in doubt, say N.
+config RESERVE_TOP
+ bool
+ help
+ Many hypervisors want to reserve some amount of the top of
+...
2007 Apr 18
3
[patch] paravirt: VDSO page is essential
...fairly simple) below.
BTW, I had a patch to do a runtime test (old glibc causes init to
assert, then disable vdso and try again): everyone hated it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
diff -r f75715e64a3b arch/i386/Kconfig
--- a/arch/i386/Kconfig Tue Mar 06 00:04:50 2007 +1100
+++ b/arch/i386/Kconfig Tue Mar 06 00:20:44 2007 +1100
@@ -218,9 +218,18 @@ config PARAVIRT
However, when run without a hypervisor the kernel is
theoretically slower. If in doubt, say N.
+config RESERVE_TOP
+ bool
+ help
+ Many hypervisors want to reserve some amount of the top of
+...
2008 Jan 15
2
[PATCH 1/3] skb_partial_csum_set
...---
drivers/net/virtio_net.c | 11 +----------
include/linux/skbuff.h | 1 +
net/core/skbuff.c | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 10 deletions(-)
diff -r 72be3d596d31 include/linux/skbuff.h
--- a/include/linux/skbuff.h Wed Jan 09 15:57:40 2008 +1100
+++ b/include/linux/skbuff.h Wed Jan 09 16:56:41 2008 +1100
@@ -1804,5 +1804,6 @@ static inline void skb_forward_csum(stru
skb->ip_summed = CHECKSUM_NONE;
}
+bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
#endif /* __KERNEL__ */
#endif /* _LINUX_SKBUFF_H */
diff -r 7...
2008 Jan 15
2
[PATCH 1/3] skb_partial_csum_set
...---
drivers/net/virtio_net.c | 11 +----------
include/linux/skbuff.h | 1 +
net/core/skbuff.c | 29 +++++++++++++++++++++++++++++
3 files changed, 31 insertions(+), 10 deletions(-)
diff -r 72be3d596d31 include/linux/skbuff.h
--- a/include/linux/skbuff.h Wed Jan 09 15:57:40 2008 +1100
+++ b/include/linux/skbuff.h Wed Jan 09 16:56:41 2008 +1100
@@ -1804,5 +1804,6 @@ static inline void skb_forward_csum(stru
skb->ip_summed = CHECKSUM_NONE;
}
+bool skb_partial_csum_set(struct sk_buff *skb, u16 start, u16 off);
#endif /* __KERNEL__ */
#endif /* _LINUX_SKBUFF_H */
diff -r 7...
2010 Dec 13
3
curve
Hi All,
I generated 5000 samples using the following script
test<- rnorm(5000,1000,100)
test1 <- subset(test, subset=(test > 1100))
d <- density(test)
plot(d, main="Density of production")
abline(v=mean(test1)
I wanted to do the following but faced difficulties
1. to shade or color (blue) the curve using the criterion that any values
greater than 11,000
2. I drew a vertical line but I wa...