Strange wine behavior, home directory permission change!!

hi all, archers.
i'm an arch user since early 2007 and this is my first post. Since now i've always found every information needed and enjoyed this great distribution.
btw, now i have a strange behavior with last version of wine in extra repository (0.9.61).
situation:
clean wine install, w/o .wine prefix from previous version creation (i always redo prefix creation every new version).
the fact:
after wineprefixcreate, as usual, i execute winecfg for the last personalization and sound interface selection.
fortunately and surprisingly, i notice that my home directory AND my desktop directory have completely screwed up permission. they was set to 777!!! aargh!
my home desktop is not so critical mission but i think this is not good!!! 
after some test, i can say, in this my strange personal experience, that it's winecfg fault. wineprefixcreate don't change any permission. this happen only after the first winecfg execution AND only the first time. following execution of winecfg does not trigger the fault.
googled anywhere but it seems that i'm the only one in the world with this wine strange behavior. Is it true? any else?
a little report of my config:
(multi device are all raid5)
/dev/sda2    ext2     /boot
/dev/md0     ext3    /
/dev/md1     ext3    /home
... other devices in irrelevant mount point.
not so strange rc.conf
untouched /etc/skel
not so strange gnome DE on top of GDM
not so strange any else 
thanks in advance and good arching

Solved in another Thread

Similar Messages

  • Mac - SGD won't start - home directory permission problem?

    Mac OSX 10.5.6 when attempting to login to SGD fails to start. Relevant section from java console:
    security: Certificate has failed the verification with the Root CA certificates
    security: Adding certificate in Deployment session certificate store
    security: Added certificate in Deployment session certificate store
    security: Saving certificates in Deployment session certificate store
    security: Saved certificates in Deployment session certificate store
    network: Connecting https://zsgd.open-tech.com/sgd/tcc/java/Tester.class with cookie "JSESSIONID=F5602C38467AC1159DCF761A6AA3CE44; TTA_SESSION_OBJECT=-1721504362694110337:zsgd.open-tech.com:1234879815946:-1085814744412016712:2; TTA_CLIENT_COOKIE=1234818729782-6121439398221565261"
    basic: Loading https://zsgd.open-tech.com/sgd/tcc/java/Tester.class from cache
    Tue Feb 17 08:21:58 CST 2009 JEP creating applet Tester (https://zsgd.open-tech.com/sgd/tcc/java/)
    basic: Starting applet…
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@a32ea4, refcount=1
    basic: Loading applet/u2026
    basic: Initializing applet/u2026
    basic: Added progress listener: sun.plugin.util.GrayBoxPainter@946d22
    basic: Referencing classloader: sun.plugin.ClassLoaderInfo@a32ea4, refcount=2
    basic: Releasing classloader: sun.plugin.ClassLoaderInfo@a32ea4, refcount=1
    network: Connecting https://zsgd.open-tech.com/sgd/tcc/java/ttalwG-jps.jar with proxy=DIRECT
    network: Connecting https://zsgd.open-tech.com/sgd/tcc/java/ttalwG-jps.jar with cookie "JSESSIONID=F5602C38467AC1159DCF761A6AA3CE44; TTA_SESSION_OBJECT=-1721504362694110337:zsgd.open-tech.com:1234879815946:-1085814744412016712:2; TTA_CLIENT_COOKIE=1234818729782-6121439398221565261"
    basic: Loading https://zsgd.open-tech.com/sgd/tcc/java/ttalwG-jps.jar from cache
    basic: Reading cached JAR file from JRE 1.5 release
    basic: Certificates for https://zsgd.open-tech.com/sgd/tcc/java/ttalwG-jps.jar is read from JAR cache
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Checking if certificate is in Deployment session certificate store
    security: User has denied the priviledges to the code
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    So I created another account and it works fine there. Compared permissions between the two accounts and they appear identical. Looks like it can't create the .tarantella directory in my home directory. Did have some home directory permission problems a couple weeks ago and used the utility on the Mac OSX install disk to reset home directory permissions and ACLs.
    Any suggestions greatly appreciated.
    Mark G.

    I probably should have included more of the java console output. This is output after what appears to be certificate checking:
    basic: Reading cached JAR file from JRE 1.5 release
    basic: Certificates for https://zsgd.open-tech.com/sgd/tcc/java/ttalwG-jps.jar is read from JAR cache
    security: Loading certificates from Deployment session certificate store
    security: Loaded certificates from Deployment session certificate store
    security: Checking if certificate is in Deployment session certificate store
    security: User has denied the priviledges to the code
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
         at java.util.LinkedList.entry(LinkedList.java:368)
         at java.util.LinkedList.get(LinkedList.java:313)
         at com.sun.deploy.security.MacOSXTrustDecider.isAllPermissionGranted(MacOSXTrustDecider.java:163)
         at com.sun.deploy.security.MacOSXTrustDecider.isAllPermissionGranted(MacOSXTrustDecider.java:86)
         at com.sun.deploy.security.MacOSXTrustDecider.isAllPermissionGranted(MacOSXTrustDecider.java:79)
         at sun.plugin.security.PluginClassLoader.getPermissions(PluginClassLoader.java:146)
         at java.security.SecureClassLoader.getProtectionDomain(SecureClassLoader.java:192)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:147)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
         at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:605)
         at sun.applet.AppletPanel.createApplet(AppletPanel.java:723)
         at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1864)
         at jep.AppletFramePanel.createApplet(AppletFramePanel.java:189)
         at sun.applet.AppletPanel.runLoader(AppletPanel.java:652)
         at sun.applet.AppletPanel.run(AppletPanel.java:326)
         at jep.AppletFramePanel.run(AppletFramePanel.java:176)
         at java.lang.Thread.run(Thread.java:613)
    Tue Feb 17 16:43:26 CST 2009 JEP creating applet com.tarantella.tta.client.tcc.lwplugin.pluginG.TCCHelper (https://zsgd.open-tech.com/sgd/tcc/java/)
    java.security.AccessControlException: access denied (java.util.PropertyPermission user.home read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
         at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
         at java.lang.System.getProperty(System.java:628)
         at com.tarantella.tta.client.tcc.lwplugin.qG.k.a(k.java)
         at com.tarantella.tta.client.tcc.lwplugin.qG.h.l(h.java)
         at com.tarantella.tta.client.tcc.lwplugin.qG.h.a(h.java)
         at com.tarantella.tta.client.tcc.lwplugin.qG.h.a(h.java)
         at com.tarantella.tta.client.tcc.lwplugin.qG.h.a(h.java)
         at com.tarantella.tta.client.tcc.lwplugin.pluginG.c.p(c.java)
         at com.tarantella.tta.client.tcc.lwplugin.pluginG.c.<init>(c.java)
         at com.tarantella.tta.client.tcc.lwplugin.pluginG.TCCHelper.run(TCCHelper.java)
         at java.lang.Thread.run(Thread.java:613)
    basic: Starting applet…

  • Home Directory Permission Fix Sought

    I have a problem with one of my file sharing servers - an XServe running 10.5.4, where all the user's home directories now show owner as _unknown in the POSIX permissions. ACLs appear to be OK. The problem is that users can see each other's files if they go to open and save dialog boxes in applications.
    Someone mentioned a script to fix on Apple Support phone call, but we are unable to Goggle it. fixhomedirperm.sh is the script name. Can someone assist us?

    If you are comfortable with the Terminal, you can ssh to the Share Point and run something like this one-liner:
    for i in `ls -d *`; do chown -R $i:staff $i; chmod -R 700 $i; done
    You should do this as root, or as an administrative user. If done as an administrative user, use "sudo" before the chown and chmod commands:
    for i in `ls -d *`; do sudo chown -R $i:staff $i; sudo chmod -R 700 $i; done
    All this does is list the directories within the share point, which for a User Home Directory folder should be a bunch of folders named with the users' short names. Then, it loops through the directories, changes the owner (chown) of all files within the directory to the user short name (and the group to "staff", the default group), then changes the permissions (chmod) so that only the user can see files within his or her home directory.
    This assumes that a) Your user home directories are all named with the user's short name, and b) That you want the permissions to be set so that no one else can see inside the user's home directory. This nixes things like user dropboxes in their accounts and websites served from the user's home directory.
    I would suggest trying the one-liner on a directory with the same folder structure as the share point for a test.

  • Please help with Home Directory and changing drive location

    Hi there.
    I read some tutorials on moving the home folder to another drive (all went fine), but there are some things I don't quite understand.
    I did a fresh Lion install (from SnowLeopard) and decided only to migrate my user data, but no folder data, so every folder in my home directory was completely empty (desktop, movies etc). When I first tried to move my home directory to a new Hard Drive I wrongly assumed that since all those folders were empty I didn't need to copy the home folder manually, just change the location. But when I restarted the computer everything was gone. So I followed the instructions more carefully the next time and manually copied my home folder over to the other HD first (even though every folder contained in the home dir says no data), and that is when I noticed it was copying 26gb of data. So where is this data stored, and what is it? Obviously it's important as on my Mac all my user data was gone, but aren't my settings and mail etc in my Library?
    There seems to be no "show hidden data" etc for my Home dir. So there must be somethign about the Home directory (in the users folder) that I don't quite understand?
    I  have 26gb of data hiding somewhere (when I do 'get info' on the home directory in the user folder, it says 26gb used, but all my folders are empty) and it would be handy to know what this is and the best way to manage it for future backups.
    also - can I now completely delete the old home Dir from my System (SSD) drive since it's all on my other HD? All the folders are empty, but it still shows 26gb!
    thanks for your help
    Joel

    Hi Ari,
    Welcome to discussions!
    Unable to access your home directory... In what way? Via FTP? If so, how about deleting the file you made:
    cd /etc
    sudo rm ./ftpchroot
    Or do you mean something else?
    John

  • A strange file in home directory

    Hi
    Something is creating a strange file in my home direcotry:
    http://s2.postimg.org/drgqt0c3t/shot.png
    Can anyone tell me that? how can I track that which app is creating that file?
    And, how can I prevent creation of this file in the future?
    Regards
    Last edited by zetrotrack000 (2013-09-02 15:42:11)

    kaszak696 wrote:Does that file have any contents that would help identify it? Also, could you provide more info about your setup? What processes and services you have running etc. If you can, upload the entire output of lsof +d $HOME or lsof +D $HOME , don't remember which one is non-recursive.
    Here is the output of 'lsof +d $HOME':
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    startkde 308 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    startkde 308 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    startkde 308 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kdeinit4 366 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kdeinit4 366 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kdeinit4 366 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    klauncher 367 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    klauncher 367 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    klauncher 367 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kded4 369 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kded4 369 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kded4 369 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kglobalac 380 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kglobalac 380 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kglobalac 380 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kactivity 385 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kactivity 385 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kactivity 385 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kwrapper4 394 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kwrapper4 394 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kwrapper4 394 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    ksmserver 396 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    ksmserver 396 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    ksmserver 396 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kwin 461 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kwin 461 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kwin 461 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    knotify4 463 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    knotify4 463 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    knotify4 463 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    plasma-de 468 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    plasma-de 468 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    plasma-de 468 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    ksysguard 498 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_deskt 503 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_deskt 503 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_deskt 503 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_trash 504 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_trash 504 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_trash 504 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_file 507 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_file 507 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_file 507 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    krunner 515 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    krunner 515 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    krunner 515 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukse 517 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    nepomukse 517 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukse 517 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukst 520 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    nepomukst 520 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukst 520 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    thunderbi 525 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    thunderbi 525 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    thunderbi 525 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    CopyAgent 528 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    CopyAgent 528 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    CopyAgent 528 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    polkit-kd 537 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    polkit-kd 537 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    polkit-kd 537 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kmix 539 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kmix 539 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kmix 539 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    konsole 541 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    konsole 541 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    konsole 541 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    bash 558 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_trash 613 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    kio_trash 613 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    kio_trash 613 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukfi 616 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    nepomukfi 616 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukfi 616 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukfi 617 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    nepomukfi 617 zetro 1w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    nepomukfi 617 zetro 2w REG 8,6 13974 14942277 /home/zetro/.xsession-errors
    lsof 627 zetro cwd DIR 8,6 4096 14942209 /home/zetro
    lsof 627 zetro 1w REG 8,6 0 14950316 /home/zetro/lsof_output
    lsof 628 zetro cwd DIR 8,6 4096 14942209 /home/zetro

  • Can't figure out how to change username, shortname and home directory?

    Hello,
    Trying to change the username, shortname and home directory on a new Macbook.
    I tried the following article to do this:
    http://www.macworld.com/article/132693/2008/03/changeshortusername.html
    This is my problem after trying the above article:
    I tried this but got stuck when it came to entering my password into terminal. After entering in the sudo command I hit return and saw the password prompt but when I tried to type my password in nothing happened at all as cursor never moved. I hit return again terminal tells me that there is no folder named "new user name" I restarted my Mac and tried it all over again and got the same message. When I go into the original account I see the shortname and home directory are changed but the username is the original one I started with.
    How do I make the password cursor move. Have I missed something?
    My Macbook if very new and I don't care what I lose on here. Thinking of doing a complete reinstall and updating all over again. Is there a way to fix this?
    Help anyone?

    After entering in the sudo command I hit return and saw the password prompt but when I tried to type my password in nothing happened at all as cursor never moved.
    This is intentional.
    I hit return again terminal tells me that there is no folder named "new user name" I restarted my Mac and tried it all over again and got the same message.
    Enter the actual old and new names into the Terminal instead of 'new user name'.
    (35525)

  • Portable home directory sync issue after computer change

    I have a client who has changed one of his laptops to a new machine and now his portible home directory sync is not working. He puts in the password but it says the server is not found. I have confirmed that the correct server address is listed in the preferances. It used to say it was a incorrect password and i have also verified that the correct pass is listed in workgroup manager for his profile. now no matter what we put in it says server unable to be found. another strange thing i have noticed is the when i went in to the mobility settings on his account in workgroup manager it was all grayed out until i altered some of the setting and now it is not greyed out anymore and it wont go back to being greyed out.

    hi there, i am having the exact same issue with some portable accounts. we are running 10.5.4 server and 10.5.4 clients.
    i have noticed rogue ACLS appearing now in server admin for leopard, as described in a previous post.
    User = Everyone, Type = Deny, Permission = Custom, Applies To = This folder, All descendants.
    strangely, some of our users have the rogue ACL and some don't.
    even after deleting the ACL for the user, portable home syncing still does not work.
    on the client it goes through the process and the blue bar shows you it checking folders and seemingly updating. the give away for me is following the apparently successful sync, when you click on the mobile directory icon in the menu bar the date has not updated and clearly upon checking with the network account, new data has not synced.
    any ideas would be great... until now i have had to manually drag data from the client to the network folder by mounting the network folder over afp, then wipe the client and recreate the portable account... even then i am not sure how long syncing has been successful, though that has seemed to fix things.
    i am not sure if something is breaking in the user's library on the portable account?
    any insight would be most welcome.

  • Eventually denied permission to write in home directory

    Hello,
    My wife is using a Mid-2007, 2.4GHz Intel Core 2 Duo iMac (iMac7,1) with 6GB RAM and more than 1TB of free available HD space.  She is running Mountain Lion (10.8.3) and has administrator privileges.
    After she has been using the computer for a while (hours or days; it varies), the system eventually denies her writing privileges to folders in her own Home directory. 
    I'll give two common examples:
    She'll download a file in Safari (or iTunes), and everything appears to proceed normally until the download "finishes" at which point she receives an error message that says she doesn't have permission to write to the save location.  The download remains in her browser's download list, but the file itself "disappears".  Changing target directories (e.g. from Downloads to Desktop) makes no difference.
    TextEdit will automatically reopen upon log in, and display one or more SavedState "Untitled" documents with text in them (she uses it as a scratch pad). When she attempts to add text to one of these documents, e.g. "Untitled 8," an error appears that says she does not have permission to make changes to the document and is prompted to make a Duplicate, so she does so.  She can successfully enter text in "Untitled 8 (copy)" but when it comes time to save the file, another error is returned that claims she does not have permission to write to [whatever location].
    Only two things seem to correct this situation, neither of which are permanent. That is, it eventually happens again.
    1. She logs out and logs back in. Things will behave normally for a while.  This is a pain, of course, because she typically discovers the problem when she is in the middle on working on one or more things, and the login process is fairly slow (as are most things on this iMac since upgrading to Mountain Lion -- though better since restricting the activity of Sophos Antivirus).
    2. Repair the permissions in her Home directory:  Get Info, click the lock & enter her password, change the Privilege of Me from Read & Write to Read Only, then back to Read & Write, and finally click the gear so as to Apply to enclosed items.  Once this is finished, access is restored... until it happens again.  Funny thing about this particular procedure is that her permissions appear to be set normally at the outset, ie., Read & Write.
    Another odd thing about the download problem is that the system does not seem to have a problem writing to whatever temporary directory it uses during the downloading process. The error only comes once the file is complete.
    There does not seem to be any precipitating event that leads to this change in her permissions/access privileges.
    Repairing permissions using Disk Utility does not resolve the problem.
    Running other kinds of repairs (repair disk when booted in Recovery Mode, running Drive Genius 3 from a separate partition or from the optical media, TechTool Pro, etc.) do not resolve the problem.
    When I log in to this same computer using my account (also with admin privileges), I have yet to encounter this eventual-permission-denial problem.
    Any thoughts or recommendations are welcome, obviously.  This is driving us batty!

    Hmmm, sounded like a RAM problem until you mentioned your account doesn't do it.
    One way to test is to Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.
    If it only does it in Regular Boot, then it could be some hardware problem like Video card, (Quartz is turned off in Safe Mode), or Airport, or some USB or Firewire device, or 3rd party add-on, Check System Preferences>Accounts (Users & Groups in later OSX versions)>Login Items window to see if it or something relevant is listed.
    Check the System Preferences>Other Row, for 3rd party Pref Panes.
    Also look in these if they exist, some are invisible...
    /private/var/run/StartupItems
    /Library/StartupItems
    /System/Library/StartupItems
    /System/Library/LaunchDaemons
    /Library/LaunchDaemons

  • Pulseaudio Error, Home Directory Not Accessible: Permission Denied

    I: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    I: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    D: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    D: [pulseaudio] core-util.c: RealtimeKit worked.
    I: [pulseaudio] core-util.c: Successfully gained nice level -11.
    I: [pulseaudio] main.c: This is PulseAudio 3.0
    D: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    D: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    D: [pulseaudio] main.c: Running on host: Linux x86_64 3.7.10-1-ARCH #1 SMP PREEMPT Thu Feb 28 09:50:17 CET 2013
    D: [pulseaudio] main.c: Found 2 CPUs.
    I: [pulseaudio] main.c: Page size is 4096 bytes
    D: [pulseaudio] main.c: Compiled with Valgrind support: no
    D: [pulseaudio] main.c: Running in valgrind mode: no
    D: [pulseaudio] main.c: Running in VM: no
    D: [pulseaudio] main.c: Optimized build: yes
    D: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    I: [pulseaudio] main.c: Machine ID is 6aee4708a200492ea6f54ed069a7da94.
    I: [pulseaudio] main.c: Session ID is 1.
    I: [pulseaudio] main.c: Using runtime directory /run/user/1000/pulse.
    E: [pulseaudio] core-util.c: Home directory not accessible: Permission denied

    It seems to be fine in windows, I have logged a bug for Linux.
    Thanks
    Sue

  • I have to give password to file changes in my home directory

    From yesterday, when I try to change files in my home directory, a dialog box pops up to ask the password.
    That happens even after make the file permission to 644. I tried to change the whole /Users/myplace permisson, but it doesn't work.
    The owner of the file is set as myself, but there might be something broken with this.
    This actually made everything not working, dropbox takes for ever to delete a file, evernote can't even start and on and on.
    I just happen to add New Person with the same user name that I use now in Sharing, but I'm not sure this is the cause of the problem.
    How can I solve this issue? How can I delete/move files in home directory without giving passwords?
    Thanks,
    smcho

    Your username is "smcho"? So your home folder is named "smcho"?
    Yeah for the System Folders "Movies", "Music", "Pictures", "Library", "Public" and "Desktop" there is an ACL, so you can't rename or delte them.
    It's just for your safety because these folders are used by the system and should be not renamed or removed!
    Additionally you made something wrong by chmodding your home folder to 644 - or as it showing here to 730!?!
    Normally the user home folder and the included folders should be at 700 and the Public folder at 755. Additionally the folders have an acl for "everyone deny delete".  so something get messed up!

  • How can I change the name of my home directory?

    When I first set up my Macbook Pro a year ago, I put my first and last name. I didn't like this and later changed the login name to just my first name, but the "home" directory is still listed as my full name on the side panel in Finder windows. How can I change this, it won't let me rename that.

    Barney-15E wrote:
    You should have experienced that same effect when you managed to change you login name. How did you change your login name?
    I imagine that has something to do with why everything 'disappeared' when you changed the directory name.
    It's actually pretty simple to change the login name, and it doesn't affect files at all.
    All I did was change the field labeled "user name".
    Niel wrote:
    Move all of your files to the other home folder in the Users folder and then change the name.
    (38519)
    I'll try that, thanks.

  • How can I change my "Home directory" folder name?

    Hello, everyone.
    I was given a pre-owned MacBook Pro that's running OS 10.6.8.  How can I change the name on the Home directory folder?  I was able to change the Administrator Account settings, but the Home directory still shows the previous owner's name.  It bothers me a bit, though, to see the previous owner's name still come up on the Home folder.
    I came across the instruction listed below, but I can't get past step 4.  It instructs me "rename it just like I would rename any folder."  I can't seem to rename it, though.  The cursor doesn't come up when I click on the folder name.
    For Mac OS X v10.5 or later
    Enable the root user.
    Log in as root.
    Navigate to the /Users folder.
    Select the Home folder with the short name you want to change, and rename it just like you would rename any folder. Keep in mind that the shortname must be all lowercase, with no spaces, and only contain letters.
    Use the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier) in System Preferences to create a new user with the Account name or Short Name that you used in the previous step.
    Click OK when "A folder in the Users folder already has the name 'account name'. Would you like to use that folder as the Home folder for this user account?" appears. Note: This will correct the ownership of all files in the Home folder, and avoid permissions issues with the contents.
    Choose Log Out from the Apple menu.
    Log in as the newly created user. You should be able to access all of your original files (on the desktop, in Documents, and in the other folders of this Home).
    After verifying that your data is as expected, you can delete the original user account via the Users & Groups pane (Accounts pane in Mac OS X v10.6.8 or earlier).
    Disable the root user.
    Any help would be much appreciated.

    Hi everyone,
    I followed this https://discussions.apple.com/docs/DOC-3872
    and got to the stage of having renamed my Home folder with the new name but the Home folder is STILL designated to the old name?
    When I try and create a new user with the new name, I don't get asked if I'd like to use the existing name as Home folder, I get told I can't use the newname because it exists already - thats the end of it - no further options.
    So to clarify - I now have oldname folder STILL assigned as Home folder. A newname folder with all my stuff in - apps, desktop, etc etc but this is just another user folder.
    Interestingly at login stage, the oldname folder isn't an option. I think I've confused the system somewhere by titling things differently at some stage in an attempt to rename Home folder.
    I'm running Mountain Lion (as of yesterday) and because I've kinda lost the use of my User folder as the Home folder, can't get to my Time Machine. I'm in trouble but I'm trying not to panic. Would appreciate any help!
    Laurie

  • Lack Permission to access Network Home Directory

    I upgraded OSX 10.4.8 Server to 10.4.9. I also updated the client computers to the same. The server is a Master LDAP directory which houses the users home directories. Since the upgrade when a user tried to login to their home directory they receive a dialog telling them they do not have the permissions to access the directory. They can go to any other machine in the shop and login with no problem. I have found two ways to remedy this. If we shut the affected computer down and pull the plug, when it is restarted they can login. This seems to work 80% of the time. The second remedy has been to remove the apple preferences on the client from "/Library/Preferences", "/Library/Preferences/SystemConfiguration", and "/Library/ Preferences/DirectoryService". Restart the machine, re-enter all of the required info, and we are off and running again. I have not been able to pin this down to a single file. I had one user that I have hit this problem with that nothing has worked.
    Before upgrading the server I backed up 10.4.8 to another internal drive. I have since returned to running off of 10.4.8 but the problem has not gone away. I have checked and double checked permissions on home directories and do not see anything wrong.
    Any suggestions?
    Thanks,
    Rich
    Powerbook 1.25GHz   Mac OS X (10.4.9)  

    Changing the schema password is not the same as changing the password for the portal30 user logging on through the browser. If you wanted to change the schema password, then you also need to update the password in the DAD configuration file, which is in $IAS_HOME/Apache/modplsql/cfg/wdbsvr.app. Update the password entry for the corresponding data access descriptor (DAD).
    If your intent was to change the password for the lightweight user named portal30, then you'll first need to change back the portal30 schema password - just do it through sqlplus.
    The change the password of the lightweight user by logging in as portal30 and then change password from Account Info.

  • Unable to save permission changes in templates in win 2012

    Hi,
    PKI set up of (2003 and 2008) based Sub CA and 2003 based AD ( with schema version supporting 2008) is running in the enviornment. Now CA is migrating to 2012 setup. When i try to create template and make permission changes, it says " unable to save
    permission changes. Directory object not found". When i duplicate and save the template with name change and wait for 10-15 min and then open that template again and make permission changes, it works.
    Just wanted to know if this is because of some feature issue and will it get resolved if AD is upgraded to 2012 schema.
    Thanks
    Neha Garg

    On Fri, 13 Feb 2015 07:07:13 +0000, Neha.ga wrote:
    Also, I checked with my AD person. They are also saying that it can be because of current DC architecture and may be a normal thing. Currently they have 2003 AD  and they will upgrade schema version for 2012 to see if that makes any change.
    As Brian said, this is likely due to replication delays. Updating the
    schema version is not likely going to resolve this. If you know how to work
    around the issue then I wouldn't worry about it too much. Creating new
    certificate templates should not be a frequent task.
    Paul Adare - FIM CM MVP
    Penguin Trivia #46: Animals who are not penguins can only wish they were.
    -- Chicago Reader 10/15/82

  • How to change the "short name (account name?)" and home directory name?

    Hi,
    I recently purchased a new iMac and migrated account info from my MacBook Pro.  I happened to use random account name during migration without knowing it will not be easy to change the short name (account name?) and home directory name.  As a result, I am now having extremely confusing short name and home directory name on my new iMac.
    I did online search to find out how to change the two names, but I could only found somethig like "enabiling root user and....."  I have no idea what it was talking about and I don't want to take risk altering such advance set up manually.
    Please advice how I can change the short name and home directory name safely without much PC knowledge.
    Thank you very much in advance.

    There are a few ways of doing this. The easiest method is logging into the first account and copying everything to an external drive (or flash drive or whatever), which changes the permissions so that others can see the files.
    Then, login with the new account and copy the files over. Once they are copied, the correct permissions will be applied again (so other people on your computer can't access them).
    If you can't do this method for one reason or other, you can do some terminal commands to change the ownership of the files. Login to the new account. If it is an admin account, open terminal and type the following command:
    sudo chown -R -v yourusername:admin /Users/originalaccountnamehere
    That should change the ownership of the files from your old account to the new one. At that point, you can simply drag the files into place.

Maybe you are looking for

  • S-video to cat5 not working

    My recent setup was from video card that has DVI and s-video. So I ran the s-video into a Balun that had a cat5 cable exit into the ethernet  wall port that ran to the the box with cat5s running to the IDF that in turn ran to the two tvs. What I woul

  • Itunes 11 will not install

    I cannot get itunes 11.1 to install. During the installation, after it says copying files, it then says rolling back and I get an error message - "an error occurred during installation before it could be configured. Run it again." When I first tried

  • How to invoke another Java file in Java program?

    Hello all, Now I am building a commnity of agents that can talk in Java, I have another Java-Based dialogue system to handle the dialogue between the agents. But I don'y know how to invoke the Java dialogue system file in the agent class. Is there an

  • af:convertDateTime pattern="#{nls.datepattern}"/ not working

    Hi friends; Some pages selectInputdate items <af:convertDateTime pattern="#{nls.datepattern}"/> property is working but some pages it isnt working. I want to use datepattern same in all pages like dd/MM/yyyy but some pages date fields value came to b

  • Buy game once, download on multiple machines?

    I recently downloaded a game from the Mac App Store onto my MacBook Pro, Civilization V. Now that I own the game, can I download the PC version onto my windows machine? Steam allows this capability - does the App Store allow it as well?