Recent Questions - Ask Different |
- Can I delete this extra Macintosh Hd- Data partition?
- Restoring iCloud backup not possible due to lack of free storage in iPhone
- Quiet the 'The default interactive shell is now zsh.' output [duplicate]
- How do I fix this OSX build. (C Code, worked in 2012, same code, compiles, runs, has memory errors now, old build runs fine still) [closed]
- After upgrade to Monterey, a user-created launchd job does not run
- Dialog boxes will not click Monterey
- How to change the created/modified/access dates on a folder of files?
- Xsan volume won't cvfsck due to journal issue
- Where to download iTunes 11 for Windows?
- Sell(sign out) multi-user, several Mac devices securely
- App Store Review Guidelines - Do they agree with a completely password-protected application?
- Best offline task management software [closed]
- Hosting a ObjectCapture cloud-based service [closed]
- Every System-initiated connection fails
- Fully reset WiFi without rebooting computer?
- mac Books.app copy text from a epub book, the content is truncated
- How to make a Shortcuts message automation to add number to a contact
- I am constantly getting "Access denied for user 'root'@'localhost'" on my MAMP website
- How to disable trackpad acceleration on M1 MBPs just like on Intel MBPs?
- iStat Menus vs Activity Monitor Memory Reporting
- Safari 15.0 on the Mac keeps on reopening closed windows
- Problem mounting NFS shares from OSX servers
- upload file in chrome needs to open finder dialog twice to find all files
- Create Network option missing under Wifi for P2P ad-hoc networking (I'm a developer using Xamarin build host)
- How to block specific apps on an iPhone
- How do I sync my photo's from my iPhone to Google Drive?
- QuickTime Player won't save edited file: The operation could not be completed
- Can an eMac boot from a USB optical drive connected via a FireWire adapter?
- Built in FTP client (cmd + k) - can't upload files (Mavericks)
- How can I find the serial number on a mac programmatically from the terminal?
Can I delete this extra Macintosh Hd- Data partition? Posted: 06 Jul 2022 07:16 PM PDT I had bootcamp set up on my late 2013 macbook pro. I was trying to remove bootcamp and windows to free up space, but bootcamp told me I needed to run First Aid. I ran First Aid but now my partitions look like this and my bootcamp partition is no where to be seen. I'm guessing my bootcamp turned into "Macintosh HD - Data" and can safely be deleted from disk utility without messing with my main partition? |
Restoring iCloud backup not possible due to lack of free storage in iPhone Posted: 06 Jul 2022 04:22 PM PDT I'm unable to restore an iCloud backup on my iPhone X, after it has been emptied and brought to the factory settings in recovery mode. My iCloud backup is ~180 GB, while my iPhone 256GB. After almost one day it shows a alert that there is no more free space on my iPhone, while still need to restore 30GB. If I check how much space is present on my iPhone, most of the memory is occupied by a gray bar (undefined). How is that possible? Since I cannot control anything of the backup, how can I solve the problem? |
Quiet the 'The default interactive shell is now zsh.' output [duplicate] Posted: 06 Jul 2022 03:53 PM PDT This is getting annoying on Monterey 12.2.1. I have a bash shell. I do not wish to make any changes to $HOME/.bashrc files. What system file can I change? This question is NOT THE SAME as: HOW do I quiet this extraneous output given that I wish to stay with |
Posted: 06 Jul 2022 02:55 PM PDT The old OSX build runs fine (built in 2012). The new one, where the code is pretty much the same, compiles and runs, but when it gets to a strlcpy invocation; the OSX kernel decides some memory was used incorrectly and terminates the process. If I "fix" (ie hack around with a check) the first strlcpy "situation" ("does this pointer have the same contents as the other thing we're copying too allready? If so don't bother"), then the error just migrates to the next sorta similar code (and this time a blatant "you're not allowed to do that" error). This code runs fine under the most memory secure stringent grsecurity-linux kernel. So it isn't like we're using the stack for execution of data-only stuff. It also runs fine under regular linux and windows. The code has not changed in these instances in 15 years, and the rest of the engine code is almost all the same as the 2012 working OSX version that it was branched off of a decade ago. And yet when we compile today, on a recent OSX (High Sierra, but installed a few days ago); "you're not allowed to do that" and then the OSX kernel Aborts the process explicitly when we simply copy the name of a shader to the name field of a texture. This has worked fine for 15 years, maybe 20 or 30. This code originates from John Carmack and Id software or Lord "Forest Hale" havoc. They're both good programmers and Forest Hale is very careful. How do I fix this. It's not the code: it's the build environment, or maybe OSX now needs some sort of hacks etc which it didn't have. In the code, strlncpy etc from OpenBSD is provided in darkplaces/common.h and common.c. For BSDs it's Idefe'd out as they allready have the function and there would be a conflict. Remeber this code worked for 30 years straight, and 15 years without any tampering at all: up till now trying to compile it on "modern" OSX. And yes we are doing it on a mac-mini; not crosscompiling. Please help. たすけて These are some backtraces and stuff we've done (Chris, my mac friend, came over the house to try to figure it out too; but he was unable to) pastebin com/YYpjt71d GDB of Sig Abort once asked to load a map from OSX kernel pastebin com/z2Q3mKAd printfs to standard out were commented out, but still sig abort from kernel pastebin com/hPnkBFai https://pastebin.com/1bxkY3x8 https://pastebin.com/YaxNT0ea https://pastebin.com/naVBCMb6 =pastebin com/xjUEBfcb https://pastebin.com/JZLN9GXC https://pastebin.com/yN3NfQxx https://pastebin.com/2Bb0RXnq (lldb) print texture->name (char [64]) $0 = "textures/common/caulk" (lldb) print name (const char *) $1 = 0x0000000107c770c8 "textures/common/caulk" (lldb) (That is correct: that's what is supposed to be in those variables; no error here)This is all from model_shared.c in darkplaces. If one "defeats" the first strlcpy (ie by putting a hack that avoids the copy if the contents of both are at that point allready the same): the error just migrates down the code to the conditional at like 3161 or so:
The copyright line for this file is:
Does this look familiar to you? (Why or why not) Id software didn't write "shit code" Nor did the good Sir Lord Forest Hale Havoc. It is not their code that is at fault. And no code has been added in the interm regarding these functions. Infact they are the same in current darkplaces aswell. The error doesn't show up until one tries to load a texture in a 3d map: so just running the binary and seeing that it loads doesn't help (which is what everyone does to see if the OSX build "works" (no one games on a Mac)) |
After upgrade to Monterey, a user-created launchd job does not run Posted: 06 Jul 2022 02:39 PM PDT I have a launchd job that is supposed to run a php script at 6am every day. The script runs a number of backup-related tasks. After upgrading to Monterey, the task no longer starts at its scheduled time. I use Lingon X to control it. When I run it manually from Lingon X as a "test", it starts, but sometimes does not finish. When I run the command from the terminal, the job starts and always runs to completion. Here is the plist: There is never any output in either stderr.log or stdout.log. The only suspicious pattern is that it appears that when started manually, the job often quits after a certain interval. Since the executable is a php script, the first thing I checked was whether the script was timing out. As a test, I added set_time_limit(900) to the php script. That should not matter, as per the php documentation the script timeout does not include the time when system calls are made. The purpose of the script is to make numerous systems calls. So it should not be consuming a lot of run time on its own. Plus this script has be working for several years without any such issues. Any ideas? |
Dialog boxes will not click Monterey Posted: 06 Jul 2022 06:36 PM PDT I have been having an issue lately (I have never had this issue before). When an app gives me a dialog box (such as an applescript error, a permission dialog, or an unexpected quit), I will not be able to answer it. I can click the buttons, but nothing happens. The dialog will stay (I just drag it into the corner if it doesn't need any action), and the action the button does will not execute. This becomes a real pain because, many times, there is an app asking for permission, and I have to log out, log in, and then ask for that permission again to get it to click. It will click for a few hours after log out & log in, but then it freezes up again. I am running Monterey 12.4. This only started after I used migration assistant to migrate from an Intel iMac to an M1 pro Macbook. This does NOT occur with dialog boxes created by or within apps, but only dialogs created by MACOS These are the types of dialog boxes I am talking about: However, dialog boxes like this (not draggable, and stuck inside the app's window, not a separate window) never freeze: Edit: this is not related to any particular app. My apps all work fine. It is an issue with just the dialogs, and I am picking on UTM because it is easy to make UTM throw dialogs. But, for example, yesterday, I was trying to set up a VPN. To let the app add a VPN config, a macos networking dialog popped up. I had to log out & log in, then re-add the VPN for me to be able to click the dialog. |
How to change the created/modified/access dates on a folder of files? Posted: 06 Jul 2022 01:02 PM PDT I took a bunch of vacation photos and didn't realize that the camera date was incorrect. The photos all start at Dec 31, 2012 11:00pm, whereas they should start at June 28, 2022 11:42am. I've looked at the touch and SetFile terminal commands, but just can't seem to find a way to recursively add the proper amount of years, days, minutes, to each file to get them to the correct date. Any suggestions? |
Xsan volume won't cvfsck due to journal issue Posted: 06 Jul 2022 11:46 AM PDT I had a power failure to an Xsan volume and it won't currently mount. I have stopped it on all controllers to cvfsck it. Cvfsck says: I've read the cvfsck manpage and noticed the "-K" option: -K Forces the journal to be cleared and reset. WARNING: Resetting the journal may introduce metadata inconsistency. After the journal reset has been completed, run cvfsck to verify and repair any metadata inconsistency. Use this option with extreme caution. The disks on the raid array show no red lights on the front, so they seem good. I'm wondering if anyone else has used the -K option of cvfsck and if they had any success or destructive experiences with it. Thanks in advance |
Where to download iTunes 11 for Windows? Posted: 06 Jul 2022 10:58 AM PDT I'm trying to rescue family photos from an old iPod 1st gen (A1213). This thing has never seen a software update, it doesn't even have Appstore. Unfortunately Apple dropped support for this device in iTunes 12, therefore I wasn't able to connect it to iTunes or set it up as a USB storage device, both on MacOS and Windows. My only hope is to install iTunes 11 on a Windows machine - mainly from this video tutorial It's 2022 and Apple doesn't supply version 11 for windows anymore. Sites like |
Sell(sign out) multi-user, several Mac devices securely Posted: 06 Jul 2022 10:05 AM PDT In our company, we have several Macs and Macbooks. They aren't used anymore, so We want to sell it. IT department said that we don't know the erasing the devices securely. So, I'm searching the information about the sign out before erase the data in the disks. Erasing is OK but signing out the accounts is really mess :( All devices have same admin account and I can open that admin account in every device(but linked apple account is unreachable, I cannot signed out the apple ID, maybe IT can create the linked mail address and I can press the forgot password option, to get a new apple account password for that account). Old employees have standard account in the devices. They didn't sign out before leaving the company, we don't know the passwords for standard accounts. So, is it possible to sign out them via Admin account? or just remove them and sign out from admin account. When I search in the forum, it is mentioned for only one account... If someone gives an option, it will be really helpful. |
App Store Review Guidelines - Do they agree with a completely password-protected application? Posted: 06 Jul 2022 10:35 AM PDT I have an app for iOS available only for the customers. On the main page, there is a login/password form. And there is no form to Sign Up because the registration is possible offline only. In the review, I will provide the credentials (they are the same for all users, like user/qwerty), so Apple can check the functionality. Will they approve that the app will not be public by default? I'm reading their rules, and do not see any problems: https://developer.apple.com/app-store/review/guidelines/#legal
|
Best offline task management software [closed] Posted: 06 Jul 2022 09:46 AM PDT Could anyone recommend a task manager for me? Below are my requirements: must have:
nice to have:
|
Hosting a ObjectCapture cloud-based service [closed] Posted: 06 Jul 2022 09:38 AM PDT I was thinking to create a cloud-based service to execute an ObjectCapture application. The initial plan is to use AWS's EC M1 instances. But reviewing MacOS SLA I found that section (3.) shows some restrictions about usage. I also know, that there are other applications using this kind of services So, the questions are:
From section 3. (Leasing for Permitted Developer Services.) of the SLA https://www.apple.com/legal/sla/docs/macOSMonterey.pdf
|
Every System-initiated connection fails Posted: 06 Jul 2022 09:27 AM PDT I'm facing a really random issue: on my 2019 MacBook Pro 16", running Big Sur, my GMail account was suddenly disconnected. As I was trying to reconnect, I only get blank loading screen from both Mail and System Preferences. Digging a bit deeper, it seems that any sort of system-initiated connection is going wrong:
Every other app connecting works fine. I'm also totally able to do those things on my M1 MacBook Pro running Monterey, on the same WiFi. So it's not a network issue. I tried:
Did anybody ever see this issue? It seems like I'm stuck with that, as I can't even update to the next OS version because of this. Any help would be immensely appreciated. |
Fully reset WiFi without rebooting computer? Posted: 06 Jul 2022 09:04 AM PDT Having an issue where if my wifi disconnects, DHCP fails to work again until after rebooting my entire computer. Couldn't find any info as to why this happens in the first place, but was wondering if there was any way to achieve the same exact effect on the wifi without having to reboot the whole system. Tried turning it off and on, but this does nothing. Also tried |
mac Books.app copy text from a epub book, the content is truncated Posted: 06 Jul 2022 03:47 PM PDT when I copy text from books, seems there is size limitation, the copy is truncated, please see an example: "on this earth I'm going to live. Why be only half alive? Every minute a person spends worrying about dying is just one minute that fellow might as well have been dead." I had to leave at that point, because I had to be on a certain plane for Detroit. On the plane the second but much more pleasant experience occurred. After the noise of the takeoff, I heard a ticking sound. Rather startled, I glanced at the fellow sitting beside me, for the sound seemed to be coming from him. He smiled a big smile and said, "Oh, it's not a bomb. It's just my heart." I was obviously surprised, so he proceeded to tell me what had happened. Just twenty-one days before, he had undergone an operation that involved putting a plastic valve into his heart. The ticking sound, he explained, would continue for several months, until new tissue had grown over the artificial valve. I asked him what he was going to do. "Oh," he said, "I've got big plans. I'm going to study law when I get back to Minnesota. Someday I hope to be in government work. The doctors tell me I must[…]" Excerpt From ... This material may be protected by copyright. Please see this: The doctors tell me I must[…]", it was truncated as [...]. Very weird thing is, when I google, no one reported this thing. |
How to make a Shortcuts message automation to add number to a contact Posted: 06 Jul 2022 01:21 PM PDT I'd like to create a shortcuts automation on my phone to automatically add spam messages to a "Spam" contact. However, I can't get the shortcut to work. This is what I currently have This is for a "when I get a message containing text" automation. This pops up the automation whenever I get a message, but when I run it, it does nothing. |
I am constantly getting "Access denied for user 'root'@'localhost'" on my MAMP website Posted: 06 Jul 2022 10:02 AM PDT The error message is:
Here is the php config code for this website: |
How to disable trackpad acceleration on M1 MBPs just like on Intel MBPs? Posted: 06 Jul 2022 04:03 PM PDT I've got a new M1 Pro MBP and I am struggling to get the trackpad into a usable state.
How can I disable trackpad acceleration on an 16" M1 Pro MBP running macOS 12.2 such that it roughly matches the experience on an Intel MBP? |
iStat Menus vs Activity Monitor Memory Reporting Posted: 06 Jul 2022 09:44 AM PDT iStat Menus is reporting 16 GB of used memory but Activity Monitor is reporting 23 GB used.
MacBook Pro 14" 32 GB Monterey (12.0.1) |
Safari 15.0 on the Mac keeps on reopening closed windows Posted: 06 Jul 2022 07:05 PM PDT I'm running the new Safari 15 on MacOS 11.6 (Big Sur) and when I close the software and reopen it, the windows I've closed in the prior session reopen unlike before I upgraded Safari to the latest release. I've tried emptying the caches. There's over 50GB of storage space. The system has plenty of unused RAM. Safari hung the first time I tried opening it after the upgrade. |
Problem mounting NFS shares from OSX servers Posted: 06 Jul 2022 05:07 PM PDT I am having a problem using NFS connecting to shares from a Mac with Catalina and another one with Snow Leopard (don't ask why ;). I just updated to BigSur 11.4 When I use :
in if by other hand I use
|
upload file in chrome needs to open finder dialog twice to find all files Posted: 06 Jul 2022 12:02 PM PDT Whenever I add a file to my new Mac (Big Sur) by for instance taking a screenshot, and go to upload it through chrome, the file isn't there when the upload dialog first comes up. if I close that dialog and click the upload button again as to bring up the upload dialog anew, the recently added file is there. Seems like the first dialog performs a search for new files, but those are only shown once the dialog is brought up again. Permission setting or what causes this odd behavior? My old Mac doesn't have this behavior at all (Catalina). Also, many files (but not the folders) are "greyed out" in the upload dialog, but they are all selectable. In this scenario I have 3 screenshots (filename "skärmavbild..."), but the first time I open the dialog I only see two of them, not the most recently added... I close the dialog and immediately open it up again and this is what I get Not sure if it is browser-related or macOS related... |
Posted: 06 Jul 2022 11:07 AM PDT My goal is to use the P2P wireless networking so the Xamarin editor can deploy on the Mac for development and testing As of the latest version of Big Sur the option to have a P2P network seems to have been removed, which is unfortunate since while at a hotel, I can't have these two laptops directly connect to each other (P2P routing between adjacent devices isn't working) on the Hotel wifi. Is there a Terminal option or some other idea to enable this? |
How to block specific apps on an iPhone Posted: 06 Jul 2022 04:03 PM PDT I'm having a hard time configuring my daughter's iPhone with Screen time. I would like to completely block some apps during the weekdays and allow some time for them during the weekends. Screen time only allows me to set a limit strictly greater than 0, so I have to set all the apps I want to block to 1 minute. Knowing that she can auto-extend for 1 additional minute, an app that I want blocked has instead 2 minutes of usage per day (not a big deal but still...). There is a "Always Allowed apps" list but not a "Never Allowed apps" list. Uninstalling the apps is also not a solution as I want them available during the weekend. Is there a way, with Screen time or another app, to have a better control and put in place what is described above? |
How do I sync my photo's from my iPhone to Google Drive? Posted: 06 Jul 2022 02:03 PM PDT I try to find a way to sync my photo's on my iPhone to my Google Drive, it appears that this is not so easy, this is what I did allready:
I came from Android on my Android: I downloaded a drivesync app I set it up and BAM done, no problems. Why is it so hard for IOS to sync photo's? Does anyone here has a sync with iPhone photos to Google Drive working? and I mean Google Drive not Google Photo's on My mac and Windows laptop I sync the photo's and I have a renaming files and directory structure workflow, and I don't want to change that. So Google photo's is not an option. Regards, Ralph |
QuickTime Player won't save edited file: The operation could not be completed Posted: 06 Jul 2022 04:02 PM PDT I've edited an MP4 movie file in Quicktime Player Version 10.5. When I try to save the edited file, I get: The operation could not be completed. Does anyone know what causes this and/or how it can be solved? macOS Mojave 10.14.2 / Quicktime Player 10.5 / MacBook Pro (Retina, 13-inch, Early 2015) |
Can an eMac boot from a USB optical drive connected via a FireWire adapter? Posted: 06 Jul 2022 01:06 PM PDT I've got an eMac that's mostly working (running Tiger, plus a selection of other nice software), but has a broken optical drive. I have a spare USB optical drive lying around, and it works for most purposes, but, according to this discussion on the Ars Technica OpenForum, most PowerPC Macs (including eMacs) can't boot from USB drives (at least not out of the box and without a LOT of tinkering and swearing), although they can boot from FireWire drives. Just in case I ever have to reinstall Mac OS X on the eMac, here's my question: if I plug a USB-to-FireWire adapter into one of the eMac's FireWire ports, and plug the USB optical drive into that, will the eMac be able to boot from said optical drive, or will I have to shell out for a FireWire optical drive? |
Built in FTP client (cmd + k) - can't upload files (Mavericks) Posted: 06 Jul 2022 06:12 PM PDT I have just found out that I can enter a built-in FTP client on my Mac by simply pressing ^ Ctrl + K. Great thing! But after I have successfully connected to my server and a 'folder' with files located there appeared, it occurred that I can't upload files by simply drag & drop'ing them. When I checked the 'Get info' I saw that it is marked as 'You can only read', yet the ftp account itself is okay, because I could upload files there from dreamweaver (unfortunately I have only Windows licence for this app). Why is it marked as 'You can only read' and how do I fix that? Please help! P.S. Could you explain it in an easy way? Because I'm new to Mac (just bought one few days ago). |
How can I find the serial number on a mac programmatically from the terminal? Posted: 06 Jul 2022 12:53 PM PDT What command can I use to retrieve the system's serial number from the unix command line? As |
You are subscribed to email updates from Recent Questions - Ask Different. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment