search for: detroy

Displaying 9 results from an estimated 9 matches for "detroy".

Did you mean: destroy
2006 Jan 19
6
How to remove disk
What is the procedure to remove a disk from a ZFS pool and remove the EFI label ? klm -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20060119/4d074b88/attachment.html>
2006 Jul 04
1
How to override ActiveRecord#base#destroy
...ns. By overriding update() and create() I got Rails to work with that table quit good. Except for the destroy() action. From the resulting trace I can see that the old version of destroy() is called from transaction.rb. I think this lines might be the reason that I''m unable to override detroy(): from transaction.rb def self.append_features(base) super base.extend(ClassMethods) base.class_eval do alias_method :destroy_without_transactions, :destroy alias_method :destroy, :destroy_with_transactions ... Any ideas, hints, etc.? best regards,...
2016 Feb 08
1
(Samba 4) Recreate AD
...: step 4 I plan to edit the existing /usr/local/samba/etc/smb.conf and krb5.conf files, but if you think this is a bad idea then I’ll rebuild them. Thanks Paul > On 8 Feb 2016, at 16:43, mathias dufresne <infractory at gmail.com> wrote: > > Hi, > > Using VM helps: you can detroy them then re-create them easily. Looks like you are not using them... > > How I proceed: > 1° stop samba > 2° rm -rf /var/lib/samba (where private and sysvol directories are) > 3° force reinstall of packages, one only is needed to recreate /var/lib/samba and its content (samba-commo...
2016 Feb 08
4
(Samba 4) Recreate AD
I’ve currently got a Samba 4 AD but want to rename it. However, as I understand things, renaming isn’t easy. Happy to rebuild it - home lab, only a few machines affected. However, no topic in the FAQ on how to remove an existing domain: https://wiki.samba.org/index.php/FAQ <https://wiki.samba.org/index.php/FAQ> Demoting won’t work since it’s the last remaining server:
2016 Feb 08
0
(Samba 4) Recreate AD
Hi, Using VM helps: you can detroy them then re-create them easily. Looks like you are not using them... How I proceed: 1° stop samba 2° rm -rf /var/lib/samba (where private and sysvol directories are) 3° force reinstall of packages, one only is needed to recreate /var/lib/samba and its content (samba-common with my version of Samb...
2003 Dec 01
0
No subject
...egrity cannot be guaranteed. Cridit Lyonnais shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Return-Path: <nicolas.detroye@unilog.fr> Delivered-To: samba@samba.org Received: from caroubier.wanadoo.fr (smtp-rt-6.wanadoo.fr [193.252.19.160]) by lists.samba.org (Postfix) with ESMTP id A1FAD4259 for <samba@samba.org>; Mon, 27 Aug 2001 02:19:45 -0700 (PDT) Received: from citronier.wanadoo.fr (193.252.19.222) b...
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all, I encounter timeout errors during file uploads in my Rails application. I think the problem may be in the Mongrel configuration. Here is my setup: * Load balancer (Cisco CSM, my provider''s Catalyst 6509) * Apache 2.2.3 with mod_proxy_balancer * Mongrel 0.3.13.3 * Rails 1.1.6 * Ruby 1.8.4 * MySQL 5.0.22 * file_column I host an application in which users may upload medium files
2004 Feb 06
4
memory reduction
...t extent for + * allocations */ + struct pool_extent *free; /* unfreed extent list */ + void (*bomb)(); + /* function to call if + * malloc fails */ + int flags; + + /* statistical data */ + unsigned long e_created; /* extents created */ + unsigned long e_freed; /* extents detroyed */ + uint64 n_allocated; /* calls to alloc */ + uint64 n_freed; /* calls to free */ + uint64 b_allocated; /* cum. bytes allocated */ + uint64 b_freed; /* cum. bytes freed */ +}; + +struct pool_extent +{ + void *start; /* starting address */ + size_t free; /* free bytecount */ + size...
2007 May 05
0
[1012] trunk/wxruby2/doc/textile: Added docs for AUI Advanced User Interface classes
...e*() + +DefaultPane() specifies that the pane should adopt the default pane settings. + +h3(#AuiPaneInfo_destroyonclose). AuiPaneInfo#destroy_on_close + + "AuiPaneInfo":auipaneinfo.html *destroy_on_close*(%(arg-type)Boolean% b = true) + +DestroyOnClose() indicates whether a pane should be detroyed when it is closed. Normally a pane is simply hidden when the close button is clicked. Setting DestroyOnClose to true will cause the window to be destroyed when the user clicks the pane''s close button. + +h3(#AuiPaneInfo_direction). AuiPaneInfo#direction + + "AuiPaneInfo":auipan...