Search results for

“smb big sur”

12,118 results found

Post

Replies

Boosts

Views

Activity

Why? eGPU support and Big Sur
If you are going to sell your customers on eGPU's by blackmagic in store, why would you not plan on the integration of said eGPU processors via your update to BigSur? I spent over a $1000 on what is now a useless brick of a processing unit. The only solution that BlackMagic and Apple have to offer is to revert my system to Catalina, and Studio 16. Big Sur has been out how long now, and still no support for items you are shlepping in store Apple? Shame on you. Get the fix quick. Your business practices are showing, and I find them offensively grotesque. Keep nickel and diming your customers into oblivion as your quality degrades. I haven't considered going back to windows in decades, but now I am busting out the user manuals. Abandon ship. Apple, what a let down you have become. You used to be the pride and joy of design. Now you are the bane and boon.
4
0
2.2k
Feb ’21
Scripting Notification Center buttons in Big Sur
I've got a script that calls phone the number highlighted on the screen. It invokes FaceTime to place the call. FaceTime displays a dialog via the Notification Center asking if I want to call the number or cancel. My scripted clicked the Call button. That worked...until Big Sur. Now I get: The action “Run AppleScript” encountered an error: “System Events got an error: Can’t get button 1 of application process Notification Center. Invalid index.” when I run it. I can't show you the pre Big Sur script because I modified it for Big Sur. Yes, not having a backup was dumb. What I'm trying now is: on run {input, parameters} open location tel:// & input & ?audio=yes tell application System Events click button Call of scroll area 1 of window Notification Center of application process Notification Center end tell end run This is just one of the things I tried. Under Big Sur, accessibility Inspector shows that button hierarchy and if I hit
2
0
1.9k
Dec ’20
Reply to Big Sur + SMB based Time Machine
I had the same problem, also Ubuntu 20.04 and Samba 4.11.6 My backup machine is on btrfs and not on zfs, but ScruffyDans solution put me on the right track I think (still testing). I modified my smb.conf to include as global options: fruit:nfs_aces = no inherit permissions = yes I got it from here: https://stackoverflow.com/questions/58496277/samba-4-10-server-config-using-module-vfs-fruit-changes-file-creation-mask-fo Changing these settings allowed my MacBook Pro with Big Sur to connect to a network share, create a new .sparsebundle and it is now backing up to it. I can also confirm that the container created in the .sparsebundle is an APFS container! Before changing these settings it would just throw the error as described in the OP. I'm not sure why this seems to solve the problem....anyone?
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
Can't install Big Sur beta 10
I'm trying to upgrade my DTK from 11.0 20A5299w to Beta 10. The download is very large, about 12.2GB. I end up with the Install macOS Big Sur Beta app, but when I run it, I get a dialog saying This copy of the Install macOS Big Sur Beta application is damaged and can't be used to install macOS. I've downloaded it three times now, and got the same thing each time. I deleted the first two copies I downloaded, to make sure. An obvious possibility is that I'm trying to upgrade too many beta levels in one go, but I can't find any intermediate betas in Apple Developer Downloads. What should I do?
0
0
378
Oct ’20
Big Sur Restart Continuously
I am using beta mac OS Big Sur . one night i shut down my mac mini and morning i try to open but its continues restart. after that i try to recovery but its failed . then i formate my hard disk . when i open thats download os from internet but there is lot of error show . i try and try , progress almost finished but again 1008f error occur . when 1008f occur then i log in iCloud then erase mac . but its not done . i wait 1 day but there is same error occur . from my anger i remove my device from my account . but still same error occur . i also try to install Catalina from bootable pendrive . but pendrive show 2 time when i click on that pc restart . now pendrive not showing. how can i fix this issue. please some one help me . i am help less . last 10 days i feel very bad about it.
0
0
443
Sep ’20
Unable to see macOS Big Sur on Beta page
Hello, I was looking forward to download/install Big Sur on my MacBook Pro and it seems like that Big Sur is not listed on the beta programs page. Is there any other way or something I am not doing right? I wish I could share the screenshot or Flickr link here as reference. Any help/reply will be appreciated. Cheers
1
0
616
Jun ’20
Why? eGPU support and Big Sur
If you are going to sell your customers on eGPU's by blackmagic in store, why would you not plan on the integration of said eGPU processors via your update to BigSur? I spent over a $1000 on what is now a useless brick of a processing unit. The only solution that BlackMagic and Apple have to offer is to revert my system to Catalina, and Studio 16. Big Sur has been out how long now, and still no support for items you are shlepping in store Apple? Shame on you. Get the fix quick. Your business practices are showing, and I find them offensively grotesque. Keep nickel and diming your customers into oblivion as your quality degrades. I haven't considered going back to windows in decades, but now I am busting out the user manuals. Abandon ship. Apple, what a let down you have become. You used to be the pride and joy of design. Now you are the bane and boon.
Replies
4
Boosts
0
Views
2.2k
Activity
Feb ’21
Scripting Notification Center buttons in Big Sur
I've got a script that calls phone the number highlighted on the screen. It invokes FaceTime to place the call. FaceTime displays a dialog via the Notification Center asking if I want to call the number or cancel. My scripted clicked the Call button. That worked...until Big Sur. Now I get: The action “Run AppleScript” encountered an error: “System Events got an error: Can’t get button 1 of application process Notification Center. Invalid index.” when I run it. I can't show you the pre Big Sur script because I modified it for Big Sur. Yes, not having a backup was dumb. What I'm trying now is: on run {input, parameters} open location tel:// & input & ?audio=yes tell application System Events click button Call of scroll area 1 of window Notification Center of application process Notification Center end tell end run This is just one of the things I tried. Under Big Sur, accessibility Inspector shows that button hierarchy and if I hit
Replies
2
Boosts
0
Views
1.9k
Activity
Dec ’20
Reply to Xcode 12b3 error when adding AppleID
I'm seeing this on 10.15.6 and on Big Sur, so I don't think this is a Big Sur only bug. I did also see this on Big Sur though.
Replies
Boosts
Views
Activity
Aug ’20
Reply to Big Sur + SMB based Time Machine
I had the same problem, also Ubuntu 20.04 and Samba 4.11.6 My backup machine is on btrfs and not on zfs, but ScruffyDans solution put me on the right track I think (still testing). I modified my smb.conf to include as global options: fruit:nfs_aces = no inherit permissions = yes I got it from here: https://stackoverflow.com/questions/58496277/samba-4-10-server-config-using-module-vfs-fruit-changes-file-creation-mask-fo Changing these settings allowed my MacBook Pro with Big Sur to connect to a network share, create a new .sparsebundle and it is now backing up to it. I can also confirm that the container created in the .sparsebundle is an APFS container! Before changing these settings it would just throw the error as described in the OP. I'm not sure why this seems to solve the problem....anyone?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’20
Big Sur beta5 „security &privacy“ issue
I ve noticed that on the latest Big Sur Beta 5 i am not able to enter in the security &privacy section of the system preferences... even in safe mode... i ve tryed to reinstall big sur but the issue is still there... does anyone have the same issue?? is there may a workaround?? thx
Replies
4
Boosts
0
Views
699
Activity
Aug ’20
Can't install Big Sur beta 10
I'm trying to upgrade my DTK from 11.0 20A5299w to Beta 10. The download is very large, about 12.2GB. I end up with the Install macOS Big Sur Beta app, but when I run it, I get a dialog saying This copy of the Install macOS Big Sur Beta application is damaged and can't be used to install macOS. I've downloaded it three times now, and got the same thing each time. I deleted the first two copies I downloaded, to make sure. An obvious possibility is that I'm trying to upgrade too many beta levels in one go, but I can't find any intermediate betas in Apple Developer Downloads. What should I do?
Replies
0
Boosts
0
Views
378
Activity
Oct ’20
Battery dropped suddenly after installing Big Sur.
I installed Big Sur and the battery dropped drastically. And I just updated the new Big Sur 11.2.2 and now my MacBook cannot ON without a power adapter. I have tried to reset PRAM and it did not work. is the only solution to change a battery? It is expensive to do that. Please help if there is another way to solve this. Thank you!
Replies
0
Boosts
0
Views
570
Activity
Mar ’21
Finder crashes after upgrading to macOS Big Sur
hi, I can not open Finder in my mac after ugprading to Big Sur, I didn't see Big sur, but a big bug. Hope someone can help, the report is sumbitted automatically, but right now, I am waiting, just check if some one come to the same problem ... and complain.
Replies
0
Boosts
0
Views
372
Activity
Nov ’20
Unable to add Fingerprint to TouchID in macOS Big Sur
Unable to add Fingerprint to TouchID in macOS Big Sur
Replies
6
Boosts
0
Views
746
Activity
Dec ’20
Big Sur Restart Continuously
I am using beta mac OS Big Sur . one night i shut down my mac mini and morning i try to open but its continues restart. after that i try to recovery but its failed . then i formate my hard disk . when i open thats download os from internet but there is lot of error show . i try and try , progress almost finished but again 1008f error occur . when 1008f occur then i log in iCloud then erase mac . but its not done . i wait 1 day but there is same error occur . from my anger i remove my device from my account . but still same error occur . i also try to install Catalina from bootable pendrive . but pendrive show 2 time when i click on that pc restart . now pendrive not showing. how can i fix this issue. please some one help me . i am help less . last 10 days i feel very bad about it.
Replies
0
Boosts
0
Views
443
Activity
Sep ’20
Reply to Unable to connect to other Macs running Big Sur (beta 5) using File Sharing
I have the same problem connecting from Mac running Big Sur to another running Big Sur, so I can't easily copy files such as Xcode 12 beta. My only option at the moment is going from Big Sur 1 --> Catalina --> Big Sur 2.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’20
Big sur beta OS not listing in Startup Disk
I have installed Big sur beta in 1 partition with other Mojave OS partition. When I am in Big Sur, startup disk shows Mojave OS but in Mojave it doesn't list Big Sur so that I can switch OS from there only.
Replies
5
Boosts
0
Views
2k
Activity
Jul ’20
App won't launch on Big Sur 11.0.1
Hi everyone I have an app called 'Multi login' that won't launch on Big Sur 11.0.1. I click on the app and it won't do anything. I've tried to uninstall/reinstall and it still doesn't work. Any clue of the issue? Thanks!
Replies
2
Boosts
0
Views
699
Activity
Nov ’20
Unable to see macOS Big Sur on Beta page
Hello, I was looking forward to download/install Big Sur on my MacBook Pro and it seems like that Big Sur is not listed on the beta programs page. Is there any other way or something I am not doing right? I wish I could share the screenshot or Flickr link here as reference. Any help/reply will be appreciated. Cheers
Replies
1
Boosts
0
Views
616
Activity
Jun ’20
Debugging a Mac widget in macOS Big Sur
Has anyone tried creating a widget with WidgetKit for macOS Big Sur? I mean a widget for a Mac app. WidgetKit simulator crashes when I try debugging my widget. Same happens when I try running a widget with a new project in Xcode (FB8126474).
Replies
3
Boosts
0
Views
1.2k
Activity
Jul ’20