|
#1
| ||||
| ||||
| Easily Caused Kernel Panic Mac OS X 10.2.2 As seen on Slashdot, shibby tells us that it is easy to cause a kernel panic in Mac OS X 10.2.2, by attempting to move a directory into the same location as another one of the same name, using Terminal: mkdir ~/mydir; cd ~/mydir; mkdir mydir; mv mydir ... Kernel panic is instant. Save all your documents and quit your open apps if you feel the need to see it for yourself. Happy Thanksgiving! I don't really want to try this to verify if its true or not. Does anyone else? Might be a good chance to try out the Journaling capabilities of 10.2.2. ![]() |
|
#2
| ||||
| ||||
| im not willing to verify this as well... maybe some1 else will be brave enough to try it.. what id like to know is if anyone can explain what JOURNALING CAPABILITIES are (or maybe a certain link that i can read.) ??? .. thanx ![]() |
|
#3
| ||||
| ||||
|
__________________ MacBook Air 13" 1.6 GHz, 2 GB RAM, 80 GB HD. Mac OS X 10.5.4 MacBook 13" 1.83 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4 Hackintosh Core2Duo 2.4 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4 iPhone 3G 16 GB (v2), AppleTV 1G 40 GB (v2) Mac user since 1987, Apple Product Professional 2007, 2008. |
|
#4
| ||||
| ||||
| No kernal panic for me when I followed those commands... Code: usage: mv [-fi] source target
mv [-fi] source ... directory ![]()
__________________ Mac Pro Xeon 4x2.66 GHz | OS X 10.4.7, WinXP | 3 GB RAM | 250 GB HD | 250 GB HD | 300 GB HD MacBook Core Duo 2.0 GHz | OS X 10.4.7 | 1 GB RAM | 80 GB HD Mac mini Core Solo 1.5 GHz | OS X 10.4.7 and Windows XP SP2 | 512 MB RAM | 60 GB HD | 400 GB HD Pentium 4 3.06 GHz | Windows XP SP2 and OS X 10.4.3 | 1.5 GB RAM | 100 and 120 GB HD |
|
#5
| ||||
| ||||
| Whoops! Just returned from a kernel panic. The correct code for this is: Code: mkdir ~/mydir cd ~/mydir mkdir mydir mv mydir ~/
__________________ Mac Pro Xeon 4x2.66 GHz | OS X 10.4.7, WinXP | 3 GB RAM | 250 GB HD | 250 GB HD | 300 GB HD MacBook Core Duo 2.0 GHz | OS X 10.4.7 | 1 GB RAM | 80 GB HD Mac mini Core Solo 1.5 GHz | OS X 10.4.7 and Windows XP SP2 | 512 MB RAM | 60 GB HD | 400 GB HD Pentium 4 3.06 GHz | Windows XP SP2 and OS X 10.4.3 | 1.5 GB RAM | 100 and 120 GB HD |
|
#6
| ||||
| ||||
| Ricky is most brave. Thanks for taking one for the team! ![]() |
|
#7
| ||||
| ||||
| you see what the actual problem is? you're removing your current working directory's path. want to try what happens when you do this? is it the same? (i don't want to...): Code: mkdir ~/mydir cd ~/mydir rm -rf ~/mydir
__________________ MacBook Air 13" 1.6 GHz, 2 GB RAM, 80 GB HD. Mac OS X 10.5.4 MacBook 13" 1.83 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4 Hackintosh Core2Duo 2.4 GHz, 2 GB RAM, 160 GB HD. Mac OS X 10.5.4 iPhone 3G 16 GB (v2), AppleTV 1G 40 GB (v2) Mac user since 1987, Apple Product Professional 2007, 2008. |
|
#8
| ||||
| ||||
| "mv -i" is my friend ![]() |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A bit of nostalgia: A Salute to Mac OS X | simX | Apple News, Rumors & Discussion | 31 | March 24th, 2005 06:45 AM |
| HP Photosmart 1315 and USB Print Sharing | zwheeloc | Mac Classic System & Software | 12 | February 6th, 2003 08:20 PM |
| apps list | Mac Osxtopus | Mac OS X System & Mac Software | 7 | May 29th, 2002 11:31 AM |
| Apple: Forget XP, try the Mac | tagliatelle | Bob's Place | 1 | November 25th, 2001 06:12 AM |
| Netscape 6.1 Profile Transfer from Mac OS 9.2.1 to Mac OS X | chemistry_geek | Apple News, Rumors & Discussion | 0 | October 12th, 2001 05:42 PM |