similar to: restrictions on module names

Displaying 20 results from an estimated 3000 matches similar to: "restrictions on module names"

2014 Nov 08
3
APC Smart-UPS C1500 connected by usb
Hi, I have setup NUT in netserver mode on debian wheezy with two APC UPS units connected to it by usb. lsusb identifies the units as Smart-UPS 1000 and Smart-UPS C1500. It appears these do not use the smart protocol and usbhid-ups is the correct driver to use. System: Debian wheezy with stock version of nut (Version: 2.6.4-2.3+deb7u1) Everything works rather well, except that the
2014 Nov 10
1
APC Smart-UPS C1500 connected by usb
Hi Charles, Thanks for your response. > For the 1000, do the values match this page? > > > http://buildbot.networkupstools.org/~buildbot/cayman/docs/latest/ddl/APC/Smart-UPS_1000.html > > Yes it does (except that mine is a 120 V model, so input/output voltage is about 125) It doesn't look like we have an entry for a C1500 yet. Would you care to > submit the output of
2015 Oct 13
3
transferring large encrypted images.
On Tue, Oct 13, 2015 at 12:54 PM, Xen <list at xenhideout.nl> wrote: > Hi Folks, > > I was wondering if I could ask this question here. > > Initially when I was thinking up how to do this I was expecting block > encryption to stay consistent from one 'encryption run' to the next, but I > found out later that most schemes randomize the result by injecting a >
2015 Jul 16
1
Fwd: rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, 13 Jul 2015 17:38:35 -0400, Selva Nair wrote: > As with any dedup solution, performance does take a hit and its often > not worth it unless you have a lot of duplication in the data. This is so only in some volumes in our case, but it appears that zfs permits this to be enabled/disabled on a per-volume basis. That would work for us. Is there a way to save cycles by offering zfs
2016 Jan 25
1
Why is my rsync transfer slow?
On Sun, Jan 24, 2016 at 4:48 PM, < dbonde+forum+rsync.lists.samba.org at gmail.com> wrote: > That doesn't make sense. Both the source and destination path contains > simple alphanumeric characters, no more no less. Why would it matter > whether the path is /abc/ or /def/ or even /123/? Hmm.. I thought your are the one who has been asking for help. It does very much matter
2014 Nov 09
0
APC Smart-UPS C1500 connected by usb
On Nov 8, 2014, at 6:12 PM, Selva Nair <selva.nair at gmail.com> wrote: > Everything works rather well, except that the cgi-interface does not report input/output voltages and load for the C 1500 unit. > upsc also reports these values only for model 1000, not for 1500. Battery charge is and runtime are reported. For the 1000, do the values match this page?
2016 Jan 24
3
Why is my rsync transfer slow?
On Sun, Jan 24, 2016 at 12:29 PM, < dbonde+forum+rsync.lists.samba.org at gmail.com> wrote: > On 2016-01-24 03:51, Kevin Korb wrote: > >> Are you rsyncing from one to the other? Both of them to somewhere >> else? One at a time to somewhere else? Why won't you just show your >> actual command line and an ls -li of the correct source and incorrect >>
2005 Nov 21
1
how to plot a list in graphs
hi all, I have a matrix and named each row and column as like below... a<-matrix(c(seq(3,45,3),seq(10,6,-1)),4,5,byrow=F) > col<-c("peter","david","richrd","vincent","selva") > rows<-c("julius","caeser","anja","maya") > dimnames(a)<-list(rows,col) > a peter david
2001 Nov 24
1
samba 2.2.2 compilation errors
Hi, I am trying to compile Samba 2.2.2 on Solaris 2.8. I am using GCC 3.0.2 compiler. While compiling it gives error and stops. The config.log file shows that conftest.c file cannot be found. Through mailing list I came to know that this file is created on the fly. I am compiling as root and I have set the permissions properly. Is the problem with PATH ? if so what path should be mentioned in
2015 Jul 13
6
rsync --link-dest and --files-from lead by a "change list" from some file system audit tool (Was: Re: cut-off time for rsync ?)
On Mon, 13 Jul 2015 15:40:51 +0100, Simon Hobson wrote: > The think here is that you are into "backup" tools rather than the > general purpose tool that rsync is intended to be. Yes, that is true. Rsync serves so well as a core component to backup, I can be blind about "something other than rsync". I'll look at the tools you suggest. However, you've made be
2015 Oct 14
0
custom port in cwrsync gui client for windows
2015-10-13 19:40 GMT-04:00 Richard Couture <rrc at linuxcabal.org>: > Note that my original post had -rave as the r is for recursive. > recursive is implied by -a. In other words, -rave is the same as -ave > > I have it working with cmd files, but the point is that I purchased the > GUI to avert the need to send windows users to the command line, which they > refuse to
2010 Nov 22
3
Asterisk pass a call to status answer while still ringing
Hi, I have a problem with dialing status. I'm using Asterisk 1.6 and a patton 4554 gateway for ISDN calls. When I call fixed telephone (not mobile phone) after few ringing the status change to "answer" but the phone is still ringing, so if I hangup before someone really answer, the call is reported as answered but it isn't. This gives me problem for call charge. Some I idea
2019 May 03
2
LLVM Virtual registers after RA pass?
I need to use ‘createVirtualRegister’ for a specific case in my ‘eliminateFrameIndex’ function implementation. However, whenever that code is executed, I get the assertion "MachineCopyPropagation should be run after register allocation!” at a later stage. I have seen that at least a couple of backend implementations (including ARM Thumb) create virtual registers in ‘eliminatedFrameIndex’.
2016 Jan 24
0
Why is my rsync transfer slow?
On 2016-01-24 20:39, Selva Nair wrote: > Sorry for butting in, but hope this helps: > > The command line you posted earlier reads > > % rsync -HzvhErlptgoDW --stats --progress --out-format="%t %f %b" > /source/ /destination/ > > I think Kevin is asking you write out that /source/ and /destination > exactly as used on the command line so that one could
2014 Mar 27
3
arm64 support
I have used the patch to build opus 1.1. Although I have not tried the latest git master, will try that. Will that work for armv7, armv7s and arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >>
2007 Aug 07
5
small sample techniques
If my sample size is small is there a particular switch option that I need to use with t.test so that it calculates the t ratio correctly? Here is a dummy example? á =0.05 Mean pain reduction for A =27; B =31 and SD are SDA=9 SDB=12 drgA.p<-rnorm(5,27,9); drgB.p<-rnorm(5,31,12) t.test(drgA.p,drgB.p) # what do I need to give as additional parameter here? I can do it manually but
2008 Mar 29
3
Theora Roadmap Planning Online Meeting. This Tuesday.
We are scheduling another meeting to discuss Theora matters. One of these was planned just a while ago, but it pretty much didn't happen. So let's make this one happen. Anyone interested in Theora or video technologies is welcome to attend. The place is #xiphmeet at irc.freenode.net, this Tuesday at 14:00 UTC. If you don't know when 14:00 UTC is, go here[1] for conversion into
2008 Mar 29
3
Theora Roadmap Planning Online Meeting. This Tuesday.
We are scheduling another meeting to discuss Theora matters. One of these was planned just a while ago, but it pretty much didn't happen. So let's make this one happen. Anyone interested in Theora or video technologies is welcome to attend. The place is #xiphmeet at irc.freenode.net, this Tuesday at 14:00 UTC. If you don't know when 14:00 UTC is, go here[1] for conversion into
2008 Mar 29
3
Theora Roadmap Planning Online Meeting. This Tuesday.
We are scheduling another meeting to discuss Theora matters. One of these was planned just a while ago, but it pretty much didn't happen. So let's make this one happen. Anyone interested in Theora or video technologies is welcome to attend. The place is #xiphmeet at irc.freenode.net, this Tuesday at 14:00 UTC. If you don't know when 14:00 UTC is, go here[1] for conversion into
2007 Oct 04
5
combining vectors on unequal length
If I have two vectors X<-1:10 Y<-1:5 When I combine them using cbind, the shorter one is repeated and both are made of the same length. Is there a methods that does this without duplicating the shorter one. I want to use this to store the data back to a file. Thanks ../Murli [[alternative HTML version deleted]]