search for: destroyed

Displaying 20 results from an estimated 10238 matches for "destroyed".

2005 Aug 21
2
Google Earth
Would wine permit me to run Google Earth? I note it's only available for Windows at present... I might try it anyway but if anyone already has and it doesn't work, it would save me the effort. -- Phil Reynolds o ____ mail: phil@tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 67, Emley Moor 69, Droitwich 79, Windows 95
2005 Feb 14
0
Installing Flash MX - stdole32.tlb problem?
Hi all, I've noticed that at least in the last two Wine releases, Flash MX (not Flash MX 2004) won't install or run: * If I do a clean install of Wine, and try to run the installer, it eventually hangs, and I get an error that states "The Installshield Engine (iKernel.exe) could not be launched. (0x8000405)" * If I drop an stdole32.tlb file into my fake windows/ system folder,
2006 Feb 09
2
Sims help
I am beginning to use Linux (currently using Ubuntu 5.10). My daugher wants to keep her Sims Complete Collection game..... I am trying Wine 20050725-ubu to run the game. When I begin the install I get a load of this; fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects
2011 Mar 01
2
Adobe CS3 msi bug: workarounds for 1.3.14?
...quot;select * from `_Columns` where `Table` = 'Property'" 0x9bd9f4 trace:msi:MSI_ParseSQL Parse returned 0 trace:msi:MSI_ViewExecute 0x160828 (nil) trace:msi:MSI_ViewFetch 0x160828 0x9bd994 trace:msi:msi_view_get_row 0x14c2c0 0x160998 0 0x9bd994 trace:msi:msiobj_release object 0x1609d0 destroyed trace:msi:MSI_ViewFetch 0x160828 0x9bd994 trace:msi:msi_view_get_row 0x14c2c0 0x160998 1 0x9bd994 trace:msi:msiobj_release object 0x1609d0 destroyed trace:msi:MSI_ViewFetch 0x160828 0x9bd994 trace:msi:msi_view_get_row 0x14c2c0 0x160998 2 0x9bd994 trace:msi:MSI_ViewClose 0x160828 trace:msi:MSI_Datab...
2006 Jul 24
4
Destroy action doesn''t work?
...destroy method: ** def destroy Customer.find(params[:id]).destroy redirect_to :action => ''list'' end It''s stock, untouched scaffold code. When I submit the URL: http://localhost:3000/customers/destroy/11 The entry in the MySQL database with id 11 is not destroyed. The destroy method won''t destroy any MySQL entries. Any idea why this is? - David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060724/b2538293/attachment-0001.html
2006 Jun 12
3
zfs destroy - destroying a snapshot
Hello zfs-discuss, I''m writing a script to do automatically snapshots and destroy old one. I think it would be great to add to zfs destroy another option so only snapshots can be destroyed. Something like: zfs destroy -s SNAPSHOT so if something other than snapshot is provided as an argument zfs destroy wouldn''t actually destroy it. That way it would be much safer to write scripts. What do you think? I can implement it and send diffs - shoul...
2011 Nov 24
4
How do I destroy all the posts when the board is destroyed?
...oard.find(params[:id]) @post = @board.posts @post.destroy @board.destroy respond_to do |format| format.html { redirect_to(boards_url) } format.xml { head :ok } end end However, it does not work. Could anyone tell me how to destroy all the posts when the board is destroyed? My source code is following. http://dl.dropbox.com/u/40209252/forum_demo.tar.gz -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane...
2006 Apr 28
9
[AWDR] Tutorial in A4 wont ''destroy'' items
Hello, I''m working through the tutorial, and I''ve run into a little snag. In the first part of the tutorial, the destroy link is not working correctly. I can''t figure out where I goofed. Removing :confirm doesn''t seem to resolve the issue. Thanks, Randy. development.log ----->8----- Processing AdminController#destroy (for 127.0.0.1 at 2006-04-27
2008 Jul 17
4
RFE: -t flag for ''zfs destroy''
I would like to request an additional flag for the command line zfs tools. Specifically, I''d like to have a -t flag for "zfs destroy", as shown below. Suppose I have a pool "home" with child filesystem "will", and a snapshot "home/will at yesterday". Then I run the following commands: # zfs destroy -t volume home/will at yesterday zfs: not
2013 Jul 03
3
VM destroy faiing in 1.0.1
Hi, Virsh destroy is always failing with below error. [host:~]$ virsh destroy XYZ--2 error: Failed to destroy domain XYZ--2 error: Requested operation is not valid: domain is not running [host:~]$ virsh list --all Id Name State ---------------------------------------------------- - XYZ--2 shut off [host:~]$ host:~]$ libvirtd --version
2006 Mar 13
6
:dependent => :destroy
...self.myfiles.length > 0 raise "Can''t destroy folder with contents" end end end It prevents folders with contents from being deleted, however the group_folders do get deleted because of :dependent => :destroy. How can I prevent the group_folders from being destroyed when a folder "has contents"? I do want the group_folders to be destroyed when the folder is destroyed without a problem. Thanks. Mischa.
2020 Oct 07
2
Is it possible that "virsh destroy" does not stop a domain ?
...ual domains: force_stop() { local out ex translate local status=0 ocf_log info "Issuing forced shutdown (destroy) request for domain ${DOMAIN_NAME}." out=$(LANG=C virsh $VIRSH_OPTIONS destroy ${DOMAIN_NAME} 2>&1) # hier wird die domain destroyed ex=$? translate=$(echo $out|tr 'A-Z' 'a-z') echo >&2 "$translate" case $ex$translate in *"error:"*"domain is not running"*|*"error:"*"domain not found"*|\ *"...
2006 Apr 03
5
Strange Problem with ActionController (I think)
I''m working through the Agile Depot example I have no idea what I did, but when I try and delete something from the web page I get this error on the log. Processing AdminController#destroy (for 127.0.0.1 at 2006-04-02 22:28:06) [GET] Session ID: 4371bd7ca2cb5ec5e08e60a7590df90a Parameters: {"action"=>"destroy", "id"=>"5",
2006 Jul 23
8
destroy vs delete
...d delete in AR I am not sure what they mean by "Destroys the record with the given id by instantiating the object and calling destroy<http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M000866>(all the callbacks are the triggered). If an array of ids is provided, all of them are destroyed." in http://api.rubyonrails.com/classes/ActiveRecord/Base.html#M000866 I am guessing destrou uses the relationships in your model file to delete the has_one and has_many relationships and delete only deletes the current object is this true? cheers dion -------------- next part -------...
2015 Jul 14
2
So why does "destroy" not actually destroy?
I thought it odd that if I have a running VM and I do "virsh destroy" it results in a VM that is "shut off". To ACTUALLY destroy a VM, you have to follow that with "undefine". Could someone elaborate on how we ended up with these slightly confusing semantics?
2006 Mar 19
2
Functional Testing
...Invalid.new(question), "Error: Question ID# ".concat(question.id.to_s).concat(" on Test ID# ").concat(@exam.id.to_s).concat(" failed to destory! <br /> Contact Administrator for help! ") end flash[:notice] = "Question and all Answers successfully destroyed!" redirect_to :action => ''list'' end rescue ActiveRecord::RecordInvalid => invalid redirect_to :action => ''show'', :id => @exam, :deleteError => invalid end end Thanks, Chris Landry
2013 Feb 20
20
Feature Request for zfs pool/filesystem protection?
Hi! My name is Markus and I living in germany. I''m new to this list and I have a simple question related to zfs. My favorite operating system is FreeBSD and I''m very happy to use zfs on them. It''s possible to enhance the properties in the current source tree with an entry like "protected"? I find it seems not to be difficult but I''m not an
2010 Sep 13
13
what I've missed in routes.rb?
In routes.rb I''ve put: resources :sessions controller is: class SessionsController < ApplicationController def destroy session[:id] = nil session.delete(:casfilteruser) CASClient::Frameworks::Rails::Filter.logout(self) end end In application.html.erb I have: <%= link_to ''Logout'', session_path(session[:cas_user]), :method => :delete %> I
2009 Feb 20
6
How to mock an object defined in the before_filter function?
Hello, I am trying to implement the following scenario, but I am stuck ... The thing is I want to initialize a variable @comment when the stub function "find_comment" is called. The way I do it below doesn''t work, since "before_filter :find_comment" returns true/false and @comment initialization is done inside it. Could you please give me a hint how to do it? One
2006 Aug 02
2
tcl/tk bind destroy event
...destroy the window (e.g. <Alt-F4> or the 'x' in the right top corner) and ask if a modified file should be saved or not. If 'cancel' is chosen then nothing should happen and the windows still should be existing. This doesn't work. When I press cancel the window will be destroyed although. I also implemented a menu item 'Quit' where I show the same messagebox and there it works fine. How can I make it work or is there another method to do this? I'm very new to R and tcl/tk. Here is part of my code: exitProg <- function() { returnVal <- t...