Displaying 20 results from an estimated 460 matches for "unhelpfully".
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
Not sure if people are already aware of this, but it might save
someone some time in the future. I''ve been tracking down the following
error today, it''s rather unhelpful in telling you where the problem is
in your manifests:
# puppetd --test
info: Retrieving plugin
err: Could not retrieve catalog from remote server: Could not intern
from pson: Could not convert from pson: Could
2020 Feb 06
0
[Bug 14267] New: rsync produces unhelpful errors on remote copy to OS with different ACL format
https://bugzilla.samba.org/show_bug.cgi?id=14267
Bug ID: 14267
Summary: rsync produces unhelpful errors on remote copy to OS
with different ACL format
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
2017 Aug 23
7
[Bug 1176] New: Invalid identifiers produce unhelpful error messages
https://bugzilla.netfilter.org/show_bug.cgi?id=1176
Bug ID: 1176
Summary: Invalid identifiers produce unhelpful error messages
Product: nftables
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: critical
Priority: P5
Component: nft
Assignee: pablo at
2016 Feb 24
1
unhelpful error message on failed "virsh migrate"
Hello,
I have two servers where I can push VMs from one to the other by issuing
the command
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost2/system
on kvmhost1. I can get the VM back by issuing the equivalent command on
kvmhost2:
virsh migrate --live --persistent --copy-storage-all --verbose \
test6 qemu+ssh://kvmhost1/system
After
2009 Dec 01
3
[LLVMdev] thumb2 folding of constant addresses unhelpful
When addresses are a displacement from a constant (this can happen in device
drivers), the resulting address gets folded rather than using base+displacement
addressing. This results in code bloat. Example test attached.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: const-addr.ll
URL:
2009 Dec 01
0
[LLVMdev] thumb2 folding of constant addresses unhelpful
I'm not authorized to file bugs. Would someone please enter this?
Thank you, bagel
Evan Cheng wrote:
> Right. I am aware of this problem but am not sure about what to do about it.
> It's common for a number 32-bit immediates in the same block with the same
> lower or higher 16-bit. Since the immediates will not be split until late in
> codegen, the target independent
2010 Feb 05
1
-Woverlength-strings / assert unhelpful interaction
$ gcc -O2 -c -Woverlength-strings stupid.c
stupid.c: In function ?insert_lf_record?:
stupid.c:22: warning: string length ?7394? is greater than the length ?509? ISO C90 compilers are required to support
Without -O2 the error message goes away.
Even ISO C99 compilers don't help - they raise the limit to a mere
4095 bytes.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
2003 Jul 05
2
Unhelpful error message when matching hosts in access list [PATCH]
Greetings,
As previously reported by me to the Debian bug tracking system:
----------------------------------------------------------------------
An access list in rsyncd.conf may contain hostnames as well as
addresses. It may contain several patterns to match against.
address_match (in access.c) does this by trying to match hostname and
address against each of the patterns until a match is
2008 Nov 22
4
Mount point problem
I just had to deal with a situation where a glusterfs filesystem would
not mount because someone had managed to create some files and
directories under the mount point. Perhaps this behavior is
intentional, but I would prefer that it work like NFS and just
overmount. When bringing a cluster down and back up, it is quite
possible for overeager users to log in and start working before
2007 Sep 02
3
Slightly OT: Anyone got a PXE bootable HDD low level format tool?
...ATA hard disks that can be booted from PXELinux (either
as some kind of binary or as a floppy image)?
I just went to get the official tools, but they only have a floppy
creator (which won't help me in Linux, or without a floppy drive) and a
CD ISO. And it seems 99% of 3rd party software is unhelpfully the same
(or is a Windows program).
TB
**********************************************************************
This message is intended for the addressee named and may contain
privileged information or confidential information or both. If you
are not the intended recipient please delete it and n...
2005 Feb 09
3
Firewall piercing - The Specified network name is no longer available.
Hi all.
I'm trying to set up one of my Unix machines at home so I can access my
stuff there via SMB from the Internet at large (read: from Windows-using
clients').
I'm behind two NATting devices-- the lame-p Prestige DSL modem provided by
Sprint DSL (a.k.a. Earthlink?) and a more typical home DSL/cable gateway
device.
I've poked holes in BOTH of these devices on ports 137, 138,
2009 Feb 05
4
[LLVMdev] IR in XML
Is there a tool to spit LLVM's IR out in a more machine-friendly syntax like
XML?
--
Dr Jon Harrop, Flying Frog Consultancy Ltd.
http://www.ffconsultancy.com/?e
2009 Feb 05
0
[LLVMdev] IR in XML
On Wed, Feb 4, 2009 at 19:19, Jon Harrop <jon at ffconsultancy.com> wrote:
>
> Is there a tool to spit LLVM's IR out in a more machine-friendly syntax like
> XML?
>
It seems like the correct, if unhelpful, answer to that is bitcode,
which is far more machine-friendly (by my definition) than XML.
What's your eventual goal?
2011 Mar 11
2
int to string TypeError annoyance
Hi All,
In Perl,
$db->set_metadata( "foo", 10 );
Results in,
TypeError in method 'WritableDatabase_set_metadata', argument 3 of type
'std::string const &'
It looks like this is thrown by the SWIG
std::string typemap. Does someone with better SWIG skills than me know how
to fix SWIG such that it converts the int to a string rather than croaking?
(And
2012 Aug 31
2
OpenMPI I/O not working
Hi list,
It appears there is a problem with the OpenMPI I/O library on CentOS 6.2
& 6.3 (package openmpi-1.5.4-1.el6.x86_64).
When I compile the attached program it ends up in the error path since
MPI_File_open returns 16. The corresponding (unhelpful) message is:
MPI_ERR_OTHER: known error not in list
I couldn't find any pointers on the net and the same program works with
OpenMPI
2009 May 13
2
case/capitalization of LABEL text
I''ve noticed that when using the form method Label, that the label
text is translated to html with the first character in Upper Case and
the remainder of the text string as lower case.
<%= label(:country, "USA") %> becomes <label for="country_USA">Usa</
label>
I can''t find any documentation on this unhelpful behavior. Is there
anyway way
2010 Jan 29
2
Suppress output from getGEO
Dear R-ers,
I am using getGEO to download expression data from the Gene Expression
Omnibus. With default settings, when a file is downloaded and parsed,
lots of dotted lines are printed in the terminal, like this:
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
.......... .......... .......... .......... ..........
..........
2006 Jun 24
2
error log for views?
This may be a bonehead question, but when I have some error in a view
I''m testing, the server spits out a generic page:
"Application error
Change this error message for exceptions thrown outside of an action
(like in Dispatcher setups or broken Ruby code) in public/500.html"
This is pretty unhelpful when I''m debugging. Is there an error log
for Rails overall
2010 May 24
0
[LLVMdev] LatticeMico32 (LM32) backend
On Monday 24 May 2010 14:32:19 Eli Friedman wrote:
> Resending the email isn't really productive; for the given question,
> the lack of a reply should answer your question. Was there something
> else you wanted to ask?
I find this message unhelpful at best, if not purely arrogant. You are making
an open source compiler, I am making an open source processor: we are fighting
for the
2019 Jun 28
2
Making R CMD nicer
Hello everyone,
First time posting in the R mailing lists so hopefully this works well.
I noticed when I type `R CMD` I get this unhelpful message:
/usr/lib/R/bin/Rcmd: 60: shift: can't shift that many
This probably comes from the file Rcmd.in. This should be easily fixed by
checking $#.
I also think it would be nice if `R CMD help` showed the usable commands.
In fact I think the CMD