Jump to content

Mavericks kernel testing on AMD (formerly Mountain Lion kernel testing on AMD)


theconnactic
 Share

6,414 posts in this topic

Recommended Posts

Question to the devs...

 

Couple of us noticed sleep working without the need of SleepEnabler, been doing some reading. Is it because of this "XCPM is initialised and controlled through the following functions in the XNU kernel (mach_kernel) – no longer with help of AppleIntelCPUPowerManagment.kext"

 

If so then Sleep should be working as it does in mavericks in 10.8.5

 

Taken from the article here. http://pikeralpha.wordpress.com/2013/10/05/xnu-cpu-power-management/

 

Furthermore is maniplulation of xcpm possible for AMD power management without the need of VoodooPState.kext WHEN the source gets released?

 

EDIT: Andy & Shanee I know you are super busy with SSE3 emu (I tried looking today for a 2nd hand system but all the CPUS with motherboards were already SSE3), can we edit PStateMenu (Replacement for PStateChanger) for AMD needs? Source Code not not available anymore sadly but really cool idea. http://www.insanelymac.com/forum/topic/254061-pstatemenu-replacement-for-pstatechanger/

  • Like 3
Link to comment
Share on other sites

Question to the devs...

 

Couple of us noticed sleep working without the need of SleepEnabler, been doing some reading. Is it because of this "XCPM is initialised and controlled through the following functions in the XNU kernel (mach_kernel) – no longer with help of AppleIntelCPUPowerManagment.kext"

 

If so then Sleep should be working as it does in mavericks in 10.8.5

 

Taken from the article here. http://pikeralpha.wordpress.com/2013/10/05/xnu-cpu-power-management/

 

Furthermore is maniplulation of xcpm possible for AMD power management without the need of VoodooPState.kext WHEN the source gets released?

 

EDIT: Andy & Shanee I know you are super busy with SSE3 emu (I tried looking today for a 2nd hand system but all the CPUS with motherboards were already SSE3), can we edit PStateMenu (Replacement for PStateChanger) for AMD needs? Source Code not not available anymore sadly but really cool idea. http://www.insanelymac.com/forum/topic/254061-pstatemenu-replacement-for-pstatechanger/

Power management is such a convoluted mess that to be honest, I am quite hesitant to delve into it. I have only ever used AMD in desktop machines where power management is not important to me, since I like things to be running at full blast, if not even overclocked, and clocking down would be a hindrance to snappy behavior. Why is this browser autocorrecting for Canadian English now? Blasphemy.

 

For what it's worth, if I were in the position where I absolutely need working state-changing, then I would use AnV's little util. Who knows if the GPU would do its own power-saving too. Probably. The chance that you would have both an AMD CPU and an Intel-make graphics accelerator in a mobile device is pretty slim.

 

I doubt the power management code inside that kext/presumed portion of kernel would work on our platforms, but I might just be proven wrong.

  • Like 2
Link to comment
Share on other sites

So I did a test by changing the screenshot format from PNG to JPG, its not pink but it has the same strange messy icon corruption, except it's across the whole screenshot.

 

defaults write com.apple.screencapture type jpg && killall SystemUIServer
However gif seems to work so far

 

defaults write com.apple.screencapture type gif && killall SystemUIServer

Screen Shot 2013-11-19 at 12.13.41 am.jpg

  • Like 2
Link to comment
Share on other sites

hi

right now i have no time to perform test like in osx-10.7 kernel days. but sometimes i take a look on whats going on, really impressive!

 

i was wondering about the idea of looking at other BSD kernels sources that already runs on amd cpus, how do they implement tlb caches and all that stuff for amd hardware, since it is already done.

the hard part would be implementing propertly arbitrary opcode emulation (and then specific opcode emulation) this requires knowledge, but seems to be a good programming exercise.

 

i hope not to be wrong, that this ideas are useful. please dont feel bad to correct if im wrong.

i will be back to testing when situation gets better...

 

peace!

 

edit: this looks interesting, http://winocm.com/projects/research/2013/11/08/state-of-the-union/

 

Porting the Darwin kernel to the AArch64/ARMv7/ARMv6-A architectures.

http://winocm.com/xnu/

https://github.com/darwin-on-arm/

Edited by bcobco
  • Like 4
Link to comment
Share on other sites

So I did a test by changing the screenshot format from PNG to JPG, its not pink but it has the same strange messy icon corruption, except it's across the whole screenshot.

 

defaults write com.apple.screencapture type jpg && killall SystemUIServer
However gif seems to work so far

 

defaults write com.apple.screencapture type gif && killall SystemUIServer

Yes, I'd noticed Jpeg gets an all around corruption whereas Png turns green for me once it's edited but using Pixelmator I haven't had any "Save As" conversions to green or Jpeg corruption. Where, in Preview, copying a portion and creating new from clipboard converts to the green, in Pixelmator no problem whatsoever... Save as Jpeg no corruption either...

  • Like 1
Link to comment
Share on other sites

Latest Beta Kernel - Clock is unstable. It runs correctly until you open an app

then it jumps backwards in time...

Don't open anything, it is ok.

If you open Date and Time preferences it resets to right time.

If you keep prefs OPEN it's OK...

 

This is Athlon 64 X2 3800+, Nvidia 9400GT, 4 G Ram....

Dual booting with Snow and Lion and clock right on accurate for those ...

Hey there,

 

As my last message has been deleted (I don't know why, since it is kernel related and dev may resolve this) I repost.

 

I have the same issue. Clock is jumping back in time.

 

VoodooTSCSyncAMD.kext seems to improve clock issues but they are fewer but still there.

 

It seems to be related to cpu usage. no activity = less time jumps. When a pkg is being installed -> Clock jumps a lot.

 

Here is a screenshot with some informations about the config. I'm ready to gives more if needed.

 

I'm currently using BSA kernel.

post-29612-0-88009400-1384878538_thumb.png

Link to comment
Share on other sites

Very odd with panic at corecrypto  !!!  :D

maybe it is invalid opcode :)

ok , i try add pm_timer.c and pci.c . 

Hehe, no worries :thumbsup_anim:

I'll test'em :)

  • Like 1
Link to comment
Share on other sites

Well Bronya, I got this on start up several times... same style KP no matter the flags:

These were the results:

post-513502-0-51178000-1384896431_thumb.jpgpost-513502-0-21561400-1384896452_thumb.jpg

post-513502-0-00066600-1384896472_thumb.jpg

 

I don't get it, same setup starts ok with AnV latest bsa_kernel and previous ones too.

:unsure:

 

I will try Clover..

 

w/ Clover same (sorry bout the flash):

 

post-513502-0-12478100-1384899227_thumb.jpgpost-513502-0-65639300-1384899244_thumb.jpg

Link to comment
Share on other sites

Well Bronya, I got this on start up several times... same style KP no matter the flags:

These were the results:

attachicon.gif1.jpgattachicon.gif1point5.jpg

attachicon.gif2.jpg

 

I don't get it, same setup starts ok with AnV latest bsa_kernel and previous ones too.

:unsure:

 

I will try Clover..

KP corecrypto   ;)

I adding pm_timer and pci, modified tsc for family 0xf (k8) .

Try ! Maybe panic ?  :D

attachicon.gifmach_10_9_beta_rc4.zip

:)

 

good launchpad !! but pink .png :( cache L1/L2 is correct :) 

kern.ostype: Darwin
kern.osrelease: 13.0.0
kern.osrevision: 199506
kern.version: Darwin Kernel Version 13.0.0: среда, 20 ноября 2013 г. 00:43:40 (MSK); *patched-2422.1.72_bronya_rc8/BUILD/obj/RELEASE_X86_64
kern.maxvnodes: 33792
kern.maxproc: 532
kern.maxfiles: 12288
kern.argmax: 262144
kern.securelevel: 0
kern.hostname: iMac-de-gils83.local
kern.hostid: 0
kern.clockrate: { hz = 100, tick = 10000, tickadj = 0, profhz = 100, stathz = 100 }
kern.posix1version: 200112
kern.ngroups: 16
kern.job_control: 1
kern.saved_ids: 1
kern.boottime: { sec = 1384600282, usec = 0 } Sat Nov 16 12:11:22 2013
kern.nisdomainname: 
kern.maxfilesperproc: 10240
kern.maxprocperuid: 266
kern.ipc.maxsockbuf: 4194304
kern.ipc.sockbuf_waste_factor: 8
kern.ipc.somaxconn: 128
kern.ipc.nmbclusters: 32768
kern.ipc.soqlimitcompat: 1
kern.ipc.mleak_sample_factor: 500
kern.ipc.mb_normalized: 0
kern.ipc.mb_watchdog: 0
kern.ipc.sosendminchain: 16384
kern.ipc.sorecvmincopy: 16384
kern.ipc.sosendjcl: 1
kern.ipc.sosendjcl_ignore_capab: 0
kern.ipc.sodefunctlog: 0
kern.ipc.sothrottlelog: 0
kern.ipc.sorestrictrecv: 1
kern.ipc.sotcdb: 1
kern.ipc.maxsockets: 512
kern.ipc.njcl: 10920
kern.ipc.njclbytes: 16384
kern.ipc.soqlencomp: 0
kern.ipc.io_policy.throttled: 0
kern.ipc.io_policy.log: 0
kern.ipc.io_policy.uuid: 1
kern.usrstack: 1520824320
kern.netboot: 0
kern.sysv.shmmax: 4194304
kern.sysv.shmmin: 1
kern.sysv.shmmni: 32
kern.sysv.shmseg: 8
kern.sysv.shmall: 1024
kern.sysv.semmni: 87381
kern.sysv.semmns: 87381
kern.sysv.semmnu: 87381
kern.sysv.semmsl: 87381
kern.sysv.semume: 10
kern.aiomax: 90
kern.aioprocmax: 16
kern.aiothreads: 4
kern.corefile: /cores/core.%P
kern.coredump: 1
kern.sugid_coredump: 0
kern.delayterm: 0
kern.shreg_private: 0
kern.posix.sem.max: 10000
kern.usrstack64: 140734714212352
kern.nx: 0
kern.tfp.policy: 2
kern.procname: 
kern.speculative_reads_disabled: 0
kern.osversion: 13A603
kern.safeboot: 0
kern.lctx.last: 1
kern.lctx.count: 0
kern.lctx.max: 8192
kern.rage_vnode: 0
kern.tty.ptmx_max: 127
kern.threadname: 
kern.sleeptime: { sec = 0, usec = 0 } Thu Jan  1 01:00:00 1970
kern.waketime: { sec = 0, usec = 0 } Thu Jan  1 01:00:00 1970
kern.willshutdown: 0
kern.progressmeterenable: 0
kern.progressmeter: 0
kern.hibernatefile: 
kern.bootsignature: 
kern.hibernatemode: 0
kern.hibernategraphicsready: 0
kern.hibernatewakenotification: 0
kern.hibernatelockscreenready: 0
kern.hibernatehidready: 0
kern.wq_yielded_threshold: 2000
kern.wq_yielded_window_usecs: 30000
kern.wq_stalled_window_usecs: 200
kern.wq_reduce_pool_window_usecs: 5000000
kern.wq_max_timer_interval_usecs: 50000
kern.wq_max_threads: 512
kern.wq_max_constrained_threads: 64
kern.nbuf: 10485
kern.maxnbuf: 10485
kern.jnl_trim_flush: 240
kern.flush_cache_on_write: 0
kern.ds_supgroups_supported: 1
kern.sugid_scripts: 0
kern.zleak.active: 0
kern.zleak.max_zonemap_size: 805306368
kern.zleak.global_threshold: 402653184
kern.zleak.zone_threshold: 50331648
kern.uuid: A5F50C2D-0117-347D-9FFB-F011F67E680E
kern.bootargs: boot-uuid=A8F85854-4ADD-3D77-A59B-3D115B948F2E rd=*uuid -f npci=0x2000 -v
kern.num_files: 1229
kern.num_vnodes: 33792
kern.num_tasks: 1024
kern.num_threads: 2560
kern.num_taskthreads: 2560
kern.namecache_disabled: 0
kern.ignore_is_ssd: 0
kern.preheat_pages_max: 256
kern.preheat_pages_min: 8
kern.speculative_prefetch_max: 24576
kern.speculative_prefetch_max_iosize: 524288
kern.vm_page_free_target: 2000
kern.vm_page_free_min: 1500
kern.vm_page_free_reserved: 128
kern.vm_page_speculative_percentage: 5
kern.vm_page_speculative_q_age_ms: 500
kern.vm_max_delayed_work_limit: 32
kern.vm_max_batch: 256
kern.bootsessionuuid: 247B43B6-A05B-4095-92E6-5CB7A571AF82
kern.timer.coalescing_enabled: 1
kern.timer.deadline_tracking_bin_1: 2000000
kern.timer.deadline_tracking_bin_2: 5000000
kern.timer.longterm.threshold: 1000
kern.timer.longterm.qlen: 90
kern.singleuser: 0
kern.affinity_sets_enabled: 1
kern.affinity_sets_mapping: 1
kern.slide: 0
kern.kdebug_thread_block: 0
kern.stack_size: 16384
kern.stack_depth_max: 12624
kern.ipc_portbt: 0
kern.sched: traditional_with_pset_runqueue
kern.memorystatus_vm_pressure_level: 2
kern.memorystatus_purge_on_warning: 2
kern.memorystatus_purge_on_urgent: 5
kern.memorystatus_purge_on_critical: 8
kern.msgbuf: 65536
kern.secure_kernel: 0
kern.interrupt_timer_coalescing_enabled: 1
kern.timer_coalesce_idle_entry_hard_deadline_max: 5000000
kern.timer_coalesce_bg_scale: -5
kern.timer_coalesce_bg_ns_max: 100000000
kern.timer_coalesce_kt_scale: 3
kern.timer_coalesce_kt_ns_max: 1000000
kern.timer_coalesce_fp_scale: 3
kern.timer_coalesce_fp_ns_max: 1000000
kern.timer_coalesce_ts_scale: 3
kern.timer_coalesce_ts_ns_max: 1000000
kern.timer_coalesce_tier0_scale: 3
kern.timer_coalesce_tier0_ns_max: 1000000
kern.timer_coalesce_tier1_scale: 2
kern.timer_coalesce_tier1_ns_max: 5000000
kern.timer_coalesce_tier2_scale: 1
kern.timer_coalesce_tier2_ns_max: 20000000
kern.timer_coalesce_tier3_scale: -2
kern.timer_coalesce_tier3_ns_max: 75000000
kern.timer_coalesce_tier4_scale: -15
kern.timer_coalesce_tier4_ns_max: 10000000000
kern.timer_coalesce_tier5_scale: -15
kern.timer_coalesce_tier5_ns_max: 10000000000
kern.ostype = Darwin
kern.osrelease = 13.0.0
kern.osrevision = 199506
kern.version = Darwin Kernel Version 13.0.0: среда, 20 ноября 2013 г. 00:43:40 (MSK); *patched-2422.1.72_bronya_rc8/BUILD/obj/RELEASE_X86_64
kern.maxvnodes = 33792
kern.maxproc = 532
kern.maxfiles = 12288
kern.argmax = 262144
kern.securelevel = 0
kern.hostname = iMac-de-gils83.local
kern.hostid = 0
kern.clockrate: hz = 100, tick = 10000, profhz = 100, stathz = 100
kern.posix1version = 200112
kern.ngroups = 16
kern.job_control = 1
kern.saved_ids = 1
kern.boottime = Sat Nov 16 12:11:22 2013

kern.nisdomainname = 
kern.maxfilesperproc = 10240
kern.maxprocperuid = 266
kern.usrstack = 1520824320
kern.netboot = 0
kern.aiomax = 90
kern.aioprocmax = 16
kern.aiothreads = 4
kern.corefile = /cores/core.%P
kern.coredump = 1
kern.sugid_coredump = 0
kern.delayterm = 0
kern.shreg_private = 0
kern.usrstack64 = 140734714212352
kern.nx = 0
kern.procname = 
kern.speculative_reads_disabled = 0
kern.osversion = 13A603
kern.safeboot = 0
kern.rage_vnode = 0
kern.thread_name = kern
machdep.cpu.max_basic: 1
machdep.cpu.max_ext: 2147483672
machdep.cpu.vendor: AuthenticAMD
machdep.cpu.brand_string: AMD Sempron(tm) Processor LE-1250
machdep.cpu.family: 15
machdep.cpu.model: 127
machdep.cpu.extmodel: 7
machdep.cpu.extfamily: 0
machdep.cpu.stepping: 2
machdep.cpu.feature_bits: 126614527 8705
machdep.cpu.extfeature_bits: 3955489791 281
machdep.cpu.signature: 462834
machdep.cpu.brand: 0
machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 SSE3 SSSE3 CX16
machdep.cpu.extfeatures: SYSCALL EM64T LAHF RDTSCP TSCI
machdep.cpu.cores_per_package: 1
machdep.cpu.microcode_version: 21
machdep.cpu.processor_flag: 1
machdep.cpu.cache.linesize: 64
machdep.cpu.cache.L2_associativity: 16
machdep.cpu.cache.size: 524288
machdep.cpu.tlb.inst.small: 32
machdep.cpu.tlb.inst.large: 8
machdep.cpu.tlb.data.small: 32
machdep.cpu.tlb.data.small_level1: 512
machdep.cpu.tlb.data.large: 8
machdep.cpu.address_bits.physical: 40
machdep.cpu.address_bits.virtual: 48
machdep.cpu.core_count: 1
machdep.cpu.thread_count: 1
machdep.vectors.timer: 221
machdep.vectors.IPI: 222
machdep.pmap.hashwalks: 132771
machdep.pmap.hashcnts: 395807
machdep.pmap.hashmax: 48
machdep.pmap.kernel_text_ps: 2097152
machdep.pmap.kern_pv_reserve: 2000
machdep.memmap.Conventional: 2146824192
machdep.memmap.RuntimeServices: 0
machdep.memmap.ACPIReclaim: 57344
machdep.memmap.ACPINVS: 139264
machdep.memmap.PalCode: 0
machdep.memmap.Reserved: 2273280
machdep.memmap.Unusable: 0
machdep.memmap.Other: 0
machdep.tsc.frequency: 2188857328
machdep.tsc.deep_idle_rebase: 1
machdep.tsc.nanotime.tsc_base: 120192115191
machdep.tsc.nanotime.ns_base: 0
machdep.tsc.nanotime.scale: 1962196092
machdep.tsc.nanotime.shift: 0
machdep.tsc.nanotime.generation: 2
machdep.misc.panic_restart_timeout: 1266874889
machdep.misc.interrupt_latency_max: 0x0 0xdd 0xf107
machdep.misc.machine_check_panic: 
machdep.misc.timer_queue_trace: 
machdep.misc.nmis: 0
machdep.eager_timer_evaluations: 31
machdep.eager_timer_evaluation_max: 102740
machdep.user_idle_level: 0
hw.ncpu: 1
hw.byteorder: 1234
hw.memsize: 2147483648
hw.activecpu: 1
hw.physicalcpu: 1
hw.physicalcpu_max: 1
hw.logicalcpu: 1
hw.logicalcpu_max: 1
hw.cputype: 7
hw.cpusubtype: 4
hw.cpu64bit_capable: 1
hw.cpufamily: 2028621756
hw.cacheconfig: 1 1 1 0 0 0 0 0 0 0
hw.cachesize: 2147483648 65536 524288 0 0 0 0 0 0 0
hw.pagesize: 4096
hw.busfrequency: 792000000
hw.busfrequency_min: 792000000
hw.busfrequency_max: 792000000
hw.cpufrequency: 2188000000
hw.cpufrequency_min: 2188000000
hw.cpufrequency_max: 2188000000
hw.cachelinesize: 64
hw.l1icachesize: 65536
hw.l1dcachesize: 65536
hw.l2cachesize: 524288
hw.tbfrequency: 1000000000
hw.packages: 1
hw.optional.floatingpoint: 1
hw.optional.patcher_opts: 48
hw.optional.mmx: 1
hw.optional.sse: 1
hw.optional.sse2: 1
hw.optional.sse3: 1
hw.optional.supplementalsse3: 1
hw.optional.sse4_1: 0
hw.optional.sse4_2: 0
hw.optional.x86_64: 1
hw.optional.aes: 0
hw.optional.avx1_0: 0
hw.optional.rdrand: 0
hw.optional.f16c: 0
hw.optional.enfstrg: 0
hw.optional.fma: 0
hw.optional.avx2_0: 0
hw.optional.bmi1: 0
hw.optional.bmi2: 0
hw.optional.rtm: 0
hw.optional.hle: 0
hw.machine = x86_64
hw.model = iMac12,1
hw.ncpu = 1
hw.byteorder = 1234
hw.physmem = 2147483648
hw.usermem = 1823555584
hw.pagesize = 4096
hw.epoch = 0
hw.vectorunit = 1
hw.busfrequency = 792000000
hw.cpufrequency = 2188000000
hw.cachelinesize = 64
hw.l1icachesize = 65536
hw.l1dcachesize = 65536
hw.l2settings = 1
hw.l2cachesize = 524288
hw.tbfrequency = 1000000000
hw.memsize = 2147483648
hw.availcpu = 1
vm.loadavg: { 1.98 2.57 1.35 }
vm.swapusage: total = 1024.00M  used = 0.00M  free = 1024.00M  (encrypted)
vm.cs_force_kill: 0
vm.cs_force_hard: 0
vm.cs_debug: 0
vm.cs_all_vnodes: 0
vm.cs_enforcement: 0
vm.cs_enforcement_panic: 0
vm.sigpup_disable: 0
vm.global_no_user_wire_amount: 67108864
vm.global_user_wire_limit: 2080374784
vm.user_wire_limit: 2080374784
vm.vm_copy_src_not_internal: 0
vm.vm_copy_src_not_symmetric: 0
vm.vm_copy_src_large: 0
vm.vm_page_external_count: 268432
vm.vm_page_filecache_min: 50000
vm.compressor_mode: 4
vm.compressor_bytes_used: 0
vm.compressor_swapout_target_age: 0
vm.compressor_eval_period_in_msecs: 250
vm.compressor_sample_min_in_msecs: 500
vm.compressor_sample_max_in_msecs: 10000
vm.compressor_thrashing_threshold_per_10msecs: 50
vm.compressor_thrashing_min_per_10msecs: 20
vm.compressor_minorcompact_threshold_divisor: 11
vm.compressor_majorcompact_threshold_divisor: 13
vm.compressor_unthrottle_threshold_divisor: 20
vm.compressor_catchup_threshold_divisor: 35
vm.cs_validation: 1
vm.cs_blob_count: 423
vm.cs_blob_size: 5895536
vm.cs_blob_count_peak: 423
vm.cs_blob_size_peak: 5896048
vm.cs_blob_size_max: 1667072
vm.vm_debug_events: 0
vm.allow_stack_exec: 0
vm.allow_data_exec: 1
vm.shared_region_unnest_logging: 1
vm.shared_region_trace_level: 1
vm.shared_region_version: 3
vm.shared_region_persistence: 0
vm.vm_page_free_target: 2000
vm.memory_pressure: 0
vm.page_free_wanted: 0
vm.page_purgeable_count: 10404
vm.page_purgeable_wired_count: 568
vm.madvise_free_debug: 0
vm.page_reusable_count: 11953
vm.reusable_success: 768
vm.reusable_failure: 0
vm.reusable_shared: 57
vm.all_reusable_calls: 592
vm.partial_reusable_calls: 130
vm.reuse_success: 685
vm.reuse_failure: 0
vm.all_reuse_calls: 460
vm.partial_reuse_calls: 234
vm.can_reuse_success: 6299
vm.can_reuse_failure: 1084
vm.reusable_reclaimed: 0
vm.page_free_count: 5369
vm.page_speculative_count: 166707
vm.page_cleaned_count: 0
vm.pageout_inactive_dirty_internal: 0
vm.pageout_inactive_dirty_external: 0
vm.pageout_inactive_clean: 0
vm.pageout_speculative_clean: 0
vm.pageout_inactive_used: 0
vm.pageout_freed_from_inactive_clean: 0
vm.pageout_freed_from_speculative: 0
vm.pageout_freed_from_cleaned: 0
vm.pageout_enqueued_cleaned: 0
vm.pageout_enqueued_cleaned_from_inactive_clean: 0
vm.pageout_enqueued_cleaned_from_inactive_dirty: 0
vm.pageout_cleaned: 0
vm.pageout_cleaned_reactivated: 0
vm.pageout_cleaned_reference_reactivated: 0
vm.pageout_cleaned_volatile_reactivated: 0
vm.pageout_cleaned_fault_reactivated: 0
vm.pageout_cleaned_commit_reactivated: 0
vm.pageout_cleaned_busy: 0
vm.pageout_cleaned_nolock: 0
iMac-de-gils83:~ gils83$ 

  • Like 1
Link to comment
Share on other sites

Here is video of clock jump - kernel is BSA4

 

AMD athlon 64 X2 3800+

I am dual booting Lion, Snow and ML so it's not the rig...

looks like a timing issue....(no pun)

seems to be ntp timer ?  issue with clock, also periodic freezes, and also Safari freezes too at same time, so may be

tied together ??

DSCN2882.MOV

Link to comment
Share on other sites

Here is video of clock jump - kernel is BSA4

 

AMD athlon 64 X2 3800+

I am dual booting Lion, Snow and ML so it's not the rig...

looks like a timing issue....(no pun)

seems to be ntp timer ?  issue with clock, also periodic freezes, and also Safari freezes too at same time, so may be

tied together ??

 

;)

 

http://www.youtube.com/watch?feature=player_detailpage&v=89yHi_TwsqI

Bronya

Do we need an updated patched core crypto?

Will test RC4 later tonight, in North America

 

Dans

:)

 

anv_corecrypto.kext.zip

Link to comment
Share on other sites

When time goes out of synch ... look at the "jitter" !?

Danas-iMac:~ Dana$ ntpq -p -n

remote refid st t when poll reach delay offset jitter

==============================================================================

*17.151.16.22 17.107.131.11 2 u 83 512 1 70.106 -2.060 1.695

Danas-iMac:~ Dana$ ntpq -p -n

remote refid st t when poll reach delay offset jitter

==============================================================================

*1*.151.16.22 1*.107.131.11 2 u 4971 512 3 70.106 -2.060 876942.

ntpq -p -n

remote refid st t when poll reach delay offset jitter

==============================================================================

*1*.151.16.22 1*.107.131.11 2 u 4971 512 3 70.106 -2.060 876942.

ntpq -p -n

remote refid st t when poll reach delay offset jitter

==============================================================================

*1*.151.16.22 17.107.131.11 2 u 10 512 1 69.621 -1.904 2.227

Link to comment
Share on other sites

 Share

×
×
  • Create New...