Contribute
Register

New Realtek Driver Development

Status
Not open for further replies.
Attention SandyBridge users... New Lnx2Mac RTL81xx available

Hi Mieze,

Nice work first of all. Thank you.

My ethernet details:

Type: ethernet
Bus: PCI
Vendor ID: 0x10ec
Device ID: 0x8168
Subsystem Vendor ID: 0x1462
Subsystem ID: 0x7759
Revision ID: 0x0006
Link Width: x1


Driver is loaded:


21/02/2013 15:18:31.000 kernel[0]: Ethernet [RealtekRTL8111]: PCI power management capabilities: 0xffc3.
21/02/2013 15:18:31.000 kernel[0]: Ethernet [RealtekRTL8111]: RTL8168E-VL/8111E-VL: (Chipset 16) at 0xffffff81cf29e000, 8c:89:a5:de:13:3c
21/02/2013 15:19:41.000 kernel[0]: Ethernet [RealtekRTL8111]: Link up on en0, 1-Gigabit, Full-duplex, flow-control

Now the strange part:

I can not login to icloud.com or access any services linked to *.icloud.com. For example iCloud storage status, photo stream , calendar etc.
Intranet seems to work ok.

21/02/2013 15:23:46.768 PhotoStreamAgent[160]: Connection failed. Error: Error Domain=kCFErrorDomainCFNetwork Code=-1001 "The request timed out." UserInfo=0x7fb3f4e164d0 {NSErrorFailingURLStringKey=https://p03-streams.icloud.com:443/1349583828/streams/getmetadata, NSLocalizedDescription=The request timed out., NSErrorFailingURLKey=https://p03-streams.icloud.com:443/1349583828/streams/getmetadata}
21/02/2013 15:23:46.768 PhotoStreamAgent[160]: MSSubscriber - 1349583828 Found temporary network error. Trying again later. Error: __NSCFError:
Domain : kCFErrorDomainCFNetwork
Code : -1001
Desc : The request timed out.
UserInfo: {
NSErrorFailingURLKey = "https://p03-streams.icloud.com:443/1349583828/streams/getmetadata";
NSErrorFailingURLStringKey = "https://p03-streams.icloud.com:443/1349583828/streams/getmetadata";
NSLocalizedDescription = "The request timed out.";
}

With lnx2mac driver everything work apart from the lost connection after wake.

Do you need me to make some other tests?

Best Regards,
VM
 

Attachments

  • Bildschirmfoto 2013-02-21 um 22.49.43.jpg
    Bildschirmfoto 2013-02-21 um 22.49.43.jpg
    159.9 KB · Views: 571
Attention SandyBridge users... New Lnx2Mac RTL81xx available

Hello HaxXxus + hpsn,

I found the reason of the randomly occurring transmitter deadlocks. It's a bug of the RTL8111 with regard to descriptor handling.

Awesome ! Will download and test.

Thanks
hpsn
 
Attention SandyBridge users... New Lnx2Mac RTL81xx available

Hello virtualm,

this is not a driver issue. iCloud is working fine (see screenshot below) on one of my machines while I can reproduce your problem on another. In fact it's a bug (security feature?) of the network subsystem which might get confused or is intentionally refusing to connect to certain Apple services when the list of network interfaces changes. This strange behavior may also affect iTunes, AppStore and even some of ML Server's functions (Asset Cache for example).

View attachment 47257

I'm currently preparing a new version and will release the source code next week. I will look into that issue as soon as the work on the driver is finished.

Mieze

I erase/install ML, new system-id and the result is the same. No access to iCloud.
If I install lnx2mac drv iCloud starts to work. IORegistry data is different for en0 device.
Tested in two machines.


Best regards,
VM
 
Attention SandyBridge users... New Lnx2Mac RTL81xx available

This happens when the driver for an existing network interface changes. Remove the Lnx2mac driver, reboot and goto System Preferences. Delete the existing interface which as been associated with the Lnx2mac driver. Now you are ready to install my driver. Don't forget to repair permissions and reboot again. Open System Preferences and check if the interface en0 has been automatically created. I case it hasn't, create it now.

I was able to resolve the issue on the affected machine using these instructions.

Mieze

I did exactly that and no luck. And I have tried with a fresh install, no lnx2mac driver installed, actually only fakesmc and still the same problem.
Any other page is working just icloud.com not. Is there anything I can look for or check?

Here is the report error from icloud.com when I'm trying to login:

Code:
APPLICATION NAME
cloudos

ERROR
authDidNotConnect

ORIGIN
server

TYPE
error

APP STATECHART
SC.Statechart:sc1468
  initialized: true
  name: cloudos-statechart
  current-states: [
    active.authUI.fieldsEditable
  ]
  state-transition:
    active: false
    suspended: false
  handling-event: false


BUILD NUMBER
1O51

TIME
Fri Feb 22 2013 17:00:41 GMT+0000 (GMT)        (1361552441536)

HOST
www.icloud.com

USER AGENT
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/536.26.17 (KHTML, like Gecko) Version/6.0.2 Safari/536.26.17

ENVIRONMENT
PROD

RECENT LOG MESSAGES
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: CloudOS.main() already has localized strings, proceeding to run CloudOS.run() now.
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: Loading localized strings and metrics
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN initialize statechart
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: __ROOT_STATE__
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: ---
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: ---
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: __ROOT_STATE__
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: loading
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: loading
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: __ROOT_STATE__
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: validatingAuth
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: loading
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: loading
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: pivot state = __ROOT_STATE__
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: loading
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: validatingAuth
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: validatingAuth.gettingReply
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: COS: Sending validate POST request to https://setup.icloud.com/setup/ws/1/validate
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: -->  Request 1:   POST to https://setup.icloud.com/setup/ws/1/validate?clientBuildNumber=1O51&clientId=180572AA-C39F-44D9-8F62-E2C854E9772F,  headers: Content-Type=text/plain,  body: (omitted)
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: validatingAuth.gettingReply
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: validatingAuth
Fri, 22 Feb 2013 16:54:59 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END initialize statechart
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: Language check: null -> en-us. We WILL relocalize.
Fri, 22 Feb 2013 16:54:59 GMT:  DEBUG: Spent 16ms painting the background canvas, which, in addition to the radial gradient, required 12 drawImage calls for the tiles.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Prefetching module 'cloudkit/error_catcher'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudkit/error_catcher' -> '/system/cloudos/1O51/cloudkit/error_catcher/1O51/en-us/stylesheet.css'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/error_catcher' -> '/system/cloudos/1O51/cloudkit/error_catcher/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos/auth_ui'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: 'cloudos/auth_ui' depends on 'cloudkit/photo', loading dependency…
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/photo'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' is not loaded, loading now.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudkit/photo' -> '/system/cloudos/1O51/cloudkit/photo/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudos/auth_ui' -> '/system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/stylesheet.css'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos/auth_ui' -> '/system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos/alarms'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: 'cloudos/alarms' depends on 'coreweb/date_formatter', loading dependency…
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Attempting to load 'coreweb/date_formatter'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/date_formatter' is not loaded, loading now.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'coreweb/date_formatter' -> '/system/cloudos/1O51/coreweb/date_formatter/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudos/alarms' -> '/system/cloudos/1O51/cloudos/alarms/1O51/en-us/stylesheet.css'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos/alarms' -> '/system/cloudos/1O51/cloudos/alarms/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos/language'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos/language' -> '/system/cloudos/1O51/cloudos/language/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Prefetching module 'cloudos/account'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: 'cloudos/account' depends on 'coreweb/timezone_picker', loading dependency…
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Attempting to load 'coreweb/timezone_picker'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/timezone_picker' is not loaded, loading now.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading CSS file in 'coreweb/timezone_picker' -> '/system/cloudos/1O51/coreweb/timezone_picker/1O51/en-us/stylesheet.css'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'coreweb/timezone_picker' -> '/system/cloudos/1O51/coreweb/timezone_picker/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading CSS file in 'cloudos/account' -> '/system/cloudos/1O51/cloudos/account/1O51/en-us/stylesheet.css'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Loading JavaScript file in 'cloudos/account' -> '/system/cloudos/1O51/cloudos/account/1O51/en-us/javascript-strings.js'
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' was prefetched, not evaluating until needed.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/auth_ui' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/auth_ui' was prefetched, not evaluating until needed.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/alarms' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/alarms' was prefetched, not evaluating until needed.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/date_formatter' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'coreweb/date_formatter'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/date_formatter' has completed loading, invoking callbacks.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Now that coreweb/date_formatter has loaded, all dependencies for a dependent cloudos/alarms are met.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'cloudos/alarms'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/alarms' has completed loading, invoking callbacks.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'cloudkit/photo'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudkit/photo' has completed loading, invoking callbacks.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Now that cloudkit/photo has loaded, all dependencies for a dependent cloudos/auth_ui are met.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'cloudos/auth_ui'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/auth_ui' has completed loading, invoking callbacks.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/timezone_picker' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Evaluating and invoking callbacks for 'coreweb/timezone_picker'.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'coreweb/timezone_picker' has completed loading, invoking callbacks.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/language' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/language' was prefetched, not evaluating until needed.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/account' finished loading.
Fri, 22 Feb 2013 16:55:01 GMT:  DEBUG: SC.Module: Module 'cloudos/account' was prefetched, not evaluating until needed.
Fri, 22 Feb 2013 16:55:05 GMT:  DEBUG: Springboard: Showing Springboard View before ready, because it was taking too long to satisfy the wait requirements.
Fri, 22 Feb 2013 16:55:26 GMT:  DEBUG: CloudOS window received focus event
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: <--  Response 1:  0  (timed out),  headers:   body: (empty)
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: COS: invoking validateDidFail
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN sendEvent: 'authDidNotConnect'
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: validatingAuth.gettingReply: will handle event 'authDidNotConnect'
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: active.authUI
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: validatingAuth.gettingReply
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: validatingAuth.gettingReply
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: pivot state = __ROOT_STATE__
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: validatingAuth.gettingReply
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: validatingAuth
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active.authUI
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active.authUI.downloadingAuthModule
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: SC.Module: Attempting to load 'cloudos/auth_ui'
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: SC.Module: Module 'cloudos/auth_ui' already loaded.
Fri, 22 Feb 2013 16:55:29 GMT:  WARN:  WARN SC.Statechart<cloudos-statechart, sc1468>: state active.authUI.firstRun.accountPhotoPicker.photoPickerLoadedState.errorStates has no initial substate defined. Will default to using an empty state as initial substate
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: active.authUI.downloadingAuthModule
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: active.authUI
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: active.authUI.downloadingAuthModule
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: active.authUI.downloadingAuthModule
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: pivot state = active.authUI
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: active.authUI.downloadingAuthModule
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:55:29 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END sendEvent: 'authDidNotConnect'
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Preloading https://www.icloud.com/system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/stylesheet-1.png
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Preloading explicitly-specified image /system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/source/resources/images/rotating_gradient.jpg
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Preloading explicitly-specified image /system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/source/resources/images/canvas_mask.png
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Finished loading /system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/source/resources/images/canvas_mask.png. images remaining before callback: 2
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Finished loading /system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/source/resources/images/rotating_gradient.jpg. images remaining before callback: 1
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: Finished loading https://www.icloud.com/system/cloudos/1O51/cloudos/auth_ui/1O51/en-us/stylesheet-1.png. images remaining before callback: 0
Fri, 22 Feb 2013 16:55:29 GMT:  DEBUG: All images are downloaded. Now running callback.
Fri, 22 Feb 2013 16:56:09 GMT:  DEBUG: CloudOS window received focus event
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN sendEvent: 'userDidSubmit'
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: active.authUI.fieldsEditable: will handle event 'userDidSubmit'
Fri, 22 Feb 2013 16:56:19 GMT:  DEBUG: CloudKit: Sending login POST request to https://setup.icloud.com/setup/ws/1/login
Fri, 22 Feb 2013 16:56:19 GMT:  DEBUG: -->  Request 2:   POST to https://setup.icloud.com/setup/ws/1/login?clientBuildNumber=1O51&clientId=180572AA-C39F-44D9-8F62-E2C854E9772F,  headers: Content-Type=text/plain,  body: (omitted)
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: pivot state = active.authUI
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: active.authUI.fieldsEditable
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 16:56:19 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END sendEvent: 'userDidSubmit'
Fri, 22 Feb 2013 16:56:24 GMT:  DEBUG: CloudOS window received focus event
Fri, 22 Feb 2013 16:56:49 GMT:  DEBUG: <--  Response 2:  0  (timed out),  headers:   body: (empty)
Fri, 22 Feb 2013 16:56:49 GMT:  DEBUG: COS: invoking loginDidFail
Fri, 22 Feb 2013 16:56:49 GMT:  WARN:  Auth: No auth bag or recognized status code
Fri, 22 Feb 2013 16:56:49 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN sendEvent: 'authDidNotConnect'
Fri, 22 Feb 2013 16:56:49 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: active.authUI.attemptIsSubmitted: will handle event 'authDidNotConnect'
Fri, 22 Feb 2013 16:56:49 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END sendEvent: 'authDidNotConnect'
Fri, 22 Feb 2013 17:00:39 GMT:  DEBUG: CloudOS window received focus event
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: BEGIN gotoState: active.authUI.fieldsEditable
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: starting from current state: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states before: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: pivot state = active.authUI
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: <-- exiting state: active.authUI.attemptIsSubmitted
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: --> entering state: active.authUI.fieldsEditable
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: current states after: active.authUI.fieldsEditable
Fri, 22 Feb 2013 17:00:41 GMT:  INFO:  SC.Statechart<cloudos-statechart, sc1468>: END gotoState: active.authUI.fieldsEditable
Fri, 22 Feb 2013 17:00:41 GMT:  DEBUG: CloudKit: ErrorCatcher dialog invoked.
Fri, 22 Feb 2013 17:00:41 GMT:  DEBUG: SC.Module: Attempting to load 'cloudkit/error_catcher'
Fri, 22 Feb 2013 17:00:41 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' already loaded.
Fri, 22 Feb 2013 17:00:41 GMT:  DEBUG: SC.Module: Evaluating JavaScript for module 'cloudkit/error_catcher'.
Fri, 22 Feb 2013 17:00:41 GMT:  DEBUG: SC.Module: Module 'cloudkit/error_catcher' has completed loading, invoking callbacks.


Another strange thing is with your driver I don't have the search box on top right on this forum. weird :) It's like is blocking some kind for script because the page is badly formatted. I attached two screenshots to see the difference.


Best reagards,
VM
 

Attachments

  • miezedrv_nosearch_script.jpg
    miezedrv_nosearch_script.jpg
    259.6 KB · Views: 192
  • lnx2macdrv_withsearch_script.jpg
    lnx2macdrv_withsearch_script.jpg
    269.2 KB · Views: 173
Status
Not open for further replies.
Back
Top