Displaying 20 results from an estimated 10256 matches for "destroy".
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?
...Flash MX used to work just fine (I've got it working
on wine-20041019.)
Thanks!
Hiji
-------------------
/media/cdrecorder/Flash MX> wine Flash\ MX\
Installer.exe
/media/cdrecorder/Flash MX> fixme:ole:RegisterTypeLib
Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRel...
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
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo...
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_Dat...
2006 Jul 24
4
Destroy action doesn''t work?
Hi all,
Here is my Customer controller''s 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 destroye...
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...
2011 Nov 24
4
How do I destroy all the posts when the board is destroyed?
I got a application like following.
A board has many posts
All posts belong to a board
I try to destroy all the posts under a board when I destroy the board.
My destroy function is following.
def destroy
@board = Board.find(params[:id])
@post = @board.posts
@post.destroy
@board.destroy
respond_to do |format|
format.html { redirect_to(boards_url) }
format.xml { hea...
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
20:50:19) [GET]
Session ID: e578c5805fdb4b...
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 destroying home/will at yesterday, as it is not a vol...
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
----------------------------------------------------
-...
2006 Mar 13
6
:dependent => :destroy
Hi,
There is something I don''t understand about :dependent => :destroy. I
hope someone can help me. Consider this code:
class Folder < ActiveRecord::Base
has_many :myfiles
has_many :folders
has_many :group_folders, :dependent => :destroy
validates_uniqueness_of :name, :scope => "folder_id"
validates_presence_of :name
before_des...
2020 Oct 07
2
Is it possible that "virsh destroy" does not stop a domain ?
Hi,
Is it possible that "virsh destroy" does not stop a domain ?
I'm asking because i have some domains running in a two-node HA-Cluster (pacemaker).
And sometimes one node get fenced (killed) because it couldn't stop a domain.
That's very ugly.
This is also the reason why i asked before what "virsh destroy"...
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", "controller"=>"admin"}
Redirected to http://localhost:3000/admin/list
Filter chain halted...
2006 Jul 23
8
destroy vs delete
what is the difference between destroy and 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 a...
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
Hey all,
I have a many-to-many relationship (Questions
has_and_belongs_to_many Answers), and when I destroy
the Question (the one) I also destroy all the Answers
(the many).
Since the following doesn''t seem to work for
has_and_belongs_to_many:
class Question < AR::Base...
has_and_belongs_to_many :answers, :dependent =>
:destroy
end
I have this embedded in a transaction block in the
c...
2013 Feb 20
20
Feature Request for zfs pool/filesystem protection?
.../forums.freebsd.org/showthread.php?t=37895
I have reviewed some pieces of the source code in FreeBSD 9.1 to find
out how difficult it was to
add an pool / filesystem property as an additional security layer for
administrators.
Whenever I modify zfs pools or filesystems it''s possible to destroy [on
a bad day :-)] my data. A new
property "protected=on|off" in the pool and/or filesystem can help the
administrator for datalost
(e.g. "zpool destroy tank" or "zfs destroy <tank/filesystem>" command
will be rejected
when "protected=on" property is...
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 think it''s all but:
No route...
2009 Feb 20
6
How to mock an object defined in the before_filter function?
...er place and controller just uses it.
my_var.stub!(:function).and_return(@var) doesn''t seem to be working.
Is there is something like
my_var.stub!(:function).add_variable(@var).and_return(:true)
?
Thank you,
Evgeny
=============controller_file
before_filter :find_comment, :only => [:destroy]
def destroy
@destroy_id = @comment.id #to be used in rendering partial
@comment.destroy
respond_to do |format|
format.js
end
end
def find_comment
@comment = Comment.find(:first, :conditions => [''id= ?'',params
[:comment_id]])
end
==========...
2006 Aug 02
2
tcl/tk bind destroy event
Hello!
I want to create a messagebox whenever the user wants to 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 destroy...