EPC3928 Time of day filter

Hi,
Is there a way to deny a certain IP or MAC address on a certain range of time during the day?
Any help is welcome

You could try this bit of code.
First start Bridge and navigate to your folder with the documents you want to select.
Next, Start ExtendScript Toolkit.
This utility can be found in the relevant folder:-
PC: C:\Program Files\Adobe\Adobe Utilities
MAC: <hard drive>/Applications/Utilities/Adobe Utilities
Copy and paste the script into ExtendScript Toolkit window and run the code (Debug - Run or the play Icon)
This should then look at all the files in the folder and if the hour is between 11 - 15 it will label the file as 'To Do'
#target bridge
//amend to suit
var startHour = 11;
var endHour = 15;
if(ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
var thumbs= app.document.visibleThumbnails;
for(var a =0;a<thumbs.length;a++){
if(thumbs[a].type != "file") continue;
var selectedFile = thumbs[a].spec;   
var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_READ);
myXmp = myXmpFile.getXMP();
var date = myXmp.getProperty(XMPConst.NS_PHOTOSHOP, "DateCreated");
var thisHour =new Date(Date.parse(date)).getHours();
if(thisHour == NaN ) continue;
if( thisHour >= startHour && thisHour <= endHour) thumbs[a].label = 'To Do';

Similar Messages

  • Time of day filter

    I have a series of photos (taken as a timelapse) which I would like to filter by time of day as well as by date.  Is there a way to filter/search/select files based on the time they were taken, for example, all photos taken between 11:00 - 3:00, so I can then sort those by date after they have been selected?  Thanks

    You could try this bit of code.
    First start Bridge and navigate to your folder with the documents you want to select.
    Next, Start ExtendScript Toolkit.
    This utility can be found in the relevant folder:-
    PC: C:\Program Files\Adobe\Adobe Utilities
    MAC: <hard drive>/Applications/Utilities/Adobe Utilities
    Copy and paste the script into ExtendScript Toolkit window and run the code (Debug - Run or the play Icon)
    This should then look at all the files in the folder and if the hour is between 11 - 15 it will label the file as 'To Do'
    #target bridge
    //amend to suit
    var startHour = 11;
    var endHour = 15;
    if(ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new ExternalObject("lib:AdobeXMPScript");
    var thumbs= app.document.visibleThumbnails;
    for(var a =0;a<thumbs.length;a++){
    if(thumbs[a].type != "file") continue;
    var selectedFile = thumbs[a].spec;   
    var myXmpFile = new XMPFile( selectedFile.fsName, XMPConst.UNKNOWN, XMPConst.OPEN_FOR_READ);
    myXmp = myXmpFile.getXMP();
    var date = myXmp.getProperty(XMPConst.NS_PHOTOSHOP, "DateCreated");
    var thisHour =new Date(Date.parse(date)).getHours();
    if(thisHour == NaN ) continue;
    if( thisHour >= startHour && thisHour <= endHour) thumbs[a].label = 'To Do';

  • Cisco RV120W crashed several times a day

    Hello,
    we are using the Cisco RV120W for our little network. The latest firmware (1.0.4.10) is installed!
    But the router crashes about 6-10 times a day and have to be restarted. The Web Interface is also not available then.
    It is configured as the subnet 192.168.12.0/24
    The WAN connection is a static ip to a public subnet.
    VLAN 1 is the default LAN (see above).
    DHCP is enabled in that network and DNS proxy is disabled.
    VLAN 2 is 192.168.10.12 whitout DHCP.
    Ethernet Port 1 is configured as VLAN 2 for another subnet (192.168.10.0/24 from another router).
    The other ports an WLAN are using VLAN 1 (192.168.12.0/24).
    WLAN authentication is enabled (SSID 1) with a WPA2-PSK password.
    After i reboot the router the logs are empty and i just can see the logs while the router is running.
    after about 30 minutes i copied the logs from the router:
    These are the "error" logs:
    Sat Jan  1 01:02:17 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Sat Jan  1 01:02:22 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Sat Jan  1 01:02:37 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Fri Aug 30 15:25:40 2013(CET) [rv120w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    Fri Aug 30 15:25:40 2013(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Fri Aug 30 15:25:57 2013(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Fri Aug 30 15:26:04 2013(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Fri Aug 30 15:26:15 2013(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    Fri Aug 30 15:26:47 2013(CET) [rv120w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    Fri Aug 30 15:26:48 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: DNSServiceProcessResult returned -65537 stopping listen to mdnsd
    Fri Aug 30 15:26:51 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: Signal Sent to bonjourClient Failed
    Fri Aug 30 15:26:52 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: DNSServiceProcessResult returned -65537 stopping listen to mdnsd
    Fri Aug 30 15:26:54 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: Signal Sent to bonjourClient Failed
    Fri Aug 30 15:26:58 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: Signal Sent to bonjourClient Failed
    Fri Aug 30 15:27:00 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:01 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:01 2013(CET) [rv120w][System][PLATFORM] [BONJOUR_ERROR]: Signal Sent to bonjourClient Failed
    Fri Aug 30 15:27:01 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:02 2013(CET) [rv120w][System][EVTDSPTCH] umiIoctl (43, UMI_CMD_DB_UPDATE(4)) failed. table=FirewallRules row=101
    Fri Aug 30 15:27:27 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:28 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:28 2013(CET) [rv120w][Local0-wireless][UDOT11] wpaAuthRecvPTKMsg2: mic check failed
    Fri Aug 30 15:27:52 2013(CET) [rv120w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    And these are the "warning" logs:
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] CVMSEG size: 2 cache lines (256 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] CPU revision is: 000d0601
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Determined physical RAM map:
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL]  memory: 0000000003800000 @ 0000000000700000 (usable)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Built 1 zonelists.  Total pages: 14116
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] PID hash table entries: 256 (order: 8, 2048 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Using 300.000 MHz high precision timer.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Calibrating delay using timer specific routine.. 600.35 BogoMIPS (lpj=1200701)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Mount-cache hash table entries: 256
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the multiply/shift bug... no.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the daddi bug... no.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the daddiu bug... no.
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Enabling Octeon big bar support
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] PCI Status: PCI 32-bit
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] /proc/octeon_perf: Octeon performace counter interface loaded
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Total HugeTLB memory allocated, 0
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] RAMDISK driver initialized: 1 RAM disks of 500000K size 1024 blocksize
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] GACT probability NOT on
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Mirror/redirect action on
    Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] u32 classifier
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL]     Performance counters on
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL]     Actions configured
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack version 2.4 (224 buckets, 1792 max) - 352 bytes per conntrack
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rtsp v0.6.21 loading
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_nat_rtsp v0.6.21 loading
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_tables: (C) 2000-2006 Netfilter Core Team
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] netfilter PSD loaded - (c) astaro AG
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ipt_time loading
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Bootbus flash: Setting flash for 16MB flash at 0x1ec00000
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL]  Amd/Fujitsu Extended Query Table at 0x0040
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] phys_mapped_flash: CFI does not contain boot bank location. Assuming top.
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] cavium-ethernet: Cavium Networks Octeon SDK version 1.7.3, build 264
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for hardware offload succeed
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for flow cache succeed
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for brcm Tag succeed
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for vlan enabled succeed
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Pool 0 size 2048 No 1024
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Pool 1 size 128 No 1024
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Pool 3 size 128 No 640
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] global cache allocation start 0
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Ipforward global cache allocation sucessfull
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for IMP port status
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for 802.1x enabled port
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for blocking non EAP packets status
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Interface 0 has 2 ports (GMII)
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 996
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 999
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 1037
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 1039
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] port ko 0
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] port ko 1
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] led module init...
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] umi: module license 'unspecified' taints kernel.
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] eth0: 100 Mbps Full duplex, port  0, queue  0
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] eth1: 100 Mbps Full duplex, port  1, queue  1
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] PF_key: Initialized Security Policy Database.
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] IPsec: Initialized Security Association Processing.
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] BUG: at kernel/softirq.c:138 local_bh_enable()
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Call Trace:[<ffffffff80121150>][<ffffffff80121150>][<ffffffff8014b2e0>][<ffffffff802c58ec>][<c0000000002231ac>][<c000000000229460>][<c0000000001eea80>][<c000000000229eb4>][<ffffffff802c0a00>][<ffffffff8011ae80>][<ffffffff8011ae80>][<ffffffff801
    Sat Jan  1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] HTB: quantum of class 10001 is big. Consider r2q change.
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL]
    <4>Intializing the 8021P-DSCP Remark Module
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for _8021p task IMP portPCI: Enabling device 0000:00:03.0 (0000 -> 0002)
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] vap0: Broadcom BCM432c 802.11 Wireless Controller 5.60.120.9
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_pptp version 3.1 loaded
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] ip_nat_pptp version 3.0 loaded
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 5 used by exiting BSSs
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e0b to 0x2b0d: channel 6 used by exiting BSSs
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2d03 to 0x2b01: channel 6 used by exiting BSSs
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 6 used by exiting BSSs
    Sat Jan  1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e0b to 0x2b0d: channel 6 used by exiting BSSs
    Sat Jan  1 01:01:51 2000(CET) [rv120w][System][PLATFORM] IPv6 not configured on the interface
    Fri Aug 30 15:27:01 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:01 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:01 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:06 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:32 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:32 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:32 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    Fri Aug 30 15:27:32 2013(CET) [rv120w][Kernel][KERNEL] ERROR:endChantRecv: protocol PNAC returned !OK
    hope you can help me!
    EDIT: This is a log file from today in the morning:
    [rv120w]Sat Jan 1 01:01:41 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:system op=23 row=1
    [rv120w]Sat Jan 1 01:01:43 2000(CET) [rv120w][System][PLATFORM] [BONJOUR_DEBUG]: Getting the results of Sql Query: SELECT value FROM environment WHERE name='BONJOUR_DEFAULT_SERVICE_NAME'
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][System][PLATFORM] [BONJOUR_DEBUG]: Performing SqlQry : UPDATE bonjourDefaultServices SET textRecord = 'model=RV120W;deviceType=Router;deviceDescr=Wireless-N-VPN-Router;slaves=0;fmVersion=1.0.4.10;PIDVID=RV12
    W-E V01;MACAddress=00077D150BCA;serialNo=SER15320A9Q
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Linux version 2.6.21.7-Cavium-Octeon ([email protected]) (gcc version 4.1.2 (Cavium Networks Version: 1_6_0, build 34)) #1 Mon Jun 18 13:30:50 IST 2012
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] CVMSEG size: 2 cache lines (256 bytes)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] CPU revision is: 000d0601
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Determined physical RAM map:
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] memory: 0000000003800000 @ 0000000000700000 (usable)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Wasting 100352 bytes for tracking 1792 unused pages
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Initrd not found or empty - disabling initrd
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] On node 0 totalpages: 14336
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL]   DMA zone: 220 pages used for memmap
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL]   DMA zone: 0 pages reserved
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL]   DMA zone: 14116 pages, LIFO batch:3
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL]   Normal zone: 0 pages used for memmap
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Built 1 zonelists. Total pages: 14116
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Kernel command line: bootoctlinux 0x3000200 mtdparts=phys_mapped_flash:512k(bootloader)ro,5632k(kernel),8704k(rootfs),1024k(data),128k(bootload-env) console=ttyS0,115200
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Primary instruction cache 32kB, virtually tagged, 4 way, 64 sets, linesize 128 bytes.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Primary data cache 16kB, 64-way, 2 sets, linesize 128 bytes.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Synthesized TLB refill handler (49 instructions).
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Synthesized TLB load handler fastpath (64 instructions).
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Synthesized TLB store handler fastpath (67 instructions).
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Synthesized TLB modify handler fastpath (64 instructions).
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] PID hash table entries: 256 (order: 8, 2048 bytes)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Using 300.000 MHz high precision timer.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Dentry cache hash table entries: 8192 (order: 4, 65536 bytes)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Inode-cache hash table entries: 4096 (order: 3, 32768 bytes)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Memory: 53600k/57344k available (3099k kernel code, 3688k reserved, 669k data, 1788k init, 0k highmem)
    [rv120w]Sat Jan  1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Calibrating delay using timer specific routine.. 600.35 BogoMIPS (lpj=1200702)
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Mount-cache hash table entries: 256
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the multiply/shift bug... no.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the daddi bug... no.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Checking for the daddiu bug... no.
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 16
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Enabling Octeon big bar support
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] PCI Status: PCI 32-bit
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 2
    [rv120w]Sat Jan 1 01:01:44 2000(CET) [rv120w][Kernel][KERNEL] Time: MIPS clocksource has been installed.
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] IP route cache hash table entries: 512 (order: 0, 4096 bytes)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] TCP established hash table entries: 2048 (order: 3, 32768 bytes)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] TCP: Hash tables configured (established 2048 bind 2048)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] TCP reno registered
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] /proc/octeon_perf: Octeon performace counter interface loaded
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Total HugeTLB memory allocated, 0
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] squashfs: version 3.0 (2006/03/15) Phillip Lougher
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] JFFS2 version 2.2. (NAND) (C) 2001-2006 Red Hat, Inc.
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] io scheduler noop registered
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] io scheduler cfq registered (default)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] RAMDISK driver initialized: 1 RAM disks of 500000K size 1024 blocksize
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] loop: loaded (max 8 devices)
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] PPP generic driver version 2.4.2
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] PPP BSD Compression module registered
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] MPPE/MPPC encryption/compression module registered
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 24
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] slram: not enough parameters.
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] i2c /dev entries driver
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] GACT probability NOT on
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Mirror/redirect action on
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] u32 classifier
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL]     Performance counters on
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL]     Actions configured
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack version 2.4 (224 buckets, 1792 max) - 352 bytes per conntrack
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rsh: registering helper for port #0: 514/TCP
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rsh: helper match ip   0.0.0.0:514-0.0.0.0:0
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rsh: helper match mask 0.0.0.0:64512-0.0.0.0:64512
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rtsp v0.6.21 loading
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] net/ipv4/netfilter/ip_conntrack_rtsp.c: ip_conntrack_rtsp_init: port #0: 554
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_nat_rtsp v0.6.21 loading
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_tables: (C) 2000-2006 Netfilter Core Team
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ipt_account 0.1.7 : Piotr Gasid³o <[email protected]>, http://www.barbara.eu.org/~quaker/ipt_account/
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] netfilter PSD loaded - (c) astaro AG
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ipt_time loading
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_tcp: registering helper for port #0: 111/TCP
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_tcp: helper match ip   0.0.0.0:0->0.0.0.0:111
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_tcp: helper match mask 0.0.0.0:0->0.0.0.0:65535
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_tcp: disabling Legato NetWorker support for port 0/TCP
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ipt_rpc: registering match [rpc] for;
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ipt_rpc:   port 111 (UDP|TCP);
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_udp: registering helper for port #0: 111/UDP
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_udp: helper match ip   0.0.0.0:0->0.0.0.0:111
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_rpc_udp: helper match mask 0.0.0.0:0->0.0.0.0:65535
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] TCP cubic registered
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 1
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 10
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] IPv6 over IPv4 tunneling driver
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 17
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 802.1Q VLAN Support v1.8 Ben Greear <[email protected]>
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] All bugs added by David S. Miller <[email protected]>
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] serial8250: ttyS0 at MMIO 0x1180000000800 (irq = 42) is a 16550A
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Bootbus flash: Setting flash for 16MB flash at 0x1ec00000
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] phys_mapped_flash: Found 1 x16 devices at 0x0 in 8-bit bank
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Amd/Fujitsu Extended Query Table at 0x0040
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] phys_mapped_flash: CFI does not contain boot bank location. Assuming top.
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] number of CFI chips: 1
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 5 cmdlinepart partitions found on MTD device phys_mapped_flash
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] Creating 5 MTD partitions on "phys_mapped_flash":
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 0x00000000-0x00080000 : "bootloader"
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 0x00080000-0x00600000 : "kernel"
    [rv120w]Sat Jan 1 01:01:45 2000(CET) [rv120w][Kernel][KERNEL] 0x00600000-0x00e80000 : "rootfs"
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 0x00e80000-0x00f80000 : "data"
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 0x00f80000-0x00fa0000 : "bootload-env"
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Freeing unused kernel memory: 1788k freed
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] cavium-ethernet: Cavium Networks Octeon SDK version 1.7.3, build 264
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for hardware offload succeed
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for flow cache succeed
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for brcm Tag succeed
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Register the sysctl for vlan enabled succeed
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Pool 0 size 2048 No 1024
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Pool 1 size 128 No 1024
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Pool 3 size 128 No 640
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] global cache allocation start 0
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Ipforward global cache allocation sucessfull
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for IMP port status
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for 802.1x enabled port
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for blocking non EAP packets status
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Interface 0 has 2 ports (GMII)
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 996
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 999
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 1037
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] 1039
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] port ko 0
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] port ko 1
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] led module init...
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] umi: module license 'unspecified' taints kernel.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 32
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] kernel UMI module loaded
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] eth0: 100 Mbps Full duplex, port 0, queue 0
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] eth1: 100 Mbps Full duplex, port 1, queue 1
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Initializing PF_KEY V2 Key Management socket interface.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] NET: Registered protocol family 15
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] PF_key: Started key_timehandler
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] PF_key: Initialized Security Policy Database.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] IPsec: Initialized Security Association Processing.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] XLR8 IPSec Framework Initialized
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Software Backend Registered with XLR8 IPSec Framework
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Adding AH4 protocol processing.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Adding ESP4 protocol processing.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Adding IPCOMP4 protocol processing.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Adding packet sink.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] BUG: at kernel/softirq.c:138 local_bh_enable()
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Call Trace:[<ffffffff80121150>][<ffffffff80121150>][<ffffffff8014b2e0>][<ffffffff802c58ec>][<c0000000002231ac>][<c000000000229460>][<c0000000001eea80>][<c000000000229eb4>][<ffffffff802c0a00>]
    <ffffffff8011ae80>][<ffffffff8011ae80>][<ffffffff801
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] HTB: quantum of class 10001 is big. Consider r2q change.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL]
    <4>Intializing the 8021P-DSCP Remark Module
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Registerd the sysctl for _8021p task IMP portPCI: Enabling device 0000:00:03.0 (0000 -> 0002)
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] vap0: Broadcom BCM432c 802.11 Wireless Controller 5.60.120.9
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] HDLC line discipline: version $Revision: 4.8 $, maxframe=4096
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] N_HDLC line discipline registered.
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] Loading mii
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] using bcm switch bcm5395
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] privlegedID 4094 wanporttNo: 5
    [rv120w]Sat Jan 1 01:01:46 2000(CET) [rv120w][Kernel][KERNEL] eth1: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] Loading ifDev module
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack_pptp version 3.1 loaded
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] ip_nat_pptp version 3.0 loaded
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 6 used by exiting BSSs
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e0b to 0x2b0d: channel 6 used by exiting BSSs
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e09 to 0x2b0b: channel 6 used by exiting BSSs
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] COEX: downgraded chanspec 0x2e0b to 0x2b0d: channel 6 used by exiting BSSs
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] vap0: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] IPsec: device down: eth0
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] device eth0 entered promiscuous mode
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 1(eth0) entering learning state
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] device eth0 left promiscuous mode
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 1(eth0) entering disabled state
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 33:33:00:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 01:00:5e:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 33:33:ff:15:0b:ca mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 33:33:ff:15:0b:ca mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 33:33:ff:15:0b:ca mcast address from master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 01:00:5e:00:00:01 mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 01:00:5e:00:00:01 mcast address from master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 33:33:00:00:00:01 mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: del 33:33:00:00:00:01 mcast address from master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] IPsec: device down: eth0.1
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] device eth0.1 entered promiscuous mode
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: dev_set_promiscuity(master, 1)
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] device eth0 entered promiscuous mode
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 01:00:5e:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 33:33:00:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: add 33:33:ff:15:0b:ca mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 1(eth0.1) entering learning state
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] IPsec: device down: vap0
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] device vap0 entered promiscuous mode
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 2(vap0) entering learning state
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 33:33:00:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 01:00:5e:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 33:33:ff:15:0b:ca mcast address to master interface
    [rv120w]Sat Jan  1 01:01:47 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 33:33:ff:15:0b:ca mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 33:33:ff:15:0b:ca mcast address from master interface
    [rv120w]Sat Jan  1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 01:00:5e:00:00:01 mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 01:00:5e:00:00:01 mcast address from master interface
    [rv120w]Sat Jan  1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 33:33:00:00:00:01 mcast address from vlan interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: del 33:33:00:00:00:01 mcast address from master interface
    [rv120w]Sat Jan  1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] IPsec: device down: eth0.2
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: dev_set_promiscuity(master, 1)
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 01:00:5e:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 33:33:00:00:00:01 mcast address to master interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: add 33:33:ff:15:0b:ca mcast address to master interface
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] bdg2: port 1(eth0.2) entering learning state
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] bdg1: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:48 2000(CET) [rv120w][Kernel][KERNEL] bdg2: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] eth0: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] vap0: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] eth0.2: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] eth0.1: no IPv6 routers present
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg1: topology change detected, propagating
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 1(eth0.1) entering forwarding state
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg1: topology change detected, propagating
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg1: port 2(vap0) entering forwarding state
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg2: topology change detected, propagating
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][Kernel][KERNEL] bdg2: port 1(eth0.2) entering forwarding state
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -A webFltr 192.168.10.12___
    [rv120w]Sat Jan 1 01:01:49 2000(CET) [rv120w][System][FIREWALL] restartStatus = 0 for LogicalIfName = LAN2
    [rv120w]Sat Jan 1 01:01:52 2000(CET) [rv120w][System][PLATFORM] IPv6 not configured on the interface
    [rv120w]Sat Jan 1 01:01:53 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=18 row=5
    [rv120w]Sat Jan 1 01:01:53 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:18 rowId:5
    [rv120w]Sat Jan 1 01:01:53 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:18 rowId:5
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] manufacturingCo uses obsolete (PF_INET,SOCK_PACKET)
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:55 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=18 row=9
    [rv120w]Sat Jan 1 01:01:55 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:18 rowId:9
    [rv120w]Sat Jan 1 01:01:55 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:01:56 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:18 rowId:9
    [rv120w]Sat Jan 1 01:01:56 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 18 rowId: 9
    [rv120w]Sat Jan 1 01:01:56 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:01:57 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:01:57 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:18 rowId:9
    [rv120w]Sat Jan 1 01:01:58 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -D webFltr 0.0.0.0___
    [rv120w]Sat Jan 1 01:01:58 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -A webFltr 192.168.12.1___
    [rv120w]Sat Jan 1 01:01:58 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = LAN
    [rv120w]Sat Jan 1 01:01:58 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall For LAN Address Update from 0.0.0.0:192.168.12.1
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=1
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][Kernel][KERNEL] printk: 30 messages suppressed.
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:01:59 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -D webFltr 192.168.12.1___
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -A webFltr 192.168.12.1___
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = LAN
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=1
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:01 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:02:03 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = WAN1
    [rv120w]Sat Jan 1 01:02:03 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall For WAN1 Address Update from 0.0.0.0:193.158.228.75
    [rv120w]Sat Jan 1 01:02:03 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=2
    [rv120w]Sat Jan 1 01:02:03 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:04 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:04 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:04 2000(CET) [rv120w][Kernel][KERNEL] printk: 29 messages suppressed.
    [rv120w]Sat Jan 1 01:02:04 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:05 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -D webFltr 192.168.2.1___
    [rv120w]Sat Jan 1 01:02:05 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -A webFltr 192.168.10.12___
    [rv120w]Sat Jan 1 01:02:06 2000(CET) [rv120w][System][FIREWALL] restartStatus = 0 for LogicalIfName = LAN2
    [rv120w]Sat Jan 1 01:02:06 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=5
    [rv120w]Sat Jan 1 01:02:06 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:5
    [rv120w]Sat Jan 1 01:02:06 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:06 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:5
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -D webFltr 192.168.10.12___
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][FIREWALL] ____/pfrm2.0/bin/ipset -A webFltr 192.168.10.12___
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][FIREWALL] restartStatus = 0 for LogicalIfName = LAN2
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=5
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:5
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:08 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:5
    [rv120w]Sat Jan 1 01:02:09 2000(CET) [rv120w][Kernel][KERNEL] printk: 56 messages suppressed.
    [rv120w]Sat Jan 1 01:02:09 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:10 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:dhcpCfgLoad op=23 row=1
    [rv120w]Sat Jan 1 01:02:10 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:02:13 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:02:14 2000(CET) [rv120w][Kernel][KERNEL] printk: 66 messages suppressed.
    [rv120w]Sat Jan 1 01:02:14 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:16 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = WAN1
    [rv120w]Sat Jan 1 01:02:16 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=2
    [rv120w]Sat Jan 1 01:02:16 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:17 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:17 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:18 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:02:18 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:02:18 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:02:19 2000(CET) [rv120w][Kernel][KERNEL] printk: 50 messages suppressed.
    [rv120w]Sat Jan 1 01:02:19 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:20 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:20 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:21 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:21 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:02:22 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:02:22 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:02:22 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:23 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:02:23 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:02:23 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:02:23 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:02:24 2000(CET) [rv120w][Kernel][KERNEL] printk: 85 messages suppressed.
    [rv120w]Sat Jan 1 01:02:24 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:25 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:25 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:26 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:26 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:02:26 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:02:27 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:02:27 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:28 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:02:28 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:NimfAFStatus op=23 row=1
    [rv120w]Sat Jan 1 01:02:28 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: NimfAFStatus opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:02:28 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:02:29 2000(CET) [rv120w][Kernel][KERNEL] printk: 115 messages suppressed.
    [rv120w]Sat Jan 1 01:02:29 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:31 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:02:34 2000(CET) [rv120w][Kernel][KERNEL] printk: 133 messages suppressed.
    [rv120w]Sat Jan 1 01:02:34 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = WAN1
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall For WAN1 Address Update from 0.0.0.0:193.158.228.75
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=2
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:35 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:02:37 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:02:37 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:02:37 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:02:39 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:39 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:02:39 2000(CET) [rv120w][Kernel][KERNEL] printk: 133 messages suppressed.
    [rv120w]Sat Jan 1 01:02:39 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:40 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:41 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:02:41 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:02:41 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:02:42 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:02:49 2000(CET) [rv120w][Kernel][KERNEL] printk: 96 messages suppressed.
    [rv120w]Sat Jan 1 01:02:49 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:49 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:02:54 2000(CET) [rv120w][Kernel][KERNEL] printk: 30 messages suppressed.
    [rv120w]Sat Jan 1 01:02:54 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][Kernel][KERNEL] printk: 33 messages suppressed.
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 0
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 1
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 2
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 3
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 4
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 5
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Attack Check for 6
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling ICSA Notification Item 0
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling Management Access from Internet to port 8200
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Disabling Source MAC Filtering
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Adding MAC Filter Policy for Block & Permit Rest
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Restarting Source MAC Address Policy
    [rv120w]Sat Jan 1 01:03:00 2000(CET) [rv120w][System][FIREWALL] Enabling DOS Attacks
    [rv120w]Sat Jan 1 01:03:03 2000(CET) [rv120w][System][FIREWALL] fwPPTPGenericRules.c: inet_aton failed
    [rv120w]Sat Jan 1 01:03:03 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:03 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:03 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:03:03 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:03:05 2000(CET) [rv120w][Kernel][KERNEL] printk: 102 messages suppressed.
    [rv120w]Sat Jan 1 01:03:05 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:05 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:06 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:03:06 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:07 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:03:07 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:03:07 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:03:07 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:08 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:08 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:NimfAFStatus op=23 row=1
    [rv120w]Sat Jan 1 01:03:08 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: NimfAFStatus opCode:23 rowId:1
    [rv120w]Sat Jan 1 01:03:08 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:03:10 2000(CET) [rv120w][Kernel][KERNEL] printk: 129 messages suppressed.
    [rv120w]Sat Jan 1 01:03:10 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:12 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:resolverConfig op=23 row=2
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][Kernel][KERNEL] printk: 99 messages suppressed.
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][System][FIREWALL] restartStatus = 1 for LogicalIfName = WAN1
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall For WAN1 Address Update from 0.0.0.0:193.158.228.75
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:ipAddressTable op=23 row=2
    [rv120w]Sat Jan 1 01:03:15 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:03:16 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:03:16 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: ipAddressTable opCode:23 rowId:2
    [rv120w]Sat Jan 1 01:03:17 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:17 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:03:17 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:03:19 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:19 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:03:20 2000(CET) [rv120w][Kernel][KERNEL] printk: 132 messages suppressed.
    [rv120w]Sat Jan 1 01:03:20 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:20 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:20 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:03:21 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:03:21 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:03:21 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:22 2000(CET) [rv120w][System][FIREWALL] Restarting Firewall [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:22 2000(CET) [rv120w][System][NIMF] Setting LED [0]:[1] For WAN1
    [rv120w]Sat Jan 1 01:03:22 2000(CET) [rv120w][System][NIMF] nimfNetIfaceTblHandler: unable to get LedPinId
    [rv120w]Sat Jan 1 01:03:22 2000(CET) [rv120w][System][PLATFORM] platformHandleDBUpdate:networkInterface op=23 row=3
    [rv120w]Sat Jan 1 01:03:24 2000(CET) [rv120w][System][PLATFORM] pptpdMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:24 2000(CET) [rv120w][System][PLATFORM] options.pptpd file found
    [rv120w]Sat Jan 1 01:03:25 2000(CET) [rv120w][System][PLATFORM] upnpMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:25 2000(CET) [rv120w][Kernel][KERNEL] printk: 186 messages suppressed.
    [rv120w]Sat Jan 1 01:03:25 2000(CET) [rv120w][Kernel][KERNEL] ip_conntrack: table full, dropping packet.
    [rv120w]Sat Jan 1 01:03:25 2000(CET) [rv120w][System][PLATFORM] igmpMgmtDBUpdateHandler: update received: Table: networkInterface opCode: 23 rowId: 3
    [rv120w]Sat Jan 1 01:03:25 2000(CET) [rv120w][System][PLATFORM] igmpDisable: failed to disable IGMP proxy. IGMP proxy may not be running at all!
    [rv120w]Sat Jan 1 01:03:26 2000(CET) [rv120w][System][PLATFORM] Disabling Firewall Rule for DHCP Relay Protocol
    [rv120w]Sat Jan 1 01:03:26 2000(CET) [rv120w][System][PLATFORM] ddnsMgmtDBUpdateHandler:DBUpdate event: Table: networkInterface opCode:23 rowId:3
    [rv120w]Sat Jan 1 01:03:27 2000(CET) [rv120w][System][FIREWALL] Restart

    This sounds like you may have a faulty unit.  I'd recommend opening a case with STAC to troubleshoot or RMA the device.  Let me know if you have any questions.  Have a wonderful day!
    -Trent Good
    ** Please rate useful posts! **

  • BB connection dropping 20 -30 times a day

    Hi, hope someone can tell me if I have a faulty Home Hub 3, or is it is an outside problem.
    I have had connection problems before, but they have seemingly resolved themselves. Last November it was bad, and I eventually emailed BT with a complaint. They came back with all the usual tests to do, which I had already done. Without doing anything myself, the problem went away. I had also bought a Home Hub 3, and installed that, but the connection issue had been resolved by then. Now I am having the same problem, - it started in June, - the first Sunday of the month, when the conenction went down about 20 times whilst I was on Skype ( a regular Sunday date, so nothing unusual). No problems then until July sometime, when connection was very iffy for a day or so, then no problems until the first Sunday of August, last Sunday, when it went off umpteen times again, for a couple of minutes each time. 
    BT are at present installing Infinity in the area, so I had thought it might have something to do with that, but the problems have persisted all this last week, - every day it has gone down 20 -30 times, for a minute or so, then come back.
    I have now ordered Infinity and the engineer is coming on the 21st. But today the connection has gone down about 15 times already, and I'm not sure I can stand another 11 days of this.
    I have done the Quiet Line test, - no noise. I have plugged the HomeHub into the test socket (with an ADSL filter), with no phone connected, and the connection still drops. The Broadband light on the hub goes off, then flashes orange, pink, and then back to blue. The hub is in the bedroom, and I have seen it flashing whilst I'm lying in bed, at 2 in the morning!
    It has just gone off as I'm typing this, - ADSL info:
    Line state:
    Connected
    Connection time:
    0 days, 00:02:12
    Downstream:
    7.438 Mbps
    Upstream:
    448 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    14.9 dB / 28.0 dB
    Line attenuation (Down/Up):
    18.6 dB / 10.5 dB
    Output power (Down/Up):
    20.0 dBm / 11.9 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    0 / 0
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    0 / 0
    Error Seconds (Local/Remote):
    464 / 76
     If anyone could tell me whether I should ditch the Home Hub and install my old Netgear DG834GT, then I will try that. If it doesn't solve the problem, then what do I do? 
    I should add that I am deaf (husband did the quiet line test!), so rely on the internet for communicating, - and I would not be able to hear anyone on the phone, - BT advisors etc, - been there, done that, and it was VERY frustrating!! Husband is a total technophobe, so no good either.
    Any advice would be warmly welcomed. Thanks for reading.
    Solved!
    Go to Solution.

    ADSL Line Status
    Connection Information
    Line state:
    Connected
    Connection time:
    0 days, 00:02:57
    Downstream:
    7.438 Mbps
    Upstream:
    448 Kbps
    ADSL Settings
    VPI/VCI:
    0/38
    Type:
    PPPoA
    Modulation:
    G.992.1 Annex A
    Latency type:
    Interleaved
    Noise margin (Down/Up):
    15.1 dB / 28.0 dB
    Line attenuation (Down/Up):
    18.2 dB / 10.5 dB
    Output power (Down/Up):
    19.9 dBm / 12.4 dBm
    FEC Events (Down/Up):
    0 / 0
    CRC Events (Down/Up):
    0 / 0
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    HEC Events (Down/Up):
    0 / 0
    Error Seconds (Local/Remote):
    6 / 1
    Hide details
    Software version 4.7.5.1.83.8.94.1.11 (Type A) | Time and date 16:57 10/08/13The speed coming into your houseThe speed you get at your computerConnection speed 7.62MbGood 
    Download speed 6.05Mb
    Upload speed 0.35Mb
    Good 
    this is a bit strange because yesterday the stats were Download 4.77MB, Upload 0.35Mb

  • Broadband Dropping Out Several Times A Day

    My BB service is dropping out half a dozen times a day. I've run all the checks on the BT.Com site and according to these everything is fine at the local exchange and on my router and network. Anything else I can check before calling BT? I have the original white homehub, if that makes any difference.
    Many thanks
    Derek

    welcome to the BT community forum where customers help customers and only BT employees are the forum mods
    some say that the original hh1 was one of the best
    in order for the forum members to help please can you post the adsl stats from your router may need to 'show detail' to get all stats (if hub enter 192.168.1.254 in your browser and navigate to adsl or use a-z, if netgear enter 192.168.0.1) and run  btspeedtester  (MAC users may have problems). when first test completes then run diagnostic test and post the results .
    are you connected directly via a filter to the NTE5 master or test socket or to somewhere else? Is the master the only phone socket in your home?
    Have you tried the quiet line test? - dial 17070 option 2 - should hear nothing - best done with a corded phone. if cordless phone you may hear a 'dull hum' which is normal
    Someone may then be able to offer help/assistance/suggestions to your problem
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • How many mails i can send at a time per day using APEX mail system?

    HI,
    I am working on application, when i have written a process to send mail, i have a project where i have to send mail at a time for all the email id's
    given list there are upto 5000 email id's where text body also include certain set of data from a report. thinking at a time 3000 its difficult i divided
    it region wise, but still each region have 2000 odd email id's. during testing when i run the process just 950 mails i could send then i got a error
    saying "ORA-20001: You have exceeded the maximum number of email messages per workspace. Please contact your administrator." so please
    can any one help me to know How many mails i can send at a time per day using APEX mail system?
    Thanks in advance
    Gowthami

    Hi jfosteroracle,
    You are getting the error may be the following reason,
    Check the following,
    Login as ADMIN and Goto -->Manage Instance-->Instance Settings--> Mail-->Maximum Emails per workspace
    Actually this number denotes the Number of mails can be sent per 24 hour for the workspace,It may exceeded.
    It may be the reason.
    Thank you.     
    Regards,
    Gurujothi
    Edited by: Gurujothi on Jun 27, 2012 5:54 AM

  • Doing something at a specific time of day

    Hi all,
    Basically what I am doing is an alarm clock, to wake me up to some MP3s. It all works fine.
    My only concern is the following:
         private Thread tTimeCheck = new Thread() {
              public void run () {
                   while (true) {
                       cal = new GregorianCalendar();
                       int hour24 = cal.get(Calendar.HOUR_OF_DAY);
                       int min = cal.get(Calendar.MINUTE);
                       if (hour24 == JSelectHour.getValeur() && min == JSelectMinute.getValeur()) {
                            playMusic = true;
                       } else {
                            playMusic = false;
                       try {
                            t.sleep(1000);
                       } catch (InterruptedException e) {
         };Is it unefficient to check every second, to see if the time of day is equal to the set time on the alarm clock? It seems to me that there has to be a better way to do this.

    Thank you for your reply.
    This is my thread that plays the music.
    while (true) {
       if (playMusic && jpnl.getAlarmStatus() == 1) {
           testPlay("C:/Documents and Settings/Seb/Desktop/Music/01-nirvana-smells.like.teen.spirit.mp3"); //hardcoded for now
    }testPlay is executed the the entire song plays before the next iteration.
    Next step: I'll look to put this in the taskbar (windows tray / whatever it's called), never done that before =)
    Thanks,
    Message was edited by:
    Robocrotch

  • Hard lock ups multiple times a day - How can I troubleshoot?

    My machine locks up hard multiple times a day. If I happen to be sitting in front of it, I observe that the image on the monitors stops changing. Mouse and keyboard will not work at all (including Magic key SysRq sequences). I cannot ping the box from another machine. The system has not made it to 24 hours of uptime for some weeks.
    I am beginning to suspect that this may be an issue with the NVIDIA driver, but that's only a guess since it's the only thing I've seen before that can lock up a machine hard like this. I have checked journalctl and the Xorg logs, but don't see anything telling.
    What should be my next steps toward solving this issue?

    When it locks up, do any indicators on the keyboard blink?  That would be an indication of a kernel panic. 
    If there are no blinking lights, does it unlock eventually?
    Has the machine ever been stable?
    Have you tried installing a RAM test in your boot loader and running it?
    Next, I would start blacklisting any kernel module you don't absolutely need to see if you can isolate it that way.
    Also, this looks ominous:
    Apr 29 07:49:48 lore kernel: This system BIOS has enabled interrupt remapping
    on a chipset that contains an erratum making that
    feature unstable. To maintain system stability
    interrupt remapping is being disabled. Please
    contact your BIOS vendor for an update
    I redouble my suggestion you pare down loaded modules to try and isolate this.
    Also, I see that it looks at the microcode
    Apr 29 07:49:48 lore kernel: microcode: CPU0 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU1 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU2 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU3 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU4 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU5 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU6 sig=0x106a5, pf=0x1, revision=0x11
    Apr 29 07:49:48 lore kernel: microcode: CPU7 sig=0x106a5, pf=0x1, revision=0x11
    But I don't see it being updated.  That might be normal for your processor, but double check that and ensure you have the microcode update stuff installed in the boot loader correctly.

  • IPhone 4S battery draining too fast...Need to charge 3 times a day

    Finally after 4 years I was very excited to get an iPhone that has all the features I wanted…but I am disappointed so far.
    I purchased an iPhone 4S 32GB on 10/7 and has not been impressed with the battery life. I have to charge my iPhone at least 3 times a day. I go to work at 8 AM and by 11:30 AM the battery is at 20 %, so I charge it again which takes only about 60 to 120 minutes to charge, and by 5:30 PM I have to start charging again…the third charge has start around 11:30 PM and I have to keep the phone plugged overnight otherwise it will be dead by 6 AM.
    I have read other posts on the web and people have suggested turning notifications, location services…etc which I went ahead and did but that did not change the battery issue. What is the purpose of having the iPhone 4S if all the features have to be turned off.
    I always try to kill apps that running in background but still no fix to battery issue.
    on 10/19/11 I went to Apple store and exchanged the phone with new one. The apple rep activated the phone for me and the charge was at 78 %. I left the store and 10 minutes later I was at my house, but again I was surprised to see the battery has drooped to 65 % within 10 minutes. While I was driving home I did not touch the phone or make/receive calls.
    When I got home I plugged the phone and when it was charge at 100 % I unplugged it and 40 minutes later the battery dropped to 70 %.
    Today I unplugged my iPhone 4s at 8:20 this morning with 100% and by 10:43 AM I am down to 63%. By 11:13 AM the battery was at 54% and by 11:46 AM the battery was down to 44% with me not touching it. I have turned everything off such notifications, locations services...etc and nothing in the background is working and I only used it for a 10 minute conversation.
    It seemed that a lot of users are have similar issue. Not sure if the issue related to iOS 5, iPhone or bad batch of iPhone or iPhone batteries.
    Before getting the iPhone 4S i had a 3GS from a family member that i had to charge at least 3 times a day. The only reason I got the new 4S is to not have to deal with frequent charge. I think I am 90 % close to returning the phone back to Apple and wait few months before attempting to purchase another phone.
    Thanks.....B

    What made the trick for me was to drain the phone completely - until it dies. (It took quite a while to go from 3% to 0...). Then, charge it overnight.
    Previous days I would start charging it with the battery at 10-15%, on red. Also for the last week I've been trying disabling functions, with the hope of finding what was the "offending" piece but without much success. Still was loosing about 10% per hour, just by using it to check emails, maps, and sometimes a call.
    Today is almost two hours since I left home, with everything turned on again, used mail, maps with traffic during the ride to work, some browsing - using it "normally" - and the battery is still at 95%.
    That looks more like normal to me.!!
    Might try to drain it to 0% again as many other suggested, but if it is a battery charger "calibration", it shouldn't be necesary to do it more than once.

  • Just installed Mavericks and my computer crashes 4-5 times a day now.

    Hi. Just a few days ago I finally gave in and upgraded to Mavericks (10.9.5) from 10.6.8 as there was some software that I needed to use that necessitated the upgrade. Since I've upgraded, my MacBook Pro crashes at least 4-5 times daily. I am not doing anything unusual when it occurs. Usually typing an email, or switching between tabs in Safari or clicking save on a word file. In another post I was introduced to an app called Etrecheck which seemed to me to be a fine way to show all the Mac geniuses on this forum whats going with my computer (unfortunately I am not savvy enough to look through it and understand what's going on). I've posted the report below. Maybe someone can help me figure out what's causing my computer to crash?
    The next time it happens I can also copy the report that shows up after the crash and post it as well. Many thanks in advance.
    Problem description:
    Since I downloaded Mavericks (10.9.5) my computer crashes randomly 4-5 times per day.
    EtreCheck version: 2.0.4 (89)
    Report generated October 15, 2014 at 8:07:20 AM EDT
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro6,2
      1 2.66 GHz Intel Core i7 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics - VRAM: 288 MB
      Color LCD 1680 x 1050
      NVIDIA GeForce GT 330M - VRAM: 512 MB
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 9:9:52
    Disk Information: ℹ️
      ST9500420ASG disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (75.82 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898
    USB Information: ℹ️
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Internal Memory Card Reader
      Apple Inc. Built-in iSight
      Apple Computer, Inc. IR Receiver
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 6 Titanium.app
      [not loaded] com.roxio.TDIXController (1.2) Support
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.5.1) Support
      [not loaded] com.IKMultimedia.driver.StompIO1 (1.0.0) Support
      [not loaded] com.digidesign.fwfamily.driver (8.0.5f2) Support
      [loaded] com.digidesign.iokit.DigiDal (8.0.5f2) Support
      [not loaded] com.digidesign.mbox2.boot.driver (8.0.5f2) Support
      [not loaded] com.digidesign.mbox2.driver (8.0.5f2) Support
      [not loaded] com.digidesign.usb.elevenrack.driver (1.0.1) Support
      [not loaded] com.frontierdesign.iokit.alphatrack (1.4.1f1) Support
      [not loaded] com.ikmultimedia.driver.StealthPedal (1.0.0) Support
      [not loaded] com.paceap.kext.pacesupport.master (5.9 - SDK 10.6) Support
      /System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns
      [not loaded] com.paceap.kext.pacesupport.leopard (5.9 - SDK 10.4) Support
      [not loaded] com.paceap.kext.pacesupport.panther (5.9 - SDK 10.-1) Support
      [loaded] com.paceap.kext.pacesupport.snowleopard (5.9 - SDK 10.6) Support
      [not loaded] com.paceap.kext.pacesupport.tiger (5.9 - SDK 10.4) Support
    Startup Items: ℹ️
      Digidesign Mbox 2: Path: /Library/StartupItems/Digidesign Mbox 2
      DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
      Qmaster: Path: /Library/StartupItems/Qmaster
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [running] com.amazon.sendtokindle.launcher.plist Support
      [running] com.eastwest.server.plist Support
      [running] com.frontierdesign.alphatrack.daemon.plist Support
      [running] com.sony.PMBPortable.AutoRun.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.digidesign.elevenrack.helper.plist Support
      [running] com.digidesign.fwfamily.helper.plist Support
      [running] com.paceap.eden.licensed.plist Support
      [loaded] PACESupport.plist Support
    User Launch Agents: ℹ️
      [invalid?] com.amazon.cloud-player.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      iTunesHelper UNKNOWN (missing value)
      Dropbox Application (/Applications/Dropbox.app)
      TomTomHOMERunner ApplicationHidden (/Users/[redacted]/Library/Application Support/TomTom HOME/TomTomHOMERunner.app)
      Android File Transfer Agent Application (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
    Internet Plug-ins: ℹ️
      WidevineMediaOptimizer: Version: 6.0.0.12757 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Mismatch! Adobe recommends 15.0.0.189
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.2.0 Support
      OfficeLiveBrowserPlugin: Version: 12.3.6 Support
      iLokClientHelper: Version: 3.4 Support
      iPhotoPhotocast: Version: 7.0
    User Internet Plug-ins: ℹ️
      WebEx64: Version: 1.0 - SDK 10.6 Support
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3
      JackRouter: Version: JackRouter Support
      Digidesign CoreAudio: Version: 8.0.5 Support
    3rd Party Preference Panes: ℹ️
      Citrix Online Plug-in  Support
      Digidesign Eleven Rack  Support
      DigidesignMbox2  Support
      Digidesign Mbox 2 Pro  Support
      Flash Player  Support
      Perian  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          10% com.apple.WebKit.Networking
          7% fontd
          2% com.apple.WebKit.Plugin.64
          1% WindowServer
          0% configd
    Top Processes by Memory: ℹ️
      172 MB com.apple.WebKit.WebContent
      125 MB WindowServer
      112 MB softwareupdated
      86 MB Safari
      82 MB Mail
    Virtual Memory Information: ℹ️
      25 MB Free RAM
      1.46 GB Active RAM
      1.45 GB Inactive RAM
      856 MB Wired RAM
      2.11 GB Page-ins
      414 MB Page-outs

    Sure enough the computer just crashed a few minutes after posting. Here's the report after the computer rebooted:
    Anonymous UUID:       40656744-595E-FDB7-F6E9-0497F4D35619
    Wed Oct 15 08:27:05 2014
    panic(cpu 0 caller 0xffffff7f9fa95f7c): "GPU Panic: [<None>] 5 3 7f 0 0 0 0 3 : NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xc0000000 0xffffff80c5ad5000 0x0a5480a2, D0, P3/4\n"@/SourceCache/AppleGraphicsControl/AppleGraphicsControl-3.6.22/src/Apple MuxControl/kext/GPUPanic.cpp:127
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b3abaf80 : 0xffffff801d622f79
    0xffffff80b3abb000 : 0xffffff7f9fa95f7c
    0xffffff80b3abb0d0 : 0xffffff7f9e11bf1b
    0xffffff80b3abb190 : 0xffffff7f9e1e550a
    0xffffff80b3abb1d0 : 0xffffff7f9e1e557a
    0xffffff80b3abb240 : 0xffffff7f9e464056
    0xffffff80b3abb370 : 0xffffff7f9e208ba9
    0xffffff80b3abb390 : 0xffffff7f9e12296d
    0xffffff80b3abb440 : 0xffffff7f9e120478
    0xffffff80b3abb640 : 0xffffff7f9e121dc7
    0xffffff80b3abb710 : 0xffffff7f9f086e1d
    0xffffff80b3abb890 : 0xffffff7f9f086823
    0xffffff80b3abb8a0 : 0xffffff7f9f04baf0
    0xffffff80b3abb8b0 : 0xffffff7f9f04bb65
    0xffffff80b3abb8c0 : 0xffffff7f9f037c51
    0xffffff80b3abb8e0 : 0xffffff7f9f036fd9
    0xffffff80b3abba60 : 0xffffff7f9f066940
    0xffffff80b3abbb20 : 0xffffff7f9f035ad9
    0xffffff80b3abbb70 : 0xffffff801dacf146
    0xffffff80b3abbb90 : 0xffffff801dad0741
    0xffffff80b3abbbf0 : 0xffffff801dace1af
    0xffffff80b3abbd40 : 0xffffff801d6b6998
    0xffffff80b3abbe50 : 0xffffff801d626bc1
    0xffffff80b3abbe80 : 0xffffff801d6139c5
    0xffffff80b3abbef0 : 0xffffff801d61e013
    0xffffff80b3abbf70 : 0xffffff801d6c9b9d
    0xffffff80b3abbfb0 : 0xffffff801d6f4196
          Kernel Extensions in backtrace:
             com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000->0xffffff7f9e334fff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[D41125CE-69BD-32E7-9B1D-4E83431662DD]@0xff ffff7f9e0bc000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
             com.apple.nvidia.classic.NVDANV50HalTesla(8.2.4)[B0E6AAA7-E970-3D81-8B43-145D56 A3A4AC]@0xffffff7f9e33f000->0xffffff7f9e5e8fff
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
             com.apple.GeForceTesla(8.2.4)[B0074750-2FC6-3E26-BEA0-5AD5469686CF]@0xffffff7f9 f024000->0xffffff7f9f0eefff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IONDRVSupport(2.4.1)[D41125CE-69BD-32E7-9B1D-4E83431662DD]@0xff ffff7f9e0bc000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
                dependency: com.apple.nvidia.classic.NVDAResmanTesla(8.2.4)[D61B2BB9-4289-318D-9197-5E1E13B 1FF32]@0xffffff7f9e0cc000
             com.apple.driver.AppleMuxControl(3.6.22)[32862231-50BC-3AF6-87A2-703321AE4F90]@ 0xffffff7f9fa87000->0xffffff7f9fa9afff
                dependency: com.apple.driver.AppleGraphicsControl(3.6.22)[AA46D551-BE0F-33DA-93A3-8F46197BB 36F]@0xffffff7f9fa7f000
                dependency: com.apple.iokit.IOACPIFamily(1.4)[045D5D6F-AD1E-36DB-A249-A346E2B48E54]@0xfffff f7f9df7f000
                dependency: com.apple.iokit.IOPCIFamily(2.9)[2852ACFE-FD28-3C37-9B39-885201BB8D25]@0xffffff 7f9dcbf000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[75D81741-64C1-3941-ADFA-9D6B6C434EE4]@0 xffffff7f9e079000
                dependency: com.apple.driver.AppleBacklightExpert(1.0.4)[80899285-3952-30DA-A0F9-357C51E104 CF]@0xffffff7f9fa82000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x000000001d400000
    Kernel text base: 0xffffff801d600000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 8076473822747
    last loaded kext at 654256352755: com.apple.filesystems.smbfs 2.0.3 (addr 0xffffff7f9fb9f000, size 335872)
    last unloaded kext at 334416608476: com.apple.driver.AppleUSBUHCI 656.4.1 (addr 0xffffff7f9e8bd000, size 65536)
    loaded kexts:
    com.paceap.kext.pacesupport.snowleopard 5.9
    com.Cycling74.driver.Soundflower 1.5.1
    com.digidesign.iokit.DigiDal 8.0.5f2
    com.apple.filesystems.smbfs 2.0.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleIRController 325.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i7, 2.66 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Hub
    USB Device: Built-in iSight
    USB Device: IR Receiver
    Thunderbolt Bus:

  • New to FiOS - Set Top Box isn't showing time of day

    I just had FiOS installed on multiple TV's HD and non-HD.  All the set-top boxes don't show a time of day except the HD DVR.  Is there a way to set the others up to show the time of day?  If so, how?

    The new HD STB's do no have a display at all. cannot get a clock on the QIP7100-2 STB's
    ====================================================================================
    Error exists between keyboard and chair.

  • DVR STB will not hold the display of the time of day.

    I am new to FIOS.  I have a DVR Set Top Box for my HD TV.  I prefer to see the time of day displayed.  I set this option in Menu/Settings/Set Top/Display and it works OK UNTIL you change the channel.  Then it displays the new channel and DOES NOT revert back to the time of day as it is supposed to do.
    Called Verizon.  They reset the box.  It worked OK for about 30 minutes then went back to the same problem.  I don't want them to reset it again because when they did it wiped all of my favorites.
    Any solutions will be greatly appreciated.
    Solved!
    Go to Solution.

    Try rebooting the STB and then change the clock setting and change it back. That worked for me when i had this issue. I have seen this reported a couple of times and most of the time if this fix didnt work, the issue resolved itself within a couple of days.
    Also, it should be noted that with the 1.7IMG release they changed the way the front display functioned. It now changes to show the channel number at every program change and then reverts back to showing the clock after about 2 minutes.
    "If your problem has been solved, please mark it as such. Don't forget to hand out your Kudos!"

  • Have you noticed the newest version 3.6.23 crashes frequently? Mine does it a few times a day on web pages that used to work fine before the upgrade.

    Since the last Firefox update was installed on my system, Firefox crashes several times a day on websites that used to be no problem. I have five crash report id's from the last two days (I usually don't send the report). Do you want all of them?
    I'm running Firefox 3.6.23
    I'm running MacOS X version 10.5.8, on 1.5ghz powerPC G4
    with 2gb memory and over 100gig still available on my 150gig hard drive.
    I checked for updates - there are no new updates.
    I tried sending feedback, but the feedback page said I had to be running the latest version of firefox. So I clicked on "latest version of Firefox", and got "Unfortunately the latest version of Firefox isn't compatible with your computer's operating system"
    The "learn more" link took me to http://www.mozilla.org/en-US/firefox/4.0/system-requirements/ which says that OS 10.5 is supported.
    So - how do I get back to my previous version of Firefox so it doesn't keep crashing
    AND/OR
    Is there a fix coming to stop all the crashing
    AND/OR
    What do I do about Firefox versions on my computer?
    Thanks

    That can be a problem with a plugin, possibly Java.
    * [https://bugzilla.mozilla.org/show_bug.cgi?id=573055 bug 573055] - Reproducible [@ nsNPAPIPluginInstance::InitializePlugin()] crashes / Java

  • Why do I need to reset my Airport Express multiple times a day?

    I purchased an Airport Express (AE) in 2008.  Ocassionaly since I've owned the device, I've had a problem connecting to it via iPod touch, iPhone, Macbook Pro, Macbook, etc.  I would see the AE in my wifi router list, I just couldn't connect to it.  I simple reboot always seemed to fix the problem.  As time has passed, I found myself having to reboot it more and more often.  Within the past few months, it seems to be a daily occurance.  Within the past couple weeks, I've had to reboot it multiple times a day.  I have also performed a facory reset via the button and via airport utility - neither seem to affect the issue.
    I like the AE for the simple fact that it has AirTunes abilities, this is quite frankly the only reason I have it.  I would like to replace it, but I fear another unit would have similar issues.
    Is anyone else having these same problems on a 2+ year old AirPort Express?  if so, is there a fix action?  thanks.

    Hi, I'm having the same problem and have to reboot my Airport Express at least once a day. It is extremely frustrating.
    Firmware is 6.5
    Hopefully someone can help us

  • Why does my MBP restart itself randomly several times a day? Something about a "Panic Report".

    Ok so my MacBook Pro shuts itself down and restarts at least 4 times a day. Usually this happens when im away from my computer and its been idle or sleeping or whatever it does, however just 30 minutes ago this happened while i was using it and then it wouldnt restart it just kept showing the loading "apple" logo with loading bars comntinuously spinning... I had to shut it down manually and then it took an extra long time to load before finally loading to the user login page. Now generally... upon start up after this "panic" i will recieve a"Panic report" that says something aloong the lines of...
    Interval Since Last Panic Report:  27841 sec Panics Since Last Report:          2 Anonymous UUID:                    6EBC0F43-E7CB-480C-8D91-9EA7C74EEECC  Wed Jun  5 01:28:29 2013 panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f816c8e1f, type 14=page fault, registers: CR0: 0x0000000080010033, CR2: 0xffffff80d17a0628, CR3: 0x000000008a22e00d, CR4: 0x00000000001606e0 RAX: 0xffffff80d15621f8, RBX: 0xffffff80d1562000, RCX: 0x000000000003cb26, RDX: 0x0000000000000000 RSP: 0xffffff80ef4f3960, RBP: 0xffffff80ef4f3a40, RSI: 0x000000807e876986, RDI: 0xffffff80ef4f39d9 R8:  0x000000000000001f, R9:  0xffffffffffffff00, R10: 0xffffffffffffffdf, R11: 0x0000000000000000 R12: 0xffffff80d179e000, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff80ef4f3960 RFL: 0x0000000000010286, RIP: 0xffffff7f816c8e1f, CS:  0x0000000000000008, SS:  0x0000000000000010 CR2: 0xffffff80d17a0628, Error code: 0x0000000000000000, Faulting CPU: 0x0  Backtrace (CPU 0), Frame : Return Address 0xffffff80ef4f3610 : 0xffffff8000220792  0xffffff80ef4f3690 : 0xffffff80002c4794  0xffffff80ef4f3840 : 0xffffff80002da55d  0xffffff80ef4f3860 : 0xffffff7f816c8e1f  0xffffff80ef4f3a40 : 0xffffff7f816e5c05  0xffffff80ef4f3a80 : 0xffffff7f816c7257  0xffffff80ef4f3ab0 : 0xffffff7f80c95832  0xffffff80ef4f3af0 : 0xffffff7f80c9593d  0xffffff80ef4f3b10 : 0xffffff7f80c9ecff  0xffffff80ef4f3b70 : 0xffffff7f80c9edc8  0xffffff80ef4f3b90 : 0xffffff7f80c9c138  0xffffff80ef4f3bb0 : 0xffffff7f80c9c4bc  0xffffff80ef4f3be0 : 0xffffff80006565fe  0xffffff80ef4f3c40 : 0xffffff8000656fbb  0xffffff80ef4f3d80 : 0xffffff80002a3f08  0xffffff80ef4f3e80 : 0xffffff8000223096  0xffffff80ef4f3eb0 : 0xffffff80002148a9  0xffffff80ef4f3f10 : 0xffffff800021bbd8  0xffffff80ef4f3f70 : 0xffffff80002aef10  0xffffff80ef4f3fb0 : 0xffffff80002daec3        Kernel Extensions in backtrace:          com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c8a000->0xffffff7f80cc2fff             dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000          com.apple.driver.AppleIntelHD4000Graphics(7.3.2)[AD64F3E5-2838-3046-A9EA-1CB6C9 769436]@0xffffff7f816c4000->0xffffff7f8172afff             dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80849000             dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80cc3000             dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80c8a000  BSD process name corresponding to current thread: WindowServer  Mac OS version: 11G63  Kernel version: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64 Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5 System model name: MacBookPro9,2 (Mac-6F01561E16C75D06)  System uptime in nanoseconds: 5870204567267 last loaded kext at 49584802694: com.apple.driver.AppleMikeyHIDDriver     122 (addr 0xffffff7f8167a000, size 20480) last unloaded kext at 200341249727: com.apple.driver.AppleUSBTCKeyEventDriver     227.6 (addr 0xffffff7f814f7000, size 8192) loaded kexts: com.apple.driver.AppleMikeyHIDDriver     122 com.apple.driver.X86PlatformShim     5.0.0d8 com.apple.driver.AGPM     100.12.75 com.apple.driver.AppleHDA     2.2.5a5 com.apple.driver.AppleUpstreamUserClient     3.5.9 com.apple.driver.AudioAUUC     1.59 com.apple.driver.AppleMikeyDriver     2.2.5a5 com.apple.driver.AppleSMCLMU     2.0.1d2 com.apple.driver.AppleIntelHD4000Graphics     7.3.2 com.apple.driver.SMCMotionSensor     3.0.2d6 com.apple.driver.AppleSMCPDRC     5.0.0d8 com.apple.iokit.IOUserEthernet     1.0.0d1 com.apple.iokit.IOBluetoothSerialManager     4.0.8f17 com.apple.Dont_Steal_Mac_OS_X     7.0.0 com.apple.driver.AudioIPCDriver     1.2.3 com.apple.driver.ApplePolicyControl     3.1.33 com.apple.driver.AppleLPC     1.6.0 com.apple.driver.AppleBacklight     170.2.2 com.apple.driver.AppleMCCSControl     1.0.33 com.apple.driver.AppleIntelFramebufferCapri     7.3.2 com.apple.filesystems.autofs     3.0 com.apple.driver.BroadcomUSBBluetoothHCIController     4.0.8f17 com.apple.driver.AppleUSBTCButtons     227.6 com.apple.driver.AppleUSBTCKeyboard     227.6 com.apple.driver.AppleIRController     312 com.apple.AppleFSCompression.AppleFSCompressionTypeDataless     1.0.0d1 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib     1.0.0d1 com.apple.BootCache     33 com.apple.iokit.SCSITaskUserClient     3.2.1 com.apple.driver.XsanFilter     404 com.apple.iokit.IOAHCISerialATAPI     2.0.3 com.apple.iokit.IOAHCIBlockStorage     2.1.0 com.apple.driver.AppleSmartBatteryManager     161.0.0 com.apple.driver.AppleFWOHCI     4.9.0 com.apple.driver.AirPort.Brcm4331     561.7.22 com.apple.driver.AppleSDXC     1.2.2 com.apple.driver.AppleUSBHub     5.1.0 com.apple.iokit.AppleBCM5701Ethernet     3.2.4b8 com.apple.driver.AppleEFINVRAM     1.6.1 com.apple.driver.AppleAHCIPort     2.3.1 com.apple.driver.AppleUSBEHCI     5.1.0 com.apple.driver.AppleUSBXHCI     1.1.0 com.apple.driver.AppleACPIButtons     1.5 com.apple.driver.AppleRTC     1.5 com.apple.driver.AppleHPET     1.7 com.apple.driver.AppleSMBIOS     1.9 com.apple.driver.AppleACPIEC     1.5 com.apple.driver.AppleAPIC     1.6 com.apple.driver.AppleIntelCPUPowerManagementClient     195.0.0 com.apple.nke.applicationfirewall     3.2.30 com.apple.security.quarantine     1.4 com.apple.security.TMSafetyNet     8 com.apple.driver.AppleIntelCPUPowerManagement     195.0.0 com.apple.driver.DspFuncLib     2.2.5a5 com.apple.iokit.IOSurface     80.0.2 com.apple.iokit.IOSerialFamily     10.0.5 com.apple.iokit.IOFireWireIP     2.2.5 com.apple.iokit.IOAudioFamily     1.8.6fc18 com.apple.kext.OSvKernDSPLib     1.3 com.apple.driver.AppleHDAController     2.2.5a5 com.apple.iokit.IOHDAFamily     2.2.5a5 com.apple.driver.X86PlatformPlugin     5.1.1d6 com.apple.driver.AppleSMC     3.1.3d10 com.apple.driver.AppleSMBusPCI     1.0.10d0 com.apple.driver.IOPlatformPluginFamily     5.1.1d6 com.apple.driver.AppleGraphicsControl     3.1.33 com.apple.driver.AppleBacklightExpert     1.0.4 com.apple.iokit.IONDRVSupport     2.3.4 com.apple.driver.AppleSMBusController     1.0.10d0 com.apple.iokit.IOGraphicsFamily     2.3.4 com.apple.kext.triggers     1.0 com.apple.driver.AppleUSBBluetoothHCIController     4.0.8f17 com.apple.iokit.IOBluetoothFamily     4.0.8f17 com.apple.driver.AppleUSBMultitouch     230.5 com.apple.driver.AppleThunderboltDPInAdapter     1.8.5 com.apple.driver.AppleThunderboltDPAdapterFamily     1.8.5 com.apple.driver.AppleThunderboltPCIDownAdapter     1.2.5 com.apple.iokit.IOUSBHIDDriver     5.0.0 com.apple.driver.AppleUSBMergeNub     5.1.0 com.apple.driver.AppleUSBComposite     5.0.0 com.apple.iokit.IOSCSIMultimediaCommandsDevice     3.2.1 com.apple.iokit.IOBDStorageFamily     1.7 com.apple.iokit.IODVDStorageFamily     1.7.1 com.apple.iokit.IOCDStorageFamily     1.7.1 com.apple.iokit.IOSCSIArchitectureModelFamily     3.2.1 com.apple.driver.AppleThunderboltNHI     1.6.0 com.apple.iokit.IOThunderboltFamily     2.0.3 com.apple.iokit.IOFireWireFamily     4.4.8 com.apple.iokit.IO80211Family     420.3 com.apple.iokit.IOEthernetAVBController     1.0.1b1 com.apple.iokit.IONetworkingFamily     2.1 com.apple.iokit.IOUSBUserClient     5.0.0 com.apple.iokit.IOAHCIFamily     2.0.8 com.apple.iokit.IOUSBFamily     5.1.0 com.apple.driver.AppleEFIRuntime     1.6.1 com.apple.iokit.IOHIDFamily     1.7.1 com.apple.iokit.IOSMBusFamily     1.1 com.apple.security.sandbox     177.9 com.apple.kext.AppleMatch     1.0.0d1 com.apple.driver.DiskImages     331.7 com.apple.iokit.IOStorageFamily     1.7.2 com.apple.driver.AppleKeyStore     28.18 com.apple.driver.AppleACPIPlatform     1.5 com.apple.iokit.IOPCIFamily     2.7 com.apple.iokit.IOACPIFamily     1.4 Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f38 Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020 Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80CE, 0x4D34373142353237334448302D434B302020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.22) Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en1 Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB Serial ATA Device: HL-DT-ST DVDRW  GS31N USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2 USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3 USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2 USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3 USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 6 USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9 USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5 USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 4
    What the HECK is happening and whats causing this???? How do i fix it?

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A stale or corrupt kernel cache
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault (including incompatible memory)
    An obscure bug in OS X
    You may already have ruled out some of these.
    Rule out #1 by booting in safe mode and then rebooting as usual. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    You can rule out #2 and #3 by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it.
    If your model has user-replaceable memory, and you've upgraded the memory modules, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts. Clean them with a mild solvent such as rubbing alcohol. Aftermarket memory must exactly match the technical specifications for your model. Memory that is either slower or faster than specified may be incompatible.
    The Apple Hardware Test, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    Connecting more than one display is another reported trigger for OS X bugs.
    In rare cases, a malformed network packet from a defective router or other network device can cause panics. Such packets could also be sent deliberately by a skillful attacker. This possibility is something to consider if you run a public server that might be the target of such an attack.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

Maybe you are looking for