Displaying 20 results from an estimated 3523 matches for "children".
2020 Nov 17
2
can't delete recursive DNS entry
...e reverse Zone automatic
Any idea to delete these entries ? With RSAT Tool it's not possible and I
find no way to do it with the samba-tool
root at DRAGO:~# samba-tool dns query drago briesebaer.intern @ ALL -U
administrator
Password for [BRIESEBAER\administrator]:
Name=, Records=7, Children=0
AAAA: fd00:0000:0000:0000:41e7:354c:d036:dbe4 (flags=600000f0,
serial=27217, ttl=900)
AAAA: fd00:0000:0000:0000:0011:32ff:fe28:a3b0 (flags=600000f0,
serial=27217, ttl=900)
SOA: serial=27218, refresh=900, retry=600, expire=86400, minttl=3600,
ns=tux.briesebaer.intern., email=hostmas...
2006 Mar 21
5
Order records based on number of children
Let''s say I have simple schema with two tables. The models are defined
like the folllowing:
class Parent < ActiveRecord::Base
has_many :children
end
class Child < ActiveRecord::Base
belongs_to :parent
end
Simple has_many relationship. Is there any way to order the results of
a Parent.find_all by the number of children the parent has? I can
sort with
sorted_parents = Parent.find_all.sort {|a,b| b.children.length
<=> a....
2008 Jan 02
1
wants to get all parents with no children, etc
To all:
hi,
i have implemented the associations in my models
so i have a Parent model that has many Children model
but i need to get a list of Parents that do not have children
or
Parents that have just 2 children
or Parents that have children whose name is ''James'', or ''Sarah'', or
''Betty''
or Parents whose children do not have names like ''Ja...
2020 Feb 10
3
New DNS-Records not aviable
...E
testa9.jupiter.mydom.org
samba-tool dns add dc2 jupiter.mydom.org testa10 A 192.168.1.10
samba-tool dns add dc2 jupiter.mydom.org testc10 CNAME
testa10.jupiter.mydom.org
The result until here is as expected:
samba-tool dns query dc2 jupiter.mydom.org jupiter.mydom.org all
Name=, Records=2, Children=0
SOA: serial=21, refresh=900, retry=600, expire=86400, minttl=3600,
ns=dc2.mydom.org., email=hostmaster.mydom.org. (flags=600000f0,
serial=21, ttl=3600)
NS: dc2.mydom.org. (flags=600000f0, serial=1, ttl=3600)
Name=testa1, Records=1, Children=0
A: 192.168.1.1 (flags=f0, serial=2, ttl=...
2019 Feb 09
4
Samba + BIND9 DLZ. DNS dosen't resolve FQDN, only short hostname
...d. I did it like You say, killed avahi, added the record
without domain suffix, but nothing changed, and the record seems no
different compared to other records added with the suffix some time before.
My Samba DNS record looks like this (and I see nothing special in there):
Name=, Records=3, Children=0
SOA: serial=39, refresh=900, retry=600, expire=86400, minttl=3600,
ns=blacktux.interbronz.local., email=hostmaster.interbronz.local.
(flags=600000f0, serial=39, ttl=3600)
NS: blacktux.interbronz.local. (flags=600000f0, serial=1, ttl=900)
A: 10.20.1.1 (flags=600000f0, serial=3, tt...
2020 Nov 17
2
can't delete recursive DNS entry
...There I gave the new domain the name briesebaer.intern. After this it was as described before. This are the results of the DNS Lookups you requested. root at DRAGO:~# samba-tool dns query drago briesebaer.intern intern ALL -U administrator Password for [BRIESEBAER\administrator]: Name=, Records=0, Children=0 Name=briesebaer, Records=0, Children=1 root at DRAGO:~# samba-tool dns query drago briesebaer.intern briesebaer.intern ALL -U administrator Password for [BRIESEBAER\administrator]: Name=, Records=7, Children=0 AAAA: fd00:0000:0000:0000:41e7:354c:d036:dbe4 (flags=600000f0, serial=27217, ttl=900) A...
2005 Jun 13
3
assignment of inidividual variables from spss save files
New to R, can't afford SPSS!
Why can't I assign spss variables? Here are the details.
> ### I've read in my collaborator's sav file using read.spss, eg
> children = read.spss(filename)
> ### It has many variables
> length(children)
[1] 347
> ### and I would like to assign individual variables.
> ### I can of course type out all the ones I want, eg
> ADULTS11<-children[18]
> ### But I'm lazy, so tried:
> (function (x,n){assi...
2008 Sep 05
0
raidz pool metadata corrupted nexanta-core->freenas 0.7->nexanta-core
...0 0 0
c3d1 ONLINE 0 0 0
root@cempedak:/dev/rdsk#
root@cempedak:/dev/rdsk# zdb -vvv
syspool
version=10
name='syspool'
state=0
txg=13
pool_guid=7417064082496892875
hostname='elatte_installcd'
vdev_tree
type='root'
id=0
guid=7417064082496892875
children[0]
type='disk'
id=0
guid=16996723219710622372
path='/dev/dsk/c1d0s0'
devid='id1,cmdk@AST3160812AS=____________9LS6M819/a'
phys_path='/pci@0,0/pci-ide@e/ide@0/cmdk@0,0:a'
whole_disk=0
metaslab_array=14
metaslab_shift=30
ashift=9
asize=158882856960
is_log=0
tank
versio...
2006 Mar 14
2
Two unsaved related objects
Given the two tables Parent, Child where Parent has_many children:
If I don''t save parent first then it seems that child.parent will not
be assigned automatically if I call parent.children << child . Must
the parent record be saved before I call parent.children << child ?
If I must save Parent first then can someone explain to me how I c...
2006 Jul 20
3
acts_as_tree
...ar way. After a lot of work I was finally able to
create categories and subcategories using the following code explained in
(Agile Web Development With Rails) book:
----------------------------------------------------------------
root = Category.create(:name => "Books")
fiction = root.children.create(:name => "Fiction")
non_fiction = root.children.create(:name => "Non Fiction")
non_fiction.children.create(:name => "Computers")
non_fiction.children.create(:name => "Science")
non_fiction.children.create(:name => "Art History"...
2013 Jan 08
3
pool metadata has duplicate children
I seem to have managed to end up with a pool that is confused abut its children disks. The pool is faulted with corrupt metadata:
pool: d
state: FAULTED
status: The pool metadata is corrupted and the pool cannot be opened.
action: Destroy and re-create the pool from
a backup source.
see: http://illumos.org/msg/ZFS-8000-72
scan: none requested
config:
NAME...
2020 Feb 10
0
New DNS-Records not aviable
...s add dc2 jupiter.mydom.org testa10 A 192.168.1.10
> samba-tool dns add dc2 jupiter.mydom.org testc10 CNAME
> testa10.jupiter.mydom.org
>
>
> The result until here is as expected:
>
> samba-tool dns query dc2 jupiter.mydom.org jupiter.mydom.org all
> Name=, Records=2, Children=0
> SOA: serial=21, refresh=900, retry=600, expire=86400, minttl=3600,
> ns=dc2.mydom.org., email=hostmaster.mydom.org. (flags=600000f0,
> serial=21, ttl=3600)
> NS: dc2.mydom.org. (flags=600000f0, serial=1, ttl=3600)
> Name=testa1, Records=1, Children=0
> A: 192.168...
2006 Mar 25
2
acts_as_tree wierdness with children.count and children.size
i am making a category tree and i iterate over the category using my
counter_cache however it would show a different number than what was
actually being represetned in the tree.
Here is an example
cat.children = [cat2, cat3]
puts cat.children.size 2
puts cat.children_count 2
cat4.parent_id = cat.id
cat4.save
puts cat.children.size 2
puts cat.children_count 2
however cat.children.count produces the...
2020 Jan 03
0
Cannot remove old NS record
...ind config and restarting there
is still an issue. While the forward zone myhome.nurdog.com is working
fine,? the reverse zone has a problem.
> samba-tool dns query nureyev.myhome.nurdog.com 1.168.192.in-addr.arpa
@ all
Password for [administrator at MYHOME.NURDOG.COM]:
? Name=, Records=2, Children=0
??? SOA: serial=130, refresh=900, retry=600, expire=86400, minttl=3600,
ns=nikita.myhome.nurdog.com., email=hostmaster.myhome.nurdog.com.
(flags=600000f0, serial=130, ttl=3600)
??? NS: nikita.myhome.nurdog.com. (flags=600000f0, serial=1, ttl=0)
? Name=1, Records=1, Children=0
??? PTR: lan-A...
2013 Oct 10
1
Question about DNS Ghost Records
...was 192.168.2.203.
Using nslookup I find it, but samba-tool queries the name and shows 0
Records?
$ nslookup Z37
Server: 192.168.2.1
Address: 192.168.2.1#53
Name: Z37.calcdom.local
Address: 192.168.2.203
$ samba-tool dns query localhost calcdom.local @ ALL
Name=, Records=4, Children=0
SOA: serial=119, refresh=900, retry=600, expire=86400,
ns=zcontroller.calcdom.local., email=hostmaster.calcdom.local.
(flags=600000f0, serial=119, ttl=3600)
NS: zcontroller.calcdom.local. (flags=600000f0, serial=1, ttl=900)
A: 134.147.57.144 (flags=600000f0, serial=110, ttl=900)...
2020 Jan 02
2
Cannot remove old NS record
Hai,
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Paul
> R. Ganci via samba
> Verzonden: woensdag 1 januari 2020 23:49
> Aan: samba at lists.samba.org
> Onderwerp: Re: [Samba] Cannot remove old NS record
>
> On 12/22/19 12:07 PM, Rowland penny via samba wrote:
> >>
> >> Are there any suggestions to
2020 Jun 04
1
samba-tool dns query
On Wed, June 3, 2020 10:52, Rowland penny wrote:
> On 03/06/2020 15:31, James B. Byrne wrote:
>>
>> samba-tool dns query localhost brockley.harte-lyne.ca brockley.harte-lyne.ca
>> ALL -U administrator
>> Password for [BROCKLEY\administrator]:
>> Name=, Records=3, Children=0
>> SOA: serial=1, refresh=900, retry=600, expire=86400, minttl=3600,
>> ns=smb4-1.brockley.brockley.harte-lyne.ca.,
>> email=hostmaster.brockley.harte-lyne.ca. (flags=600000f0, serial=1,
>> ttl=3600)
>> NS: smb4-1.brockley.brockley.harte-lyne.ca. (flags=600...
2020 Mar 01
2
DP MST with GK107 and lenovo ultra dock
...outp 01: 08000f82 00020010
Feb 28 23:07:11 laptop kernel: [ 13.746813] nouveau 0000:01:00.0: DRM: DCB conn 00: 01000046
Feb 28 23:07:11 laptop kernel: [ 13.748463] nouveau: DRM:00000000:0000a06f: init running...
Feb 28 23:07:11 laptop kernel: [ 13.748502] nouveau: DRM:00000000:0000a06f: init children...
Feb 28 23:07:11 laptop kernel: [ 13.748503] nouveau: DRM:00000000:0000a06f: init completed in 39us
Feb 28 23:07:11 laptop kernel: [ 13.748610] nouveau: DRM:00000000:0000a06f: init running...
Feb 28 23:07:11 laptop kernel: [ 13.748643] nouveau: DRM:00000000:0000a06f: init children...
Feb 28...
2006 Mar 24
6
Should counter_cache fields be saved in the database?
As far as I can tell, the counter_cache option on a belongs_to model
doesn''t actually save anything in the database. For example, I have
the following models:
class Parent < ActiveRecord::Base
has_many :children,
:conditions => "deleted_at IS NULL"
end
class Child < ActiveRecord::Base
belongs_to :parent, :counter_cache => true
end
With the following schema, dumped from sqlite3:
CREATE TABLE children ("id" INTEGER PRIMARY KEY NOT NULL NOT NULL,
"name" v...
2020 Mar 01
0
DP MST with GK107 and lenovo ultra dock
...07:11 laptop kernel: [ 13.746813] nouveau 0000:01:00.0: DRM: DCB conn 00: 01000046
This is the DP connector.
> Feb 28 23:07:11 laptop kernel: [ 13.748463] nouveau: DRM:00000000:0000a06f: init running...
> Feb 28 23:07:11 laptop kernel: [ 13.748502] nouveau: DRM:00000000:0000a06f: init children...
> Feb 28 23:07:11 laptop kernel: [ 13.748503] nouveau: DRM:00000000:0000a06f: init completed in 39us
> Feb 28 23:07:11 laptop kernel: [ 13.748610] nouveau: DRM:00000000:0000a06f: init running...
> Feb 28 23:07:11 laptop kernel: [ 13.748643] nouveau: DRM:00000000:0000a06f: init chi...