Displaying 20 results from an estimated 38 matches for "nuttiness".
Did you mean:
nastiness
2011 Nov 21
3
Confusing Generic USB UPS cannot be matched
I was dropping off junk at the waste transfer station and scarfed a UPS
out of the pile of old TV's and VCR's. It was in good physical condition
and as I expected, the battery was toast. A new RBC-2 battery restored
it to working condition. Then I tried to get it to talk to some
software. And I am having no luck.
The unit is branded as a Nexxtech Model 6118507 650VA imported into
2013 Mar 02
1
Icecast relay as a source to another icecast?
> Your best bet in such a case is to use an external solution.
> I'd probably go with liquidsoap as that should be able to take the
> stream as is and just push it to the remote server.
Apparently Liquidsoap cannot forward an icecast stream without
re-encoding.
As nutty as it seems, VLC might be the solution with the acopy operator. I
need to look into the icecast output plugin to
2014 Jan 29
3
[LLVMdev] making emitInlineAsm protected
On 01/28/2014 06:29 PM, Eric Christopher wrote:
> Uhhhh...
>
> -eric
>
> On Tue, Jan 28, 2014 at 4:56 PM, reed kotler <rkotler at mips.com> wrote:
>> I would like to make the following member of AsmPrinter be protected
>>
>>
>> void EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = 0,
>> InlineAsm::AsmDialect
2010 Apr 20
2
viewing, if not editing, NFSv4 ACL's from Samba shares
Good morning, folks.
I'm involved in a project to enforce NFSv4 ACL's across a variety of
storage platforms, in particular NetApps sharing NFS. That works fiine
with the NetApp NFS qtrees, but we'd like to share those with CIFS
clients as well. This works, and restricts access the way we expect
NFSv4 ACL's to work, but the Windows clients cannot view any of the
security settings
2007 Feb 02
7
Coming Soon...
Dear spec''ers,
As many of you already know, we''re gearing up for a pretty big 0.8
release of RSpec in the next couple of weeks. I''m writing in advance
because I want to give you a heads up about upcoming changes and how
they may impact your existing specs.
Two important things to note first:
1. We will provide a translator that you''ll be able to use to
2008 Sep 10
3
NFS performance and 1.1.3 - what can you (unofficially) get away with?
Hi,
Does anyone have experience with bending the NFS recommendations to get
better performance?
The question is has anyone, with Maildir and the INDEX= on NFS (i.e.
dovecot.index and dovecot.index.cache, set mail_nfs_index to no. If so,
was it better to turn maildir_copy_preserve_filename to on or did it
help to turn if off. The other question is did you play with turning off
atime updates
2011 Dec 05
1
Progress report on git conversion
(Copied to Dave Hart at the NTP project, who's interested in the
code's progress for non-NUTty reasons. Dave, the background is that
I'm doing a trial conversion of the Network UPS Tools repo.)
First, repostreamer per se is dead. As it evolved it kept pulling
in more bits of code from reposurgeon until I said "screw it!" and
merged the repostreamer logic in as a reposurgeon
2009 Oct 08
5
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi,
It would be nice if it were easier for relative
novices to build whole-program bitcodes for
large, complex applications with hairy build
systems. Several readers of this list have
been trying various approaches for a few months
but as far as I know we haven't yet found a
good general solution. Approaches that have
been tried include 1) placing wrappers for the
usual tools (gcc, ar, as,
2013 Aug 06
0
[LLVMdev] mips16 llvm almost at 100% pass rate in test-suite
I hope I can wrap it up soon.
After my weekend putbacks, I'm down to 0 failures in Single-source and 5
failures in multi-source but have not investigated yet. Sometimes they
are gcc mips16 (which is used for comparison results) or other build
issues and not really llvm failures.
Mips16 has many nutty problems, especially regards floating point,
register set, exception handling, and
2005 Apr 04
0
Victory
Though I'm not a legal advisor either, there have been some major
changes with these types of laws, exclusively in Canada *hinthint*
If your a Canadian citizen or have your information stored on Canadian
soil (including if a Canadian has legal rights to the server you're
hosting from), this data is considered intellectual property of
Canada.
The reason why it's so funky, is because
2003 Feb 06
0
[Bug 485] New: scp doesn't preserve symbolic links
http://bugzilla.mindrot.org/show_bug.cgi?id=485
Summary: scp doesn't preserve symbolic links
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jsk29
2011 Aug 26
1
Oblivion -5006
Hi I am having trouble with the setup of Oblivion
1. I copied my cd into an ISO file
2. I than transferred it to my computer
3. I used the command "mkdir /mnt/oblivion"
4. I used the command "mount -o loop -t iso9660 The.Elder.Scrolls.IV.Oblivion.ISO /mnt/oblivion"
(it did tell me that the information was read-only)
5. I used "cd /mnt/oblivion"
6. "ls" it
2004 Mar 26
1
Understanding the Theora Bitstream
Hi,
I checked out the Theora source code for the first time as I
figured that's the only way the Theora quirks will get documented (and
subsequently re-implemented in libavcodec). I see that most of the code
cribs the original VP3 source code, including the misspelled comments.
Moving right along, I can't reconcile the way bits are packed in the
stream. In VP3, the first byte of an
2001 Jan 17
0
Comment/Tag editing
As of about 2 minutes ago, there's a comment editor in cvs. One that, unlike vorbiscomment, isn't completely broken. And it's written vaguely sanely. It's GPLed, for now at least.
On the downside, it relies on a couple of libvorbis API additions. Since those additions break the abstraction in some nasty ways (which seem unavoidable - things weren't designed for doing comment
2005 Nov 07
2
[LLVMdev] Using LLVM to compile system programs
Chris, et al.,
I'm having a bit of difficulty using LLVM to compile system programs
(e.g. rsh) on FreeBSD 5.x. Basically 'lli' is bombing out with
"ERROR: Program used external function 'blah' which could not be
resolved!" I was hoping that you could please point me to a sample
Makefile that might both use external (i.e. system) libraries as well
as the LLVM
2005 Nov 07
0
[LLVMdev] Using LLVM to compile system programs
On Mon, 7 Nov 2005, Sean Peisert wrote:
> I'm having a bit of difficulty using LLVM to compile system programs
> (e.g. rsh) on FreeBSD 5.x. Basically 'lli' is bombing out with
> "ERROR: Program used external function 'blah' which could not be
> resolved!" I was hoping that you could please point me to a sample
> Makefile that might both use external
2020 Jun 10
1
unsupported triplite device for network UPS tool add on
Add-on: Network UPS Tools Manage battery backup (UPS)
devices-----------------------------------------------------------
Add-on version: 0.2.0 You are running the latest version of this
add-on. System: HassOS 4.10 (armv7 / raspberrypi4) Home Assistant
Core: 0.110.7 Home Assistant Supervisor:
227----------------------------------------------------------- Please,
share the above information when
2006 Jul 13
1
Re: Water plugin don't run error message: GL_ARB_fragment_program is missing
> Out of curiosity, what hardware/drivers do? (It also failed with my
> radeon(4) card.)
I have a geffo 4 ti 4200 AGP 4x OpenGL 1.3 hardaware support, GL_ARB_fragment must be an extension of OpenGL 2, also Windows nvidia driver lack of this extension. Looking at the source code written by David Reveman the GL_ARB_fragment_program it's used when loading the bump mapping effects. I've
2009 Oct 15
0
[LLVMdev] strace for whole-program bitcodes (was: RE: building whole-program bitcode with LLVM)
Hi Terence,
I believe that this is in fact similar to an approach Coverity uses
(or used at one time) as a robust solution to determine what was done
during a build. I can imagine that one can build a robust system
following this technique, but it also seems like it might be quite a
bit of work.
Another possible alternative not mentioned is to teach the compiler
driver (clang, most likely) to
2005 Nov 09
3
[LLVMdev] Using LLVM to compile system programs
Thanks, Chris.
> > I'm having a bit of difficulty using LLVM to compile system programs
> > (e.g. rsh) on FreeBSD 5.x.
> There are three basic options here:
>
> 1. Build all your code with LLVM.
> 2. Build the non-llvm parts into a dynamic library, and use "lli -load
> x.so <other options>" to load it.
> 3. Link the non-llvm parts into LLI.