Simon: I'm trying to put this as delicately as I can... How do I know you won't kill me in my sleep? Mal: You don't know me, son. So let me explain this to you once: If I ever kill you, you'll be awake, you'll be facing me, and you'll be armed.

'Serenity'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


amych - Jan 24, 2008 12:00:49 pm PST #4518 of 25501
Now let us crush something soft and watch it fountain blood. That is a girlish thing to want to do, yes?

Huh. First of all, sorry for the assumption.

When you say it's aking for a login in safe mode, does it ask for the login with the normal mac os login screen? or with a plain-text prompt? anything else on screen during the boot sequence? (gray screen, blue screen, sad mac icon, question mark....)

Have you tried booting in verbose mode? Like single-user, but holding down the "v" instead of the "s" -- this may show you how far it's getting in the boot process before something fails.

Hmm... I don't have any real ideas yet, but I'll do some poking around when I get home in half an hour or so. Also, a general "yipes"!


-t - Jan 24, 2008 12:12:41 pm PST #4519 of 25501
I am a woman of various inclinations and only some of the time are they to burn everything down in frustration

Plain-text prompt.

Let's see, it goes gray apple with spinny thing, loading Mac OS X blue screen, black-screen with white text plain-text prompt for login.

If I boot up normally, it goes through all that and after a flash of the black-screen it goes to a blank blue screen that I can move the cursor around on with the mouse but otherwise does nothing.

I have not tried verbose mode, but I will in a moment!

Thanks very much, amych, it's fantastic to have something else to try and confirmation that this is bizarre.


-t - Jan 24, 2008 1:29:13 pm PST #4520 of 25501
I am a woman of various inclinations and only some of the time are they to burn everything down in frustration

OK, booting in verbose mode gets me a bunch of text that doesn't stick around long enough for me to make sense of it, then a blank blue screen, then the same console login screen that I get in "safe" mode, then a blank blue screen again (before I have a chance to log in), then a black screen with what looks like a block cursor in the upper left. It cycles back and forth between those last two.

I also tried putting it into Target mode and using my laptop to run Disk First Aid or whatever it's called on it. No problems found.


-t - Jan 24, 2008 2:15:26 pm PST #4521 of 25501
I am a woman of various inclinations and only some of the time are they to burn everything down in frustration

And my husband has found a corrupted Framework file and replaced it. That seems to have done the trick.


tommyrot - Jan 25, 2008 11:29:40 am PST #4522 of 25501
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

OK, I had to add the following function to as asp.net page:

Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter)

Response.ContentType = "application/ms-excel" Response.AddHeader("Content-Disposition", "inline;filename=StandardReport.xls") DataList1.RenderControl(writer)


tommyrot - Jan 25, 2008 11:29:42 am PST #4523 of 25501
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

tommyrot - Jan 25, 2008 11:33:30 am PST #4524 of 25501
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

OK, I had to add the following function to as asp.net page:

Protected Overrides Sub Render(ByVal writer As System.Web.UI.HtmlTextWriter)

Response.ContentType = "application/ms-excel" Response.AddHeader("Content-Disposition", "inline;filename=StandardReport.xls") DataList1.RenderControl(writer) end sub

This works fine (document opens as an excel spreasheet.) But now I want to modify the page to either output to excel or to regular html (using an if statement for the server-executed code). The problem is since my new subroutine overrides the Render function, I have to specify the content type and header for a normal http/html web page. I'm not sure what to use. So far I have this:

Response.ContentType = "text/html"
Response.AddHeader("Content-Disposition", "what goes here")

I think the first one is correct, but I don't know about the second. Googling has failed me so far because everything I've found is about the non-html exceptions (pef, etc.) Any guesses as to what this should be?

eta: Or I suppose it's possible that the

Protected Overrides Sub Render

messes things up more for http/html and I'd have to do more to fix it, in which case I might just have to have two versions of the page.

eta² OK, I gave up and made two separate pages. Pro'lly a bad idea to tell the compiler, "OK, I want to override this function - no wait, I don't."


msbelle - Jan 25, 2008 2:35:44 pm PST #4525 of 25501
I remember the crazy days. 500 posts an hour. Nubmer! Natgbsb

On my iBook G4, anytime I start up from a shut down, my skype auto-starts. How can I make it stop doing that?


Jessica - Jan 25, 2008 2:42:21 pm PST #4526 of 25501
And then Ortus came and said "It's Ortin' time" and they all Orted off into the sunset

Right-click the Skype icon in the dock and unselect "open at login." I can't tell you how many times I've accidentally ticked that box for something ridonkulous like Photoshop that I really DON'T need opening every time I turn on the computer.


msbelle - Jan 25, 2008 2:49:13 pm PST #4527 of 25501
I remember the crazy days. 500 posts an hour. Nubmer! Natgbsb

yeah, it is unchecked there.