search for: unfreeze

Displaying 20 results from an estimated 81 matches for "unfreeze".

2006 Mar 29
2
How to undo ''rake rails:update''?
How do I reverse this action? rake freeze_edge rake rails:update Step 1: rake rails:unfreeze Step 2: ??? (what is reverse of ''rake rails:update''? -- Posted via http://www.ruby-forum.com/.
2009 Jul 06
1
script/server stopped working after deployment
...from /home/zelopast/dealsite/vendor/rails/railties/lib/commands/server.rb:1 from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'' from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from script/server:3 Tried to unfreeze the app thinking that freezing it may have been the problem but when I "rake rails:unfreeze" I get: (in /home/zelopast/dealsite) rake aborted! no such file to load -- active_support /home/zelopast/dealsite/Rakefile:10 (See full trace by running task with --trace) Anyone know why this ma...
2015 May 17
2
Handling GeForce GTX 850M GPU on Arch Linux
...mes the computer has to reboot automatically two or three times before being able to boot correctly, sometimes it just needs once and doesn't have nay troubles. --> Some other times, windows appear to stop responding with no reasons. I have to move the pointer off so the window display will unfreeze and then I can put the pointer over again. I've found it seems to be related to lines like this one `nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x000001 0x00000002 (0xbad00100)` in [dmesg]. It starts at timestamp 28.115820. --> Sometimes, even my window manager (Gnome 3) freezes and I have to...
2008 Apr 09
3
Jitter Buffer fix for frozen sender
...ount > 20 before the check if the packet is "hopelessly late". If lost_count > 20, something is very wrong and we want this packet to be the start of our new synchronized stream. Also included is a testcase. Note that I found a related problem if the receiver is frozen. Once it unfreezes, you may have a hundred speex_jitter_put before a _get. _get will then still return the very first packet, even if there are suddenly 100 unplayed packets in the buffer (so it's playing old data). Similarily, if more than 300 packets are suddenly inserted, the buffer is full, and the call...
2014 Oct 14
3
drive-backup command permission denied.. and need some clarification
...* Couple of other questions drive-backup : * The doc seems to claim that it gives a point in time copy of the drive. So I assume that no need to take any snapshot etc.. and merge back in. * does it internally use snapshot ? Does this hook in to doing fsfreeze and unfreeze using guest agent and does it automagically ? I do not see any options here. * Suppose I have base <-- sn1 --<-- sn2 (QEMU active) . does it take data from sn2 only ? or base+sn1+sn2 .. full drive and creates a new qcow2 sparse file. Thanks /Jd
2009 Jul 11
6
conditional link_to_remote not re-rendering
...g what the value of channel.floorfrozen is, in a partial, as follows: <% if @channel.floorfrozen %> <%= link_to_remote image_tag("/images/icecube.gif"), {:url => {:controller => ''channels'',:action => ''freezer''}},:title => ''Unfreeze the floor'', :type => "submit",:style => "float: right; border-style: groove; padding: 1px;" %> <% else %> <%= link_to_remote image_tag("/images/icecube.gif"), {:url => {:controller => ''channels'',:action => ''...
2020 Jul 05
2
same changes in the DHCP to DNS script
if I open it on a different PC I get forwarded to: https://onedrive.live.com/?authkey=%21APxsCWc0kOOmsV8&cid=4C806C395570B0D2&id=4C806C395570B0D2%21949&parId=root&o=OneUp On 05.07.2020 11:38, Rowland penny via samba wrote: > On 05/07/2020 10:30, Mani Wieser via samba wrote: >> Samsung is ignoring this nonesense for years.........you have a lot >> of fun, if your
2006 Mar 29
1
Unit tests rail on 1.1, was fine on 1.0
...0 gem and rails-1.1 (rake freeze_edge). After if ''rake freeze_edge && rake rails:update'' (to rails 1.1), my unit test fails with an error attempting to create sequence table that already exists (ie. addresses_id_seq table). But if I roll back with ''rake rails:unfreeze'' (to rails 1.0), my unit test succeeds without any modifications. Is anyone else encountering a similar problem? Not sure why this problem (trying to create sequence tables more than once) only occurs on rails 1.1. Any ideas? -- Posted via http://www.ruby-forum.com/.
2007 Aug 04
2
How do you run an app on "edge merb"?
I didn''t quite see a direct answer to Matt''s question regarding running merb from SVN: http://rubyforge.org/pipermail/merb-devel/2007-July/000132.html In a merb application, is there something comparable to having rails in the vendor/ folder of a rails app? Thanks, Duane Johnson (canadaduane)
2009 Sep 09
1
iwl4965 causes soft lockups
Hi all, Annoying issue.. my ThinkPad T61 has an iwl4965 wireless card. When I have the wireless switch on, I experience a lot of issues.. system keeps freezing..unfreezing..freezing..etc. Sometimes, a soft lockup is logged to /var/log/messages. psmouse.c also sometimes throws an error saying the mouse lost synchronization. Obviously, this is causing the system to freeze for a sec and
2011 Jul 08
1
Bind DDNS updates
So according to the Bind arm, `rndc freeze zone ...` should drop the jrn file and flush its deltas. I have tested this and it's not updating the master on my 5.6 box with bind-9.3.6, it drops the jrn and discards the deltas after an unfreeze|thaw. A service restart behaves as expected. Anyone know what's up with that, is it fixable? I don't really have the time to update to 9.7 if that's a possible fix. Thanks, jlc
2004 Nov 05
0
Slow Mapped Drive
...Pro box with SP2 on my client. I've set up a Samba server on a Mandrake 9 Linux box (I think it's Samba 3.04) and when I browse to it via Network Neighborhood, I get right in. If I map a drive from my XP client, every time I open up Windows Explorer, it takes about 30 seconds to "unfreeze" and then shows me my Explorer window, which is set to open up in My Documents, which is located on the client. I can then look in the mapped linux samba share and it shows data. If before it unfreezes and I try to exit the program, I have to End Task. If I disconnect the Linux Samba...
2006 Jun 20
3
How to get hold of a patch
I have been researching a problem and found that ticket 4989 solves my problem (to_xml has new dasherize option). I am new to RoR and was wondering if the patch that has been mentioned is available for public release. If so where can I find it and how to apply? Thank you Andrew -- Posted via http://www.ruby-forum.com/.
2008 Nov 19
3
Mock today
In some of my unit tests, I find the need to set today to a different value than the actual today. For example, to test the model method "balance_of_today", which takes no argument, I want to have Date.today be a specific date for the purpose of testing. In other words, I want to do something like this: mock_today(Date.new(2008, 2, 1)) do ... test code... end My implementation for
2007 Jan 10
1
strange domU problem
...roblem * xend starts without a problem * As soon as "xm create domain", domain enters a blocked state and never returns (nothing changes if i use old 3.0.3-domU kernel or new one) * dmesg, xen dmesg, xen logs shows nothing strange * Starting another domU while first domU in blocked state unfreezes first one for a while and first domU starts to boot but after a while (~5seconds) enters blocked state again * Second domU also enters blocked state as soon as it started * In order to boot/use first domU ,i have to continuosly destroy/create second domU but they always ended in blocked state...
2007 May 03
4
Re: [Iaxclient-devel] iaxclient & speex
...edict the exact response of gain adjustments, and the > delay after which they will actually take effect. Well, I guess you could: 1) say "freeze!" to everyone 2) increase the analogue gain 3) let everyone know by how much the gain was increased 4) wait a little while (e.g. 100 ms) 5) unfreeze everyone > The AAGC mechanism I implemented, though, was good enough, for some > measure of good enough. It basically made step-wise adjustments (10% or > 20%) every so often, when speex' loudness parameter was above or below > certain thresholds, and it strongly detected speech....
2014 Oct 15
2
Re: drive-backup command permission denied.. and need some clarification
...; [base] <- [active] > > calling drive-backup will create: > > [base] <- [snapshot](frozen at point of command) > \- [active](still modified by guest) > > > > * does it internally use snapshot ? Does this hook in to doing > > fsfreeze and unfreeze using guest agent and does it automagically ? I > > do not see any options here. > > I have not yet had time to look into wiring up libvirt to drive the > command; the libvirt solution will probably have the optional ability to > quiesce the file system around the snapshot event...
2020 Feb 17
2
RE: guest-fsfreeze-freeze freezes all mounted block devices
Hi Peter, Should I assume that the virsh domfsfreeze, does not require the qemu-agent service in the guest? PS. I couldn't find the result. Afaik it looks like it is returning the amount of frozen/thawed filesystem's -----Original Message----- Cc: libvirt-users Subject: Re: guest-fsfreeze-freeze freezes all mounted block devices On Fri, Feb 14, 2020 at 22:14:55 +0100, Marc Roos
2004 Apr 23
7
trellis.device in .First (PR#6812)
# Your mailer is set to "none" (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### <<insert bug report here>> There are two bugs associated with graphics devices.
2020 Nov 06
0
[PATCH v3 3/6] mm: support THP migration to device private memory
..._BUG_ON_PAGE(atomic_read(&page_tail->_mapcount) != -1, page_tail); @@ -2396,15 +2409,24 @@ static void __split_huge_page_tail(struct page *head, int tail, smp_wmb(); /* - * Clear PageTail before unfreezing page refcount. + * A successful get_page_unless_zero() might follow page_ref_unfreeze() + * so PageTail needs to be cleared before unfreezing the page refcount + * in order for compound_head() to work correctly. * - * After successful get_page_unless_zero() might follow put_page() - * which needs correct compound_head(). + * Also, ZONE_DEVICE struct pages share the compound_...