search for: misreading

Displaying 20 results from an estimated 717 matches for "misreading".

Did you mean: misleading
2007 Dec 29
2
DO NOT REPLY [Bug 5166] New: -o -g options don't work right or I've misread the man pages
https://bugzilla.samba.org/show_bug.cgi?id=5166 Summary: -o -g options don't work right or I've misread the man pages Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org
2015 Sep 30
5
Replacement for Lidquidsoap
Can anyone recommend any program newer than the last release of Liquidsoap, which, unless I misread the page, was in 2007?
2015 Jan 11
2
[PATCH] nv50/ir: Handle OP_CVT when folding constant expressions
...res.data.u16 = util_iround(imm0.reg.data.f32); >>> + break; >>> + default: >>> + return; >>> + } >> >> This won't get hit for the U32 -> U16 conversion though right? Did you >> test that case? Am I misreading/misunderstanding perhaps? > > A complete piglit run did not hit i->saturate for U32 or S32. That said, i > kept the assert() there on purpose for now to actually make sure we are no > hitting such a case. Do i misread you now? :) >From my read of the code, we'd hit that case...
2015 Jan 11
2
[PATCH] nv50/ir: Handle OP_CVT when folding constant expressions
...UINT16_MAX)); > + else > + res.data.u16 = util_iround(imm0.reg.data.f32); > + break; > + default: > + return; > + } This won't get hit for the U32 -> U16 conversion though right? Did you test that case? Am I misreading/misunderstanding perhaps? -ilia
2012 Oct 09
3
[LLVMdev] "Multithreaded LLVM" in "Writing an LLVM Pass"
On Tue, Oct 09, 2012 at 08:35:57AM +0100, David Chisnall wrote: > On 8 Oct 2012, at 18:26, Lu Mitnick wrote: > > > 1. Multiple threads handle different modules (Thread : Module = 1 : 1) > > or > > For ModulePasses, yes. > > > 2. Multiple threads handle one module (Thread : Module = N : 1) > > For FunctionPasses, yes. > > Note that this part is in
2016 Jul 03
2
Postfix/dovecot: user unrecognized, file permissions being misread
On Sun, 2016-07-03 at 15:56 -0500, Edgar Pettijohn wrote: > doveconf -n would be helpful Thank you: lavarre:/var/mail/vhosts/privustech.com # doveconf -n # 2.2.18: /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.8 (0c4ae064f307+) # OS: Linux 4.1.26-21-default x86_64 openSUSE 42.1 (x86_64) ext4 auth_mechanisms = plain login auth_verbose = yes listen = * log_path = /var/log/dovecot.log
2012 May 04
2
[LLVMdev] Convert a vector size
> %temp = shufflevector <3 x i16> %incoming, <3 x i16> undef, <4 x i32> > <i32 0, i32 1, i32 2, i32 undef> > %out = bitcast <4 x i16> %temp to i64 I seem to have misread the destination type, you'd obviously want "<1 x i64>" instead of "i64" in everything I've written. Tim.
2007 May 14
2
vsftp anonymous upload access
...ons ownership ftp:ftp and perms of 750 or: drwxr-x--- 2 ftp ftp 4096 May 14 12:43 /var/ftp/pub Since I'm logged on as "ftp" I should be able to create the file inside the directory and write to it. BTW, I've had this problem whether write_enable=YES|NO and unless I'm misreading the docs, write_enable shouldn't affect actual uploads. What am I doing wrong? === Al
2013 Dec 14
3
is qemu-kvm really searched for in /usr/bin for KVM?
reading KVM/QEMU hypervisor driver page here: http://libvirt.org/drvqemu.html and one reads, "KVM hypervisor: The driver will probe /usr/bin for the presence of qemu-kvm ...". on my RHEL 6.5 system, qemu-kvm is in /usr/libexec, not /usr/bin. am i misreading something? rday
2016 Nov 03
2
RFC #2: Improving license & patent issues in the LLVM community
...explicitly did > *not* require this attribution. > > > > That license does, in fact, require attribution: > > "The above copyright notice and this permission notice shall be included > in all copies or substantial portions of the Software. “ > > Again, unless I’m misreading this, there is no requirement that code that > merely uses libc++ headers include a libc++ attribution. You are misreading this :) I can tell you it's not even a consensus, i have not found a single lawyer who believes otherwise. I can forward you the discussion that occurred around this...
2005 Jan 18
4
DMZ Recommendations
From reading the documentation, I understand that it is recommended to put servers that may be at risk in a DMZ served via proxy-arp. In this case, the local clients that are behind a NAT would have their connections to the DMZ masqueraded, yes? Is there any way around this that would still be considered secure? Just looking for advice. Thanks, A.
2007 Jul 02
2
termplot with uniform y-limits
Does anyone have, or has anyone ever considered making, a version of 'termplot' that allows the user to specify that all plots should have the same y-limits? This seems a natural thing to ask for, as the plots share a y-scale. If you don't have the same y-axes you can easily misread the comparative contributions of the different components. Notes: the current version of termplot
2007 Jul 02
2
termplot with uniform y-limits
Does anyone have, or has anyone ever considered making, a version of 'termplot' that allows the user to specify that all plots should have the same y-limits? This seems a natural thing to ask for, as the plots share a y-scale. If you don't have the same y-axes you can easily misread the comparative contributions of the different components. Notes: the current version of termplot
2007 Jul 09
7
request.remote_ip
Hi, How can i access to request.remote_ip in a model? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to
2009 Feb 02
5
[PATCH] btrfs: call mark_inode_dirty when i_size is updated
Hi Chris. I think it is needed to call mark_inode_dirty() when file size expands in order to flush metadata updates to HDD through sync() syscall or background_writeout(). Thanks. Signed-off-by: Hisashi Hifumi <hifumi.hisashi@oss.ntt.co.jp> diff -Nrup linux-2.6.29-rc3.org/fs/btrfs/file.c linux-2.6.29-rc3/fs/btrfs/file.c --- linux-2.6.29-rc3.org/fs/btrfs/file.c 2009-02-02
2018 May 25
2
Q: Samba4 AD DC & small office file sharing
...e The Samba Wiki states the following: "The Samba AD DC is able to provide file shares, just like all other installation modes. However, the Samba team does not recommend using a DC as a file server" Does this mean that another machine should be added to serve solely as the DC or am I misreading it. If it's yet another machine, is this truly required for a small setup? --- This email has been checked for viruses by AVG. https://www.avg.com
2006 May 24
3
packages, modules
i cant make sense in my own mind what is happening, so if someone can explain, it would be appreciated. I did the following on the command line.. >require ''md5'' =>true >t = MD5 =>Digest::MD5 >t.md5(''confused'') =>1a7f2a5ad77128b2f81feddac78df213 # so far so good, now start new command line # or unload module >require
2018 Oct 18
2
Re: KVM + libvirt + nftables without iptables?
On 10/18/2018 10:14 AM, Daniel P. Berrangé wrote: > On Wed, Oct 17, 2018 at 05:57:11PM +0200, Roman Vesely wrote: >> Hi everyone, >> >> I use Debian 9.5 Stretch and NFTABLES as a firewall. >> Using NFTABLES together with IPTABLES is not recommended, >> but libvirt depends on IPTABLES. >> >> Is it safe to run libvirt + kvm + virsh without IPTABLES?
2006 Oct 13
2
How to see if row names of a dataframe are stored compactly
...the form '1:n' for 'n > 2' are stored internally in a compact form, which might be seen by calling 'attributes' but never via 'row.names' or 'attr(x, "row.names")'. I am unable to get attributes(x)$row.names to return just nrow(x). Am I misreading the documentation? Does "might be seen" mean "possibly in some future version of R" in this case? > (x <- as.data.frame(matrix(1:9, nrow=3))) V1 V2 V3 1 1 4 7 2 2 5 8 3 3 6 9 > attributes(x)$row.names [1] 1 2 3 > row.names(x) <- seq(len=nrow(x)) >...
2020 May 26
2
doveadm: extra lines?
...<UNIX:[3158354->3156665]>, "\n-NOTFOUND\n\n-\n", 8192) = 14 Going by the protocol documentation (https://wiki2.dovecot.org/Design/DoveadmProtocol), there appear to be 3 extra bytes at the end of the server?s response: "\n-\n". Is this a bug in doveadm-server? Or am I misreading the protocol documentation? Thank you! cheers, -Felipe Gasper