CONFIG_NF_CT_ACCT is deprecated and will be removed soon

dmesg wrote:CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
I just noticed this today in dmesg and wanted to check if it's a known "issue". It's probably been there for a while and I"m not really concerned at this point.
I'm just curious. Is it an upstream issue or a package configuration issue?
Should I just continue to ignore it?
Last edited by Xyne (2009-09-24 21:37:29)

Maybe someone with more knowledge in this can clarify it but to me it seems to be something like this:
Before that option(?) needed to be defined at compile time and was either always on or always off.
Now it seems it's an option that can be passed to the module, and it can be configured in the way it is stated in the log. If anything the deprecated option now just sets the default behavior.
nf_conntrack.acct=1 -> configured in /etc/sysctl.conf, set automatically when the computer boots.
acct=1 nf_conntrack -> module option, used in modprobe.conf (just like any other module option)
sysctl net.netfilter.nf_conntrack_acct=1 -> alternate way to change some kernel options after the computer boots, must like nf_conntrack.acct=1
At least it's the way I see it, I guess it's another thing to go into the wiki (iptables page). Oh and now I'll have to see what that option does because I have no idea what it's for

Similar Messages

  • Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead

    Hello I am doing a website for my work and trying to connect a database to dreamweaver (Via WAMP) - I have done this successfully before when doing a "test" site, but now when I do the same thing as I did last time (after DW and WAMP updates) I now get an error message when I F12 (preview in browser) my results.php page. (please see image below):
    I have tried to find a fix on google, but have found none that help me if I am using WAMP with Dreamweaver. I can see maybe I need to change the code in the config.inc.php file, or paste the below code somewhere, but for the life of me I cannot work out which file I am meant to copy this code in to and where? I have tried to copy it in the top of the config.inc.php file but the error still remains.
    <?php
    error_reporting(E_ALL ^ E_DEPRECATED);
    Does anyone know how to make the error go away please?
    thanks
    Sara

    Sara.Reese wrote:
    ok thanks. Dont supose you know how to make the error go away in the mean time though do you? I would love to not see it! Esp when showing the boss when I preview it
    Try:
    <?php
    error_reporting(0); // Turn off all error reporting
    ?>

  • TS3899 My ipad does not communicate with iphone on one of my email accounts and will not remove deleted emails that are done on the iphone and vice versa, what setting should be changed?

    My ipad does not communicate with my iphone on one of my email accounts and will not remove deleted emails that are done on the iphone and vice versa, what setting needs to be changed?

    It's my understanding that an iPhone can only sync with one computer. You need to choose one computer. Sounds like it syncs at work, but not at home. If you want to just sync it at home, then you have to make sure the home computer has all the info that you want on it, like music etc. Then you have to deauthorize the work computer for it to sync at home. When you connect it will ask if you want to set up as a new iPhone or restore from backup. If you don't have a backup on the home computer then either way you will be wiped clean. So any photos, contacts, notes etc you have will be erased. You would need to backup or copy your photos from your iPhone. When you connect it to your home computer, it will give you that popup message to open your iPhone files. Then you can copy those photos and save them onto your computer and sync them back in through iTunes.
    For your contacts, do you use any type of address book? If so you'll want to back that up and then transfer to your home computer. For notes, you can just email those to yourself and then save that email. I use MobileMe so the contacts issue is easily resolved.

  • I have photoshop elements 13 and want to remove photoshop elements 10 first.  When I try to remove 10 I get error 1316 , specified account already exests and will not remove. I have windows 7

    I have photoshop elements 13 and want to remove photoshop elements 10 first.  When I try to remove 10 I get error 1316 , specified account already exests and will not remove. I have windows 7

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • Sequential element is unused and will be removed from module

    Hi,
    I meet synthesis issue of;
    [Synth 8-3332] Sequential element (\IDQUEUE/WCNT_reg[4] ) is unused and will be removed from module CMH.
    The WCNT register and IDQUEUE module are removed from design @ synthesis. 
    At simulation the module and reg are there.
    Does anyone know reason why this warning is occurred, and how to fix?
    ps.
    IO pin is not assigned.
     

    Hi 
    Please refer to AR: http://www.xilinx.com/support/answers/54778.html
    Thanks,
    Tushar
    Please mark the post as an answer ("Accept as solution") in case it helped resolve your query.
    Give kudos in case a post guided you to the solution.
    This will help others in the long run

  • Java JVM 8: Using incremental CMS is deprecated and will likely be removed in a future release

    Hello,
    We (my company) have been using YoungGC=Parallel; Old=CMS/Incremental since Java 1.5 for a Java caching application running in a 64 GB heap (yes, even in HotSpot 1.5).
    At various times, we have tested the G1 collector.  The performance for our caching application has not met expectations with G1GC.  Always looking for ways to improve the system, we are certainly open to new technologies.  However, the loss of the CMS collector will mean our application won’t be able to adopt newer versions of Java.
    Basic JVM options for GC:
    -XX:+UnlockExperimentalVMOptions
    -XX:+UseParNewGC
    -XX:+UseConcMarkSweepGC
    -XX:+CMSIncrementalMode
    -XX:-CMSIncrementalPacing
    -XX:CMSIncrementalDutyCycleMin=100
    -XX:CMSIncrementalDutyCycleMin=95
    -XX:+ExplicitGCInvokesConcurrent
    -XX:ConcGCThreads=6
    With these options, on servers with 64GB heap used at 60% and thousands of QPS, we see Young GC pauses in the range of 50-100 ms every roughly 10 seconds (for .5-1% of the time) and about the same for the short GC pauses of the background CMS. We NEVER see a long CMS pause and the servers run for months at a time, being taken down pretty much only to patch the OS. With a new generation of the hardware, improved software and taking advantage of the ConcGCThreads option, we are just beginning a series of tests to determine how high we can crank-up the memory to reduce the farm size.This project is expected to go OpenSource later this year. Without the CMS collector, very large heaps will become very difficult (or impossible) to manage.
    Before removing the CMS collector, and I understand it is causing grief to still have it in the Java code base, please ensure there is an adequate replacement (G1 is currently not it).
    Thank you for your attention,
    Pierre

    I recomend you probe and test the MetaSpace GC policy in 1.8
    Probably you improve the application in 30% of performance terms.

  • [Synth 8-3332] Sequential element (OUTMM_reg_P) is unused and will be removed from module

    Actually i am getting this arning and post synthesis simulation does not match with behavioural simulation. I have read the other threads and tried options like keep_heirarchy ="true"  keep="true" changing simulation settings like 
    flatten heirarchy - none , keep equivalent registers and resource sharing off . I also tried DONT_TOUCH it gave error saying the property does not exist for the type port and my port is OUTMM and from the error you can see that some flip flip regarding the OUTMM is getting optimized away.

    Hi
    Check below threads
    http://forums.xilinx.com/t5/Synthesis/Synth-8-3332-Sequential-element-FSM-onehot-estado-reg-6-is/td-p/561308
    http://forums.xilinx.com/t5/Synthesis/Vivado-2013-1-removing-quot-unused-quot-logic-need-to-understand/td-p/331557

  • Under Mail Flagged shows 1 "flagged" Nothing there when I click on it and will not remove the number1 even when I mark as read...

    In Mail under Mailboxes > Flagged shows 1. There is nothing there. Have tried to mark as read and 1 still remains. How do I get rid of it?

    I have tried the holding down the icon to get the shaking apps and although the X shows up clicking on it does nothing.
    Mountain Lion is not for IOS based devices.
    It's the Mac OS X operating system for Macintosh computers.

  • I have Firefox 4.0 Beta 6 on my system and Beta 9 was installed, now both are oon desktop neither show on Start menu and Add/Remove list only shows Beta 6 but will not remove it.

    Had a problem yesterday and Google chrome replaced Firefox as my default browser without my knowledge. I removed Chrome from my system and can use Firefox. I have two icons for Firefox on my quick launch toolbar one says Beta6 the other Beta9 but both launch Beta 9 but my Add/Remove programs shows only Beta6 and will not remove it. It seems Beta9 is the only version on my system but was not updated in my Start menu.

    If you updated from the beta 6 version to the beta 9 version then the beta 9 version has replaced the previous beta version. It can happen that the uninstall registry key of older versions isn't updated or removed and that seems to have happened in your case. So you have only the beta 9 version installed and an orphaned entry to uninstall the beta 6 version.
    If you are comfortable in editing the registry then you can remove that entry.Otherwise it is better to leave it.<br />
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla Firefox

  • HT3842 Does iTunes store the original music file and copy it into a separate folder? If i delete the original file from finder will it remove it from my iTunes library?

    Hi, on my last PC when transferring music to my new MacBook Pro i noticed i had about 6 duplicated of each song in every album i took hours in removing them.
    I Just wondered Does iTunes store the original music file and then copy it into a separate folder?
    If i delete the original file from finder will it remove it from my iTunes library or vice versa. I didnt want to lose any music like i have some how managed to on my old computer.
    Or should i keep both files of it in the Music folder and also iTunes library folder?
    Which is best ?

    DrewPowell wrote:
    I Just wondered Does iTunes store the original music file and then copy it into a separate folder?
    It does both at the same time.
    When you add files to iTunes, it copies them into /Music/iTunes/iTunes media/ folder. The original file remains where it was.
    You can drag a file to /Music/iTunes/iTunes media/Automatically add to iTunes/ folder.
    This will add to iTunes and move it to /Music/iTunes/iTunes media/.
    I keep a shortcut of this folder on my desktop then simply drag files to the shortcut to add to iTunes.
    Then there are no "extra" files around.

  • My MacBook Air 13' (2013) will occasionally start the fan at full blast, not connect to any wifi or detect any wifi, and will remove the battery icon from my menu bad as well as tell me there is no battery connected. How do I fix this?

    My MacBook Air 13' (2013) will occasionally start the fan at full blast, not connect to any wifi or detect any wifi, and will remove the battery icon from my menu bad as well as tell me there is no battery connected. How do I fix this? I have restarted my computer multiple times, **** it down, and ran a diagnostic test to tell me nothing is wrong and my computer is not running any applications. There is no reason for the fan to be on full blast! when I try to set the option to show my battery icon in the menu bar, it will automatically uncheck. How do I fix all of this?

    Have you tried SMC and PRAM resets?
    http://support.apple.com/kb/HT3964
    http://support.apple.com/kb/ht1379
    Ciao.

  • I have music that will not play and cannot be removed from my iPhone 4. Any ideas on how to remove them?

    I bought itunes match over a year ago and didn't really like it so I removed it from my phone/itunes library altogether but I still have like 12 songs that are stuck on the phone and will not play because my itunes match has now expired, they can't be removed either apparently. I've tried all the regular ways so please somebody come up with something original way to get rid of them. They have no cover art and are really starting to bother me.

    Make sure you don't have updates yet for oldify etc  if not , Do reset. On whole phone. Updates will come for oldify. 

  • HT204406 I download a song & then I try to drag it into a playlist & I get a warning "iCloud playlists can only contain songs from your iCloud music library. If you continue, my iPod will be removed from iCloud and will only be available on this computer.

    I download a song & then I try to drag it into a playlist & I get a warning "iCloud playlists can only contain songs from your iCloud music library. If you continue, my iPod will be removed from iCloud and will only be available on this computer."

    I'm sorry to see that no one has answered this. I'm hoping Apple with reply to my support request, as I'm having the same issue. I really don't want to continue with iCloud at this point.

  • Can't add to playlists - "iCloud playlists can only contain songs from your iCloud music library" If you continue, playlist will be removed from iCloud and only be available on this computer

    I have just tried to add a track to an existing playlist - and get the following message -  "iCloud playlists canonly contain songs from your iCloud music library" If you continue, playlist will be removed from iCloud andonly be available on this computer".  I have tried dragging and dropping, right clicking and adding and pressing the little arrow to add to playlist and all tell me that I cannot do this.  What's that all about?  I am not signed up to iTunes match and I wasn't aware that iCloud held music libraries??  Someone please help.  Thanks  SM

    I am really surprised that no one has been able to help me with this...    Anyhow, I have still got the propblem - although I am definitely NOT using Match.  I have been adding to existing play,ist by removing it from icloud (dunno how - but it's an option offered when trying to add to playlist).. Now when I sync iphone that's fine - playlists are good - but when syncing ipad 3 - Nope it's not having it.  What to do?

  • HT2513 I can't delete events recurring annually...not part of birthday calendar, one's I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Th

    I can't delete events recurring annually...not part of birthday calendar, these are events I've added manually.  I've tried delete key, cut event, changing to no recurrence, they just revert to original recurrence and will not be removed from my calendar.  Events that occur weekly I'm able to delete, this is only happening with events recurring annually.  Very frustrating.  Thanks for any ideas.

    If you are using a PC, log on to iCloud using Safari (rather than Explorer) to reset the photostream. Then turn iPhone/iPad photostream off and back on. I was getting the same server error as you and this advice from another blog worked for my iPhone and iPad.  But I still can't get photostream deleted from my apple tv. There does not seem to be a photostream on/off control In Apple tv 4.4 software.  I tried switching the screen saver to one of the ones that comes preloaded on the device, then back to photostream but all the old photos are still there.  If anyone can help with this, I would appreciate it.

Maybe you are looking for

  • Adding attachments to an email

    Does anyone know of any application or when Apple will allow attachments to be added to emails? I am starting to enjoy my iPhone but in order to use it for business I have to be able to attach documents to emails. Right now, as I know, we can only ad

  • External Manufacturer number field in vendor master (EMNFR)

    Hello Experts    I am trying to search for a field  External manufacture number i.e EMFNR , I checked in OBD3 this field is maintained as a mandatory field I can see this field in LFA1 table But when I go to XK01,I can't see this field in cantrol tab

  • Disable Google Sync in 10.9

    Hi I was running with the google synchronization enabled on th "On My Mac" Account of Contacts. Now I have upgrade OS X to 10.9 and found that OS X now supports Google Account completely with Contacts Sync also. So I enabled that Account, but - anywa

  • Reverting to older version of an app

    Last night, I inadvertently updated an app on my iphone that I did not wish to update. If I have the older version of the app stored in my itunes library can I restore the older version of the app on my iphone and if that is possible how would I rest

  • Selectively Terminating Files (In and out of Trash)

    1) If I'm not ready to empty Trash, but I want to make certain files disappear, is there a way to selectively delete them permanently? 2) Is there a way to delete files on my computer so that, instead of going into Trash, they just vanish forever? Bo