search for: ardvark

Displaying 6 results from an estimated 6 matches for "ardvark".

Did you mean: aardvark
2003 Dec 23
0
NT PDC Rejecting Samba name registration
...ed Google and found many people with similar problems, but no solutions. It's obviously something wrong in the way I have the devl2 name setup on the NT server, but I haven't been able to figure it out. Any help greatly appreciated. Chris -- Chris Cameron UpNIX Internet Administrator ardvark.upnix.net bitbucket.upnix.net -- http://www.upnix.com
2003 Apr 30
1
IPv6 Resolver (or: Slow rendering of Webpages using Konqueror)
...oubleclick.net. (39) my.host.1098 > ns3.my.host.domain: 56664+ A? ad.uk.doubleclick.net. (39) 18:25:03.536854 That's 2 minute loss on 1 lookup... Wget without INET6 defined: 18:58:55.432108 my.host.1140 > ns3.my.host.domain: 50434+ A? ad.uk.doubleclick.net. (39) ns3.my.host.domain > ardvark.my.host.1140: 50434 2/8/0 CNAME[|domain] 18:58:55.451577 Less than a second. The same applies to the 'host' binary. My resolv.conf is pretty virgin - contains my domain name, followed by the closest ns server, ns3 and the other two ns1 and ns2 (other network, but also operated by us)....
2015 Dec 02
3
[PATCH 0/3] [FOR COMMENTS ONLY] Rework inspection.
...;, "/etc/fedora-release") :- Filesystem("/dev/sda3"), {{ // checks for file and returns true }}. so that yields a new true fact: File("/dev/sda3", "/etc/fedora-release") In theory every possible string is tried, eg File("ardvark", "foo123654"). That would take literally forever to run, but luckily the rules compiler is smarter. Looking now at the second rule, we try this substitution: Fedora("/dev/sda3") :- Filesystem("/dev/sda3"), File("/dev/sda3...
2016 Feb 23
4
[PATCH v3 0/4] [FOR COMMENTS ONLY] Rework inspection.
Previously posted: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html Inspection now really succeeds on a small number of simple guests. To test it out: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" Rich.
2015 Dec 05
6
[PATCH 0/6 v2] [FOR COMMENTS ONLY] Rework inspection.
This is a more working version. Inspection (partially) succeeds on a real guest this time :-) You can test it out on a real guest (in this case, a CentOS disk image located at /tmp/centos-6.img) by doing: $ ./run guestfish -v -x -a /tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection --verbose" which will print lots of debugging, and at the end the
2016 Jan 21
8
[PATCH v3 0/6] [FOR COMMENTS ONLY] Rework inspection.
For background on this change, see: https://rwmj.wordpress.com/2015/12/06/inspection-now-with-added-prolog/ v2 was previously posted here: https://www.redhat.com/archives/libguestfs/2015-December/msg00038.html To test this patch series on a real guest, you can do: $ ./run guestfish -v -x -a /var/tmp/centos-6.img ><fs> run ><fs> debug sh "guestfs-inspection