Search results for

“smb big sur”

11,996 results found

Post

Replies

Boosts

Views

Activity

Hypervisor framework problems in Big Sur
I have 3 problems in this post. hv_vm_create() fails I recently got the BigSur beta (I'm on the latest) to try out some hypervisor app I've been working on, however hv_vm_create() - https://developer.apple.com/documentation/hypervisor/1441424-hv_vm_create fails. 2. Killed: 9 when signing with Hypervisor entitlements I figured Big Sur might be enforcing entitlements, so I signed it with the same entitlements from xyhve - https://github.com/machyve/xhyve/blob/master/src/xhyve-entitlements.plist (and updated it as per the documentation - https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_vm_hypervisor) but this time I was getting. Killed: 9 Do I have to request permission to use those entitlements? That's the conclusion I'm coming to because HypervisorKit just doesn't work; and nothing happens on macOS for no reason. 3. HypervisorKit in beta? This is what confuses me the most. Why are HypervisorKit functions that have existed since 10.10 in beta? And why does the d
8
0
3.6k
Oct ’20
Crazy behavior from open in Big Sur
In Big Sur, I noticed that the open command no longer distinguishes different copies of an application. For example, if I have /Applications/AppV1.app and /AppicationsAppV2.app, and AppV1.app is running, then open /Applications/AppV2.app is simply bring AppV1.app rather than opening AppV2.ap. I have to use the -n flag to open the second version. This seemed like a regression to me (I filed FB8806330 about it), but perhaps intentional, or at least justifiable. But now I've discovered a much worse symptom. If App.app and Bpp.app is another application by my company, then open /Applications/Bpp.app brings App.app to the foreground rather than opening Bpp.app. All the applications have distinct bundle identifiers. Indeed open -b com.Company.Bpp will also bring App.app to the foreground. This is just a crazy bug, right? Any ideas what it might be keying off? It can certainly tell the difference between our apps and, say, Safari. So I'm not sure why it can't tell our applications apart. And if any
2
0
1k
Nov ’20
vmnet Framework broken in Big Sur beta 6?
I am working on an emulator for some legacy hardware. I recently changed the emulator to use the vmnet framework for network access rather than the old Berkley packet filter (/dev/bpf) device. It works just fine in macOS Catalina. In Big Sur beta 6, the vmnet_start_interface completion handler is never invoked unless the call to start the interface failed. I've submitted FB8648370 to report this. Here's some sample code that demonstrates the problem. Compile it with -framework vmnet and run it with privileges via sudo. On Big Sur, it will timeout after 1 minute. vmnet.c - https://developer.apple.com/forums/content/attachment/f4a79dd9-f801-4171-b1d0-d62fdad38df0
4
0
1k
Sep ’20
Web push notifications problem after updating to Big Sur
Hallo, in our webapp there are implemented web push notifications for Safari users. Now we facing a problem after Update to Big Sur macOs, in Javascript we have a Code snippet to check if a popup should come and ask user if he want notifications but in Big Sur it's not working now. if ('safari' in window && 'pushNotification' in window.safari) { // Show popup } What should we change in this code to get it working in Safari Big Sur? Regards, Przemek Tranda
0
0
498
Apr ’21
Unable to Install Big Sur Beta 2
I have Big Sure Dev Beta 1 installed on an external USB-C SSD drive. Mac is a brand new 2018 Mac mini (most recent Intel model). Beta 1 works fine (well, for the purpose of beta testing anyway Big Sur Dev Beta #2 is out now. Software Update GUI Pane and CLI both see the new update, but I'm unable to downed/install it. Here is the error I see from running 'softwareupdate -d -a' from Terminal: 'Failed to download & prepare update: Error Domain=SUMacControllerError Code=7722 [SUMacControllerErrorPreflightPrerequisiteCheckFailed=7722] Failed to perform PreflightPrerequisite operation: com.apple.MobileSoftwareUpdate.preflight.error(Preflight):MSUPreflightErrorTargetIsNotSnapshotBooted(6) | The volume can not be used because it is not snapshot booted.'
1
0
592
Jul ’20
Auto selecting after Big Sur update
After updating to big sur I've noticed that there are some cases where ui elements get automatically selected (focused?) in my MacCatalyst app. This is problematic for me in a couple of cases where there is app logic that gets triggered when a textview is initially selected and calls didBeginEditing. The two areas where it seems prevalent are: dismissing modal views and reloading tables. I've poked around into the focus engine and tried to extend textviews to not be focusable to no avail. Anyone else seeing this problem?
1
0
483
Nov ’20
Big Problem to install Big Sur on my Mac Book Pro 15 Touch Bar 2016
I've tried to install Big Sur, in a separate volume APFS, but the Mac go in boot loop for entire night. I've tried many times, but it's impossible to solve. Then I've create a bootable usb with Big Sur, by terminal, and the problem to install the OS is, permission denied. In the last, I've installed a new copy of Catalina in a new Volume, and I've tried to update to Big Sir by beta profile procedure. And the Mac go in boot loop again . Please help !!! 😭
6
0
4.1k
Jul ’20
Unable to connect to other Macs running Big Sur (beta 5) using File Sharing
When trying to connect to another Mac running Big Sur (beta 5) using file sharing (smb or afp), it won't accept the username/password. The dialog just shakes and won't connect. I could connect from a Mac running Bug Sur to another Mac running Catalina fine but not the other way around. Anyone got a workaround? Reported as FB8520247
Replies
13
Boosts
0
Views
4.5k
Activity
Aug ’20
Hypervisor framework problems in Big Sur
I have 3 problems in this post. hv_vm_create() fails I recently got the BigSur beta (I'm on the latest) to try out some hypervisor app I've been working on, however hv_vm_create() - https://developer.apple.com/documentation/hypervisor/1441424-hv_vm_create fails. 2. Killed: 9 when signing with Hypervisor entitlements I figured Big Sur might be enforcing entitlements, so I signed it with the same entitlements from xyhve - https://github.com/machyve/xhyve/blob/master/src/xhyve-entitlements.plist (and updated it as per the documentation - https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_vm_hypervisor) but this time I was getting. Killed: 9 Do I have to request permission to use those entitlements? That's the conclusion I'm coming to because HypervisorKit just doesn't work; and nothing happens on macOS for no reason. 3. HypervisorKit in beta? This is what confuses me the most. Why are HypervisorKit functions that have existed since 10.10 in beta? And why does the d
Replies
8
Boosts
0
Views
3.6k
Activity
Oct ’20
Crazy behavior from open in Big Sur
In Big Sur, I noticed that the open command no longer distinguishes different copies of an application. For example, if I have /Applications/AppV1.app and /AppicationsAppV2.app, and AppV1.app is running, then open /Applications/AppV2.app is simply bring AppV1.app rather than opening AppV2.ap. I have to use the -n flag to open the second version. This seemed like a regression to me (I filed FB8806330 about it), but perhaps intentional, or at least justifiable. But now I've discovered a much worse symptom. If App.app and Bpp.app is another application by my company, then open /Applications/Bpp.app brings App.app to the foreground rather than opening Bpp.app. All the applications have distinct bundle identifiers. Indeed open -b com.Company.Bpp will also bring App.app to the foreground. This is just a crazy bug, right? Any ideas what it might be keying off? It can certainly tell the difference between our apps and, say, Safari. So I'm not sure why it can't tell our applications apart. And if any
Replies
2
Boosts
0
Views
1k
Activity
Nov ’20
Screen flickering/glitching after MacOS Big Sur update
Why is my screen flickering/glitching after MacOS Big Sur update?
Replies
0
Boosts
0
Views
196
Activity
Jan ’21
vmnet Framework broken in Big Sur beta 6?
I am working on an emulator for some legacy hardware. I recently changed the emulator to use the vmnet framework for network access rather than the old Berkley packet filter (/dev/bpf) device. It works just fine in macOS Catalina. In Big Sur beta 6, the vmnet_start_interface completion handler is never invoked unless the call to start the interface failed. I've submitted FB8648370 to report this. Here's some sample code that demonstrates the problem. Compile it with -framework vmnet and run it with privileges via sudo. On Big Sur, it will timeout after 1 minute. vmnet.c - https://developer.apple.com/forums/content/attachment/f4a79dd9-f801-4171-b1d0-d62fdad38df0
Replies
4
Boosts
0
Views
1k
Activity
Sep ’20
Web push notifications problem after updating to Big Sur
Hallo, in our webapp there are implemented web push notifications for Safari users. Now we facing a problem after Update to Big Sur macOs, in Javascript we have a Code snippet to check if a popup should come and ask user if he want notifications but in Big Sur it's not working now. if ('safari' in window && 'pushNotification' in window.safari) { // Show popup } What should we change in this code to get it working in Safari Big Sur? Regards, Przemek Tranda
Replies
0
Boosts
0
Views
498
Activity
Apr ’21
Big Sur - Missing Battery "Show Percentage" Option
Big Sur is missing Battery Percentage options FB7875382 In the menubar “Show Percentage” Is missing Users need to see the exact battery percentage like in previous macOS versions and iOS.
Replies
2
Boosts
0
Views
1.8k
Activity
Jul ’20
Macbook Big Sur doesn't recognise Kindle anymore
Since I Installed Big Sur OS my Mac doesn't recognise my Kindle. I tried restarting both devices, plugging and unplugging. I saw other messages from 2 months ago but no answer.
Replies
0
Boosts
0
Views
344
Activity
Mar ’21
Big Sur and Messages No Text Entry Field
Has anyone see an issue where certain contacts do not have a text entry field on Big Sur when selecting them in the list of conversations? I am able to get a field to send a message if I act as if I am starting a new conversation with them.
Replies
15
Boosts
0
Views
5.4k
Activity
Nov ’20
Unable to Install Big Sur Beta 2
I have Big Sure Dev Beta 1 installed on an external USB-C SSD drive. Mac is a brand new 2018 Mac mini (most recent Intel model). Beta 1 works fine (well, for the purpose of beta testing anyway Big Sur Dev Beta #2 is out now. Software Update GUI Pane and CLI both see the new update, but I'm unable to downed/install it. Here is the error I see from running 'softwareupdate -d -a' from Terminal: 'Failed to download & prepare update: Error Domain=SUMacControllerError Code=7722 [SUMacControllerErrorPreflightPrerequisiteCheckFailed=7722] Failed to perform PreflightPrerequisite operation: com.apple.MobileSoftwareUpdate.preflight.error(Preflight):MSUPreflightErrorTargetIsNotSnapshotBooted(6) | The volume can not be used because it is not snapshot booted.'
Replies
1
Boosts
0
Views
592
Activity
Jul ’20
Auto selecting after Big Sur update
After updating to big sur I've noticed that there are some cases where ui elements get automatically selected (focused?) in my MacCatalyst app. This is problematic for me in a couple of cases where there is app logic that gets triggered when a textview is initially selected and calls didBeginEditing. The two areas where it seems prevalent are: dismissing modal views and reloading tables. I've poked around into the focus engine and tried to extend textviews to not be focusable to no avail. Anyone else seeing this problem?
Replies
1
Boosts
0
Views
483
Activity
Nov ’20
Anyone find a fix for Big Sur external monitor connection issues?
Still cannot connect an external monitor after upgrading to Big Sur using a USB-C to DisplayPort cable. I've combed the web far and wide but have seen no solutions to this specific issue on Big Sur 11.2.3. My job is very hard to do without an external monitor 😅
Replies
2
Boosts
0
Views
759
Activity
Mar ’21
macOS 11 Big Sur won't show up
my MacBook is on 10.15.6 beta, I already tried before but it froze and I had no choice so I reset and restart my Mac from high Sierra and now I'm on 10.15.6 again, but this time, it doesn't show Big Sur update. help!!
Replies
0
Boosts
0
Views
359
Activity
Jun ’20
Big Problem to install Big Sur on my Mac Book Pro 15 Touch Bar 2016
I've tried to install Big Sur, in a separate volume APFS, but the Mac go in boot loop for entire night. I've tried many times, but it's impossible to solve. Then I've create a bootable usb with Big Sur, by terminal, and the problem to install the OS is, permission denied. In the last, I've installed a new copy of Catalina in a new Volume, and I've tried to update to Big Sir by beta profile procedure. And the Mac go in boot loop again . Please help !!! 😭
Replies
6
Boosts
0
Views
4.1k
Activity
Jul ’20
System preferences Error when updated to Mac Big Sur
I recently updated to Mac Big Sur on my MacBook pro 2015, and since then the System preferences has given me error in most of the windows I try to open. Can anyone help please?
Replies
1
Boosts
0
Views
195
Activity
Dec ’20