search for: unfreezes

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

Did you mean: 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
I have my app up and running but now I can''t run it locally anymore. I did not touch the environment.rb nor the database.yml. when I run "script/server" I get this: /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'': no such file to load -- active_support (LoadError) from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:36:in
2015 May 17
2
Handling GeForce GTX 850M GPU on Arch Linux
Hello all, I've juste installed a new computer and I feel like I'm having trouble with my NVIDIA GPU but it could be something else so I've enclosed detailed output. As you can see in [lspci] output, my GPU is `NVIDIA Corporation GM107M [GeForce GTX 850M] (rev a2)` whose specification can be found in [specs]. The trouble I'd like to solve has the following symptoms: -->
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 t...
2014 Oct 14
3
drive-backup command permission denied.. and need some clarification
Hi * Trying to get drive-backup command, getting permission denied. :( sudo virsh qemu-monitor-command --hmp my-instance --cmd drive_backup drive-virtio-disk0 /tmp/foo.vda.img Looks like apparmor issue. What can I modify to make this work ? * Couple of other questions drive-backup : * The doc seems to claim that it gives a point in time copy of
2009 Jul 11
6
conditional link_to_remote not re-rendering
I have an int, ''floorfrozen,'' in my table, ''channels'' that can take a value of 0 or 1. When I render a page, an image in a link_to_remote is called differently depending what the value of channel.floorfrozen is, in a partial, as follows: <% if @channel.floorfrozen %> <%= link_to_remote image_tag("/images/icecube.gif"), {:url =>
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
Running Debian 3.1, ruby 1.8.2, postgresql 7.4.x, rails-1.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
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
2004 Nov 05
0
Slow Mapped Drive
...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 share, the problem no longer occurs. I'm wondering if it's the version of Samba I'm running or if there are special considerations for the Linux implementation of Samba? I have Mandrake 10 and...
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 H...
2007 May 03
4
Re: [Iaxclient-devel] iaxclient & speex
> I hate to be a talker and not a do-er, but I won't be able to write this > myself, probably someone on the iaxclient team could do it. Anyway, let me know if/when someone's working on that. >> Hmm, or does that mean the analogue AGC is actually completely >> independent from the "real" AGC. Any thoughts? >> > > It's actually a bit more
2014 Oct 15
2
Re: drive-backup command permission denied.. and need some clarification
On Tue, Oct 14, 2014 at 02:08:41PM -0600, Eric Blake wrote: > On 10/14/2014 11:52 AM, Jd wrote: > > Hi > > > > * Trying to get drive-backup command, getting permission denied. :( > > > > sudo virsh qemu-monitor-command --hmp my-instance --cmd > > drive_backup drive-virtio-disk0 /tmp/foo.vda.img > > Ouch. qemu-monitor-command is explicitly
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
Support transparent huge page migration to ZONE_DEVICE private memory. A new selection flag (MIGRATE_VMA_SELECT_COMPOUND) is added to request THP migration. Otherwise, THPs are split when filling in the source PFN array. A new flag (MIGRATE_PFN_COMPOUND) is added to the source PFN array to indicate a huge page can be migrated. If the device driver can allocate a huge page, it sets the