DNS Slowdown

Clients on my network have been experiencing DNS issues, starting about two weeks ago, that I've yet to resolve. Users will frequently get an "unable to find server" message on the first attempt at loading certain websites; this is usually resolved by reloading. On the server side, I'm getting tons of messages like the following:
15-Mar-2010 11:52:50.122 host unreachable resolving 'www.nature.com/AAAA/IN': 2001:503:a83e::2:30#53
As mentioned, everything was working fine a couple weeks ago, and nothing has changed about the server's configuration.
DNS services are configure to support one local zone, and all other requests are forwarded to our school's DNS server for resolution.
Thanks in advance for any help you can offer.
Jeff

My apologies. It was not my intention to obfuscate useful data, simply to obscure the actual IP address (primarily for the upstream, non-local DNS server) in order to avoid "you shouldn't post identifying information about your network online" responses. So, below are a number of unaltered attempts run from a client system. Note, the client only knows about one DNS server (192.168.250.2) directly, and that server has authority for only one zone with one record (ixd.sva.edu / ixd1.ixd.sva.edu). Other requests are forwarded to the upstream DNS server, 172.27.128.246. This is all configured through the Server Admin GUI.
All digs below are run from a client system. Please note, since last running dig I've added <<listen-on-v6 {none;};>> to the options section of the named.conf file on my server, and restarted named; this hasn't resolved the issue, and I still get multiple "host unreachable resolving" messages about IPv6 addresses.
*Querying local domain from local DNS server:*
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @192.168.250.2 ixd1.ixd.sva.edu+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @192.168.250.2 ixd1.ixd.sva.edu+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33460+
+;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0+
+;; QUESTION SECTION:+
+;ixd1.ixd.sva.edu. IN A+
+;; ANSWER SECTION:+
+ixd1.ixd.sva.edu. 10800 IN A 192.168.250.2+
+;; AUTHORITY SECTION:+
+ixd.sva.edu. 10800 IN NS ixd1.ixd.sva.edu.+
+;; Query time: 14 msec+
+;; SERVER: 192.168.250.2#53(192.168.250.2)+
+;; WHEN: Tue Mar 16 08:58:06 2010+
+;; MSG SIZE rcvd: 64+
*Querying external domains from local DNS server:*
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @192.168.250.2 nytimes.com+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @192.168.250.2 nytimes.com+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10057+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3+
+;; QUESTION SECTION:+
+;nytimes.com. IN A+
+;; ANSWER SECTION:+
+nytimes.com. 300 IN A 199.239.136.200+
+;; AUTHORITY SECTION:+
+nytimes.com. 300 IN NS nydns1.about.com.+
+nytimes.com. 300 IN NS nydns2.about.com.+
+nytimes.com. 300 IN NS ns1t.nytimes.com.+
+;; ADDITIONAL SECTION:+
+nydns2.about.com. 478 IN A 207.241.145.25+
+ns1t.nytimes.com. 300 IN A 199.239.137.15+
+nydns1.about.com. 478 IN A 207.241.145.24+
+;; Query time: 16 msec+
+;; SERVER: 192.168.250.2#53(192.168.250.2)+
+;; WHEN: Tue Mar 16 08:55:52 2010+
+;; MSG SIZE rcvd: 160+
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @192.168.250.2 ixda.org+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @192.168.250.2 ixda.org+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63840+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 13, ADDITIONAL: 14+
+;; QUESTION SECTION:+
+;ixda.org. IN A+
+;; ANSWER SECTION:+
+ixda.org. 23485 IN A 96.30.39.140+
+;; AUTHORITY SECTION:+
+. 6942 IN NS l.root-servers.net.+
+. 6942 IN NS j.root-servers.net.+
+. 6942 IN NS c.root-servers.net.+
+. 6942 IN NS m.root-servers.net.+
+. 6942 IN NS h.root-servers.net.+
+. 6942 IN NS a.root-servers.net.+
+. 6942 IN NS f.root-servers.net.+
+. 6942 IN NS e.root-servers.net.+
+. 6942 IN NS d.root-servers.net.+
+. 6942 IN NS g.root-servers.net.+
+. 6942 IN NS k.root-servers.net.+
+. 6942 IN NS i.root-servers.net.+
+. 6942 IN NS b.root-servers.net.+
+;; ADDITIONAL SECTION:+
+k.root-servers.net. 6965 IN A 193.0.14.129+
+b.root-servers.net. 61014 IN A 192.228.79.201+
+l.root-servers.net. 61014 IN A 199.7.83.42+
+l.root-servers.net. 31539 IN AAAA 2001:500:3::42+
+a.root-servers.net. 61014 IN A 198.41.0.4+
+h.root-servers.net. 61014 IN A 128.63.2.53+
+j.root-servers.net. 61014 IN A 192.58.128.30+
+f.root-servers.net. 61011 IN A 192.5.5.241+
+g.root-servers.net. 61014 IN A 192.112.36.4+
+i.root-servers.net. 61014 IN A 192.36.148.17+
+d.root-servers.net. 61014 IN A 128.8.10.90+
+e.root-servers.net. 61014 IN A 192.203.230.10+
+m.root-servers.net. 61014 IN A 202.12.27.33+
+c.root-servers.net. 61014 IN A 192.33.4.12+
+;; Query time: 13 msec+
+;; SERVER: 192.168.250.2#53(192.168.250.2)+
+;; WHEN: Tue Mar 16 08:56:19 2010+
+;; MSG SIZE rcvd: 489+
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @192.168.250.2 hyphenated.net+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @192.168.250.2 hyphenated.net+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35195+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0+
+;; QUESTION SECTION:+
+;hyphenated.net. IN A+
+;; ANSWER SECTION:+
+hyphenated.net. 3600 IN A 72.32.79.195+
+;; AUTHORITY SECTION:+
+hyphenated.net. 3600 IN NS ns2.us.fma.net.+
+hyphenated.net. 3600 IN NS ns1.us.fma.net.+
+;; Query time: 655 msec+
+;; SERVER: 192.168.250.2#53(192.168.250.2)+
+;; WHEN: Tue Mar 16 08:57:32 2010+
+;; MSG SIZE rcvd: 91+
*Querying external domains from upstream (forwarding) nameserver*
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @172.27.128.246 generalsensing.com+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @172.27.128.246 generalsensing.com+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63878+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 13, ADDITIONAL: 0+
+;; QUESTION SECTION:+
+;generalsensing.com. IN A+
+;; ANSWER SECTION:+
+generalsensing.com. 1800 IN A 174.129.240.54+
+;; AUTHORITY SECTION:+
+com. 172793 IN NS f.gtld-servers.net.+
+com. 172793 IN NS k.gtld-servers.net.+
+com. 172793 IN NS l.gtld-servers.net.+
+com. 172793 IN NS i.gtld-servers.net.+
+com. 172793 IN NS a.gtld-servers.net.+
+com. 172793 IN NS h.gtld-servers.net.+
+com. 172793 IN NS j.gtld-servers.net.+
+com. 172793 IN NS m.gtld-servers.net.+
+com. 172793 IN NS d.gtld-servers.net.+
+com. 172793 IN NS b.gtld-servers.net.+
+com. 172793 IN NS e.gtld-servers.net.+
+com. 172793 IN NS c.gtld-servers.net.+
+com. 172793 IN NS g.gtld-servers.net.+
+;; Query time: 226 msec+
+;; SERVER: 172.27.128.246#53(172.27.128.246)+
+;; WHEN: Tue Mar 16 08:52:45 2010+
+;; MSG SIZE rcvd: 276+
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @172.27.128.246 nytimes.com+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @172.27.128.246 nytimes.com+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15445+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0+
+;; QUESTION SECTION:+
+;nytimes.com. IN A+
+;; ANSWER SECTION:+
+nytimes.com. 47 IN A 199.239.136.200+
+;; Query time: 9 msec+
+;; SERVER: 172.27.128.246#53(172.27.128.246)+
+;; WHEN: Tue Mar 16 08:53:03 2010+
+;; MSG SIZE rcvd: 45+
+jeff-kirschs-macbook-pro-2:~ jeffkirsch$ dig @172.27.128.246 haleandhearty.com+
+; <<>> DiG 9.6.0-APPLE-P2 <<>> @172.27.128.246 haleandhearty.com+
+; (1 server found)+
+;; global options: cmd
+;; Got answer:+
+;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59665+
+;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 13, ADDITIONAL: 0+
+;; QUESTION SECTION:+
+;haleandhearty.com. IN A+
+;; ANSWER SECTION:+
+haleandhearty.com. 7200 IN A 64.21.50.243+
+;; AUTHORITY SECTION:+
+com. 172797 IN NS H.GTLD-SERVERS.NET.+
+com. 172797 IN NS G.GTLD-SERVERS.NET.+
+com. 172797 IN NS K.GTLD-SERVERS.NET.+
+com. 172797 IN NS D.GTLD-SERVERS.NET.+
+com. 172797 IN NS B.GTLD-SERVERS.NET.+
+com. 172797 IN NS A.GTLD-SERVERS.NET.+
+com. 172797 IN NS L.GTLD-SERVERS.NET.+
+com. 172797 IN NS F.GTLD-SERVERS.NET.+
+com. 172797 IN NS J.GTLD-SERVERS.NET.+
+com. 172797 IN NS E.GTLD-SERVERS.NET.+
+com. 172797 IN NS C.GTLD-SERVERS.NET.+
+com. 172797 IN NS I.GTLD-SERVERS.NET.+
+com. 172797 IN NS M.GTLD-SERVERS.NET.+
+;; Query time: 18 msec+
+;; SERVER: 172.27.128.246#53(172.27.128.246)+
+;; WHEN: Tue Mar 16 08:55:18 2010+
+;; MSG SIZE rcvd: 275+
I hope this is more useful and can shed some light on the issue. Thanks for your help and patience.

Similar Messages

  • Safari Slowdown and DNS

    Hi,
    There have been a couple of post regardig slow Safari. I am also havin the same problem. One on the posts had mentioned something regarding DNS. When plugged in directly to cable modem it seems to run ok. When through a DLink router, I have slow down.
    Because I have dynamic IP, my service provider can not give me a server DNS to enter.
    Any suggestions?
    I do not have these problems with Internet Explorer running Windows on the same Mac.
    Any suggestions?
    Thanks,
    Craig

    Thanks,
    But I still seem to be having problems. Takes a couple seconds to find the site. Once it gets going things are pretty fast.
    The same thing happens with Firefox too.
    Download speek is pretty fast once it is in process.
    Craig

  • Extreme slowdown of internet (appears to be DNS lookup)

    Within the last couple of months I have been having issues with extremely slow internet access. I haven't really been able to pinpoint a cause of the issue and AppleCare was not able to come up with a fix other than to wipe the hard drive and reinstall OS X, which I'd rather not have to do.
    The symptoms are:
    Very slow to connect to anything on the internet (AIM, mailservers, websites). When I try to visit websites in any web browser it takes anywhere from 10-30 seconds for the page to even begin to load (in the status bar it says "Contacting [web address]").
    I was initially only having this issue with the LAN connection at my university, so I set up a wireless access point on my network connection, that resolved the issue temporarily, now the same issue is occurring on that WLAN conneciton.
    I can connect to other people's LAN and WLAN connections on campus and there is no speed issue.
    I also was not having any issues at home on both our WLAN and LAN connections until last weekend when it all of a sudden slowed down all of the Macs on our networks. The issue didn't seem to appear at home until a personal file sharing share on my iMac was incorrectly disconnected from my MacBook Pro. Immediately after that incident all Macs (iMac G4, Mac Mini G4, MacBook Pro Core Duo) on the network have had the internet speed issue.
    I've noticed that Windows machines (including the Parallels Windows virtual machine) on the network are not affected. So this brings me to think that there is some sort of issue within OS X...but I don't know that much about the underlying technologies that run OS X.
    Is there any advice/support that someone can give me?
    Thank you!
    MacBook Pro 17" Core Duo Mac OS X (10.4.8)
    MacBook Pro 17" Core Duo   Mac OS X (10.4.8)  

    Hi Camelot,
    Thank you for taking the time to help me with this issue.
    I did run the nslookup command and it did take a few seconds for a response. (results below)
    I checked the network configuration of a Windows XP machine on my network and it is just set to obtain a DNS server automatically, no servers appear to be set.
    Macintosh-5:~ Greg$ nslookup www.microsoft.com
    Server: 192.168.0.1
    Address: 192.168.0.1#53
    Non-authoritative answer:
    www.microsoft.com canonical name = toggle.www.ms.akadns.net.
    toggle.www.ms.akadns.net canonical name = g.www.ms.akadns.net.
    g.www.ms.akadns.net canonical name = lb1.www.ms.akadns.net.
    Name: lb1.www.ms.akadns.net
    Address: 207.46.225.60
    Name: lb1.www.ms.akadns.net
    Address: 207.46.199.30
    Name: lb1.www.ms.akadns.net
    Address: 207.46.198.30
    Name: lb1.www.ms.akadns.net
    Address: 207.46.20.60
    Name: lb1.www.ms.akadns.net
    Address: 207.46.19.60
    Name: lb1.www.ms.akadns.net
    Address: 207.46.20.30
    Name: lb1.www.ms.akadns.net
    Address: 207.46.18.30
    Name: lb1.www.ms.akadns.net
    Address: 207.46.19.30

  • Slow browsing, not a DNS issue

    Hi
    I have a late 2013 MacBook Pro 13" and browsing on my home network is ridiculously slow (5 mins to load a page, if at all). I've tried all the fixes related to DNS and have changed to OpenDNS and Google and back again to no avail. Both my iPad Air 2 and iPhone 6 work smoothly and with lightning speed on the same wifi connection (Australian National Broadband Network, speeds c. 25mbps).
    Neither Apple Diagnostics nor the "Assist me..." diagnostic available in Network preferences yield any data on potential problems, indicating that everything is working as it should be.
    Any ideas??
    cheers,
    A

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    The test works on OS X 10.7 ("Lion") and later. I don't recommend running it on older versions of OS X. It will do no harm, but it won't do much good either.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of it have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message. See, for example, this discussion.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. Try to test under conditions that reproduce the problem, as far as possible. For example, if the computer is sometimes, but not always, slow, run the test during a slowdown.
    You may have started up in "safe" mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(1309 ' 0.5 0.25 50 1000 15 5120 1000 25000 6 6 5 1 0 100 ' 51 25600 4 10 25 5120 102400 1000 25 1536 500 40 500 300 85 25 20480 262144 20 2000 524288 604800 5 1024 25 50 );k=({Soft,Hard}ware Memory Diagnostics Power FireWire Thunderbolt USB Bluetooth SerialATA Extensions Applications Frameworks PrefPane Fonts Displays PCI UniversalAccess InstallHistory ConfigurationProfile AirPort 'com\.apple\.' -\\t N\\/A 'AES|atr|udit|msa|dnse|ax|ensh|fami|FileS|fing|ft[pw]|gedC|kdu|etS|is\.|alk|ODSA|otp|htt|pace|pcas|ps-lp|rexe|rlo|rsh|smb|snm|teln|upd-[aw]|uuc|vix|webf' OSBundle{Require,AllowUserLoa}d 'Mb/s:Mb/s:ms/s:KiB/s:%:total:MB:total:lifetime:sampled:per sec' 'Net in:Net out:I/O wait time:I/O requests:CPU usage:Open files:Memory:Mach ports:Energy:Energy:File opens:Forks:Failed forks:System errors' 'tsA|[ST]M[HL]' PlistBuddy{,' 2>&1'}' -c Print' 'Info\.plist' CFBundleIdentifier );f=('\n%s'{': ','\n\n'}'%s\n' '\nRAM details\n%s\n' %s{' ','\n'{"${k[22]}",}}'%s\n' '%.1f GiB: %s\n' '\n    ...and %d more line(s)\n' '\nContents of %s\n    '"${k[22]}"'mod date: %s\n    '"${k[22]}"'size (B): %d\n    '"${k[22]}"'checksum: %d\n%s\n' );c=(879294308 4071182229 461455494 216630318 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 2636415542 3694147963 1233118628 2456546649 2806998573 2778718105 842973933 1383871077 1591517921 676087606 1445213025 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 3374894509 1051159591 892310726 1707497389 523110921 2883943871 3873345487 );s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[4]} ' s/:$//;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[9]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of|yc/!{ s/^.+is |\.//g;p;q;} ' ' BEGIN { FS="\f";if(system("A1 42 83 114")) d="^'"${k[21]}"'launch(d\.peruser\.[0-9]+|ctl\.(Aqua|Background|System))$";} { if($2~/[1-9]/) { $2="status: "$2;printf("'"${f[4]}"'",$1,$2);} else if(!d||$1!~d) print $1;} ' ' $1>1{$NF=$NF" x"$1} /\*/{if(!f)f="\n\t* Code injection"} {$1=""} 1;END{print f} ' ' NR==2&&$4<='${p[7]}'{print $4} ' ' BEGIN{FS=":"} ($1~"wir"&&$2>'${p[22]}') {printf("wired %.1f\n",$2/2^18)} ($1~/P.+ts/&&$2>'${p[19]}') {printf("paged %.1f\n",$2/2^18)} ' '/YLD/s/=/ /p' ' { q=$1;$1="";u=$NF;$NF="";gsub(/ +$/,"");print q"\f"$0"\f"u;} ' ' /^ {6}[^ ]/d;s/:$//;/([^ey]|[^n]e):/d;/e: Y/d;s/: Y.+//g;H;${ g;s/ \n (\n)/\1/g;s/\n +(M[^ ]+)[ -~]+/ (\1)/;s/\n$//;/( {8}[^ ].*){2,}/p;} ' 's:^:/:p;' ' !/, .+:/ { print;n++;} END{if(n<'{${p[12]},${p[13]}}')printf("^'"${k[21]}"'.+")} ' '|uniq' ' 1;END { print "/L.+/Scr.+/Templ.+\.app$";print "/L.+/Pri.+\.plugin$";if(NR<'{${p[14]},${p[21]}}') print "^/[Sp].+|'${k[21]}'";} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:.+//p;' '&&echo On' '/\.(bundle|component|framework|kext|mdimporter|plugin|qlgenerator|saver|wdgt|xpc)$/p' '/\.dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".","");print $0"$";} END { split("'"${c[*]}"'",c);for(i in c) print "\t"c[i]"$";} ' ' /^\/(Ap|Dev|Inc|Prev)/d;/((iTu|ok).+dle|\.(component|mailbundle|mdimporter|plugin|qlgenerator|saver|wdgt|xpc))$/p;' ' BEGIN{ FS="= "} $2 { gsub(/[()"]/,"",$2);print $2;} !/:/&&!$2{print "'${k[23]}'"} ' ' /^\//!d;s/^.{5}//;s/ [^/]+\//: \//p;' '>&-||echo No' '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[2]}'{$2=$2-1;print}' ' BEGIN { M1='${p[16]}';M2='${p[18]}';M3='${p[8]}';M4='${p[3]}';} !/^A/{next};/%/ { getline;if($5<M1) o["CPU"]="CPU: user "$2"%, system "$4"%";next;} $2~/^disk/&&$4>M2 { o[$2]=$2": "$3" ops/s, "$4" blocks/s";next;} $2~/^(en[0-9]|bridg)/ { if(o[$2]) { e=$3+$4+$5+$6;if(e) o[$2]=o[$2]"; errors "e"/s";next;};if($4>M3||$6>M4) o[$2]=$2": in "int($4/1024)", out "int($6/1024)" (KiB/s)";} END { for(i in o) print o[i];} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/)||(/v6:/&&$2!~/A/) ' ' BEGIN{FS=": "} /^ {10}O/ {exit} /^ {0,12}[^ ]/ {next} $1~"Ne"&&$2!~/^In/{print} $1~"Si" { if(a[2]) next;split($2,a," ");if(a[1]-a[4]<'${p[5]}') print;};$1~"T"&&$2<'${p[20]}'{print};$1~"Se"&&$2!~"2"{print};' ' BEGIN { FS="\f";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1;} ' ' BEGIN { split("'"${p[1]}"'",m);FS="\f";} $2<=m[$1]{next} $1==9||$1==10 { "ps -c -ouid -p"$4"|sed 1d"|getline $4;} $1<11 { o[$1]=o[$1]"\n    "$3" (UID "int($4)"): "$2;} $1==11&&$5!~"^/dev" { o[$1]=o[$1]"\n    "$3" (UID "$4") => "$5" (status "$6"): "$2;} $1==12&&$5 { "ps -c -ocomm -p"$5"|sed 1d"|getline n;if(n) $5=n;o[$1]=o[$1]"\n    "$5" => "$3" (UID "$4"): "$2;} $1~/1[34]/ { o[$1]=o[$1]"\n    "$3" (UID "$4", error "$5"): "$2;} END { n=split("'"${k[27]}"'",u,":");for(i=n+1;i<n+4;i++)u[i]=u[n];split("'"${k[28]}"'",l,":");for(i=1;i<15;i++) if(o[i])print "\n"l[i]" ("u[i]")\n"o[i];} ' ' /^ {8}[^ ]/{print} ' ' BEGIN { L='${p[17]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n    "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n    [N/A]";"cksum "F|getline C;split(C, A);C=A[1];"stat -f%Sm "F|getline D;"stat -f%z "F|getline S;"file -b "F|getline T;if(T~/^Apple b/) { f="";l=0;while("'"${k[30]}"' "F|getline g) { l++;if(l<=L) f=f"\n    "g;};};if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F"\n    '"${k[22]}"'"T;printf("'"${f[8]}"'",F,D,S,C,f);if(l>L) printf("'"${f[7]}"'",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' 's/^.{52}(.+) <.+/\1/p' ' /id: N|te: Y/{i++} END{print i} ' ' /kext:/ { split($0,a,":");p=a[1];k[S]='${k[25]}';k[U]='${k[26]}';v[S]="Safe";v[U]="true";for(i in k) { s=system("'"${k[30]}"'\\ :"k[i]" \""p"\"/*/I*|grep -qw "v[i]);if(!s) a[1]=a[1]" "i;};if(!a[2]) a[2]="'"${k[23]}"'";printf("'"${f[4]}"'",a[1],a[2]);next;} !/^ *$/ { p="'"${k[31]}"'\\ :'"${k[33]}"' \""$0"\"/*/'${k[32]}'";p|getline b;close(p);if(b~/ .+:/||!b) b="'"${k[23]}"'";printf("'"${f[4]}"'",$0,b);} ' '/ en/!s/\.//p' ' NR>=13 { gsub(/[^0-9]/,"",$1);print;} ' ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?'${k[32]}'$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ / [VY]/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' '/^find: /!p;' ' /^p/{ s/.//g;x;s/\nu/'$'\f''/;s/(\n)c/\1'$'\f''/;s/\n\n//;p;};H;' ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */    /;p;' ' s/^.+ |\(.+\)$//g;p;' '1;END{if(NR<'${p[15]}')printf("^/(S|usr/(X|li))")}' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' ' $3~/^[1-9][0-9]{0,2}(\.[1-9][0-9]{0,2}){2}$/ { i++;n=n"\n"$1"\t"$3;} END{ if(i>1)print n} ' s/{'\.|jnl: ','P.+:'}'//;s/ +([0-9]+)(.+)/\2'$'\t\t''\1/p' ' /es: ./{ /iOS/d;s/^.+://;b0'$'\n'' };/^ +C.+ted: +[NY]/H;/:$/b0'$'\n'' d;:0'$'\n'' x;/: +N/d;s/://;s/\n.+//p;' ' 1d;/:$/b0'$'\n'' $b0'$'\n'' /(D|^ *Loc.+): /{ s/^.+: //;H;};/(B2|[my]): /H;d;:0'$'\n'' x;/[my]: [AM]|m: I.+p$|^\/Vo/d;s/(^|\n) [ -~]+//g;s/(.+)\n(.+)/\2:\1/;s/\n//g;/[ -~]/p;' 's/$/'$'\f''(0|-(4[34])?)$/p' '|sort'{'|uniq'{,\ -c},\ -nr} ' s/^/'{5,6,7,8,9,10}$'\f''/;s/ *'$'\f'' */'$'\f''/g;p;' 's/:.+$//p' '|wc -l' /{\\.{kext,xpc,'(appex|pluginkit)'}'\/(Contents\/)?'Info,'Launch[AD].+'}'\.plist$/p' 's/([-+.?])/\\\1/g;p' 's/, /\'$'\n/g;p' ' BEGIN{FS="\f"} { printf("'"${f[6]}"'",$1/2^30,$2);} ' ' /= D/&&$1!~/'{${k[24]},${k[29]}}'/ { getline d;if(d~"t") print $1;} ' ' BEGIN{FS="\t"} NR>1&&$NF!~/0x|\.([0-9]{3,}|[-0-9A-F]{36})$/ { print $NF"\f"a[split($(NF-1),a," ")];} ' '|tail -n'{${p[6]},${p[10]}} ' s/.+bus /Bus: /;s/,.+[(]/ /;s/,.+//p;' ' { $NF=$NF" Errors: "$1;$1="";} 1 ' ' 1s/^/\'$'\n''/;/^ +(([MNPRSV]|De|Li|Tu).+|Bus): .|d: Y/d;s/:$//;$d;p;' ' BEGIN { RS=",";FS=":";} $1~"name" { gsub(/["\\]/,"",$2);print $2;} ' '|grep -q e:/' '/[^ .]/p' '{ print $1}' ' /^ +N.+: [1-9]/ { i++;} END { if(i) print "system: "i;} ' ' NF { print "'{admin,user}' "$NF;exit;} ' ' /se.+ =/,/[\}]/!d;/[=\}]/!p ' ' 3,4d;/^ +D|Of|Fu| [0B]/d;s/^  |:$//g;$!H;${ x;/:/p;} ' ' BEGIN { FS=": ";} NR==1 { sub(":","");h="\n"$1"\n";} /:$/ { l=$1;next;} $1~"S"&&$2!~3 { getline;next;} /^ {6}I/ { i++;L[i]=l" "$2;} END { if(i) print h;for(j=0;j<'${p[24]}';j++) print L[i-j];} ' ' /./H;${ x;s/\n//;s/\n/, /g;/,/p;} ' ' {if(int($6)>'${p[25]}')printf("swap used %.1f\n",$6/1024)} ' ' BEGIN{FS="\""} $3~/ t/&&$2!~/'{${k[24]},${k[29]}}'/{print $2} ' ' int($1)>13 ' p ' BEGIN{FS="DB="} { sub(/\.db.*/,".db",$2);print $2;} ' {,1d\;}'/r%/,/^$/p' ' NR==1{next} NR>11||!$0{exit} {print $NF"\f"substr($0,1,32)"\f"$(NF-7)} ' '/e:/{print $2}' ' /^[(]/{ s/....//;s/$/:/;N;/: [)]$/d;s/\n.+ ([^ ]+).$/\1/;H;};${ g;p;} ' '1;END { exit "find /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom -mtime -'${p[23]}'s"|getline;} ' ' NR<='${p[26]}' { o=o"\n"$0;next;} { o="";exit;} END{print o|"sed 1d"} ' ' {o=o"\n"$0} NR==6{p=$1*$5} END{if(p>'${p[27]}'*10^6)print o|"sed 1d"} ' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab kextfind top pkgutil "${k[30]}\\" echo cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom 'mdfind -onlyin' env pluginkit scutil 'dtrace -q -x aggsortrev -n' security sed\ -En awk 'dscl . -read' networksetup mdutil lsof test osascript\ -e netstat mdls route cat uname powermetrics codesign lockstat );c2=(${k[21]}loginwindow\ LoginHook ' /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'" 'L*/Ca*/'${k[21]}'Saf*/E* -d 2 -name '${k[32]} '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' -i '-nl -print' '-F \$Sender -k Level Nle 3 -k Facility Req "'${k[21]}'('{'bird|.*i?clou','lsu|sha'}')"' "-f'%N: %l' Desktop {/,}L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message CRne '0xdc008012|(allow|call)ing|Goog|(mplet|nabl)ed|ry HD|safe b|succ|xpm' -k Message CReq 'bad |Can.t l|corru|dead|fail|GPU |hfs: Ru|inval|Limiti|v_c|NVDA[(]|pa(gin|us)|Purg(ed|in)| err|Refus|s ful|TCON|tim(ed? ?|ing )o|trig|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o%cpu,comm,ruid' "' syscall::recvfrom:return {@a[execname,uid]=sum(arg0)} syscall::sendto:return {@b[execname,uid]=sum(arg0)} syscall::open*:entry {@c[execname,uid,copyinstr(arg0),errno]=count()} syscall::execve:return, syscall::posix_spawn:return {@d[execname,uid,ppid]=count()} syscall::fork:return, syscall::vfork:return, syscall::posix_spawn:return /arg0<0/ {@e[execname,uid,arg0]=count()} syscall:::return /errno!=0/ {@f[execname,uid,errno]=count()} io:::wait-start {self->t=timestamp} io:::wait-done /self->t/ { this->T=timestamp - self->t;@g[execname,uid]=sum(this->T);self->t=0;} io:::start {@h[execname,uid]=sum(args[0]->b_bcount)} tick-10sec { normalize(@a,2560000);normalize(@b,2560000);normalize(@c,10);normalize(@d,10);normalize(@e,10);normalize(@f,10);normalize(@g,10000000);normalize(@h,10240);printa(\"1\f%@d\f%s\f%d\n\",@a);printa(\"2\f%@d\f%s\f%d\n\",@b);printa(\"11\f%@d\f%s\f%d\f%s\f%d\n\",@c);printa(\"12\f%@d\f%s\f%d\f%d\n\",@d);printa(\"13\f%@d\f%s\f%d\f%d\n\",@e);printa(\"14\f%@d\f%s\f%d\f%d\n\",@f);printa(\"3\f%@d\f%s\f%d\n\",@g);printa(\"4\f%@d\f%s\f%d\n\",@h);exit(0);} '" '-f -pfc /var/db/r*/'${k[21]}'*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f'$'\f''%Sc'$'\f''%N -t%F {} \;' '/S*/*/Ca*/*xpc*' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' /\ kMDItemContentTypeTree=${k[21]}{bundle,mach-o-dylib} :Label "/p*/e*/{auto*,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {/p*,/usr/local}/e*/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*{,/*} .launchd.conf" list '-F "" -k Sender hidd -k Level Nle 3' /Library/Preferences/${k[21]}alf\ globalstate --proxy '-n get default' vm.swapusage --dns -get{dnsservers,info} dump-trust-settings\ {-s,-d,} '~ "kMDItemKind=Package"' '-R -ce -l1 -n5 -o'{'prt -stats prt','mem -stats mem'}',command,uid' -kl -l -s\ / '--regexp --files '${k[21]}'pkg.*' '+c0 -i4TCP:0-1023' ${k[21]}dashboard\ layer-gadgets '-d /L*/Mana*/$USER' '-app Safari WebKitDNSPrefetchingEnabled' '-Fcu +c0 -l' -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' '-F \$Message -k Sender kernel -k Message CReq "'{'n Cause: -','(a und|I/O |gnment |jnl_io.+)err|disk.+abo','USBF:.+bus'}'"' -name\ kMDItem${k[33]} -T\ hfs '-n get default' -listnetworkserviceorder :${k[33]} :CFBundleDisplayName $EUID {'$TMPDIR../C ','/{S*/,}'}'L*/{,Co*/*/*/L*/}{Cache,Log}s -type f -size +'${p[11]}'M -exec stat -f%z'$'\f''%N {} \;' \ /v*/d*/*/*l*d{,.*.$UID}/* '-app Safari UserStyleSheetEnabled' 'L*/A*/Fi*/P*/*/a*.json' users/$USER\ HomeDirectory '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' ' -F "\$Time \$(Sender): \$Message" -k Sender Rne "launchd|nsurls" -k Level Nle 3 -k Facility R'{'ne "user|','eq "'}'console" -k Message CRne "[{}<>]|asser|commit - no t|deprec|done |ect pas|fmfd|Goog|ksho|ndum|obso|realp|rned f|/root|sandbox ex" ' getenv '/ "kMDItemDateAdded>=\$time.now(-'${p[23]}')&&kMDItem'${k[33]}'=*"' -m\ / '' ' -F "\$Time \$(RefProc): \$Message" -k Sender Req launchd -k Level Nle 3 -k Message Rne "asse|bug|File ex|hij|Ig|Jet|key is|lid t|Plea|ship" ' print{,-disabled}\ {system,{gui,user}/$UID} '-n1 --show-initial-usage --show-process-energy' -r ' -F "\$Message" -k Sender nsurlstoraged -k Time ge -1h -k Level Nle 4 -k Message Req "^(ER|IN)" ' '/A* -type d -name *.app -prune ! -user 0' -vv '-D1 -IPRWck -s5 sleep 1' );N1=${#c2[@]};for j in {0..20};do c2[N1+j]=SP${k[j]}DataType;done;l=({Restricted\ ,Lock,Pro}files POST Battery {Safari,App,{Bad,Loaded}\ kernel,Firefox}\ extensions System\ load boot\ args FileVault\ {2,1} {Kernel,System,Console,launchd}\ log SMC Login\ hook 'I/O per process' 'High file counts' UID {System,Login,Agent,User}\ services\ {load,disabl}ed {Admin,Root}\ access Font\ issues Firewall Proxies DNS TCP/IP Wi-Fi 'Elapsed time (sec)' {Root,User}\ crontab {Global,User}' login items' Spotlight Memory\ pressure Listeners Widgets Parental\ Controls Prefetching Nets Volumes {Continuity,I/O,iCloud,HID,HCI}\ errors {User,System}\ caches/logs XPC\ cache Startup\ items Shutdown\ codes Heat Diagnostic\ reports Bad\ {plist,cache}s 'VM (GiB)' Bundles{,' (new)'} Trust\ settings Activity Free\ space Stylesheet Library\ paths{,' ('{shell,launchd}\)} Data\ packages Modifications );N3=${#l[@]};for i in {0..8};do l[N3+i]=${k[5+i]};done;F() { local x="${s[$1]}";[[ "$x" =~ ^([\&\|\<\>]|$) ]]&&{ printf "$x";return;};:|${c1[30]} "$x" 2>&-;printf "%s \'%s\'" "|${c1[30+$?]}" "$x";};A0() { Q=6;v[2]=1;id -G|grep -qw 80;v[1]=$?;((v[1]))||{ Q=7;sudo -v;v[2]=$?;((v[2]))||Q=8;};v[3]=`date +%s`;date '+Start time: %T %D%n';printf '\n[Process started]\n\n'>&4;printf 'Revision: %s\n\n' ${p[0]};};A1() { local c="${c1[$1]} ${c2[$2]}";shift 2;c="$c ` while [[ "$1" ]];do F $1;shift;done`";((P2))&&{ c="sudo $c";P2=;};v=`eval "$c"`;[[ "$v" ]];};A2() { local c="${c1[$1]}";[[ "$c" =~ ^(awk|sed ) ]]&&c="$c '${s[$2]}'"||c="$c ${c2[$2]}";shift 2;local d=` while [[ "$1" ]];do F $1;shift;done`;((P2))&&{ c="sudo $c";P2=;};local a;v=` while read a;do eval "$c '$a' $d";done<<<"$v";`;[[ "$v" ]];};A3(){ v=$((`date +%s`-v[3]));};export -f A1 A2 F;B1() { v=No;! ((v[1]))&&{ v=;P1=1;};};eval "`type -a B1|sed '1d;s/1/2/'`";B3(){ v[$1]="$v";};B4() { local i=$1;local j=$2;shift 2;local c="cat` while [[ "$1" ]];do F $1;shift;done`";v[j]=`eval "{ $c;}"<<<"${v[i]}"`;};B5(){ v="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d$'\e' <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F$'\e' ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`egrep -v "${v[$1]}"<<<"$v"|sort`;};eval "`type -a B7|sed '1d;s/7/8/;s/-v //'`";C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { B4 0 0 63&&C1 1 $1;};C4() { echo $'\t'"Part $((++P)) of $Q done at $((`date +%s`-v[3])) sec">&4;};C5() { sudo -k;pbcopy<<<"$o";printf '\n\tThe test results are on the Clipboard.\n\n\tPlease close this window.\n';exit 2>&-;};for i in 1 2;do eval D$((i-1))'() { A'$i' $@;C0;};';for j in 2 3;do eval D$((i+2*j-3))'() { local x=$1;shift;A'$i' $@;C'$j' $x;};';done;done;trap C5 2;o=$({ A0;D0 0 N1+1 2;D0 0 $N1 1;B1;C2 31;B1&&! B2&&C2 32;D2 22 15 63;D0 0 N1+2 3;D0 0 N1+15 17;D4 3 0 N1+3 4;D4 4 0 N1+4 5;D4 N3+4 0 N1+9 59;D0 0 N1+16 99;for i in 0 1 2;do D4 N3+i 0 N1+5+i 6;done;D4 N3+3 0 N1+8 71;D4 62 1 10 7;D4 10 1 11 8;B2&&D4 18 19 53 67;D2 11 2 12 9;D2 12 3 13 10;D2 13 32 70 101 25;D2 71 6 76 13;D2 45 20 52 66;A1 7 77 14;B3 28;A1 20 31 111;B6 0 28 5;B4 0 0 110;C2 66;B2&&D0 45 90 124;D4 70 8 15 38;D0 9 16 16 77 45;C4;B2&&D0 35 49 61 75 76 78 45;B2&&{ D0 28 17 45;C4;};B2&&{ A1 43 85 117;B3 29;B4 0 0 119 76 81 45;C0;B4 29 0 118 119 76 82 45;C0;    };D0 12 40 54 16 79 45;D0 12 39 54 16 80 45;D4 74 25 77 15&&{ B4 0 8 103;B4 8 0;A2 18 74;B6 8 0 3;C3 75;};B2&&D4 19 21 0;B2&&D4 40 10 42;D2 2 0 N1+19 46 84;D2 44 34 43 53;D2 59 22 20 32;D2 33 0 N1+14 51;for i in {0..2};do A1 29 35+i 104+i;B3 25+i;done;B6 25 27 5;B6 0 26 5;B4 0 0 110;C2 69;D2 34 21 28 35;D4 35 27 29 36;A1 40 59 120;B3 18;A1 33 60 121;B8 18;B4 0 19 83;A1 27 32 39&&{ B3 20;B4 19 0;A2 33 33 40;B3 21;B6 20 21 3;};C2 36;D4 50 38 5 68;B4 19 0;D5 37 33 34 42;B2&&D4 46 35 45 55;D4 38 0 N1+20 43;B2&&D4 58 4 65 76 91;D4 63 4 19 44 75 95 12;B1&&{ D4 53 5 55 75 69&&D4 51 6 58 31;D4 56 5 56 97 75 98&&D0 0 N1+7 99;D2 55 5 27 84;D4 61 5 54 75 70;D4 14 5 14 96;D4 15 5 72 96;D4 17 5 78 96;C4;};D4 16 5 73 96;A1 13 44 74 18;C4;B3 4;B4 4 0 85;A2 14 61 89;B4 0 5 19 102;A1 17 41 50;B7 5;C3 8;B4 4 0 88;A2 14 24 89;C4;B4 0 6 19 102;B4 4 0 86;A2 14 61 89;B4 0 7 19 102;B5 6 7;B4 0 11 73 102;A1 42 86 114;j=$?;for i in 0 1 2;do ((i==2&&j==1))&&break;((! j))||((i))||B2&&A1 18 $((79+i-(i+53)*j)) 107+8*j 94 74||continue;B7 11;B4 0 0 11;C3 $((23+i*(1+i+2*j)));D4 $((24+i*(1+i+2*j))) 18-4*j 82+i-16*j $((112+((3-i)*i-40*j)/2));done;D4 60 4 21 24;D4 42 14 1 62;D4 43 37 2 90 48;D4 41 10 42;D2 48 36 47 25;A1 4 3 60&&{ B3 9;A2 14 61;B4 0 10 21;B4 9 0;A2 14 62;B4 0 0 21;B6 0 10 4;C3 5;};D4 9 41 69 100;D2 72 21 68 35;D2 49 21 48 49;B4 4 22 57 102;A1 21 46 56 74;B7 22;B4 0 0 58;C3 47;D4 54 5 7 75 76 69;D4 52 5 8 75 76 69;D4 57 4 64 76 91;D2 0 4 4 84;D2 1 4 51 84;D4 21 22 9 37;D0 0 N1+17 108;D4 76 24 38;A1 23 18 28 89;B4 0 16 22 102;A1 16 25 33;B7 16;B4 0 0 34;D1 31 47;D4 64 4 71 41;D4 65 5 87 116 74;C4;B4 4 12 26 89 23 102;for i in {0..3};do A1 0 N1+10+i 72 74;B7 12;B4 0 0 52;C3 N3+5+i;((i))||C4;done;A1 24 22 29;B7 12;B3 14;A2 39 57 30;B6 14 0 4;C3 67;A1 24 75 74;B4 1 1 122||B7 12;B4 0 0 123;B3 23;A2 39 57 30;B6 23 0 4;C3 68;B4 4 13 27 89 65;A1 24 23;B7 13;C3 73;B4 4 0 87;A2 14 61 89 20;B4 0 17;A1 26 50 64;B7 17;C3 6;A1 4 88;D5 77 44 89;D4 7 11 6;D0 0 N1+18 109;A3;C2 39;C4;} 4>&2 2>/dev/null;);C5
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. If you don't know the password, or if you prefer not to enter it, just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, a series of lines will appear in the Terminal window like this:
    [Process started]
            Part 1 of 8 done at … sec
            Part 8 of 8 done at … sec
            The test results are on the Clipboard.
            Please close this window.
    [Process completed]
    The intervals between parts won't be exactly equal, but they give a rough indication of progress. The total number of parts may be different from what's shown here.
    Wait for the final message "Process completed" to appear. If you don't see it within about ten minutes, the test probably won't complete in a reasonable time. In that case, press the key combination control-C or command-period to stop it and go to the next step. You'll have incomplete results, but still something.
    12. When the test is complete, or if you stopped it because it was taking too long, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak for themselves, not for me. The test itself is harmless, but whatever else you're told to do may not be. For others who choose to run it, I don't recommend that you post the test results on this website unless I asked you to.
    Copyright © 2014, 2015 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Re: DNS Issues

    I've have not been able to view web pages since Monday evening.  I called the Tech Support line and was informed by a message that there was a major problem in my area though I was informed this had been cleared when I called the following morning. My problem however is still ongoing.
    The issue seems to be DNS.  If I change my PC DNS to use 8.8.8.8 and 8.8.4.4 or VPN into my work network there are no issues and speed seems fine.  I cannot however change DNS Settings on the HH3 which is used for other devices.  When using the HH3 DNS some pages will partially load (cached maybe) but the majority are unreachable.
    Calling tech support last night was not much help and they have set up an engineer visit, though this is not until Thursday and I'm not sure it will help as I suspect the problem is within the BT Network.  Does calling tech support initiate any investigation at the network side?
    I am on Infinity 2 upgraded a few weeks ago.  I am in the 02085 area (E15).

    Your PC DNS settings should overide any changes to DNS in the HH [or any router].So if the DNS set in your PC settings works with all sites then there is no need to change router DNS settings.
    I have 3 servers and my main PC all using different DNS settings and they all connect to the internet with no problems.
    To find out whuch are the fastest most reliable public DNS servers nearest to you,run a DNS optimizer program and the use the fastest and most reliable ones.
    Some DNS servers even the most used ones like OpenDNS,use a referal system that kicks in to allow referal to there own or outside advertising sites,but no big deal as it only kicks in if you wrongly type a URL.
    But it still causes slowdowns,so  your choice of DNS is important to a fast stable connection.

  • Safari Slowdowns Again

    Hello,
    For the past few days, I've been getting a real slowdown in Safari 3.2.1 again - I was getting this on my old iMac G5 running Mac OS X 10.4.11 after upgrading it to 10.4.11 and to Safari 3.2.1 in early December. That iMac G5 is gone now.
    I got a new iMac 3.06 GHz Intel Core 2 Duo about three weeks ago and Safari has been fine up until a few days ago. I go to sites and they take forever to load. Then I empty the cache or do a reset safari and try again and sometimes, it works ok for a while and then back to the same thing - websites take forever to load.
    It's not our network - our PBG4/667 running Mac OS X 10.4.11 and Safari 3.2.1 seems to work fine all the time. It's just my new Intel iMac that has this problem. The only thing that has changed in the past few days is that I installed iLife 09 and it automatically installed QuickTime 7.6 (from the previous 7.5.5). Nothing else has changed on my new iMac. I still haven't installed the iLife Media Browser Update 2 that shows up in my software update but I can't see how that would affect or resolve this problem anyway.
    Does anyone have any suggestions as to what may be going on and how to resolve this problem?
    Thanks very much,
    Gerard

    208.67.222.222
    208.67.220.220
    are correct.
    The following usually works on both Tiger and Leopard:
    (First, if yours is an Intel Mac, check that Safari is not running in Rosetta, which is enough to slow it to a crawl.)
    Adding DNS codes to your Network Settings, should gives good results in terms of speed-up:
    Open System Preferences/Network. Double click on your connection type, or select it in the drop-down menu. Click on TCP/IP and in the box marked 'DNS Servers' enter the following two numbers:
    208.67.222.222
    208.67.220.220
    Click on Apply Now and close the window.
    Restart Safari, and repair permissions.
    If that didn't do it, then try this as well:
    Empty Safari's cache (from the Safari menu), then close Safari.
    Go to Home/Library/Safari and delete the following files:
    form values
    download.plist
    Then go to Home/Library/Preferences and delete
    com.apple.Safari.plist
    Repair permissions (in Disk Utility).
    Start up Safari again, and things should have improved.
    Less likely, but possible, is that the slowness is caused by a Trojan such as the one called 'DNSChanger' or 'OSZ.RSPlug', which can alter the DNS settings of your network connection. This particular Trojan can be inadvertently installed if you have come across certain Quicktime movies where got a window stating that you have to download and install a particular codec in order to see the video.
    If you have agreed to that installation, your system can be infected and your DNS settings altered, which results in your system using the wrong DNS servers, which can slow web surfing to a crawl.
    This can be fixed by downloading and running a freeware utility called DNSChanger Removal Tool which you can download from here:
    http://www.versiontracker.com/dyn/moreinfo/macosx/33696
    Once you have run that utility you have to re-boot your Mac, then reset Safari, and re-enter your DNS settings in System Preferences/Network.

  • 10.6.5 and network connection slowdown, flakiness

    Ever since the 10.6.5 update (applied via Software Update), I've been plagued with a very severe slowdown in my internet connection. Typically, when connecting to most websites, in the Firefox status bar, I get a lot of "Looking up..." "Waiting for..." Connecting to..." Transferring date..." messages. Often, it can take 10-15 seconds to load a website. For instance, it took a good 10 seconds for the Apple Support page to load (linked to from the Apple homepage.) I'm seeing this sort of activity both with my router between my modem and my iMac, or with the modem directly connected to the iMac (with the Firewall enabled when directly connected.)
    Additionally, I've had instances where, if I leave the iMac alone for a few hours, the internet connection itself will drop, and I have to re-boot the iMac to get the connection back. If a user account is up and, say, a browser or mail is running during that period, those apps will lock-up and have to be force-quit.
    And, after the iTunes 10.1 update, iTunes seems to need to rebuffer all streaming audio on an annoyingly regular basis. Like, every 30-seconds to a minute.
    This is NOT a wireless network.
    I've rebooted the iMac, router, and modem several times and none of it seems to help. DNS settings on the router and the iMac match (currently, Comcast's opt-out servers. When this problem started, I was using OpenDNS servers)
    Anyone else experiencing similar problems after the 10.6.5 update?

    I too often have a devil of a time connecting to a Linksys WiFi router with a brand-new unibody MacBook Pro 15", 2.66GHz. I noticed that if I boot the machine off an external Firewire drive this seems to be more of an issue than if I boot off the internal drive.
    I beginning to thing there's some kind of interference between the Firewire system and the WiFi system.
    The router is a Linksys with the latest firmware update. My MacBook and iPhone 3G, iPhone 4 connect to the router fine.

  • Why the response is very slow when the DNS enrty of server PC is remov

    Hi
    Though this subject has been already discussed at many places,im unable to get the clue.Here is my problem.In my office (LAN),server and client are running at different PC.After DNS entry of server PC is removed from DNS server,the page loading and every request & response between client and server is very slow.It takes 2 minutes for each and every request.And coming to the possible solutions,is "configuring the server PC in DNS server" is the only solution?When both the server and client PCs are DNS configured i dont see any issue or slowdown.Any help would be really appreciated
    Assuming it is a lookup issue,i have written the following test application.
    public class DnsName
    public static void main(String[] arg)
    String ipaddress = "";
    String hostaddress = "";
    if(arg.length == 1)
    ipaddress = arg[0];
    else
    System.out.println("!!!!!!Usage : java DnsName <ipaddress>");
    System.exit(0);
    System.out.println("Time before processing : " + System.currentTimeMillis());
    try
    hostaddress = (InetAddress.getByName(ipaddress)).getHostName();
    catch(UnknownHostException uhe)
    System.out.println("Exception occured " + uhe);
    System.out.println("Ip address : " + ipaddress);
    System.out.println("Host name : " + hostaddress);
    System.out.println("Time after processing : " + System.currentTimeMillis());
    When it was compiled and run on a linux PC,time difference betwwen process is around 50ms,but when the same application is run in a Windows PC,the time difference is around 4-5 seconds(4000ms).Can anyone tell me what makes the difference in Windows??
    [email protected]
    www.adventnet.com

    Because it does a DNS lookup. And without a server, the interface must wait for a timeout.

  • Why the response is very slow when the DNS enrty of server PC is removed ??

    Hi
    Though this subject has been already discussed at many places,im unable to get the clue.Here is my problem.In my office (LAN),server and client are running at different PC.After DNS entry of server PC is removed from DNS server,the page loading and every request & response between client and server is very slow.It takes 2 minutes for each and every request.And coming to the possible solutions,is "configuring the server PC in DNS server" is the only solution?When both the server and client PCs are DNS configured i dont see any issue or slowdown.Any help would be really appreciated
    Assuming it is a lookup issue,i have written the following test application.
    public class DnsName
    public static void main(String[] arg)
    String ipaddress = "";
    String hostaddress = "";
    if(arg.length == 1)
    ipaddress = arg[0];
    else
    System.out.println("!!!!!!Usage : java DnsName <ipaddress>");
    System.exit(0);
    System.out.println("Time before processing : " + System.currentTimeMillis());
    try
    hostaddress = (InetAddress.getByName(ipaddress)).getHostName();
    catch(UnknownHostException uhe)
    System.out.println("Exception occured " + uhe);
    System.out.println("Ip address : " + ipaddress);
    System.out.println("Host name : " + hostaddress);
    System.out.println("Time after processing : " + System.currentTimeMillis());
    When it was compiled and run on a linux PC,time difference betwwen process is around 50ms,but when the same application is run in a Windows PC,the time difference is around 4-5 seconds(4000ms).Can anyone tell me what makes the difference in Windows??
    [email protected]
    www.adventnet.com

    When you do getHostName() on an InetAddress, what you're doing is asking the OS to do a reverse lookup. So basically this is a windoze problem, not a java problem (although that probably doesn't help you much) Try searching google to see why a windows reverse lookup might be so slow and go from there.

  • Severe Site Slow-Down with multiple DNS/Sites

    Alright.. this is a bit of a strange situation, any help is appreciated because I'm pretty much out of troubleshooting options.
    Mac OS X Server hosting a few important sites and then several "redirect" sites.
    - A PHP/MySQL system
    - 2 normal PHP/MySQL websites
    - 8 Redirects (domain.bz, domain.biz, domain.name, etc..)
    The redirects are set up like so:
    - A DNS entry with a "www" alias pointing to the local machine.
    - A site with a .html file containing a meta-refresh to domain.com
    The Redirects work just fine when they are enabled, www.domain.biz goes to www.domain.com, etc.. however, the 3 sites that run on the server experience severe slow-down to the point of not even loading.
    Normally the sites are blazingly fast..
    Anyway, if the redirect site entries are disabled, the slow-down disappears.
    As an added oddity.. if Safari is experiencing the slowdown, but I cancel the site load.. the site pulls up missing images/css in varying degrees, depending on when I cancel, so it's like something is "hanging".
    There's nothing apparent in the error logs other than a report that 'there is a mismatch between the domain name and reverse DNS' etc.. 'may cause some services to not work properly'.

    Nevermind, I found the problem.
    The performance cache was enabled for the redirect sites.

  • Mac Server slowdown

    Can anyone tell from these logs if something is causing our major slowdown?
    Mac OS Server error log:
    to repair
    Apr 23 10:38:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 10:38:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 11:08:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 11:08:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 11:38:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 11:38:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 12:08:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 12:08:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 12:38:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 12:38:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 13:08:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 13:08:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 13:38:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 13:38:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 14:08:53 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 14:08:53 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 14:14:11 Xserve shutdown: halt by admin:
    Apr 23 14:14:13 Xserve SystemStarter[1860]: authentication service (1887) did not complete successfully
    Apr 23 14:14:13 Xserve SystemStarter[1860]: IP Failover (1893) did not complete successfully
    Apr 23 14:14:17 Xserve SystemStarter[1860]: The following StartupItems failed to properly start:
    Apr 23 14:17:11 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Apr 23 14:17:11 localhost memberd[47]: memberd starting up
    Apr 23 14:17:11 localhost kernel[0]: vmpagebootstrap: 509395 free pages
    Apr 23 14:17:11 localhost kernel[0]: migtable_maxdispl = 70
    Apr 23 14:17:11 localhost kernel[0]: 94 prelinked modules
    Apr 23 14:17:11 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Apr 23 14:17:11 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Apr 23 14:17:11 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Apr 23 14:17:11 localhost kernel[0]: DART enabled
    Apr 23 14:17:11 localhost kernel[0]: Enabling ECC Error Notifications
    Apr 23 14:17:11 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 001124ff fe407782; max speed s800.
    Apr 23 14:17:11 localhost kernel[0]: Security auditing service present
    Apr 23 14:17:11 localhost kernel[0]: BSM auditing present
    Apr 23 14:17:11 localhost kernel[0]: disabled
    Apr 23 14:17:11 localhost kernel[0]: rooting via boot-uuid from /chosen: A46C5BEB-0025-332C-AF80-D55B58D3C245
    Apr 23 14:17:11 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Apr 23 14:17:11 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@1/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/Hitachi HDS722580VLSA80 Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Apr 23 14:17:11 localhost kernel[0]: BSD root: disk1s3, major 14, minor 4
    Apr 23 14:17:11 localhost kernel[0]: hfs mount: enabling extended security on Server HD10.3
    Apr 23 14:17:11 localhost DirectoryService[52]: Launched version 2.1 (v353.2)
    Apr 23 14:17:11 localhost kernel[0]: Jettisoning kernel linker.
    Apr 23 14:17:11 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[37]: starting
    Apr 23 14:17:11 localhost kernel[0]: Resetting IOCatalogue.
    Apr 23 14:17:11 localhost lookupd[51]: lookupd (version 369.5) starting - Mon Apr 23 14:17:11 2007
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 0
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 11
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 11
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 11
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 11
    Apr 23 14:17:11 localhost kernel[0]: Matching service count = 11
    Apr 23 14:17:11 localhost kernel[0]: AppleRS232Serial: 442b5020 80013020 chip base, virtual, physical
    Apr 23 14:17:11 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Apr 23 14:17:12 localhost kernel[0]: BCM5701Enet: Ethernet address 00:0d:93:9d:7d:a1
    Apr 23 14:17:12 localhost kernel[0]: BCM5701Enet: Ethernet address 00:0d:93:9d:7d:a2
    Apr 23 14:17:12 localhost watchdogtimerd: Automatic reboot timer enabled.\n
    Apr 23 14:17:12 localhost diskarbitrationd[46]: disk1s3 hfs A46C5BEB-0025-332C-AF80-D55B58D3C245 Server HD10.3 /
    Apr 23 14:17:12 localhost lookupd[71]: lookupd (version 369.5) starting - Mon Apr 23 14:17:12 2007
    Apr 23 14:17:12 localhost kernel[0]: hfs mount: enabling extended security on Server HD10.4
    Apr 23 14:17:12 localhost diskarbitrationd[46]: disk0s3 hfs E5B80404-28D2-3668-86E8-0CF43635983F Server HD10.4 /Volumes/Server HD10.4
    Apr 23 14:17:13 localhost kernel[0]: ATY,BlueStar: vram [9c000000:04000000]
    Apr 23 14:17:13 localhost /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Apr 23 14:17:13 localhost configd[44]: AppleTalk startup
    Apr 23 14:17:13 Xserve configd[44]: setting hostname to "Xserve.local"
    Apr 23 14:17:13 Xserve loginwindow[79]: Login Window Started Security Agent
    Apr 23 14:17:15 Xserve mDNSResponder: Adding browse domain local.
    Apr 23 14:17:16 Xserve kernel[0]: AppleBCM5701Ethernet - en0 link active, 1000-Mbit, full duplex, symmetric flow control enabled
    Apr 23 14:17:18 Xserve configd[44]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Apr 23 14:17:18 Xserve configd[44]: posting notification com.apple.system.config.network_change
    Apr 23 14:17:18 Xserve lookupd[91]: lookupd (version 369.5) starting - Mon Apr 23 14:17:18 2007
    Apr 23 14:17:24 Xserve /usr/sbin/serialnumberd[195]: serialnumberd: Firewall rule #1 added to allow port 626.
    Apr 23 14:17:28 Xserve /usr/sbin/serveradmin: servermgr_ipfilter:ipfw config:Notice:Disabled firewall
    Apr 23 14:17:33 Xserve ntpdate[105]: getnetnum: "time.apple.com" invalid host number, line ignored
    Apr 23 14:17:33 Xserve ntpdate[105]: no servers can be used, exiting
    Apr 23 14:17:33 Xserve configd[44]: target=enable-network: disabled
    Apr 23 14:17:33 Xserve servermgrd: servermgr_dns: no name available via DNS for 192.168.100.102
    Apr 23 14:17:33 Xserve servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    Apr 23 14:17:34 Xserve configd[44]: AppleTalk startup failed, status = 92 (retrying)
    Apr 23 14:17:35 Xserve ntpd_initres[245]: couldn't resolve `time.apple.com', giving up on it
    Apr 23 14:17:35 Xserve configd[44]: AppleTalk startup
    Apr 23 14:17:41 Xserve configd[44]: AppleTalk startup complete
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 7 (Link Status Change) for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Link is down for SCSI Domain = 0.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 5 (External Bus Reset) for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: External Bus Reset for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 7 (Link Status Change) for SCSI Domain = 1
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Link is down for SCSI Domain = 1.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 5 (External Bus Reset) for SCSI Domain = 1
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: External Bus Reset for SCSI Domain = 1
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 8 (Loop State Change) for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Loop Initialization Packet for SCSI Domain = 0.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 8 (Loop State Change) for SCSI Domain = 1
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Loop Initialization Packet for SCSI Domain = 1.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 7 (Link Status Change) for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Link is active for SCSI Domain = 0.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 7 (Link Status Change) for SCSI Domain = 1
    Apr 23 14:18:00 Xserve kernel[0]: FusionFC: Link is active for SCSI Domain = 1.
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 6 (Rescan) for SCSI Domain = 0
    Apr 23 14:18:00 Xserve kernel[0]: FusionMPT: Notification = 6 (Rescan) for SCSI Domain = 1
    Apr 23 14:18:01 Xserve kernel[0]: hfs mount: enabling extended security on RamVol
    Apr 23 14:18:01 Xserve diskarbitrationd[46]: disk2s10 hfs FBF4AE84-A5B4-3901-8C4E-8369B12FB0D7 RamVol /Volumes/RamVol
    Apr 23 14:18:01 Xserve kernel[0]: hfs mount: enabling extended security on JobVol
    Apr 23 14:18:01 Xserve diskarbitrationd[46]: disk3s10 hfs EEABEBCD-B306-36E4-87CA-6A84907FF6FF JobVol /Volumes/JobVol
    Here is the Mac OS X Windows Error log:
    peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:19:32, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:19:32, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 11:19:32, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 11:19:32, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 11:26:06, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:26:06, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:26:06, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 11:26:06, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 11:26:06, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 11:51:37, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:51:37, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:51:37, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 11:51:37, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 23: ERRNO = Broken pipe
    [2007/04/23 11:51:37, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 11:54:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:54:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 11:54:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 11:54:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 11:54:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 12:23:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:23:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:23:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 12:23:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 12:23:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 12:26:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:26:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:26:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 12:26:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 23: ERRNO = Broken pipe
    [2007/04/23 12:26:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 12:58:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:58:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 12:58:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 12:58:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 12:58:52, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 13:27:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:27:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:27:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 13:27:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 13:27:35, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 13:30:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:30:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:30:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 13:30:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 23: ERRNO = Broken pipe
    [2007/04/23 13:30:53, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 13:58:42, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:58:42, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:58:42, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 13:58:42, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 23: ERRNO = Broken pipe
    [2007/04/23 13:58:42, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 13:58:42, 0] pdbods.c:odssamgetsampwnam(2329)
    odssam_getsampwnam: [0]getsam_recordattributes dsRecTypeStandard:Users no account for 'donh'!
    [2007/04/23 13:59:36, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:59:36, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 13:59:36, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 13:59:36, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 23: ERRNO = Broken pipe
    [2007/04/23 13:59:36, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 14:02:54, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 14:02:54, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:get_peeraddr(1016)
    getpeername failed. Error was Socket is not connected
    [2007/04/23 14:02:54, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:write_socketdata(446)
    writesocketdata: write failure. Error = Broken pipe
    [2007/04/23 14:02:54, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:writesocket(471)
    write_socket: Error writing 4 bytes to socket 6: ERRNO = Broken pipe
    [2007/04/23 14:02:54, 0] /SourceCache/samba/samba-100.4/samba/source/lib/utilsock.c:sendsmb(663)
    Error writing 4 bytes to client. -1. (Broken pipe)
    [2007/04/23 14:17:18, 0] /SourceCache/samba/samba-100.4/samba/source/smbd/server.c:main(789)
    smbd version 3.0.10 started.
    Copyright Andrew Tridgell and the Samba Team 1992-2004

    Hi
    Add a DNS record using the relevant DNS snap in tool on the AD Server for the mac server as it should improve server and network performance. OSX and especially OSX Server is absolutely dependent on a properly configured and tested DNS Service running somewhere. Apple recommend it as good practice even if you are just running simple file services like AFP.

  • TC delays every DNS lookup etc by 10-15s?

    When I initially bought and explored the settings of my 500GB Time Capsule, already running firmware v5.3.1, I found I could do more advanced stuff with DHCP and NAT than I could with my SpeedTouch DSL router, so I decided to try and offload those functions to my TC by disabling the relevant servers on the router and putting TC into "share a public IP address" mode.
    Everything worked, but web access slowed to a crawl; I'd see a delay of at least 10-15 seconds per page or lookup request before the page would load at normal speeds. The delay wasn't even associated with a backup-in-progress, which was my first suspect. I stopped short of reconfiguring my DSL router's IP routing to point directly to Time Capsule.
    I've now put the DSL router back in charge of DHCP+NAT functions, but am seeing no speed improvement to TC's wired or wireless clients. Only when plugged directly into the DSL router will a computer access the Internet as normal. My Time Capsule replaced an old Airport Extreme Base Station and a 4-port gigabit switch, but it feels like I've taken a step back in terms of speed and convenience.
    Current setup is as follows: my Time Capsule plugs directly into my DSL router and operates in bridge mode. I have an AirPort Express in another room operating as a WDS remote, and my Mac mini (as well as my PowerBook on occasion) plugs into Time Capsule. I've experimented switching TC between using my DSL router's DNS server and using my ISP's DNS servers, but no difference. Wired and wireless clients of TC are still experiencing the same slowdown problem, and I can't think why...

    I see a very similar issue, but it's been occurring on my laptop for 4 or 5 months, which must be way before 10.6.4. My roommate and friend's laptops all work fine on my network. And my laptop works fine on anyone else's network. But MY laptop on MY network always gives the abysmal DNS performance as described in the original post: 40% of requests time out. Wireless or wired, it doesn't matter. Exact same behavior.
    It also doesn't matter whether I use my Netgear router as DNS server, or my ISP, or OpenDNS, or Google. Exact same behavior.
    When I do a network trace, it looks like most DNS requests my computer sends out simply never get responded to. (Could they be malformed when they hit the wire? I don't even see an error reply) A few make it through. And when there's a IPv6 (AAAA) record sent, my computer returns a "port unreachable" ICMP message. A screenshot of all of this dialogue is here:
    http://img545.imageshack.us/i/screenshot20100913at114.png/
    I recently had opportunity to cancel my cable service, and reinstate it for a lower price. They came out, tested the line (strong signal), gave me a new cable box. Yet the issue persists. Exact same behavior.
    Firewall is disabled. I've deleted the network interfaces and added them back. Nothing helps.
    (As I recall, this issue may even have been present before I reinstalled 10.6 over 10.5, so I'm not too confident a total reinstall would help.)
    Any help? I'm about ready to buy a new laptop to fix this damned problem. Web browsing is nearly impossible, as is.

  • Leopard Internet Slowdown

    Comparing Apples to Apples, Leopard is SLOWER in Internet Speed Access than my old Tiger 10.4.10.
    Doing a speedcheck under Tiger gives me a 7341 reading...but my same system under Leopard comes out to 3431.
    Why the slowdown and apparent internet slowdown with the same exact hardware/airport/cable modem?
    Also, my Airport Signal strength in Tiger is a full 4 bars..but with Leopard it's only 3?
    Something in Leopard isn't handling things the same.
    Between email issues and internet access...I may stay with Tiger until 10.5 is fixed.

    if you haven't I would encourage you to add specific DNS servers for your ISP as Erik suggested - that fixed my problem when nothing else would
    Try Erik's solution - it fixed internet access for me -- in this thread -- http://discussions.apple.com/thread.jspa?threadID=1225208&tstart=0
    Larry:
    In my case, this is an issue with the DNS Server. In my set-up, I had a G5 with intermittent access, and a MacBook Pro & iMac G5 with no problems. There is only one difference in the configurations. The MBP and iMac had additional DNS addresses added into their network configuration from my last ISP. I had manually entered them, and never removed them. When I added the same DNS Servers to the G5, problem solved. When I removed them from the MBP, problem appears. This was not an issue in Tiger, and although I'm not sure why, I have determined a few other workarounds and contributors.
    First, in the Network Preferences, you can hit the Advanced... button and click the DNS tab to see your DNS Servers. Likely, you only see 10.0.1.1 or something similar which means the computer is getting DNS info (routing to internet servers) based on what the Airport Extreme/Express or other wireless router is sending through DHCP. If you have the actual DNS Server addresses from your ISP (or any ISP) you can add them here and probably fix your problem. Add them and click OK, followed by Apply.
    Now to the root of the problem in my case. By opening the Airport Admin Utility, and selecting my base station and clicking on the Internet tab, I can see that my Base Station is serving up two DNS Servers. One is it's own router number which falls into the 192.168.xxx.xxx range. I know this isn't a valid number. The second is the actual number from Cox (my ISP).
    So when the computer relies on DNS info delivered through Airport using DHCP, it is getting a bogus number first, but it keeps trying. Eventually, it might look at the 2nd option, which explains the delays. If you enter the DNS info directly into the System Preferences, it seems to ignore the DHCP version and go right to the site you want.
    Check with your ISP for a list of DNS Servers. Any server will work, just be sure it is from a reputable source. If your Airport shows two servers like mine, use the Network Utility to do a look-up on the non-192.168 number and see if it comes back as your ISP. If so, then you can probably just insert it as the first server on the Airport or add it to the Mac with the issues.
    I hope this makes sense and addresses your issue. It sure did help with mine.
    Erik
    Larry Nebel

  • Experiencing 2 kinds of Slowdowns with WRT300N

    Hi i have newly installed my wireless router WRT300N it has the standard options on.. With a ppoe internett connection.
    Problems:
    1.When a person downloads using wireless on the router(not using even close to full bandwith) all the other users connected experience a 90% slowdown on the're internett connection.
    Is this normal? with a wired router this has never been a problem.
    2.When using slower wireless netword cards then 54 mb/s the internett speed is reduced to 64k/64k instead of the full speed. while the ones connected 54 mb/s have full speed on there internett connection.
    Is there a option where i can speed up the connection with this setup?
    Thanks for reading any help would be great.

    I had 2.00.08 when i posted.. Tried upgrading the firmware to the one in the downloads section (2.00.13) But the upgrade got only to 20% and shutdown.. Trying to get the router reset to factory defaults now to get it to work... Functions only as a wired switch now.. With no dns service or gateway whatsoever.
    Does anyone know how to reset to factory conditions without having the router setup page available?
    Message Edited by Zanaxal on 09-23-200611:34 AM

  • Slow JDBC calls with wrong configured DNS

    We recently found out that a wrong configured DNS Server can cause oracle JDBC Clients to react extremly slow. (1 second per simple sql statment)
    We have found also that if the DNS server is disabled on server side (8.1.7.1 Oracle, Redhat 6.2 server) the system responds with normal speed.
    It seems for us that Reverse lookups are done for any SQL Statement sent from the client and not only for the first connection.
    Does anybody know how to disable this Reverse DNS-Lookups on Server side because this may also cause a slowdown if the DNS-Server is correctly configured or all clients are defined in /etc/hosts.
    Thank you in advance!

    We recently found out that a wrong configured DNS Server can cause oracle JDBC Clients to react extremly slow. (1 second per simple sql statment)
    We have found also that if the DNS server is disabled on server side (8.1.7.1 Oracle, Redhat 6.2 server) the system responds with normal speed.
    It seems for us that Reverse lookups are done for any SQL Statement sent from the client and not only for the first connection.
    Does anybody know how to disable this Reverse DNS-Lookups on Server side because this may also cause a slowdown if the DNS-Server is correctly configured or all clients are defined in /etc/hosts.
    Thank you in advance!

Maybe you are looking for

  • Sharpness of photos

    When I transfer photos into IMovie from either Iphoto or as clips, they lose sharpness. Is there any way to avoid this and why does this happen?

  • Help needed to call a servlet from an applet

    Hi, can someone help me with the way to call a servlet from an applet. actually on click of a button i wanna call my servlet and save some data in DB. i am not able to call my servlet. see the sample code which i am trying.. public void actionPerform

  • Reconciliation Accounts

    Hi, Please some one explain what is Reconciliation Account? what is the purpose of it in IR and IP. Please guid me with example. Thanks, Pria.

  • I am not understanding this loop.

    HI gurus, I am getting some problem understanding this code. for rec in ( select vwpo.viol_wf_process_order_id ----- which retrieves two id's 1000, 900 from vp_owner.viol_wf_process_orders vwpo, vp_owner.viol_wf_processes vwp where vwpo.viol_wf_proce

  • Formatted Text Edit - Formatting icons not visible

    Hi, I  am using Formatted Text Edit in a view. The problem is that the formatting icons  (bold, italics etc.) are not rendered on the browser for a user with Arabic locale.Instead of the icons, I see a cross. This happens in IE, Mozilla as well as in