search for: woops

Displaying 20 results from an estimated 108 matches for "woops".

Did you mean: loops
2016 May 04
4
Is it possible to retrieve the last error? (not error *message*)
Hi, at the R prompt, is it possible to retrieve the last error (as in condition object of class "error")? I'm not asking for geterrmessage(), which only returns the error message (as a character string). I'm basically looking for a .Last.error or .Last.condition, analogously to .Last.value for values, which can be used when it is "too late" (not possible) to go back
2010 Aug 22
2
on abort error, always show call stack?
Dear R Wizards---is it possible to get R to show its current call stack (sys.calls()) upon an error abort? I don't use ESS for execution, and it is often not obvious how to locate how I triggered an error in an R internal function. Seeing the call stack would make this easier. (right now, I sprinkle "cat" statements everywhere, just to locate the line where the error appears.) Of
2010 Oct 22
1
Howto align partitions in Linux + NetApp
Hi, NetApp support has suggested us aligning partitions to improve performance, in short: starting sector must be divisible by 8. How can I move the start point in a misaligned partition -in production, with ext3- under Linux? A screenshot with a misaligned (start=63s) and aligned (start=64s) partition is available at: http://filesocial.com/lkwvvn2 (If anyone is interested in this topic,
2011 Feb 17
3
Getting "Dungeons" to work
...e to know if there is any info on how to get the game "Dungeons" by Kalypso Media to work. I can't get it to work on my installation, but the strange thing it just quits with no error whatsoever (to be more precise, it never even starts) This is all the output i get: Code: [woop at woopstation:Kalypso Media/Dungeons]$ WINEPREFIX=~/.wine-dungeons wine DungeonsStarter.exe (02-17 13:38) fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:sync:CreateMemoryResourceNotification (0) stub fixme:shell:URL_ParseUrl failed to parse L""...
2015 Oct 19
2
[PATCH] drm/virtio: use %llu format string form atomic64_t
...found that it's > just completely arbitrary, even within one architecture you get a mix > of 'long' and 'long long', plus this gem from MIPS: > > static __inline__ int atomic64_add_unless(atomic64_t *v, long a, long u) > > which truncates the result to 32 bit. Woops. See also my unanswered question in "atomic64 on 32-bit vs 64-bit (was: Re: Add virtio gpu driver.)", which is still valid: https://lkml.org/lkml/2015/6/28/18 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at li...
2015 Oct 19
2
[PATCH] drm/virtio: use %llu format string form atomic64_t
...found that it's > just completely arbitrary, even within one architecture you get a mix > of 'long' and 'long long', plus this gem from MIPS: > > static __inline__ int atomic64_add_unless(atomic64_t *v, long a, long u) > > which truncates the result to 32 bit. Woops. See also my unanswered question in "atomic64 on 32-bit vs 64-bit (was: Re: Add virtio gpu driver.)", which is still valid: https://lkml.org/lkml/2015/6/28/18 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at li...
2007 May 05
3
Tell me why my Shoutcase handler sucks!
So, I want to build the greatest online radio ever! (for my, currently crappy, faderwave.net radio station. Right now, I''m running Icecast straight up. The only problem is that managing different DJs and keeping them off the air when they aren''t supposed to be there is a pain. There also is not one single management package that does everything. My current system is a hacked
2006 Feb 09
1
Polycom IP501 with Asterisk - distinctive ring?
This is my first foray into SIP telephony, so be gentle. :-) The Polycom SoundPoint IP 501 phones have been fantastic so far. I still have a lot to learn when it comes to them, but the manual seems pretty extensive and so far Asterisk has been playing well with them. I have a need to be able to identify incoming calls based on some factor (could be time of day, caller ID, dialed number, it
2008 Nov 25
1
Correct way to change I/O scheduler in a iSCSI dev
Hi, What's the correct way to change configuration parameters for an iSCSI device? For example I/O scheduler, max_sectors_kb, etc... I could add commands to the S99local script: echo noop > /sys/block/sdb/queue/scheduler echo 64 > /sys/block/sdb/queue/max_hw_sectors_kb Unfortunately, iSCSI device names might change from sdb to, say, sdc (server reboot, iSCSI target reconnection).
2008 Dec 17
1
RPM rollback/repackage with CentOS 4
Hi, Is there any way to list availabe RPM rollback's and timestamps in CentOS 4? It's possible to get RPM rollbacks with up2date, but appears that's deprecated ;-( # up2date --list-rollbacks This feature is deprecated and no longer functional I want a method to list current available rollback and the timestamp: http://www.linuxjournal.com/article/7034 How do you deal with this
2008 Jun 26
1
[LLVMdev] [PATCH] Mach-O Identify File Type
...ll always returned dynamic library for >> Universal Binaries (like the current implementation) because the >> binary type is not include in the file header. > > Applied, thanks! > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080623/064180.html > > -Chris Woops, sorry, I miss a "type can be used uninitialized" warning. -------------- next part -------------- A non-text attachment was scrubbed... Name: MachoType.diff Type: application/octet-stream Size: 993 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2010 Mar 08
3
Wine on Mac -- ePSXE 1.7.0--PLEASE HELP!!
Oh my goodness! Hello, everyone! Well, right now I am using an app for Mac called >>Wine Bottler ("http://winebottler.kronenberg.org/")<<. I have not been able to get a single program working, including the "prefixes" included with the program. I don't know how to install programs, which "goodies" to include when I DO install a prefix, or anything; I
2006 Mar 09
15
open source editor
does anyone know of a good place to find an open source / freeware text editor? -- Posted via http://www.ruby-forum.com/.
2008 Nov 07
15
any tricks re using " eql(5.5)", but where 5.5 is a decimal not float?
-- Sent from my mobile device
2012 Jun 02
4
Additional ogg audio fomats (speex, flac, PCM)
Hi After much googling, am struggling to find either: a) a command-line utility that allows me to encode to non-vorbis ogg audio (*nix) b) example files of the above Am building a program part of which reads stream meta from uploaded audio files, and so have written a lightweight getid3-like set of classes that do this. Am handling ogg vorbis perfectly well already and would like to test it
2006 Mar 15
5
Possible bug with multiport?
Hi Folks: I am either using the multiport of the -m or --match option of iptables in correctly or there is a bug with it. Is anyone else using it with no problem? This is the way I am trying to use it: my_ports=21,25,80 iptables -t nat -A PREROUTING -i $wan_addr -p tcp -m multiport --dports $my_ports -j DNAT --to $my_internal_address I have used this in the past successfully but that was a
2007 Sep 25
2
Thoughts about filesystem undo
...eap snapshots, is what I'm thinking about. The more I consider it the more useful I believe it will be; here's a recent example: # apt-get install libsomething-weird-and-wrong installing packages: that that and the other removing conflicting packages: important vital libc oh no oh dear Woops. I've spent days trying to recover from things like that. Wouldn't it be great to just "rollback"? But of course what I don't want to do is to rollback /var/spool/mail, where an important message arrived in the middle of my disastrous apt-get. I think that if this work...
2008 Jun 18
1
mkfs.ocfs2: double free or corruption
Dear Srs, I get this error when running "mkfs.ocfs2": ================================================================================= # mkfs.ocfs2 -b 4K -C 32K -N 255 -L backup_ocfs2_001 /dev/sdb1 mkfs.ocfs2 1.2.7 Filesystem label=backup_ocfs2_001 Block size=4096 (bits=12) Cluster size=32768 (bits=15) Volume size=6000488677376 (183120382 clusters) (1464963056 blocks) 5678 cluster
2003 Jun 26
3
PHP Web interface for Asterisk
...3 5:34 PM To: asterisk-users@lists.digium.com Subject: RE: [Asterisk-Users] Web interface for Asterisk I tend to agree with Steven on this... If the web form makes it easier for the "newbies" why not, its just another option.... It could even be expanded to be a dialplan for dunnies (woops, i meant dummies:-) interface.... Considering all it is, is an interface to write out a .conf file.... On Thu, 26 Jun 2003 17:04:28 -0700, Steven P. Donegan wrote: >I disagree - for many tasks a GUI would be just fine, for others direct coding would do the trick. They do not have to be mutual...
2009 Jul 24
7
number_to_currency not working since 2.1.1
...ActionView::Helpers::NumberHelper => Object >> number_to_currency(12.3) >> "$12.30" Then I upgraded to 2.3.2 and: Loading development environment (Rails 2.3.3) >> include ActionView::Helpers::NumberHelper => Object >> number_to_currency(12.3) >> 12.3 Woops! Lets try to be more explicit >> number_to_currency(12.3, :unit => "&euro;") >> 12.3 Well that didnt work either, lets try upgrading to the latest version of Rails Loading development environment (Rails 2.3.3) >> include ActionView::Helpers::NumberHelper =>...