search for: wiggles

Displaying 20 results from an estimated 102 matches for "wiggles".

Did you mean: wiggle
2014 Jun 27
3
[Bug 10677] New: external zlib broken after update to 3.1.1 on FreeBSD
...Component: core AssignedTo: wayned at samba.org ReportedBy: ehaupt at FreeBSD.org QAContact: rsync-qa at samba.org After updating the FreeBSD port from 3.1.0 to 3.1.1 external zlib support is broken: --- output of regression test begins here --- # 3.1.1 root at wiggles:/tmp/test # rm dst/*; rsync -z -avP src/. dst/ This rsync lacks old-style --compress due to its external zlib. Try -zz. Continuing without compression. sending incremental file list ./ file1 104,857,600 100% 316.36MB/s 0:00:00 (xfr#1, to-chk=2/4) file2 104,857,600 100% 154.32MB/s...
2020 Apr 14
3
Re: [nbdkit PATCH v2 1/3] server: Add nbdkit_stdio_safe
On Mon, Apr 13, 2020 at 07:28:59PM -0500, Eric Blake wrote: [...] This patch is fine and can be pushed if you want, but I've got some small comments. > +If C<nbdkit_stdio_safe> returns true, the value of the configuration > +parameter may be used to trigger reading additional data through stdin > +(such as a password or inline script). I wonder if we want to say "returns
2019 Apr 17
2
yum groupinstall "GNOME Desktop" fails
I?ve got a CentOS 7 VM here that was installed with one of the CLI-only presets. To answer a question in another thread here, I wanted to install a GNOME desktop environment in it, so I went searching and found the standard instructions for doing that. The problem is that rebooting the VM gives me a black screen after it finishes the text booting parts. There?s an X cursor, and wiggling the
2004 Jul 15
2
[LLVMdev] Constants.cpp:368: error: `INT8_MAX' undeclared (firstuse this function)
On Thu, 15 Jul 2004 18:19:11 -0500 (CDT) Chris Lattner <sabre at nondot.org> wrote: > This has no impact on the users at all... it has an impact on the > maintainers of the LLVM .bc file reader. :) The LLVM BC file reader has > to have compatibility code to support loading of all released LLVM > bytecode formats (1.0, 1.1, 1.2, etc). Good point. > There is always a
2009 Oct 05
1
'convert'
Hi there, I used the function 'convert' to convert files from one form to the order (png to pdf, jpg etc) before I install Ubuntus. However, the function apparently disappeared after the installation. I am a new student and would be pleased if somebody could tell me how to wiggle out. Thanks for your help Ogbos [[alternative HTML version deleted]]
2014 May 24
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, I'm using Icecast, Ices, and the script module configuration to serve the playlist to the server. Playlists are scheduled once per day with regularely placed events (like spots) which run at specific times. Unfortunately it's being served too fast, so it's always getting ahead of schedule (gaining about 10 seconds on every hour). I have tried adjusting the flush-samples setting
2010 May 12
3
what the problem could be if i am suddenly unable to add abline to the scatter plot?
I am doing very regular stuff like the following: attach(wtana) fm<- lm(Body.Wt.on.SD1~Heart.Wt, data=wtana) #fm<- lm(wtana$Body.Wt.on.SD1~wtana$Heart.Wt) lrf<- loess(Body.Wt.on.SD1~Heart.Wt, wtana) #lrf<- loess(wtana$Body.Wt.on.SD1~wtana$Heart.Wt) plot(Body.Wt.on.SD1,Heart.Wt) #plot(wtana$Body.Wt.on.SD1,wtana$Heart.Wt) #lines(spline(Heart.Wt,fitted(lrf)), col=2) abline(fm, col=4)
2012 Sep 13
3
[ANNOUNCE] Final release candidate for Xen 4.2.0
Folks, A final RC has been tagged in the xen-4.2 branch: http://xenbits.xen.org/hg/staging/xen-4.2-testing.hg (tag ''4.2.0-rc5'') We plan to call the 4.2.0 release on Monday, with no further modifications. So please test this "GA preview"! -- Keir
2014 May 26
17
[Bug 79266] New: (two) GT 430 / GF108 sluggish, unstable performance and blue tint with vdpau
https://bugs.freedesktop.org/show_bug.cgi?id=79266 Priority: medium Bug ID: 79266 Assignee: nouveau at lists.freedesktop.org Summary: (two) GT 430 / GF108 sluggish, unstable performance and blue tint with vdpau QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS:
2007 May 27
1
dealing with mke2fs -T option
Hi, I have a doubt if I use the mke2fs option the right way. I formatted two different disks, one with $ mke2fs -b 4096 -E stride=16 -m 1 -T news /dev/sdd and the other with $ mke2fs -b 4096 -E stride=16 -m 1 -T largefile4 /dev/sde sdd is supposed to get files between 8k and 16k. sde will handle files with a fixed size of 32Mb. Then I tried this : $ dd if=/dev/zero of=/mount-sdx/file bs=4k
2004 Jul 15
0
[LLVMdev] RE: LLVM 1.3 release discussion
On Thu, 15 Jul 2004, Reid Spencer wrote: > > There is always a tension between releasing too frequently (so people > > never bother to run the latest and greatest) or releasing too slowly (CVS > > drifts too much from the latest release). I agree that a release every 3 > > months seems best. > > On the other hand, I also believe that each release should be targeted
2003 Sep 16
2
Installation Configuration Questions
I am new to Asterisk (and phone systems for that matter) and was looking for guidance. My company is looking at installing a new phone system/PBX in our new location and I am trying to convince them to go with the Asterisk PBX. I see on http://www.asterisk.org/index.php?menu=features <http://www.asterisk.org/index.php?menu=features> what features are available but my biggest problem right
2014 May 25
2
Keeping icecast + ices 2.X running on a strict schedule?
Hello, Icecast and Ices are running on the same machine and it is a dedicated server. It is a Xeon 1270 V2 CPU with 16 GB ram running Centos 64-bit. Any thoughts on which settings I could try next? I have tried everything that appears to relate to the speed at which the stream occurs to no avail. One point I forgot to mention is that some tracks bring on more deviation than others. Shorter tracks,
2019 Apr 17
2
Disable combining of loads and stores in instcombine
So, volatile’s been a fine solution — the issue is volatile pointers would perform the load every time; ideally memory accesses would be able to be cached. This is why I’ve been leaning towards disabling the part of instcombine that combines memory accesses instead of using volatile — there should be better performance. On Apr 17, 2019, 9:54 AM -0700, Jameson Nash <vtjnash at gmail.com>,
2016 May 05
2
New UPS Support: Eaton 5S 1000
Hi Charles, Thank you for sticking with me through this! Well, whaddya know, when run with -DDDDD it works! upsc consistently returns data. Maybe it's a timing thing, or a select affected by I/O or something tricky like that. Nonetheless, I ran it, hit upsc eaton multiple times, collected the output and attached it. If this doesn't give you what you need, I can retry with fewer/more
2012 Dec 10
1
Changing arguments inside .Call. Wise to encourage "const" on all arguments?
I'm continuing my work on finding speedups in generalized inverse calculations in some simulations. It leads me back to .C and .Call, and some questions I've never been able to answer for myself. It may be I can push some calculations to LAPACK in or C BLAS, that's why I realized again I don't understand the call by reference or value semantics of .Call Why aren't users of
2009 Aug 18
1
8.2 behaving weird on openSuSE 10.3 & 11.0
...1/100 of a second) In 8.2, there is no "spin" just a "ka-chunk" "ka-chunk" as the cube rotates very slow and awkwardly at (again guessing 1 side each 1/4 second) Also, when the cube face settles into its full-screen view it isn't very smooth. It kind-of "wiggles" into place. Cylinder rotation also suffers extreme slowness. In 7.6, ctrl+alt+button1 rotated the desktop lightning fast even with animated skydome. In 8.2 there is marked slowness. For the new install of 8.2, I completely removed my existing ~/.config/compiz directory (it's saved...
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi, Here is a rough draft of the application -- a FORTRAN front-end to LLVM. In accordance with the summer of code specifications it is split into two portions: the abstract which describes the project, and the details description which describes me and how I plan to complete the project. It's a little long, (but about half the max length the application directions specify). Would someone be
2007 Feb 20
2
Backing up ext3 root partition with dd
Is there a reason why an ext3 root partition cannot be copied to an alternate partition using the "dd" command? The dd is copying the mounted root partition into an alternate partition that is not mounted. The dd returns success, but the fsck on that partition fails with errors as follows: ----------------- fsck 1.37 (21-Mar-2005) /dev/Active_Update/root2: recovering journal
2019 Apr 17
5
Disable combining of loads and stores in instcombine
> On Apr 17, 2019, at 5:02 AM, Arsenault, Matthew via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > This won’t happen with volatile load/store This is mostly true today, but AFAICT the LLVM memory model doesn’t actually offer this guarantee. It merely says that LLVM treats volatile like C / C++ treats volatile… which isn’t much of a guarantee because C / C++ volatile doesn’t