search for: zonename

Displaying 20 results from an estimated 23 matches for "zonename".

2007 May 08
2
solaris 10 type zone possible enhancement?
Two enhancements of the type "zone" would be great: - a zone transition from ''running'' to ''installed'' should do a complete shutdown of the zone before ''zoneadm -z <zonename> halt'' is called, respectively instead of it. zlogin <zonename> "init 0" does the job, but it comes back immediately without checking the completion. Maybe a configurable timeout could solve this: check the state of the zone, if it''s still running after the...
2004 Apr 08
1
Why are Split and Tapply so slow with named vectors, why is a for loop faster than mapply
...r example, splitting an unnamed vector (70,000+) based on the chain numbers takes very little time: > system.time(actTimeList <- split(actTime, chainId)) [1] 0.16 0.00 0.15 NA NA But if the vector is named, R will work for minutes and still not complete the job: > names(actTime) <- zoneNames > system.time(actTimeList <- split(actTime, chainId)) Timing stopped at: 83.22 0.12 84.49 NA NA The same thing happens with using tapply with a named vector such as: tapply(actTime, chainId, function(x) x) Using the following function with a for loop accomplishes the job in a few seconds f...
2016 Dec 26
0
DDNS with Bind
...d: not authoritative for > >> update zone (NOTAUTH) Dez 26 17:30:05 addc-01 logger[989]: > >> DHCP-DNS Update failed: 02 Dez 26 17:30:05 addc-01 dhcpd[803]: > >> execute: /etc/dhcp/bin/dhcp-dyndns.sh exit status 512 > >> > >> - --------------------- The zonename should be > >> "56.168.192.in-addr.arpa" so the "56" is missing. The > >> forward-zone works. > >> > >> My reverse-zone is: - -------------------- root at addc-01:~# > >> samba-tool dns zonelist addc-01 3 zone(s) found > >>...
2022 Dec 31
1
rewrite manpages to mdoc(7)
...is leads to much better readability and maintainability. Please let me know if you are interested. Jan .Dd December 31, 2022 .Dt NSD-CHECKZONE 8 .Os .Sh NAME .Nm nsd-checkzone .Nd check NSD zone file syntax .Sh SYNOPSIS .Nm .Op Fl hp .Op Fl i Ar oldfile .Op Fl n Ar number .Op Fl s Ar size .Ar zonename .Ar zonefile .Sh DESCRIPTION .Nm reads a DNS zone file and checks it for errors. It prints errors to stderr. On failure it exits with nonzero exit status. This is used to check files before feeding them to the .Xr nsd 8 daemon. The .Ar zonename is the zone to check, the .Ar zonefile is the file to...
2016 Dec 26
5
DDNS with Bind
...PLE.NET: updating zone '168.192.IN-ADDR.ARPA/IN': update failed: not authoritative for update zone (NOTAUTH) Dez 26 17:30:05 addc-01 logger[989]: DHCP-DNS Update failed: 02 Dez 26 17:30:05 addc-01 dhcpd[803]: execute: /etc/dhcp/bin/dhcp-dyndns.sh exit status 512 - --------------------- The zonename should be "56.168.192.in-addr.arpa" so the "56" is missing. The forward-zone works. My reverse-zone is: - -------------------- root at addc-01:~# samba-tool dns zonelist addc-01 3 zone(s) found pszZoneName : 56.168.192.in-addr.arpa Flags...
2009 Oct 17
1
Bind, DHCPD and Samba
Hey Folks, I currently have bind and dhcpd configured to allow for dynamic updates, though when I try to manually add in the srv records required for correctly identifying the samba pdc, they get overwritten when bind starts. How can I modify the bind configuration so that it writes the correct information? Also, is there a way to have samba write the correct information to bind? As for the
2023 Dec 05
1
Question on slave
...By default, NSD doesn't write out zone files on the secondary. It stores all the data in nsd.db, as you've observed. You can make NSD write out zone files, by setting the option "zonesfile-write" to a number above 0, and setting "zonefile" to something like "<zonename>.zone" for each secondary zone. NSD will then write out changed zones to plain text files. This is in *addition* to saving the zone data in nsd.db. Alternatively, you can disable the database altogether by setting "database" to the empty string. Then, NSD will not create nsd.d...
2004 Nov 27
16
bridge and dynamically adding hosts to zones
Hi, I''ve set up a bridge which connects two parts of the same subnet with each other. I''ve set up everything as described in the Documentation and it works very nicely. However: I have a problem with adding hosts to zones dynamically. The zone I want to add hosts to is called ''work''. Since only the bridge br0 is defined in /etc/shorewall/interfaces
2017 Apr 11
2
Primary DNS server with BIND on a public machine running CentOS 7
Le 11/04/2017 ? 19:09, John R Pierce a ?crit : > do you mean 'authoritative DNS server' ? Yes. -- Microlinux - Solutions informatiques durables 7, place de l'?glise - 30730 Montpezat Web : http://www.microlinux.fr Mail : info at microlinux.fr T?l. : 04 66 63 10 32
2023 Dec 04
1
Question on slave
Hello, I am switching from djbdns and have a (probably dumb) question before going live with nsd: When syncing between master and slaves, am I supposed to see new files appear in the slave's "zonesdir" directory? Because, as you might expect, I see nothing here. Is this behavior normal? From what I understand, the slave "caches" the data in /var/lib/nsd/nsd.db
2023 Dec 05
1
Question on slave
...ite out zone files on the secondary. It > stores > all the data in nsd.db, as you've observed. > > You can make NSD write out zone files, by setting the option > "zonesfile-write" to a number above 0, and setting "zonefile" to > something like "<zonename>.zone" for each secondary zone. NSD will > then > write out changed zones to plain text files. This is in *addition* to > saving the zone data in nsd.db. > > Alternatively, you can disable the database altogether by setting > "database" to the empty string. Th...
2005 May 18
1
Asterisk H323 Trunk Zone
AVE! i am trying to register h323 asterisk to the gatekeeper as i installed asterisk, libpri, zaptel from CVS, and pwlib, openh323, asterisk-oh323 on fedora core3 on a cisco mcs 7800 server problem is i want the asterisk to register with gatekeeper endpoint with specific zone name and type... i searched the web, mail list but there weren't any helpful ones could anyone plz tell me how to
2011 Dec 23
0
dtrace-discuss Digest, Vol 80, Issue 6
...t; for example, a database server under heavy load could hang > when one of the database processes is traced using the above > mentioned proc tools. Because of this, stopping a UNIX pro- > cess in a production environment should be avoided. > > SunOS 5.10 > > GZ> lsof -z <zonename> -p pid > > Does not give the right output. > > ls /proc/<pid>/fd | wc -l gives not the open files per process id. > > I''m not familiar with dtrace programming. So maybe anyone create a > dtrace script which > > show in a life system (without the change...
2008 Nov 03
1
is putting zone paths on zfs supported in Solaris 10 u5/u6 ?? Documentation on that? - 66124245
...n.COM> Brian, Are there any known problems with a whole root zone that has a separate zone opt and var from the zone root? See zone configuration below or do we just need to ensure that the ZFS file systems are mounted? Thank you, Rich [NEW : root at pitney : /] # zonecfg -z dxbrok-c4 info zonename: dxbrok-c4 zonepath: /zones/dxbrok-c4/dxbrok-c4-root brand: native autoboot: true bootargs: pool: limitpriv: scheduling-class: ip-type: shared [cpu-shares: 2] fs: dir: /opt special: /zones/dxbrok-c4/dxbrok-c4-opt raw not specified type: lofs options: [] fs:...
2016 Apr 13
1
[Fwd: Re: Samba_dlz, dhcp y zona inversa no actualiza]
...tld}" echo " -p | --principal Principal used for DNS updates" echo " PRINCIPAL={user at domain.tld}" echo " -r | --realm Authentication realm" echo " REALM={DOMAIN.TLD}" echo " -z | --zone Then name of the zone to be updated in AD. echo " ZONE={zonename} echo "" echo "Example: $(basename $0) -d domain.tld -i 192.168.0.x -n 192.168.0.x \\" echo " -r DOMAIN.TLD -p user at domain.tld -H HOSTNAME -m" echo "" } # Process arguments [ -z "$1" ] && showhelp && exit 1 while [ -n "$1&quo...
2016 Mar 25
2
firewalld question
Matthew Miller wrote: >> I'n wondering if it is possible to have Centos-7 automatically change >> firewall zones, depending on the network we conect to. > The way to do this is changing the zone for the network in > NetworkManager. Are there two different ways of setting firewalld zones, in firewalld and in NetworkManager? Which is taken if they differ? > (This works
2012 May 16
2
Announce: Facter 2.0.0rc1 Available
...51cb8e2 Cleaned up Arch Linux detection routine Michael Kincaid (1): 2eb4ede (#9708) Confine facts by kernel not operating system and remove confine for hardwareisa Mikael Fridh (1): 64770d0 Try to get VirtualBox info without dmidecode Nan Liu (3): f47c592 (#1424) Add Solaris zonename fact. 5273842 (#6682) Add Solaris ldom facts and update virtual detection. c80de1c (#11969) Add zfs zpool version facts. Nicolas Vigier (1): 9df78a1 (#9929) Add support for Mageia to operatingsystem.rb and operatingsystemrelease.rb Patrick Carlisle (1): 1dd50f4 Use absolut...
2009 Jun 05
4
Recover ZFS destroyed dataset?
I was asked by a coworker about recovering destroyed datasets on ZFS - and whether it is possible at all? As a related question, if a filesystem dataset was recursively destroyed along with all its snapshots, is there some means to at least find some pointers whether it existed at all? I remember "zpool import -D" can be used to import whole destroyed pools. But crawling around the
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
Using build 70, I followed the zfsboot instructions at http:// www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/ to the letter. I tried first with a mirror zfsroot, when I try to boot to zfsboot the screen is flooded with "init(1M) exited on fatal signal 9" Than I tried with a simple zfs pool (not mirrored) and it just reboots right away. If I try to setup grub
2009 Nov 11
0
libzfs zfs_create() fails on sun4u daily bits (daily.1110)
...0 global running / native shared - godel installed /export/godel native shared - turing configured /export/turing native shared root krb-v210-4 [20:05:58 0]# zonecfg -z turing info zonename: turing zonepath: /export/turing brand: native autoboot: false bootargs: pool: limitpriv: scheduling-class: ip-type: shared hostid: 900d833f inherit-pkg-dir: dir: /lib inherit-pkg-dir: dir: /platform inherit-pkg-dir: dir: /sbin inherit-pkg-dir: dir: /usr root kr...