Running syslog without name lookup - what property?

All
I'm trying to run the syslog daemon (system-log in SMF) and prevent name lookups. We are logging many network devices to a central syslog server, and many of the switches don't have defined names in DNS. I want syslog to record the IP of the incoming packet, and not attempt a name lookup of the incoming IP. What SMF property in system-log controls this? Not having any luck finding information on this.
thanks

As far as i can determine from the OpenSolaris source, the hostname lookup feature is enabled automatically when the syslogd process is configured to handle remote log messages, and it seems there is no way of disabling it.
An alternative solution in this case is to switch to the syslog-ng (syslog Next Generation) open source syslog-daemon. Syslog-ng is quite more advanced and has a lot of nice features which aids the maintaining of larger environments.
With syslog-ng you disable hostname lookups by using the attribute 'use_dns'.
.7/M.

Similar Messages

  • Old ipod says its up to date but wont run apps without new ios. what to do?

    i had a samsung galaxy player but realized that i wanted an ipod back. I got an older version one thinking that the apps would work on it but due to the ios version it wont. i cant afford a new ipod but i need these apps to work. what can i do?

    Nothing you can do as older versions of these apps are no longer available and you can't update your iPod further.  All you can do is sell it and get a newer one or do without the apps.

  • WlwBuild task runs forever without being stop - what is wrong?

    Hi all,
    We use CruiseControl to run a build for our application on Sun server every morning. Since last Saturday morning, the build has been running on the server. It normally takes 30mins in total to run the build. The last line of log message I got is "Starting the wlwBuild..."
    We didn't make any changes on the build file. It just happened all in a sudden. I have manually run an ant build on the server, however, I encounter the same problem.
    I suspect it is something to do with the wlwBuild. Could anyone give us some idea how this happened and what can we do to solve the issue?
    We are close to a deadline for a test release. The problem become very critical for us. We are currently using Weblogic 8.1 workshop.
    Any input is highly appreciated!!
    Thanks,
    Agnes

    The wlwBuild process is hung each time we ran it. We suspect the issue is caused by the library collapsed.
    Any suggestion to recover the library, please?
    Any input is appreciated!!!
    Please help!

  • My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    My bank id works with IE but not in Firefox, even if I run without extensions. What is the problem?

    Make sure you are using the correct user name / password.
    https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can
    https://support.mozilla.org/en-US/kb/secure-connection-failed-error-message

  • "Cannot run name lookup" message

    We are currently trying to installed LMS 4.0 on a VM Ware instance of Windows 2008r2, and getting the error "cannot run name lookup" message when launching the installation.  We are launching the Win2008 patch and it asks for the desination of the LMS application then spits out this message.
    Anyone have any ideas?
    Thanks.
    Kimberly

    Indeed, all I can suggest is to do the install as the local administrator and consider taking the machine out of the domain until the install is done.
    But I guess you have seen the document  regarding LMS installation: https://supportforums.cisco.com/docs/DOC-9132
    Cheers,
    Michel

  • Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2008 iMac which is running 10.6.8. What does this mean?

    Why has my monitor suddenly begun to have a moiré pattern all over – it is even showing up on my icons on the dock? It appears to be very thin bright green vertical lines. I have a 2007 iMac which is running 10.6.8. What does this mean? I've attached some screen shots below.
    Also experiencing some funky issues with my wireless keyboard. With new batteries, it will just stop functioning. Certain keys intermittently won't work. Also the fans go on as soon as I turn the computer on - some times they stay on and sometimes they don't. Ever since upgrading the operating system - I've been having many issues with this iMac. Not happy. Any answers out there?

    Thanks for your reply LexSchellings, There is no disc in the drive and I went through the suggestions you put forward on the phone with Apple support without any luck. I can put a disc in but it pops straight back out again without registering on finder.
    The idea of using an external drive was to enable me to avoid the cost and loss of productivity whilst machine in repair... if I have to take it in to get the old drive removed than I might as well have a new internal drive put in, although I do worry about the reliability of these apple drives given my experience with this one coupled with my limited online research ... on line forums seem to be full of people with the same problem (although perhaps searching such forums is bound to make it seem a common problem as users with perfectly working machines are less likely to post (?)) Your reply suggests that no external drive will work whilst the existing drive is in place.
    As a postscript: I do realise that this is a user forum ...my secondary question was asking if anyone knows how to put forward a case/complaint to Apple... I can't find a link on the support page that would enable me to do so and I was wondering if anyone on this user forum had any ideas/experience..

  • How to get a parameter without name in JSP?

    hi everyone, My question is how to get a parameter without name in JSP? I have two pages, 1.html and 2.jsp.
    in 1.html, I embeds some Javascript codes in HTML contents like below ( changed < to ( , > to )):
    function toSubWin( obj )
    window.open('test.jsp?'+obj.firstChild.toString(),'sw');
    (a onClick='toSubWin(this)'style="background:green")focus(/a)
    How can I get the parameter in 2.jsp?
    THANK YOU IN ADVANCE!!

    Does obj.firstChild.toString() evaluate to a "name=value" type of String ?
    Or better what does obj.firstChild.toString(),'sw' evaluate to ? It has to end up in a name=value format, else its just gibberish appended to the url.
    In the jsp, you have to obviously know the name to get the parameter. There's a getParameterNames() method which returns you a Collection of parameter names as Strings, you could probably use that to retrieve the param values.
    Then there's a getParameterMap() method which returns an immutable Map containing parameter names as keys and parameter values as map values. The keys in the parameter map are of type String. The values in the parameter map are of type String array.
    However to what ends you employ them in a program which doesnt know its inputs is a different story.
    cheers,
    ram.

  • How to change the "name of column" property of an text item in runtime?

    How to change the "name of column" property of an text item in runtime?
    I look the properties of items in help and found nothing about this!
    It's possible?

    Hi,
    an other solution is change the block property QUERY_DATA_SOURCE_TYPE from "Table" to "Sub-query" , than change at run time the property QUERY_DATA_SOURCE_NAME.
    First create block and add items
    The QUERY_DATA_SOURCE_NAME will be for ex. "Select 'A' as col1, 'B' AS col2, 'C' as col3 from dual"
    Set into items the column name property to col1 , col2 ...
    At run time change the query to "Select 'Z' as col1, 'X' as col2 , 'Y' as col3 from dual"
    in this way you can change the source of column value.
    Caution because if you change value type from varchar2 to date you must cast date into varchar2.
    May be that this way is valid only for view data not for insert-update, i don't remember.
    bye
    Message was edited by:
    Killernero

  • I have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    i have connected my macbook pro to my tv via MDP to HDMI port cable, all that is showing up is the basic desktop image without any icons, what do i do to correct this

    Your MBP is running in "extended desktop" mode, where the two screens together make one larger area to display windows. You can drag one or more windows from the primary (internal) screen to the secondary (TV) screen. By default, the secondary screen is off to the right of the primary screen.
    If you would prefer the two screens show the same image, you want to switch to "mirroring" mode. You will have to pick a single resolution for both screens, which may look poor on one or the other.
    Both the relative positions of the two screens in extended desktop mode and the switch to mirroring mode can be set in System Preferences > Displays > Arrangement.

  • How to specify alias name in system property while making 2way SSL con ?

    Hi All,
    I am tring to run a java client with 2way SSL which uses CAC card as keystore for the client. I have addded the following system property in my client program to make it work and change the java.security file to add pcks11 provider.
    System.setProperty("javax.net.ssl.keyStoreType", "pkcs11");
    System.setProperty("javax.net.debug", "ssl");
    The program works fine and handshake is successfully done . But the problem is when i have more than one trusted certificate in the CAC card, it take a default certificate. I want to specify the certificate that should be used to do the client auth maybe specify the alias name . I didnt find any system property to do so.
    Please let me know how to specify alias name as system property so that the 2way SSL used the specified alias for the client auth or is there any other way to specify the alias name. As in case i acccess the server URL from any browser i get a certificate selection prompt and the connection is established with the selected certificate.
    Thanks in advanced,
    Ruhul

    I didn't find any system property to do so.There isn't one.
    Please let me know how to specify alias name as system propertyYou can't.
    You would have to write a custom KeyManager. See the JSSE Reference Guide.

  • What property of the 'Nokia Camera' "highres" (hig...

    Hello,
    I use Nokia Lumia 1020, and I'm wondering exactly what property of 'Nokia Camera' "highres" (high resolution) photos make them hidden from 'Camera Roll' and 'Photos'!
    As you know, each photo is saved as a 'low resolution' (5MP) and a 'high resolution' (with suffix 'highres') (34MP or 38MP) copies.
    And only the low resolution copy is shown in 'Camera Roll' and 'Photos' apps. The highres copy is hidden. In fact, as soon as the low resolution copy is deleted, the photo disappears from 'Camera Roll' and 'Photos' even though the highres copy is still intact.
    I transferred the highres copy into my Nokia 808 PureView and did a 100% resize (i.e. no change in size/resolution) using the Gallery editing, and I put this new picture (exact same resolution and dpi) back into my Nokia Lumia 1020, and now it appears in 'Camera Roll' and 'Photos' even though it is still 'high resolution'!
    In another experiment, I took pictures using the "ProShot" app and deleted the low resolution copy. And the high resolution copy was capable of appearing in 'Camera Roll' and 'Photos'!
    Also the highres copies of pictures do not generate thumbnail preview in the desktop when I connect my Nokia Lumia 1020 to my desktop and browse the camera roll folder; i.e. you can only see the low resolution copies in the thumbnails. However, the high resolution photos from ProShot are perfectly fine and generate thumbnail views.
    So basically, all these observations indicate that the "Nokia Camera" app does something to the highres photos that make them hidden in the 'Camera Roll' and 'Photos' and also cause them to not generate thumbnail views during desktop browsing.
    I compared all the image properties of the highres photos (taken by Nokia Camera) before and after passing them through Nokia 808 PureView hoping that I could discover the property that was the culprit for this behavior. However, to my surprise, all properties were identical! And the file name and file size were not the culprit either.
    So I'm hoping that someone here can shed some light on this weird issue.
    (The reason this is important for me is that I want to save space on my Lumia 1020 by deleting the low resolution copies. One approach can be using ProShot and keep only the high resolution copies. However, currently ProShot (or any other camera app) cannot be started by the camera button due to API issues. So I'm stuck with the 'Nokia Camera' app. Another approach which I have been doing till now is to pass all the highres photos through my 808 PureView and then put them back into Lumia 1020 (and then I delete the original low and high resolution copies). However, this approach is cumbersome especially when I take lots of pictures. So, I'm hoping that by modifying some property of the highres pictures, I can easily make them behave normally like other high resolution pictures.)
    Thanks a lot for any input.
    P.S.
    The high resolution copies from ProShot and from passing through 808 PureView are perfectly shareable, editable, MMSable, and uploadable, so there is really no need for the low resolution copies. This makes me wonder why this dual copy saving method was devised in the first place! The argument is that Windows Phone doesn't have a dedicated ISP for the camera (like Symbian 808 PureView) and that the central processor alone is not powerful enough to handle high resolution photos. However, I have been able to do everything with the 34MP or 38MP pictures on my Lumia 1020, and I always delete the low resolution copies.

    The 808 has a dedicated processor which allows the Pureview images to be shown within the OS. The 1020 lacks this processor and the Pureview images are taken and stored/edited outside the OS control which is why they are not visable. Once you do the processing you do I am guessing the new highres images (while visable in the OS) will no longer have the properties the original pureview images have and you can't do non-destructive edits anymore like you can with the originals.
    Click on the blue Star Icon below if my advice has helped you or press the 'Accept As Solution' link if I solved your problem..

  • How to run report without report server

    hi
    my question : how i can run report without using the report server; by simple URL to the report stored in directory and accessing by HTTPserver; and the report is running by the local client runtime.
    thinks for replay

    hello,
    what you could try, is to associate the RDF/REP extension with a mimetype (e.g. application/oracle.reports) on the server and then add this mimetype to the browser applications associated with the reports runtime executable.
    regards,
    the oracle reports team

  • Music without name and out of order

    when i import the cds to itunes, the songs appear without the name ou artist, and they are not together (all tracks 01 from all album are together). does anybody knows how to fix it? when i import the cds to my other computer (with old itunes) the songs from the same album are together and appears the name of the song and artist.

    but when i imported with the new software, i got no info.
    For clarification, is "the new software" a new version of iTunes or a different program you've started using?
    The reason I ask is that, although this hasn't come up for a while, as I recall iTunes only gets information from the CDDB for tracks that have been imported with iTunes.
    So if you're using a different application that doesn't tag the files, iTunes would not know or be able to find out what they are.
    If you are using iTunes though, here's something for you to try.
    Ctrl-click the tracks from one album so that they're all highlighted.
    Then go to the iTunes Advanced menu > Get CD Track Names.
    What happens?

  • To run MRP without considering unrestricted stock

    Hi,
    Is it possible to run MRP without considering unrestricted stock of the material?
    Best Regards,
    Sitaraman

    Dear All,
    Thanks a lot for your response to this thread.
    In fact i tried the option of providing value 1 to exclude the storage location stock from the MRP. But it did not fulfil my requirement.
    My requirement is as below:
    The business wants to create the material requirement by manual reservations.
    Also for this MRP run except this manual reservations all other issue elements, receipt elements and stocks should not get considered.
    With checking group configuration i am able to exclude all other issue, receipt and stock elements. But in this settings there is no option to exclude the unrestricted stock.
    What happened when i tried giving 1 in MRP 4 view to exclude the storage location stock, the system not only excludes the stock but also it excludes the storage location from MRP run. Meaning...
    Plant   XXXX
    SLOC YYYY
    SLOC - YYYY current stock: 100
    Manual reservation created (requirement) for SLOC -YYYY : 50
    The expectation out of MRP run is, to create procurement proposals for 50 numbers with out considering SLOC - YYYY stock of 100 and not to exclude the SLOC YYYY itself.
    Best Regards,
    Sitaraman

  • Running SchemaTool without a database

    Is it possible to run SchemaTool without a database?
    I want to generate the SQLs during the build process and
    use them to create the tables during deployment. I tried
    putting a <persistent-types> block in system.prefs so that
    SchemaTool will not try to keep track of the types in
    database but it still try to connect to the database when
    I run it with the following options:
    -action refresh -outfile <sql-file> <jdo-file>
    Any idea?
    Yan

    Yan Or <[email protected]> writes:
    Is it possible to run SchemaTool without a database?
    I want to generate the SQLs during the build process and
    use them to create the tables during deployment. I tried
    putting a <persistent-types> block in system.prefs so that
    SchemaTool will not try to keep track of the types in
    database but it still try to connect to the database when
    I run it with the following options:
    -action refresh -outfile <sql-file> <jdo-file>
    Any idea?Yan,
    Currently, we always connect to the datastore to retrieve a list of
    existing tables and columns so that we know what modifications need to
    be made. Being able to create complete SQL scripts with no DB connection
    would be useful. I've added it as a feature enhancement to our bug
    tracking database:
    http://bugzilla.solarmetric.com:8080/show_bug.cgi?id=189
    In the mean time, you can create the appropriate SQL by creating a blank
    schema in the target data store and executing the schematool against it
    using the '-outfile' option.
    -Patrick
    Patrick Linskey [email protected]
    SolarMetric Inc. http://www.solarmetric.com

Maybe you are looking for

  • You do not have permissions to open the dashboard

    On a clean install of 2012 R2, I joined an existing domain and added the Essentials role.  After that, I configured it which took about 5 minutes.  At the end, it placed an icon on the desktop called "Dashboard".  It will not allow me to open this no

  • Query Drilldown problem

    Hi All, We are working on BI7.0 and facing a weird problem. As in BW 3.5, when i execute a query on the web and utilize change drilldown feature for characterstics in the rows to "horizontal" option, the characteristic jumps from rows to columns in t

  • Use of ThreadLocal in EJB to store Transaction id

    Hi , I my application we need to retain the transaction id for logging . We had a facade layer which are stateless session beans . We use an EJB interceptor to get the transaction id from the request object and put it in a threadlocal . We retrive th

  • Error: com.sap.engine.interfaces.messaging.api.exception.RetryControlException: Receiver Determination did not find any receivers at all

    Hello, I have an issue configuring a simple File Adapter Content Conversion, it will be great to give me some support as I'am new in the PO Environment. Iam reading a flat file and trying to write into an XML in the same FTP server I have a 1 to 1 Ma

  • Problems with jdk 1.4.2_03

    Hi, I know that this question has been made many times but I can't get solve my problem. I have jdk 1.4.2_03 and I'm using IE 6 I have been reading "Getting started" tutorial and I can't see the applet , the java console sends a lot of errors: java.l