Could permissions cause startup problems?

Based on some strings I found about problems with permissions that some have had when upgrading to leopard, I'm suspecting permissions are the cause of my computer's not recongnizing my primary drive on startup.
I had been fiddling with permissions of several users on the computer, trying to set up an itunes library in the shared folder that all could access. I'm running tiger but some folks in this discussion area seem to be the ones knowledgeable about permissions.
Now I can only boot up from my secondary drive (which has panther installed) or from my tiger dvd. The main drive shows up as a startup choice in both places, but it doesn't work. I repaired permissions with DU but no help. The main drive does NOT show up as a choice when I do a restart / hold option key.
Is it possible that some change I made to permissions settings has caused this? If so, can someone tell me what I would do to set them right? The main drive shows up on my secondary's desktop, and the contents are completely accessible that way.
Also, I already did a re-install of tiger, but retaining the settings -- not a clean install. That changed nothing. (really really don't want to start from scratch with a clean install, but if I must...) The main drive itself, in terms of hardware, seems to be fine according to both the DU and diskwarrior.

I'm pretty sure i have a duplicate an not a clone, on my external drive, and yes thank goodness I've got those copies of all my files in case things go way bad.
Ok, to recap and update: Computer has a primary drive running tiger, a secondary drive running panther and a tiger installation disk in the tray. I lost the ability to boot up the primary, and I think there is a strong chance it has something to do with permissions settings gone awry. I was messing with user permissions while trying to set up a common itunes library for multiple users before the problem started. (I respect you feel that's unlikely Kappy, you're probably right, but if it's possible... I want to know if there's an option that avoids losing my settings.)
Under a normal restart, the computer chooses the install disk. Both drives show up in the install disk's startup utility. I can choose the secondary and startup to it. (and the primary shows up on the desktop.) When I choose the primary as the startup, no go -- it starts up to the install disk.
I used DU to repair persmissions on the primary drive, and also ran DU's repair disk, and Diskwarrior. The tests indicated the drive is just fine, but none of that helped a bit. I reset the p-ram and the nvram -- no help. The primary also shows up when I open the startup system pref on the secondary, but choosing it does not work -- restarting still boots to the install disk. The primary does NOT show up as an option when I do a restart / option key.
I did an archive and install from the tiger disk, retaining my settings (so the system updates are now gone) -- no help, still won't boot. I really really want to avoid an archive and install choosing to delete settings. There are several users on there, and it would take a lot of time and trouble to put humpty together again.
Here is something I found in discussions, could this help me? --
Get the Mac to set up an additional administrative account. You can then change your old account. I've tried this in 10.4.10 without problems.
This was Posted by: JoseAranda at September 9, 2006 3:48 AM
OK, restart your computer, hold down Command-s and type in the following:
/sbin/fsck -y Enter
/sbin/mount -uaw Enter
rm /var/db/.applesetupdone Enter
# The rm command is the remove command which deletes the file.
# Robert: I'd rename the file via: mv /var/db/.applesetupdone /var/db/.applesetupdone.old
reboot Enter
Once you've done that the computer reboots and it's like the first time you used the machine. Your old accounts are all safe. From there you just change all other account passwords in the account preferences!!
end of posted by: JoseAranda
http://www.askdavetaylor.com/howdo_i_reset_my_mac_os_x_admin_rootpassword.html
You will need to scroll down to see this post. Search for applesetupdone
--Could creating an additional admin account, (which would have properly configured permissions,) make the drive bootable again? I'm not an advanced computer person, not much experience working in the terminal or open firmware, but I can follow directions. If I followed the above advice to create an additional admin account, how would I know if I was creating it on the primary or the secondary drive? I notice there is a terminal utility on the tiger disk, coud I type in the commands there?
Or if the above is unlikely to help, is there something else I could do through the terminal that could repair or reset any user/ admin / persmission settings on the drive that might be causing its unbootability?

Similar Messages

  • Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).

    Hi,
    Our Environment is Essbase 11.1.2.2 and working on Essbase EAS and Shared Services components.One of our user tried to run the Cal Script of one Application and faced this error.
    Dynamic Calc processor cannot lock more than [100] ESM blocks during the calculation, please increase CalcLockBlock setting and then retry(a small data cache setting could also cause this problem, please check the data cache size setting).
    I have done some Google and found that we need to add something in Essbase.cfg file like below.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    Possible Problems
    Analytic Services could not lock enough blocks to perform the calculation.
    Possible Solutions
    Increase the number of blocks that Analytic Services can allocate for a calculation:
    Set the maximum number of blocks that Analytic Services can allocate to at least 500. 
    If you do not have an $ARBORPATH/bin/essbase.cfg file on the server computer, create one using a text editor.
    In the essbase.cfg file on the server computer, set CALCLOCKBLOCKHIGH to 500.
    Stop and restart Analytic Server.
    Add the SET LOCKBLOCK HIGH command to the beginning of the calculation script.
    Set the data cache large enough to hold all the blocks specified in the CALCLOCKBLOCKHIGH setting. 
    Determine the block size.
    Set the data catche size.
    Actually in our Server Config file(essbase.cfg) we dont have below data  added.
    CalcLockBlockHigh 2000
    CalcLockBlockDefault 200
    CalcLockBlocklow 50
    So my doubt is if we edit the Essbase.cfg file and add the above settings and restart the services will it work?  and if so why should we change the Server config file if the problem is with one application Cal Script. Please guide me how to proceed.
    Regards,
    Naveen

    Your calculation needs to hold more blocks in memory than your current set up allows.
    From the docs (quoting so I don't have to write it, not to be a smarta***:
    CALCLOCKBLOCK specifies the number of blocks that can be fixed at each level of the SET LOCKBLOCK HIGH | DEFAULT | LOW calculation script command.
    When a block is calculated, Essbase fixes (gets addressability to) the block along with the blocks containing its children. Essbase calculates the block and then releases it along with the blocks containing its children. By default, Essbase allows up to 100 blocks to be fixed concurrently when calculating a block. This is sufficient for most database calculations. However, you may want to set a number higher than 100 if you are consolidating very large numbers of children in a formula calculation. This ensures that Essbase can fix all the required blocks when calculating a data block and that performance will not be impaired.
    Example
    If the essbase.cfg file contains the following settings:
    CALCLOCKBLOCKHIGH 500  CALCLOCKBLOCKDEFAULT 200  CALCLOCKBLOCKLOW 50 
    then you can use the following SET LOCKBLOCK setting commands in a calculation script:
    SET LOCKBLOCK HIGH; 
    means that Essbase can fix up to 500 data blocks when calculating one block.
    Support doc is saying to change your config file so those settings can be made available for any calc script to use.
    On a side note, if this was working previously and now isn't then it is worth investigating if this is simply due to standard growth or a recent change that has made an unexpected significant impact.

  • I have been using iCloud since it came out to coordinate my schedules from my phone, ipad and Mac laptop.  Last week they stopped synching...I can't upgrade b/c of memory. Could this cause the problem?

    I have been using iCloud since it came out to coordinate my schedules from my phone, ipad and Mac laptop.  Last week they stopped synching...I can't upgrade past OS 5.1.1. b/c of memory (1st generation iPad and iPhone 4s). Could this cause the problem after the release of the new OS?

    Welcome to the Apple Community.
    First check that all your settings are correct, that calendar syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the calendars you are using are in your 'iCloud' account and not an 'On My Mac', 'On My Phone' or other non iCloud account (you can do this by clicking/tapping the calendar button in the top left corner of the application ), non iCloud calendars will not sync.
    If you are sure that everything is set up correctly and your calendars are in the iCloud account, you might try unchecking calendar syncing in the iCloud settings, restarting your device and then re-enabling calendar syncing settings.

  • I can import some songs from another computer but not others.  All the songs were purchased with the same apple id. Message says "...check connection to network..." Any ideas as to what could be causing this problem?

    Using home share, I can import some songs from my son's  computer but not others.  All the songs were purchased with the same apple id.  Err msg:"There was a problem downloading ... You do not have enouggh access privileges for this operation. Please check that the connection to the network is active and try again."  The network appears to be fine .  I can import other songs from his library.  The same songs cause me a problem each time I try.  My husband had no trouble importing the same songs I have trouble with. I get the same error message if I try to import the same songs from my husbands computer as well.  "Command I" appears to show the same protections on both the songs I can import & the ones I cannot.  My husband and son are both running OS 10.6, while I am running 10.7.  I think I had this problem even before I upgraded, but I am not certain.

    x0SiN0x:
    Welcome to Apple Discussions..
    My first suggestion is to Repair Disk. Here's how:
    Insert Installer disk and Restart, holding down the "C" key.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Please post back and let me know how that goes.
    Here are a few links that may help you to identify the issues:
    Resolving Disk, Permission, and Cache Corruption
    Tuning Mac OS X Performance
    Mac OS X System Maintenance
    Please don't hesitate to post back should you have further questions or comments, or with update.
    Good luck.
    cornelius

  • HT2499 My DVD player on Mac Book Pro is immediately ejecting the DVD. What could be causing this problem? The DVD is brand new and just out of its packing.

    I just bought a brand new DVD, but my Mac Book Pro is automatically ejecting it when I put it in to play. Any ideas what the problem could be and how to fix it?
    Thanks! Aingeala

    Do other DVDs load?
    CD/DVD Loading Problems                        
    CD/DVD Drive - Troubleshooting
    CD/DVD Drive - Troubleshooting (2)

  • How to check if home directories are disabled & what else could cause this problem?

    We're having this issue with our server where some clients are having an extended authorization time to log onto our server, whether they attempt to do so via VPN or on our Network directly. This issue only seems to persist for some users and happens every time they attempt to log on. Log on can take up to 10 minutes, however, rarely ever fails.
    I was told to check size of the home directories but the other IT here said he's pretty sure he disabled the home directory things. The only reason we have these servers is so that people can dump files on them for later use or to transfer between eachother for whichever project they may be working on. How do I check whether the home directories are enabled or not, and if they are, where can I determine their size? All I am seeing in the filesystem is the login for the Admin account and the other IT's account on the server.
    What else could be causing this problem? It is not a machine-based problem as I can log into the server using their machine almost instantaneously. About half of our users are logged on instantly as well. We've been getting complaints about this for about a couple months now. It didn't seem to happen prior to February (though I can't say for sure because I started here at the end of January).
    The server is an Xserve running 10.5.x or 10.6.x (two different servers). Computers being used range from Mac OS 10.7-10.9.2. I don't believe anyone uses windows that is having an issue.

    What you need is the dba_policies
    select OBJECT_NAME, POLICY_NAME, ENABLE from dba_policies;

  • KN8 Diamond plus 3 beeps at startup problem

    When I connect a Lide 500f scanner I get an extra beep at startup connect a skype phone and I get another extra beep so alltogether PC now beeps 3 times at startup, there are Know problems running PC. Is this a known problem  that a new bios ( using 1.20 now) might sort and could it cause a problem long term.

    Gigabyte Triton case Gz-xx1ca-sns
    LG DVD writer GSA 4167B
    LG DVD writer GSA 4163B
    2 GB crucial memory  DDR PC3200 (2 sticks)
    AMD 3500+ (2.2) socket 939 CPU with heat sink / fan
    XFX PCI Express Geforce 6600GT 256 VGA card
    Zalman VGA cooler ZM80D-HP
    MSI K8N Diamond Plus motherboard
    Maxtor Sata 250GB Hard drive
    Maxtor Ide 160GB Hard drive
    Tagan TG480 –U22 power supply
    beeps are the ami bios beep codes and come from case speaker 3 beeps should indicate a memory problem as thats not the case I would guess at a bios update curing the problem just find it strange problem is uknown. Bios has been cleared and is 1.20

  • I have (2) Samsung S5 phones.  One is using up data like crazy for no reason.  I have WiFi at home, so what's causing this problem?

    I have 2 Samsung S5 phones.  One has used way over the limit for no apparent reason.  I have WiFi at home.  What could be causing this problem?

    Hello KF2PX
    I'm sorry to hear your having issues with your S5. I would be happy to look into this with you. Are there different apps on both devices? Do either device auto play videos when opening apps? For example Facebook. Here's a great link to see what's using the data: http://www.verizonwireless.com/support/data-utilization-faqs/
    JoeL_VZW
    Follow us on Twitter @VZWSupport
    If my response answered your question please click the "Correct Answer" button under my response. This ensures others can benefit from our conversation. Thanks in advance for your help with this!!

  • K9A Platinum Startup problem

    Hi All,
    I have just got the K9A Platinum motherboard and am having trouble getting it started.
    I have installed the CPU Athlon X2 6000+ and 2 Gb RAM in DIMM 1 and DIMM 3. And plugged the Graphics Card (Club 3D Radeon 2900XT) in. But the diagnostic LED's do the following sequence then stop.
    1,2,1&2,3,4,1&3
    It just stays on 1 & 3 lit "Testing VGA BIOS".
    What could be causing this problem, I have taken the MB out of the box and only have the key components plugged in.
    My only issue I can think of it my PSU is 550W, it has the extra CPUP connector and a PCIe 6 pin connector, but my Gfx card box recommend 650W PSU.
    Could it be a PSU issue or a faulty GFx Card or Motherboard
    Thanks in advance
    Dave

    Your PSU is most suspected at this time... Your VGA is very power hungry.. You need a PSU with at least +35A in +12V.
    Get a single rail PSU with high amperes on +12V over 35A
    good suggestions:
    PC Power & Cooling Silencer 610 with 49A on a single +12V rail.
    or
    PC Power & Cooling Silencer 750 with 60A on a single +12V rail.

  • I suddenly have this error message on FireFoxthis message pops up: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no re

    I suddenly encounter this error message from Fire Fox.
    Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features.
    I uninstalled the browser and download a new version but it does not resolve the issue.
    I know my hard disc has ample space. I do NOT know where to find the Profile directory to fix the read restriction box.
    == This happened ==
    Every time Firefox opened
    == After something about security add-on of Norton pop up by itself. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; MSN Optimized;US)

    This link shows things to check - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • New WIN7 System, FFox gives error "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory" - will not go to any site.

    New Windows 7 computer. After installing Firefox, every time I bring it up I get the following message:
    "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."
    Then Firefox comes up, but will not function at all - can enter url address, but will not respond to ANY clicks, so can not go to any site.

    This link shows how to fix this - https://support.mozilla.com/kb/Could+not+initialize+the+browser+security+component

  • I keep getting this diologue box as I start up Firefox "Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. ... what should I do exactly?

    I keep getting the following dialogue box when I start Firefox " Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions." I am not sure how to find or change the profile directory. I have gone to the Options: General: Save files to ...box but it wont allow me to browse to another file and the box remains blank. ideas please!

    See [[Could not initialize the browser security component]]
    Continue here: [/questions/780717]

  • This message [Ubuntu repositories or Mozilla download: " There is no Profile folder Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory....

    Ubuntu 11.04: I have been getting this message whenever I install Firefox from the repositories and downloading the tar file. I cannot use Firefox! " There is no Profile folder Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."Firefox does not respond to any addresses or a google search. Indeed it responds to nothing. There is no Profile folder!

    Uninstalling Firefox on Linux
    * http://kb.mozillazine.org/Uninstalling_Firefox#On_Linux
    * http://kb.mozillazine.org/Installation_directory#Linux
    * Removing user profile data - http://kb.mozillazine.org/Uninstalling_Firefox#Removing_user_profile_data
    After all is done, Restart your system.
    Installing Firefox on Linux
    * https://support.mozilla.com/en-US/kb/Installing%20Firefox%20on%20Linux
    Check and tell if its working.

  • Why do I get an alert saying "Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. How can I solve it??

    The full alert is " Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard drive is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behaviour when accessing security features."
    This is just started three/four days ago. I need assistance quickly as I can't access any secure sites e.g bank accounts/homepage etc.

    See [[Could not initialize the browser security component]]

  • When I open Firefox the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution in the forum but only for Windows based

    When I open the application the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution on the support site but only for Windows-based Firefox, and I'm a Mac user. I have plenty of room on my hard disk.
    == This happened ==
    Every time Firefox opened
    == Two days ago, for no apparent reason.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

Maybe you are looking for

  • Nokia 5230 connection problems

    i am using nokia 5230. i have just downloaded and installed PC suite 7.1.51.0 with windows visa 32 bit. the very first time, everything worked fine. i synchronised all the phone contents to PC. now, whenever i connect the phone to PC, it gives me a m

  • How to print  both normal and bold data in a single line

    Hi , I have requirement wherin the data need to be displayed in a single line. FAX:              Z8525_text. where FAX needs to be in bold and Z8525_text is a standard text and it shoould not be bold , both of this needs to be displayed in a single l

  • .avi movies that I could open in QT7pro on my G5 cannot open in QT7pro on my i5 iMac. What do I do?

    .AVI movies that could be displayed and edited with QT pro 7 on my G5 now appear a black frames on my i5 imac. What can I do to see these movies?

  • Extension type for mime-type "multipart/form-data"

              Hello:           If I want to register a mime-type of type "multipart/form-data" in WebLogic 6.0           what, if any, extension should I specify fot it in the web.xml? Is it necessary           to specify this mime-type for handling "mul

  • Database Storage Shifting

    Dear All, Our Production Database files are hosted in SAN Storage. Right now we want to movieto a new storage provided by a different storage company I would like to know what are things/procedures to be done from the database side and any links that