Live data from Hacker News

OS X Mavericks App Store link

itunes.apple.com

51–60 of 88 posts

Re: OS X Mavericks App Store link

#51
post #4

As always, you can make yourself a dandy boot disk or USB drive by opening the installer's app bundle, and writing the following file to your favourite medium using the "restore" tab in Disk Utility. /Install OS X Mavericks.app/Contents/SharedSupport/InstallESD.dmg

Copying that file to an external and burning a DL DVD backup of that image were the first steps that I took after finishing the download.

Re: OS X Mavericks App Store link

#52
post #50
post #49

Does anyone know if Apple has a general bug report mechanism for the public? The Mavericks installer was not accepting the password to unlock FileVault in the installer itself after reboot. It turns out that the password prompt is in QWERTY despite the language input icon indicating that it was in Dvorak. That is a profoundly annoying bug.

http://bugreport.apple.com You do need to sign up for a free developer account to use it.

Thank you. I am filling out the report there now.

Re: OS X Mavericks App Store link

#53
post #39
post #19

Does anyone know how installing Mavericks affects hard drive space? I'm running on an 128GB SSD and space is always at a premium for me.

My MBP has a 128G SSD system drive as well (+ a big HDD for the data) and I got over 50G free, that's including some pretty big things (=25GB) in the Applications folder. /Library and /System folders come in at about 14GB together, I'd say a fresh Mavericks install should be around 30GB total.

The install is ~8GB

Re: OS X Mavericks App Store link

#54

First hitch I've noticed with 10.9: "gdb" seems to be missing. Gcc is still there. I've looked around to see if there's another optional download that I'm missing (like a Command Line Tools for Mavericks), but I don't see one. Looks like Xcode is using lldb for debugging, and I can use lldb on the command line. I guess lldb is now the standard 1st-party debugger? Guess I will be figuring out how to install gdb manual…

If you try and run `make` in Terminal it will prompt you to install the command line tools.

Re: OS X Mavericks App Store link

#55
So I'm doing the upgrade on an mbp with filevault2. The installer "reboots" the machine and goes into the rest of the installation. But I'm never prompted for a disk password. So... how'd that happen?

Re: OS X Mavericks App Store link

#56
post #53
post #39

Earlier quoted context omitted.

My MBP has a 128G SSD system drive as well (+ a big HDD for the data) and I got over 50G free, that's including some pretty big things (=25GB) in the Applications folder. /Library and /System folders come in at about 14GB together, I'd say a fresh Mavericks install should be around 30GB total.

The install is ~8GB

Really? For a fully functional install? Gotta wonder what the rest of that is doing there on my drive...

Re: OS X Mavericks App Store link

#57

So I'm doing the upgrade on an mbp with filevault2. The installer "reboots" the machine and goes into the rest of the installation. But I'm never prompted for a disk password. So... how'd that happen?

It's possible to do a warm reboot into a new kernel without ever powering down and re-initializing RAM.

Also, it may not even be fully rebooting, but instead doing something like killing all processes except init (launchd) which then starts up the installer. I haven't run it, so I don't know exactly what it's doing, but there are several ways to "reboot" without fully rebooting.

Re: OS X Mavericks App Store link

#58
post #32

Earlier quoted context omitted.

Lots of people have reported having to install that thing more than once. When you installed it, after reboot, did you absolutely get a window saying it was successful? (for me, the window took 45-60 seconds to pop up, and it failed twice before it worked (didn't want to install on battery)). Try reloading the updates section of the Mac App Store again, and again.

The firmware update gave me a success message after I had installed it, and I don't see it available again in the updates. So no luck there.

FWIW - I rebooted it on my own after the first dialogue saying that it had installed. Then it was there again in software updates.

Re: OS X Mavericks App Store link

#59

Earlier quoted context omitted.

Isn't 2.0.0-p247 the system ruby? My rvm install was p195; after running "rvm use system" it's now p247 (ruby 2.0.0p247 (2013-06-27 revision 41674) [universal.x86_64-darwin13])

http://robots.thoughtbot.com/post/54109839209/psa-do-not-use...

Is there nothing equivalent to virtualenv for Ruby? It'd be nice to be able to use the system Ruby and just get gem to install into an isolated project specific location.

Re: OS X Mavericks App Store link

#60
post #59

Earlier quoted context omitted.

http://robots.thoughtbot.com/post/54109839209/psa-do-not-use...

Is there nothing equivalent to virtualenv for Ruby? It'd be nice to be able to use the system Ruby and just get gem to install into an isolated project specific location.

Check out rbenv https://github.com/sstephenson/rbenv
Post reply on HN