search for: hooray

Displaying 20 results from an estimated 195 matches for "hooray".

2007 Nov 20
9
Timestamping in log file?
Hi, I''m wondering if it''s easy to add timestamps to the mongrel log? I am having a problem where an externally spawned application by Rails is failing. Mongrel kindly logs the error message returned by this application when it fails. But it doesn''t record a timestamp as to when the error occurs, which makes it a little tricky to sync this up to my webserver logs to
2001 Feb 28
1
Hooray! (but help)
I'm completely new to WINE, but I've managed to get it working... of sorts. Playing Freecell under Linux is all very well but trying to run Outlook Express caused no end of errors. Any tips? By the way, even running Freecell caused a load of font type errors... -- ------------------------------------------------- Richard Spandit Firmly on the Linux wagon SuSE 6.3, KDE 2.0
2006 Aug 03
6
create or update -
Hi everyone, I''m looking for a shortcut to finding and updating or creating record depending on the results of the find. So, is there a shorter way to do it than this? @stuff = Stuff.find_by_foo_and_bar("yay","hooray") if @stuff: Stuff.update(@stuff.id, {:foo => "boo", :bar => "hoo"}) else Stuff.create({:foo => "boo", :bar => "hoo"}) end By the way, I can''t believe that I want to do this in less than 3.1 lines of code. Rails is making...
2006 May 25
16
yet another rails site - happycarpools.com
...some! Probably the coolest thing about making this has been seeing how Rails does *so much* and hardly has any superfluous parts, if any. There are so many features that I initially didn''t think I''d ever need, but then the need arose and the feature was there to save time for me. Hooray for Rails! Daniel daniel at flyingmachinestudios dot com
2014 Jan 16
2
hivex -- time for 1.3.9?
* Richard W.M. Jones: > ACK, same as this libguestfs fix: It looks like I might be able to ship the Debian package for the next version without any specific patches. Hooray! I believe that I have pushed all the changes that I needed in the hivex library itself. How about doing another release? Cheers, -Hilko
2006 Oct 25
2
mail_extra_groups and home directory permissions
...came upon the mail_extra_groups option, which seems to allow me to drop dovecot into additional groups. If I add the domain group to this list, dovecot is able to traverse to the correct directory and all works exactly as I want it to with the domain directories being set to 750 permissions. Hooray! My only question, since this is not the documented purpose of this option, is: Is it safe to do this? Am I opening up some other kind of security problem by setting this option to include all domain groups? Thanks for any thoughts anyone might have on this...
2018 May 24
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
...-2G memory limit. What testing did this get? > diff --git a/arch/x86/kernel/acpi/wakeup_64.S b/arch/x86/kernel/acpi/wakeup_64.S > index 50b8ed0317a3..472659c0f811 100644 > --- a/arch/x86/kernel/acpi/wakeup_64.S > +++ b/arch/x86/kernel/acpi/wakeup_64.S > @@ -14,7 +14,7 @@ > * Hooray, we are in Long 64-bit mode (but still running in low memory) > */ > ENTRY(wakeup_long64) > - movq saved_magic, %rax > + movq saved_magic(%rip), %rax > movq $0x123456789abcdef0, %rdx > cmpq %rdx, %rax > jne bogus_64_magic Because, as comment says, this is rather tric...
2018 May 24
2
[PATCH v3 09/27] x86/acpi: Adapt assembly for PIE support
...-2G memory limit. What testing did this get? > diff --git a/arch/x86/kernel/acpi/wakeup_64.S b/arch/x86/kernel/acpi/wakeup_64.S > index 50b8ed0317a3..472659c0f811 100644 > --- a/arch/x86/kernel/acpi/wakeup_64.S > +++ b/arch/x86/kernel/acpi/wakeup_64.S > @@ -14,7 +14,7 @@ > * Hooray, we are in Long 64-bit mode (but still running in low memory) > */ > ENTRY(wakeup_long64) > - movq saved_magic, %rax > + movq saved_magic(%rip), %rax > movq $0x123456789abcdef0, %rdx > cmpq %rdx, %rax > jne bogus_64_magic Because, as comment says, this is rather tric...
2019 Nov 27
2
[PATCH v4] pci: prevent putting nvidia GPUs into lower device states on certain intel bridges
...st respond here. :) > I've been following this and helping out Karol with testing here and there. > They had me test Bjorn's PCI branch on the X1 Extreme 2nd generation, which > has a turing GPU and 8086:1901 PCI bridge. > > I was about to say "the patch fixed things, hooray!" but it seems that after > trying runtime suspend/resume a couple times things fall apart again: You mean $subject patch, no? > [ 686.883247] nouveau 0000:01:00.0: DRM: suspending object tree... > [ 752.866484] ACPI Error: Aborting method \_SB.PCI0.PEG0.PEGP.NVPO due to previous...
2018 Dec 27
4
APC Back UPS?
...pinoutguide.com/UPS/apc_usb_cable_pinout.shtml <http://pinoutguide.com/UPS/apc_usb_cable_pinout.shtml> Correction to my correction: apparently APC uses both 8-pin and 10-pin modular jacks. The SmartUPS C1000 has a 10-pin jack labeled serial (and the industry-standard USB Type B jack for USB, hooray), but for your models, a few images online seem to show an 8-pin jack labeled "data port" for the BackUPS Pro 1000 and BackUPS NS 1080. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://alioth-lists.debian.net/pipermail/nut-upsuser/attachments/2018...
2014 Nov 05
2
[LLVMdev] Inline Symbolication with -gsplit-dwarf
So, after many shenanigans, we finally have -gmlt-like inline summary debug info in .debug_info when using -gsplit-dwarf (see r221306). Hooray \o/ Testing this with asan, it seems to be working: Given a simple example of inlining failure: $ cat asan.cpp __attribute__((always_inline)) inline void func(int* i) { *i = 3; } int main() { func(nullptr); } The failures before this change: #0 0x4a320e in func(int*) /tmp/dbginfo/asan.cp...
2018 Dec 29
2
APC Back UPS?
...erial proprietary cables.) [...] On 12/27/18 8:17 AM, Charles Lepple wrote: > [...] Correction to my correction: apparently APC uses both 8-pin and > 10-pin modular jacks. > > The SmartUPS C1000 has a 10-pin jack labeled serial (and the > industry-standard USB Type B jack for USB, hooray), but for your > models, a few images online seem to show an 8-pin jack labeled "data > port" for the BackUPS Pro 1000 and BackUPS NS 1080. [...] On 12/28/18 12:30 AM, Manuel Wolfshant wrote: > [...] No, they are USB cables with dubious connectors :) > You could look for t...
2019 Jun 13
2
dev_pagemap related cleanups
...w is a series that cleans up the dev_pagemap interface so that >> it is more easily usable, which removes the need to wrap it in hmm >> and thus allowing to kill a lot of code >> >> Diffstat: >> >> 22 files changed, 245 insertions(+), 802 deletions(-) > > Hooray! > >> Git tree: >> >> git://git.infradead.org/users/hch/misc.git hmm-devmem-cleanup > > I just realized this collides with the dev_pagemap release rework in > Andrew's tree (commit ids below are from next.git and are not stable) > > 4422ee8476f0 mm/dev...
2008 Apr 23
2
[LLVMdev] getting closer!
...uct pointer and it just gives it >> back later for me to peruse, right? > > Yep! You can use any constant pointer (which means: any global > variable, alias, or function). For example, something like this: > > [snip] Oooooooh! man! that is exactly what I was looking for. hooray! Input/Output pairs are the best way to learn this stuff as far as I can tell. I believe I have enough from this to construct a collector using the "shadow-stack" mechanism. thanks so much! "All our roots are belong to you!" Ter -------------- next part --------------...
2009 Jan 01
3
[LLVMdev] Unit test patch, updated
Hooray! I'm thinking that getting unit tests for the classes in ADT should be an early goal. I also wanted to mention a point about the general philosophy of unit testing, which is that the presence of such tests alters the calculation of risk when making changes to a code base. Programmers have...
2017 Apr 05
1
Xorg problem
...sure that your fix will work for me. > > I am using the computer remotely and am still looking for a > > solution. > > > Thanks > > Shoshana > > I just upgraded to CentOS 6.9 and my problem went away. Xorg now started > on my machine with the MACH64 video chip. Hooray for our side. > > Bob > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >
2004 Jan 26
1
Re: win32-service ideas
Park, Shashank, It turns out I was doing something stupid with regards to Dir.chdir in testing, which appears to be the reason it was failing. It seems to work now. Hooray! Shashank, I''ll take a look at your errors and see if I can nail them down. The RPC message is one that I got from time to time, but from what I can tell, it''s bogus or a system config/permissions issue. The other one I''m not sure about. Regards, Dan ____________...
2012 Sep 28
1
nat & providers & route_rules questions
...rewall/router which will get different single ip''s on one interface in different subnets with different gateways which need to be nat''ed to the inside network. I''d really love to do proxy arp but the provider isn''t able to give me an ip range (cloud computing hooray). If I understand it correctly just doing one-to-one nat will not work, as the default gateway changes for every ip. so i need do add a providers entry for every ip with the correct gateway. Will this work with one-to-one nat? Do I need to add entries in route_rules file to get the traffic ri...
2008 Aug 04
0
[LLVMdev] Really nasty remat bug [LONG]
...; understand what is going on. This happens in specfp2006 leslie3d > compiled with our frontend and optimizer. Unfortunately, getting a > testcase is going to be impossible due to restrictions on SPEC > redistribution and the complexity of the sequence of events leading to the > bug. Hooray! I have a fix for this. I filed PR2634 as a placeholder and history marker so I can refer to it in the commit log once management signs off on sending the patch. -Dave
2009 Oct 31
1
Kernel panic on zfs import
...t to nuking the pool and restoring from backup)? There are two pools on the system: rpool and tank. The rpool seems to be fine, since I can boot from a 2009.06 CD and ''zpool import -f rpool''; I can also ''zfs scrub rpool'', and it doesn''t find any errors. Hooray! Except I don''t care about rpool. :-( If I boot from hard disk, the system begins importing zfs pools; once it''s imported everything I usually have enough time to log in before it panics. If I boot from CD and ''zfs import -f tank'', it panics. I''ve just...