DNS messages in log file

Hi all: I am seeing many errors in /var/log/messages. Here are a few
Aug 12 20:45:05 GR13 [NCPL]: client 10.1.2.15#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Aug 12 20:45:05 GR13 [NCPL]: client 10.2.2.11#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Aug 12 20:45:05 GR13 [NCPL]: client 10.2.2.12#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Not sure what this message is saying. Can you enlighten me? Thanks, Chris.

Originally Posted by Chris
Hi all: I am seeing many errors in /var/log/messages. Here are a few
Aug 12 20:45:05 GR13 [NCPL]: client 10.1.2.15#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Aug 12 20:45:05 GR13 [NCPL]: client 10.2.2.11#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Aug 12 20:45:05 GR13 [NCPL]: client 10.2.2.12#53: updating zone 'vrapc.cxm/IN': Unsupported RR(255): discarding
Not sure what this message is saying. Can you enlighten me? Thanks, Chris.
Was this a migration from NetWare? And do you have DDNS configured? If so, refer to TID 7003923 as found here: Dynamic DNS (DDNS) Fails To Work After Migrating From NetWare to OES Linux

Similar Messages

  • Printing messages in Log File and Output File using Dbms_output.put_line

    Hi,
    I have a requirement of printing messages in log file and output file using dbms_output.put_line instead of fnd_file.put_line API.
    Please let me know how can I achieve this.
    I tried using a function to print messages and calling that function in my main package where ever there is fnd_file.put_line. But this approach is not required by the business.
    So let me know how I can achieve this functionality.
    Regards
    Sandy

    What is the requirement that doesn't allow you using fnd_file.put_line?
    Please see the following links.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Dbms_output.put_line+AND+Log+AND+messages&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%22dbms_output.put_line+%22+AND+concurrent&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • DNS: The selected log file does not exist

    Hi to all,
    I am using Lion Server on a Mac Mini and everything seems to work fine. However, when I want to check my DNS log file (Server Admin > DNS > Log) I get a message that "The selected log file does not exist"! Stopping and starting the DNS service doesn't help. Anyone any idee how to view the log file within the Server Admin app?
    Thanks in advance!
    Ewald.

    hi John!
    if you have time, patience, and squared balls (just for laugh! ):
    Use "strace" to trace all system calls a binary make... System calls like "open" file and "close" file =)
    That's say, we are going to "trace the files opened by specific application".
    "Strace" in MacOSX comes with Developer Tools, so you'll need to install these to continue.
    First you have to know which are the Applications in the game, because "Server Admin" is a client-server application, there will be a client application in the client machine, and a server application running in the server.
    You have to trace the server application running in the server. It will be the one which opens the log file, and sends the data to the client application.
    I've made some previous investigation about the Server Admin Log parser (see https://discussions.apple.com/thread/3352647?start=0&tstart=0).
    Also will be helpfull to read a little bit about strace ( http://linux.die.net/man/1/strace )
    Here i do my bet, maybe that command line is what you look for:
    #sudo strace launchctl load -w /System/Library/LaunchDaemons/com.apple.ServerPerfLog.plist | grep "open"
    sudo: do as super user
    strace: trace the binary
    launchctl: system service
    load -w file: load, as defined in this file
    | grep open: and substract just the "open file" traces
    Let me know if that gives you more clues!
    regards, T

  • Show RMAN  message in log file and screen at same time

    Is there any way I can save all RMAN message in a log file and also show on standar out (screen).
    Thanks

    Hi,
    You can try a shell script like this if you are using linux:
    #!/bin/sh
    # Name: test_backup
    # Author: Tad_cs
    # Description: Executes backup using the RMAN
    export ORACLE_HOME=$1
    export ORACLE_SID=$2
    export LOG_DIR=$3
    # Variables:
    SCRIPT="test_backup"
    data_log=`date '+%y-%m-%d_%H:%M:%S'`
    logfile=${LOG_DIR}/${SCRIPT}-${data_log}.log
    # Execution of script backup of rman:
    $ORACLE_HOME/bin/rman <<EOF > $logfile
    connect target rman/rman
    connect catalog rman/rman
    run { execute script test_backup; }
    EOF
    exitSo, While the script is performing, you can open other screen, search for
    the log that is generating, and see the contents using:
    tail -f log_file_name.logIs this you need?
    []´s

  • Write error messages in log file.

    Hi,
    I want to use a log file to store messages instead of server log. Can anybody give me idea.
    Thankyou.....

    Hi, could DBA check MS SQL Server connection logs???
    May be server has some limits (for example sessions, memory and e.t.c.)

  • Job console messages in log file

    Hi All,
    Is there a log file which logs the job console messages...where is it located ...we are on V11.1.2.,,....We have a issue with Job console validation......when a EPMA planning application is validated...it has some errors....but when we try to open the attachment to get more details...a new window opens and closes immediatly...
    how can we check the error messages?

    In IE try going to Internet Options > Security > Custom Level > Downloads > File Downloads > enable
    This should allow the text file to open when you try to open the attachment.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Warning 11 message in log files

    I had Sun One Identity Synchronization for Windows working with AD. I removed the Message Queue when I upgrade another DS on the machine which broke the Idsync. I have reinstalled the packages for IMS3_0_1 that I removed. The Message Queue is starting and appears to be loading the correct data. However, when I do a /etc/init.d/isw start, the Idsync does not come up and I get the following error messages in isw watchdog error.log file:
    [07/Jan/2005:15:53:42.351 -0700] INFO 10 "Log opened. Identity Synchronization for Windows build 2004.100.1537. Java runtime version is 1.4.2_04."
    [07/Jan/2005:15:53:42.398 -0700] WARNING 11 m1ldap "The WatchDog failed to start process [Process Id [1105138422385] Name [CNN101] Execution Interval [60000] ]"
    [07/Jan/2005:15:53:42.401 -0700] WARNING 11 m1ldap "The WatchDog failed to start process [Process Id [1105138422388] Name [Central Logger] Execution Interval [60000] ]"
    [07/Jan/2005:15:53:42.410 -0700] WARNING 11 m1ldap "The WatchDog failed to start process [Process Id [1105138422387] Name [System Manager] Execution Interval [60000] ]"
    [07/Jan/2005:15:53:42.413 -0700] WARNING 11 m1ldap "The WatchDog failed to start process [Process Id [1105138422386] Name [CNN100] Execution Interval [60000] ]"
    I have another instance of Idsyc running, and have started the Message Queue using -verbose to compare if the two are starting the same and they are. Would anyone be able to tell me what the Warning 11 messages mean?
    Thanks
    Randy

    Okay, this is resolved. I moved the jdk to another directory as well in an attempt to do some house cleaning. I thought I had made the necessary changes in all the right places. Just for the fun of it, I made a copy of the jdk to the original directory then everything started working again. So I am guessing that the Warning 11 message must mean that there is not a valid java executable for the components and subcomponenets to start.
    Well, that saves me a weekend of work. Now onto other things!
    Thanks
    Randy

  • Pptp error messages in log-files.

    Hi!
    I've got internet connection from my provider via VPN. After configuring network (article  Microsoft VPN client setup with pptpclient) internet works, but many error messages appears in daemon.log and messages.log like that:
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541962 (expecting 1541920, lost or reordered)
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541963 (expecting 1541920, lost or reordered)
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541964 (expecting 1541920, lost or reordered)
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541965 (expecting 1541920, lost or reordered)
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541966 (expecting 1541920, lost or reordered)
    Jan  2 17:21:40 localhost pptp[4510]: anon log[decaps_gre:pptp_gre.c:414]: buffering packet 1541967 (expecting 1541920, lost or reordered)
    After a few days this two log files are bigger then 2Gb. Could you please help me find out the reason of this messages?
    Best regards.

    Hi, Joerg. Welcome to the Discussions.
    1. re: Smart Crash Reports error. "Smart Crash Reports" is an Unsanity hack. Either you installed it or it was perhaps installed by another of their hacks you have installed. In either case, that's a question for Unsanity to answer.
    2. re: The SpeedTools extension you cited. Check their documentation or their Web site for instructions on uninstalling the extension. You may be able to start up in Safe Mode (which prevents third-party kernel extensions from loading), then drag it from the Macintosh HD > System > Library > Extensions folder to your desktop, then restart your Mac. However, I'd check the SpeedTools documentation first. See my "Uninstalling applications" FAQ for important advice on uninstalling software.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Syslogd -u not writing network messages to log file

    i'm trying to get remote logging of airport bs debug level log message to work.
    the airport bs it's doing it's part according to tcpdump:
    # tcpdump -i en1 port syslog
    tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
    listening on en1, link-type EN10MB (Ethernet), capture size 96 bytes
    11:56:39.332886 IP 10.0.1.1.syslog > 10.0.1.198.syslog: SYSLOG local0.notice, length: 71
    12:01:10.037655 IP 10.0.1.1.syslog > 10.0.1.198.syslog: SYSLOG local0.notice, length: 71
    12:07:57.786033 IP 10.0.1.1.syslog > 10.0.1.198.syslog: SYSLOG local0.debug, length: 100
    etc...
    config looks appropriate in /etc/syslog.conf:
    local0.* /var/log/appfirewall.log
    and the log file exists.
    the syslog launchctl file says:
    <string>/usr/sbin/syslogd</string>
    <string>-u</string>
    <string>-c 7</string>
    and ps confirms that the options are working:
    /usr/sbin/syslogd -u -c 7
    but the log messages i see arriving from the bs aren't being written to the log file and don't see a network socket for the udp receiver in the netstat -a output.
    i suspect that syslogd configuration may have been moved out of /etc and the airport help topics haven't been updated to reflect the new methods.
    any ideas or pointers?

    i found the answer. there's a section at the end of /System/Library/LaunchDaemons/com.apple.syslogd.plist that needs uncommenting to enable the udp listener.

  • CSS 11800 show many server up/down message in log file

    My customer use css 11800 running 6.10 Build 304 software for server load-blance
    I config default http keepalive to probe the server status like below.
    service WWW2
    ip address 163.29.x.x
    keepalive type http
    active
    service WWW3
    ip address 163.29.x.x
    keepalive type http
    active
    Since last week,I found many server up/down message in sys.log file
    SEP 20 01:22:36 7/1 1145 NETMAN-2: Enterprise:Service Transition:dpsvr2 -> down
    SEP 20 01:22:41 7/1 1146 NETMAN-2: Enterprise:Service Transition:amd52 -> down
    SEP 20 01:24:26 7/1 1147 NETMAN-5: Enterprise:Service Transition:amd52 -> alive
    SEP 20 01:24:56 7/1 1148 NETMAN-5: Enterprise:Service Transition:dpsvr2 -> alive
    SEP 20 03:20:06 7/1 1149 NETMAN-2: Enterprise:Service Transition:WWW3 -> down
    SEP 20 03:20:16 7/1 1150 NETMAN-5: Enterprise:Service Transition:WWW3 -> alive
    SEP 20 07:00:57 7/1 1151 NETMAN-2: Enterprise:Service Transition:www5 -> down
    SEP 20 07:01:11 7/1 1152 NETMAN-5: Enterprise:Service Transition:www5 -> alive
    The server status change down to up,almost during 20 sec only,and We can access the server without any problem at the same time
    Does this is a software bug.If not,How do I trace this problem,thks!!

    capture a sniffer trace to see exactly what's going on.
    Going to the server with a browser may work because using GET/POST method, but the CSS configured the way you did will use a HEAD method which could be a problem for your server.
    The server could be slow to respond as well.
    Try to increase the keepalive frequence since the timeout is linked to the frequency.
    Finally, you may want to configure a url to poll with the command 'keepalive uri .....'
    Once again, by simply sniffing between the CSS and the server, you will know exactly where is the problem.
    Gilles.

  • Writing messages to log file from database procedures

    Folks,
    Is there a way by which I will be able to write messages from a database procedure to a log file? I would like to know what a procedure is doing and if it has failed or suceeded just as we do in a Unix shell script where we can direct messages to a file.
    e.g. echo 'step 34 completed' >> $X_LOG
    Is there a log file in Oracle where we can check if a procedure has failed and what was the error. I am using Oracle 9i.
    Thanks.

    Hello,
    I do not agree. have you taken a look at Oracle9i Supplied PL/SQL Packages and Types Reference?
    You can use UTL_FILE and DBMS_OUTPUT to achieve exactly what you want.
    Rgds
    Fidel

  • SQLScript , writing messages to log file

    Hi,
    We're developing SQLScript and executing them directly on Unix via Unix command HDBSQL. We use the -o keyword with HDBSQL to write messages like comments, custom errors into a log file. The only way we know how to force custom messages into the log file is the SELECT "Text" FROM DUMMY.
    Now our SQL consists of multiple procedures that may be called in a nested fashion i.e Proc 1 calls Proc 2 which in turn calls Proc 3. We noticed that the SELECT FROM DUMMY way of writing comments into the log only works if the procedure is the first procedure in the line of nested calls(Proc 1). SELECT FROM DUMMY from a  sub/nested procedure does not make it to the log file.
    Is there any other way we can achieve this? Other DBs have options like DBMS.output which work well in such scenarios.
    I would like to thank this group for being ever so helpful in all the issues we have faced so far.
    Regards,
    Nehal

    Hello,
    I do not agree. have you taken a look at Oracle9i Supplied PL/SQL Packages and Types Reference?
    You can use UTL_FILE and DBMS_OUTPUT to achieve exactly what you want.
    Rgds
    Fidel

  • How to Write Soap Message to Log File

    Hello users,
    Is there a config setting that causes soap messages to be written to the server log. I'm using JBoss/Turnkey. I found a reference in the JBoss documentation (Ch 5 J2EE Web Services) that offers this guidance:
    (5.4. Monitoring webservices requests)
    When processing web services requests, it is often useful to be able to observe the actual messages being passed between the client and the server. JBoss logs this information in the org.jboss.axis.transport.http.AxisServlet category.
    To enable web services logging, add the following debug category to the log4j.xml file:
    <category name="org.jboss.axis.transport.http.AxisServlet">
    <priority value="DEBUG"/>
    </category>
    When enabled, all SOAP requests and responses will be logged to the server.log file.
    Tried it but not working yet. Thanks for any help.
    Jesse

    http://www.google.com/search?q=java+web+service+tutorial&meta=

  • Exchange Server 2010 - Message Tracking Logs - Log file creation

    Hi,
    I would like to find out on the behavior of the exchange server in the way that it logs the message tracking.
    Currently the parameter used is 
    MessageTrackingLogMaxDirectorySize - 10GBMessageTrackingLogMaxAge - 30daysI would like to check when the Max Directory Size has exceeded the value indicated, does Exchange server immediately deletes the oldest log file to make space for the new logs?And in the event that the oldest file is being open or locked, will exchange server delete the next oldest file? or it will reattempt to delete the "locked" file for a period of time?Lastly, when these "oldest" files is not able to be deleted, will exchange server stops logging new tracking events?Thanks!

    Hi Zack,
    Thank you for your question.
    If you have configured the parameter of “MessageTrackingLogMaxDirectorySize” and “MessageTrackingLogMaxAge”, we think you have enable circular logging, it will delete the oldest message tracking log files for new log file when the either of the following
    conditions is true:
    The message tracking log directory reaches its specified maximum size.
    A message tracking log file reaches its specified maximum age.
    In addition, it didn’t exceeded the value indicated.
    If there are any questions regarding this issue, please be free to let me know. 
    Best Regard,
    Jim
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Jim Xu
    TechNet Community Support

  • Message tracking centre log files

    1) If message tracking is enabled, any idea where exactly the physical log files reside on windows 2008 server?2)
    2) if message tracking logs only go back 30 days, is there anyway to restore older logs from backups so they can be searched in tracking centre?
    3) is there any 3rd party tools that can search/parse message tracking logs, so you can just restore the raw log files from the backup and not have to touch the live system?
    this if for exchange 2010.

    Hi,
    1) If message tracking is enabled, any idea where exactly the physical log files reside on windows 2008 server?
    A: By default, the message tracking log files exist in %ExchangeInstallPath%TransportRoles\Logs\MessageTracking. For Exchange 2010, the logs are generally stored in C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\MessageTracking
    directory. On an Exchange 2013 Mailbox server, you can use the Set-TransportServer cmdlet to set the log path, for example:
    Set-TransportServer Exchange01 -MessageTrackingLogPath "D:\Message Tracking"
    2) if message tracking logs only go back 30 days, is there anyway to restore older logs from backups so they can be searched in tracking centre?
    A: Also, we can use the Set-TransportServer cmdlet to set the maximum age of a message tracking log file. The example sets the maximum age of a message tracking log file to 45 days:
    Set-TransportServer Exchange01 -MessageTrackingLogMaxAge 45.00:00:00
    For more information about how to configure Message Tracking, please refer to:
    http://technet.microsoft.com/en-us/library/aa997984(v=exchg.141).aspx
    3) is there any 3rd party tools that can search/parse message tracking logs, so you can just restore the raw log files from the backup and not have to touch the live system?
    A: Exchange 2010 also have message tracking tool in Exchange Management Console to search the Message Tracking Log. For more information about it, please refer to Searching the Message Tracking Logs by Using the Exchange Management Console
    part in the following article:
    http://technet.microsoft.com/en-us/library/bb124926(v=exchg.141).aspx
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for

  • Error while opening the OBIA 7.9.6.3 RPD in Online mode

    [nQSError:13024] Successful completion of init block 'EBS Security Context' is required. [nQSError:37001] Could not connect to the Oracle BI Server instance Edited by: 993897 on Apr 25, 2013 4:48 AM

  • CÁMARA no inicia CAMERA DOESN'T work !!!

    Tengo un Q10 comprado el 16/03/2015 y nunca he conseguido que funcionase la cámara principal más de dos-tres veces seguidas. He actualizado el sistema operativo, he instalado un sys.camera 10.200.1.50.bar y tampoco, he vuelto el sistema 10.3.1.1779 q

  • RSS Feed Rejected?

    RSS Feed: http://feed.podcastmachine.com/podcasts/9160/mp3.rss I had a topic a few days ago entitled, "Issue with Subscribing" Thanks to some immaculate help I found out that my RSS feed host server basically broke so I had to re-start from scratch.

  • Please recommend between Macbook pro retina and non-retina.

    I need to buy Macbook pro 13 but confused between Retina & non-retina. My main use is internet browsing, watching movies, & email (movies with mainly bluray) So what would you recommend? Does the non retina plays movies (bluray) with good quality?

  • Computer startup failure after software update

    After downloading the recent OSX software update last week, I shut down for the day. Upon restarting the next day, the computer won't start up. It gets to the point of the grey screen with apple logo (though no progress indicator). It also won't star