Search results for

“smb big sur”

11,996 results found

Post

Replies

Boosts

Views

Activity

kdp-remote debugging with Big Sur Beta 4
I'm trying to debug a kernel extension on Big Sur (xnu-7195.0.0.141.5). In the past, I've successfully used kdp-remote from lldb to attach to the crashed kernel and debug it. However, this doesn't seem to be working on Big Sur. The serial console of the crashed machine shows: ethernet MAC address: 00:0c:29:43:dd:b5 ip address: 192.168.1.250 Waiting for remote debugger connection. as expected, but there's no response to packets sent to that address by lldb. Is this working for anyone else? Thanks, Simon
1
0
743
Aug ’20
BIG SUR'S ISSUES-PROBLEMS-ANNOYING
When are Big Sur's problems going to be solved? I just updated on Monday and it's a disaster ... my touch ID doesn't work, neither any of my 2 internet networks can be connected after the update, it has drop me out of Zoom several times. Before updating the screen of my MacBook Pro had been freezing as I hadn't updated yet, however the update stopped and displayed an error (this happened appx 5 times) so had to keep trying several times. People are doing homeoffice. These problems have been going on for MONTHS from what I'm reading. It's amazing that you can't check and bug-test before uploading updates that don't work. In addition to this, we users have to follow different processes to try to make the system work? How many times are we going to update your products so that their functionality decreases? The products are expensive enough to fool users with updates that render their devices useless. I thought that this was an internet connection issue but it is your operating system that is u
0
0
409
Jan ’21
Big Sur install failed, here is the log
I'm getting the following error: An error occurred installing macOS. You can try again to complete the installation. I'm running Catalina 10.15.6 (19G73) I tried multiple times but it always fails, here is the log: 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: Springboarding to: /Applications/Install macOS Big Sur Beta.app/Contents/MacOS/InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: argv[0]: InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: InstallAssistant build: 532 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: No compatibility bundle on this version of macOS. Will assume compatible. 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Hardware: MacBookPro16,1 @ 2.30 GHz (x 16), 65536 MB RAM 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Running OS Build: Mac OS X 10.15.6 (19G73) 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Env: USER=arturo 2020-08-10 19
0
0
2.3k
Aug ’20
Time Machine Mingling Catalina and Big Sur Backups
After installing Big Sur Beta 1, a Time Machine dialog popped up that I thought I ignored. Later I see that it backed up my iMac onto a volume called TimeMachine Backup (which is not the name of my main TM Backup so I felt this was fine). Today I actually started to look at what was happening. Big Sur renamed my TM Volume from the previous name to this TimeMachine Backup and has intermingled it's backup files with my previous Catalina ones. Quick note about my setup. I'm running Catalina on a stock SSD in the iMac. I have a USB enclosure with 4 HDs in it. One of the 4 drives is dedicated to TM Backups. I partitioned that drive to install Big Sur onto. So I run Big Sur from a 100GB Partition on this 4TB drive. Is there any way to: Break this intermingling or do I just erase the backup and have it start again from Catalina? Is TM smart enough to know which files belong to which backup OS? I booted into Catalina today and see that it thinks
0
0
594
Jul ’20
Big Sur Update Now Printing Issues
Hello- my MacBook did the Big Sur update this evening and now it has reset my settings to where I cannot print my shipping labels from pirate ship. All of the settings have changed and when I go to print it gives me a printing error. It’s only giving me a US letter size to choose from and he used to give me different options and the one I need is no longer there. Please help where is this is affecting my business to ship out my packages to customers. Thank you! Gary K
0
0
460
Nov ’20
Big Sur Beta Control Center Missing
Hi, I recently updated to the Big Sur beta and noticed the control center isn't in the top right corner like in the demos, pictures, etc. Instead there is a spotlight icon that won't go away even when I turn it off in the menu bar settings. Is anyone else getting this error and if so has anyone resolved it? I understand this is a beta, but this doesn't seem to be an error that is prevalent in the other systems that upgraded. Thanks.
4
0
2k
Jun ’20
onTapGesture unreliable in Big Sur Catalyst apps?
onTapGesture seems like it's incredibly unreliable (eg clicks/taps don't always trigger the onTapGesture closures -- best case is that they're intermittent) in Big Sur for Catalyst apps. The same code runs without problem on iOS 14 and Catalina (again, with Catalyst). Consider the following basic example: struct ContentView: View { @State private var greenOn = false @State private var blueOn = false var body: some View { HStack { Rectangle() .fill(Color.green) .opacity(greenOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .contentShape(Rectangle()) .onTapGesture(count: 1, perform: { greenOn.toggle() print(Tapped) }) Rectangle() .fill(Color.blue) .opacity(blueOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .onTapGesture(count: 1, perform: { blueOn.toggle() print(Tapped 2) }) } } } Try to tap the green and blue squares. Best case for me (Big Sur, 11.0.1) is that sometimes onTapGesture will get called. The easy solution is to convert them to Buttons instead -- but, there are pl
3
0
1.6k
Nov ’20
iMAC slow after the updating in Big Sur
Hello few weeks ago I updated my iMAC SNC02TK6Y2J1G5 after this it become very-very slow, in order to make it faster I have to keep most of the app (like..Chrome, mail, whatapp....) closed otherwise it is very slow. Also I noted when my wife switch the PC in her username without log me off will take forever to her to open any app or use it.... This is crazy how we made worse with the last updating (in macOS Big Sur).....Any way to make better this situation because like this Im not able to work anymore with my PC. Thanks .
0
0
524
Mar ’21
MacOS Big Sur beta installation issue
Hello: I have been trying to install MacOS Big Sur beta 4 on my 27 iMac 2020. Downloaded the beta profile but the beta version is not showing under available software updates. Have tried to do everything that this forum suggests (including uninstalling and reinstalling the profile via Terminal), but it has been of no use. Its not going beyond Catalina 10.15.6. The only beta that has downloaded is the beta version of Safari. And yes, I do have a developer account. Can someone please help and point me in the right direction? The results are pretty much the same when I did try to install a public beta. Thanks
1
0
249
Aug ’20
Big Sur Beta Quick Look Audio
Hi... I've updated to the latest version of the Big Sur Beta yesterday, and now when I try and preview an audio file through Quick Look in Finder it doesn't play the audio back properly. It distorts/stutters - it's a bit difficult to describe, but it sounds horrid. Doesn't matter the type of audio file I try it does the same. My MacBook plays audio perfectly happily in any other app - and other file types are previewing fine in Quick Look. Is anyone else experiencing this, and is there a fix? Or is it a case of waiting for this bug to be fixed as part of the next Beta version? Thanks!
4
0
1.2k
Sep ’20
Cursor Odd in Plain Text in Big Sur
The effin hell, Apple. Fix the bug in Plain Text for Big Sur. I read another question in which they hav been complaining about it for over a year ago. I work professionally in Plain Text and is extremely annoying to get the cursor stuck at the end of a sentence, or being working and get kicked out of Plain Text. Are we in the 1990s, or what?! Am I in a PC or what?! Work on that!!! P.S. I have no idea how Tags work in this Forum, I do not find one who fits, so if a good Samaritan can relate this question or comment to a better Discussion, please do it!
1
0
292
Dec ’21
kdp-remote debugging with Big Sur Beta 4
I'm trying to debug a kernel extension on Big Sur (xnu-7195.0.0.141.5). In the past, I've successfully used kdp-remote from lldb to attach to the crashed kernel and debug it. However, this doesn't seem to be working on Big Sur. The serial console of the crashed machine shows: ethernet MAC address: 00:0c:29:43:dd:b5 ip address: 192.168.1.250 Waiting for remote debugger connection. as expected, but there's no response to packets sent to that address by lldb. Is this working for anyone else? Thanks, Simon
Replies
1
Boosts
0
Views
743
Activity
Aug ’20
BIG SUR'S ISSUES-PROBLEMS-ANNOYING
When are Big Sur's problems going to be solved? I just updated on Monday and it's a disaster ... my touch ID doesn't work, neither any of my 2 internet networks can be connected after the update, it has drop me out of Zoom several times. Before updating the screen of my MacBook Pro had been freezing as I hadn't updated yet, however the update stopped and displayed an error (this happened appx 5 times) so had to keep trying several times. People are doing homeoffice. These problems have been going on for MONTHS from what I'm reading. It's amazing that you can't check and bug-test before uploading updates that don't work. In addition to this, we users have to follow different processes to try to make the system work? How many times are we going to update your products so that their functionality decreases? The products are expensive enough to fool users with updates that render their devices useless. I thought that this was an internet connection issue but it is your operating system that is u
Replies
0
Boosts
0
Views
409
Activity
Jan ’21
Big Sur install failed, here is the log
I'm getting the following error: An error occurred installing macOS. You can try again to complete the installation. I'm running Catalina 10.15.6 (19G73) I tried multiple times but it always fails, here is the log: 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: Springboarding to: /Applications/Install macOS Big Sur Beta.app/Contents/MacOS/InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: argv[0]: InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: InstallAssistant build: 532 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: No compatibility bundle on this version of macOS. Will assume compatible. 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Hardware: MacBookPro16,1 @ 2.30 GHz (x 16), 65536 MB RAM 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Running OS Build: Mac OS X 10.15.6 (19G73) 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Env: USER=arturo 2020-08-10 19
Replies
0
Boosts
0
Views
2.3k
Activity
Aug ’20
Time Machine Mingling Catalina and Big Sur Backups
After installing Big Sur Beta 1, a Time Machine dialog popped up that I thought I ignored. Later I see that it backed up my iMac onto a volume called TimeMachine Backup (which is not the name of my main TM Backup so I felt this was fine). Today I actually started to look at what was happening. Big Sur renamed my TM Volume from the previous name to this TimeMachine Backup and has intermingled it's backup files with my previous Catalina ones. Quick note about my setup. I'm running Catalina on a stock SSD in the iMac. I have a USB enclosure with 4 HDs in it. One of the 4 drives is dedicated to TM Backups. I partitioned that drive to install Big Sur onto. So I run Big Sur from a 100GB Partition on this 4TB drive. Is there any way to: Break this intermingling or do I just erase the backup and have it start again from Catalina? Is TM smart enough to know which files belong to which backup OS? I booted into Catalina today and see that it thinks
Replies
0
Boosts
0
Views
594
Activity
Jul ’20
How to enter safe recovery mode in Big Sur system
Hi, I applied for and purchased an Apple DTK device, and installed and upgraded the system to Big Sur Beta6 (20A5364e). I found that after rebooting and pressing cmd + R, I cannot enter the recovery mode. Always start normally. Can you tell me how do I do?
Replies
0
Boosts
0
Views
368
Activity
Sep ’20
Big Sur Update Now Printing Issues
Hello- my MacBook did the Big Sur update this evening and now it has reset my settings to where I cannot print my shipping labels from pirate ship. All of the settings have changed and when I go to print it gives me a printing error. It’s only giving me a US letter size to choose from and he used to give me different options and the one I need is no longer there. Please help where is this is affecting my business to ship out my packages to customers. Thank you! Gary K
Replies
0
Boosts
0
Views
460
Activity
Nov ’20
Big Sur Beta Control Center Missing
Hi, I recently updated to the Big Sur beta and noticed the control center isn't in the top right corner like in the demos, pictures, etc. Instead there is a spotlight icon that won't go away even when I turn it off in the menu bar settings. Is anyone else getting this error and if so has anyone resolved it? I understand this is a beta, but this doesn't seem to be an error that is prevalent in the other systems that upgraded. Thanks.
Replies
4
Boosts
0
Views
2k
Activity
Jun ’20
onTapGesture unreliable in Big Sur Catalyst apps?
onTapGesture seems like it's incredibly unreliable (eg clicks/taps don't always trigger the onTapGesture closures -- best case is that they're intermittent) in Big Sur for Catalyst apps. The same code runs without problem on iOS 14 and Catalina (again, with Catalyst). Consider the following basic example: struct ContentView: View { @State private var greenOn = false @State private var blueOn = false var body: some View { HStack { Rectangle() .fill(Color.green) .opacity(greenOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .contentShape(Rectangle()) .onTapGesture(count: 1, perform: { greenOn.toggle() print(Tapped) }) Rectangle() .fill(Color.blue) .opacity(blueOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .onTapGesture(count: 1, perform: { blueOn.toggle() print(Tapped 2) }) } } } Try to tap the green and blue squares. Best case for me (Big Sur, 11.0.1) is that sometimes onTapGesture will get called. The easy solution is to convert them to Buttons instead -- but, there are pl
Replies
3
Boosts
0
Views
1.6k
Activity
Nov ’20
Big Sur beta (downloaded today) freezes at 12minutes
I am trying to install big sur on my brand new 2020 Mac Book Pro with 64gb of ram. But is keeps freezing at 12 minutes. I've let it run for 20 minutes and its still at 12 minutes. Any ideas would be more than welcome
Replies
1
Boosts
0
Views
244
Activity
Oct ’20
Help - Remove Font System Big Sur 11.2.3
I have now installed Big Sur 11.2.3 but I have a problem with the new Apple system lock that is safe to read-only system file and fonts inside the system folder I need any way to help delete some fonts in the system can anyone help thank you
Replies
1
Boosts
0
Views
655
Activity
Jun ’21
iMAC slow after the updating in Big Sur
Hello few weeks ago I updated my iMAC SNC02TK6Y2J1G5 after this it become very-very slow, in order to make it faster I have to keep most of the app (like..Chrome, mail, whatapp....) closed otherwise it is very slow. Also I noted when my wife switch the PC in her username without log me off will take forever to her to open any app or use it.... This is crazy how we made worse with the last updating (in macOS Big Sur).....Any way to make better this situation because like this Im not able to work anymore with my PC. Thanks .
Replies
0
Boosts
0
Views
524
Activity
Mar ’21
MacOS Big Sur beta installation issue
Hello: I have been trying to install MacOS Big Sur beta 4 on my 27 iMac 2020. Downloaded the beta profile but the beta version is not showing under available software updates. Have tried to do everything that this forum suggests (including uninstalling and reinstalling the profile via Terminal), but it has been of no use. Its not going beyond Catalina 10.15.6. The only beta that has downloaded is the beta version of Safari. And yes, I do have a developer account. Can someone please help and point me in the right direction? The results are pretty much the same when I did try to install a public beta. Thanks
Replies
1
Boosts
0
Views
249
Activity
Aug ’20
Big Sur Beta Quick Look Audio
Hi... I've updated to the latest version of the Big Sur Beta yesterday, and now when I try and preview an audio file through Quick Look in Finder it doesn't play the audio back properly. It distorts/stutters - it's a bit difficult to describe, but it sounds horrid. Doesn't matter the type of audio file I try it does the same. My MacBook plays audio perfectly happily in any other app - and other file types are previewing fine in Quick Look. Is anyone else experiencing this, and is there a fix? Or is it a case of waiting for this bug to be fixed as part of the next Beta version? Thanks!
Replies
4
Boosts
0
Views
1.2k
Activity
Sep ’20
Cursor Odd in Plain Text in Big Sur
The effin hell, Apple. Fix the bug in Plain Text for Big Sur. I read another question in which they hav been complaining about it for over a year ago. I work professionally in Plain Text and is extremely annoying to get the cursor stuck at the end of a sentence, or being working and get kicked out of Plain Text. Are we in the 1990s, or what?! Am I in a PC or what?! Work on that!!! P.S. I have no idea how Tags work in this Forum, I do not find one who fits, so if a good Samaritan can relate this question or comment to a better Discussion, please do it!
Replies
1
Boosts
0
Views
292
Activity
Dec ’21
Opening Screen Saver Pane from Terminal in Big Sur
This fails for me in Big Sur: open System/Library/PreferencePanes/DesktopScreenEffectsPref.prefPane The pane opens, but the list of screensavers is blank. Has anyone found a way to work around this? I've submitted this issue as FB8044776
Replies
0
Boosts
0
Views
773
Activity
Jul ’20