[SOLVED] home folder issue.

Im having some strange issues with my home folder.
I followed the "beginners guide" by adding a user with this command: "useradd -m -g users -G audio,lp,optical,storage,video,wheel,games,power -s /bin/bash archie", but with my username.
But when i try to start transmission i get this error:Couldn't open "/home/steffa/.config/transmission/lock": No such file or directory. But im able to open transmission if i use the sudo command.
The same problem occurs when i try to use menumaker. i get this output:
[steffa@myhost ~]$ sudo mmaker -vf OpenBox3
Password:
* scanning
  desktop... 24 apps found
  legacy... 11 apps found
  debian... 71 apps found
* merging... 38 coincidings detected
* generating
  no terminal emulator specified; will use the default
  using Xterm as terminal emulator
* writing to ~/.config/openbox/menu.xml
* done
But reconfigure openbox doesnt change the menu at all. it is still the default menu.xml
I also get this error when trying to launch chromium:
[2389:2389:154808490:FATAL:chrome/browser/browser_main.cc(771)] Check failed: PathService::Get(chrome::DIR_USER_DATA, &user_data_dir). Must be able to get user data directory!
All other applications works just fine.
Last edited by stiffy420 (2010-10-26 22:23:39)

stiffy420 wrote:SOLVED!
Great, please mark your topic solved by prepending it to the title.
why did root own my home folder?
I'm not sure, it happened to people before so maybe someone else can shed some light on this.
i did "sudo chown -R steffa:users /home/steffa" i read somewhere that that is the correct way. am i wrong?
Yes that's fine, the extra :users part also assigns it to the users group.

Similar Messages

  • [SOLVED] Home folder full & can't figure out why (MBs not matching up)

    /home (as a partition) is 5GB and completely full... however, XFE, emelfm2, and PCManFM all see the home "folder" as being between 1.3GB and 1.8GB full... I am under the impression that I have a ghost file SOMEWHERE that even root can't properly detect, as it's not making any sense.  What tools can I use to figure out why my /home partition is full?
    Note: XFE, when checking the properties of the home partition vs home folder, it also shows the partition as full and the contents of the folder as 1.5GB or so.  I can't shut down the computer, as I'm transferring large files from one flash drive to another (and my /tmp is on another partition and is 1% full out of 3.8GB. The comand 'df' returns that the partition is full as well... all tools, whether accessed via root or user, are telling me contradicting things: partition full, folder 40%(ish) and it's driving me mad!  Any and all help is, and will be, GREATLY appreciated!
    SOLUTION:
    installed ncdu from repos, used command 'ncdu /home' and found which folder was the culprit... I had a large transfer going overnight that wasn't going when I got back in the morning, so the disk wasn't at 100% when I got back (not sure why any space was taken up by the transfer since the tmp folder is NOT in /home and the transfer wasn't to or from /home, but that may be an issue for another day).
    Last edited by CPUnltd (2012-01-25 20:37:44)

    trash was empty, lost+found could be a possibility... what is ncdu?
    EDIT:
    figured out what ncdu is, can't believe I'd never seen this program before!!! will be using it to track down the issue tomorrow! THANKS!!!
    Last edited by CPUnltd (2012-01-25 08:58:32)

  • [SOLVED] /home folder is taking space on two partitions after install

    Hi everyone,
    At first I thought that I would just read these forums, however even after a few days of using Arch Linux I found one issue that was never been asked before (or asked in different way that I couldn't find).
    So the problem that I cannot find solution for is that the files in /home folder are taking space on two partitions - on /dev/sda2 and /dev/sda4 and therefore making root partition run out of space.
    Some information from commands to get more clear view:
    [root@localhost ~]# df
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/sda2 20511356 18790980 655416 97% /
    dev 5109884 0 5109884 0% /dev
    run 5112632 592 5112040 1% /run
    tmpfs 5112632 2696 5109936 1% /dev/shm
    tmpfs 5112632 0 5112632 0% /sys/fs/cgroup
    tmpfs 5112632 34612 5078020 1% /tmp
    /dev/sda4 215038368 15923256 188168744 8% /home
    tmpfs 1022528 12 1022516 1% /run/user/1000
    [root@localhost ~]# cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda2
    UUID=a2160300-9ce0-4a88-8e29-ee87d1ee0d96 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda4
    UUID=7e762343-1762-481e-b433-be9edaca18bb /home ext4 rw,relatime,data=ordered 0 2
    # /dev/sda3
    UUID=096fb727-255c-4aac-b200-0baa929dd9b7 none swap defaults 0 0
    [root@localhost ~]# cat /etc/mtab
    rootfs / rootfs rw 0 0
    proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
    sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
    dev /dev devtmpfs rw,nosuid,relatime,size=5109884k,nr_inodes=1277471,mode=755 0 0
    run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
    /dev/sda2 / ext4 rw,relatime,data=ordered 0 0
    securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
    tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
    devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
    tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
    cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
    pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
    cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
    cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
    cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
    cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
    cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
    cgroup /sys/fs/cgroup/net_cls cgroup rw,nosuid,nodev,noexec,relatime,net_cls 0 0
    cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
    systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=21,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
    mqueue /dev/mqueue mqueue rw,relatime 0 0
    debugfs /sys/kernel/debug debugfs rw,relatime 0 0
    configfs /sys/kernel/config configfs rw,relatime 0 0
    tmpfs /tmp tmpfs rw 0 0
    hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
    /dev/sda4 /home ext4 rw,relatime,data=ordered 0 0
    fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
    tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=1022528k,mode=700,uid=1000,gid=100 0 0
    gvfsd-fuse /run/user/1000/gvfs fuse.gvfsd-fuse rw,nosuid,nodev,relatime,user_id=1000,group_id=100 0 0
    [root@localhost ~]# lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 238.5G 0 disk
    ├─sda1 8:1 0 1007K 0 part
    ├─sda2 8:2 0 20G 0 part /
    ├─sda3 8:3 0 10G 0 part [SWAP]
    └─sda4 8:4 0 208.5G 0 part /home
    sr0 11:0 1 1024M 0 rom
    I have checked three times the commands that I ran when installing Arch Linux with a few tutorials including beginner's guide but don't see where could be the issue. Maybe any of you know what could be the problem here?
    Last edited by juraskaz (2014-10-29 18:13:02)

    drcouzelis wrote:
    juraskaz wrote:Some information from commands to get more clear view:
    I'm so confused. O_O What is the problem? The output of those commands are all consistent: "/dev/sda2" is mounted as "/" and "/dev/sda4" is mounted as "/home".
    Are you saying that when you create a 1GB file in "/home" that 1GB of space becomes used in BOTH "/home" and "/"?
    One thing that MIGHT be suspicious is your use of "/dev/sda4". In a traditional BIOS setup, partitions 1 - 3 are primary partitions and partition 4 is an extended partition. How is your drive partitioned? Could that be related to whatever problem you're seeing?
    Thank you drcouzelis for pointing me in the right direction! I thought that creating 1 GB in /home would be used in both /home and /, however when I did that only /home have changed. So I started checking what is causing / to fill out and found that it was the backup of home to the root!
    Thank you for your time

  • Home Folder Issues after data drive move.....

    Hello All,
    I have a Mac OS X Server Leopard (latest version) that we have had running without too much troubles for some time now. When we ran out of space, I added a new large hard drive into our xServe and dittoed the user home folders to the new drive. I unshared the home folder file on the old drive, and then setup an identical share on the new drive. When users login on the mac, the system finds the home directory on the new drive fine, no issue.
    The problem arrises when the user does a connect to server request. Their home folder comes up in the list and they mount the drive. However this share-point seams to be the folder still on the old drive. I have now deleted the folder containing the user home folders on the old drive, but it simply gets recreated when as user does a connect to server request. This folder is not longer shared and I can't understand why it still comes up with this old share point.
    It is not a huge issue, but rather annoying.
    Any ideas would be great.
    Thanks
    Michael

    Functionality for customized setups may differ slightly with a new os. Power cycling the device daily is always a good idea for maintenance.
    I don't really consider having groups of icons on my home screen a customized setup.  This is a native feature of the Android OS and something on the update caused this issue.  I've been running 4.3 on two other devices (Nexus 7 and Sprint Galaxy S4) for months and I've had zero issues.  If I didn't use folders I would need to fill up 3+ home screens just to have enough space for the apps I have on my main home screen.  I have an identical setup on the Sprint Galaxy S4 (test phone for work) that is running 4.3 and I don't have this issue.
    Second, are you officially saying that rebooting an Android device on a daily basis is a best practice?  I typically reboot my phone every couple of weeks, but daily seems a bit excessive.  Since the update I have to reboot at least once every 2-3 hours during the day to resolve the folder issue.  It's the first thing I have to do in the morning to be able to access any apps that are within a folder. 

  • Change account username and home folder issue

    Hello guys,
    Apple store re-installed Yosemite v10.10 on my MBA early 2014 (128gb, 4gb)
    I wanted to change the account username and the home folder name after installation however I think I did it the wrong way to start with
    Step1
    I went into System Preference > User Groups, unlocked padlock, ctrl+click on the admin account > advanced options and replaced account name and home folder name with new name (e.g. my computer). Both match.
    Relocked padlock, quit system preferences. Rebooted.
    Step2
    Then I realised that what I did, so I have did it all again after reading Change your OS X account name and home directory name - Apple Support
    Could you please tell me whether step1 and step2 might have corrupted the operating system (e.g. legacy preferences, etc, etc)? How can I check that?
    Thank you for your support.

    Eric, thank you.
    Actually Keychain access app has been malfuncitoning since Yosemite was installed and username and home folders were renamed.
    Sintomps
    the following services and apps keeps asking to use "Login" keychain
    - Messages
    - Calendar Agent
    - Safari
    - ScopedBookmarkAgent
    - accountds
    - com.apple.helper
    I always lock keychain. Keychain is sync with admin account password. Keychain verified and repaired. No problems found
    I have followed this tutorial with no good result
    OS X Mavericks v10.9.1: Repeated prompts to unlock "Local Items" keychain  PS: the alpha numeric folder in ~/Library/Keychains/ starts with letter b not letter A as suggested in the tutorial
    Resetting your keychain in Mac OS X
    OS X: Keychain Access asks for keychain "login" after changing login password
    What are you thoughts? Thank you for your support.

  • AFP Home Folder Issue?

    Well I set-up a Home Folder on the Open Directory Server and it created the Folder but when I go to login from a machine it gives me an error of: The "Home" folder for user "Jesse" cannot be found in its usual place.. So I logged into it from an admin account on the same box to see if I could just connect and see the files and it came up just fine. Any ideas or if you need more info let me know. Thanks everyone.
    Powerbook G4   Mac OS X (10.4.7)  

    What is the OS of the client machine, and, more importantly, what does you Directory Access settings on the client look like?
    You could trash /Library/Preferences/Directory Access and edu.mit.kerberos on the client and re-bind for starters. In my experience, deleting the Directory Access information does not fix network home folder login problems nearly as well.

  • I believe I found the fix solving home sharing issues with Windows 7

    I was having a problem with my Windows 7 PC while trying to connect iTunes home sharing and my Apple TV.  While speaking to Apple support, the tech told me that home sharing uses port 3689.  I searched the web and found this link explaining how to open a port on your PC.  The issue seems to be with Windows firewall, or the anti virus software controlling the Windows firewall.  I use Norton anti virus so when I opened the Windows firewall selection in the control panel, the Norton window opened and the fix was identical to the one shown in this link.  http://maximumpcguides.com/windows-7/open-a-port-in-windows-7s-firewall/
    Follow the instructions on the page and for step #7, enter 3689.  When you get to step #10, I typed in "Apple TV Home Sharing" so I could identify the port later on.  I made these changes, rebooted the computer, started iTunes, turned on the Apple TV and everything worked.  Try it and this should solve what seems to be a common problem.

    Solved - at least all good so far.
    I had to add rules to my firewall software (Symantec Endpoint Protection) for Bonjour (UDP 5353) and DAAP (TCP 3689).  Once I did that, the other librares were shown in SHARING and the Apple TV reliably connects.
    What I don't understand was why it worked at all without the rules in place.

  • Help with understanding the Home Folder plus User Accounts

    I just got the IMac (replacing an ageing...that is an understatement...Grape iMac from long ago) and this is my first go at the OSX. My previous iMac had OS9.2
    I am having a problem understanding the Home folder and the Users to a point. The concepts are fine, it is the changing of names that is the problem. When I first started the iMac and went through the set-up and finally looked at the file structure, there was the Home Folder with a name, which i guess was pre-entered during set-up since I did not enter it (lets call it JOE). There was also 1 User, JOE with all the iLife folders. Since I did not like the name, i went to the Systems Preferences, into Accounts and found that JOE is an Admin. So, I changed the name to, lets say BILL, who still is an Admin. I also changed some settings and made BILL the auto log account. OK so far I am happy. I go back to the HD and find that now there are 2 users (folders), BILL and JOE, and that the Home Folder is still named JOE butall the iLife files are now under BILL.
    So I went and also renamed the Home Folder to BILL, so everything looks fine. But when I restarted the iMac latter it lost all the settings (mouse, etc.) This is really getting confusing.
    Here is what I want to do (after some reasearch):
    I want to change the Short Name (JOE) but so far I have read that you can not do that. Where did this name come from (basically my first initial and my last name) because I don't want my Home Folder to be named that. I found somewhere that the only way to do that is an Erase and Install. I am willing to do that since I have a backup of all the iLife files on an external disk anyways and I have not put anything new yet.
    Can someone enlighten me as to what would be the best course of action....this Short Name thing is frustrating.
    iMac 20" 2.33MHz   Mac OS X (10.4.9)  

    Welcome To Discussions kapklo!
    First you need to sort out the extra Home folder issue, that was created by changing the Short Names.
    The info in one or more of the articles linked to below, will help you with that.
    Return to Default Desktop, Apparent "Loss" of Home Directory
    My home folder and desktop are different than before
    Recover from renaming your Home folder, authored by Dr Smoke
    Then you can change the Short Name using this Change Short Name The Easy Way.
    Or you could do an Erase & Install, making sure you enter your preferred Short Name, during the setup process.
    ali b

  • I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    I have a Windows 7 Professional, 64 bits on my computer and have recently installed iTunes 11.1.3.8. but i started having this msg :"The folder iTunes is on a locked disk or you do not have write permission for this folder" issues: how can i solve it?

    Right-click on your main iTunes folder and click Properties, then go to the Security tab and click Advanced. If necessary grant your account and SYSTEM full control of this folder, subfolders and files, then tick the option to replace permissions on child objects which will repair permissions throughout the library. This is the XP dialog but Windows 7 shouldn't be too different.
    If it won't let you change the permissions use the Owner tab to take ownneship from an account with administror privileges.
    tt2

  • Airport issues, and "home" folder question

    I'm having a problem with airport utility on my Macbook pro with OSX 10.5.3. It somehow turns itself off, and cannot be turned back on unless, the computer is restarted. Once restarted, it only stays on for a few minutes and then is turned off again. I have a time capsule, and when time machine attempts to back up, it seems to trigger it. However, even with time machine turned off, it still gets turned off. I took it to a genius bar, and the guy there seemed to think making a new account would fix it, but it didn't. It actually created another problem. He deleted my old account but saved the "home" folder. When I log into my new account, I can't access any of my music, documents, photos, etc. How do I get stuff from the saved home folder, to my new home folder???

    Hey Thanks for your replies. The airport issue is being resolved. I was on the phone with applecare, and the problem was actually something with the power supply. For some reason it wasn't supplying power (or enough power) to the airport card, and that is why it would shut itself off and not turn back on. So it is being serviced right now.

  • [solved] Gnome-do can't open home folder

    I've been using gnome-do for a while now and like it, but I can't get it to open my home folder.  This is with the docky theme.  If I try to use it to open my home folder.
    What I mean is type super-space to bring up the text input box and then type "home", if I run the action to open home folder it brings up the busy cursor icon but then never opens the home folder.
    I can work around this by enabling the files and folders plugin and then typing my username, but I would rather have the home folder thing work.
    Anyone else using gnome-do on Arch have this problem or any idea why I'm having this problem?
    Last edited by jowilkin (2010-01-25 02:27:40)

    Well apparently this is a known issue that the gnome-do devs are not too interested in fixing https://bugs.launchpad.net/do/+bug/290136
    Edit: Actually looks like it was a nautilus bug, there is a workaround in the bug report at https://bugs.launchpad.net/do/+bug/290136/comments/48, you only need to make the following change: in /usr/share/applications/nautilus-home.desktop, change "Exec=nautilus --no-desktop" to "Exec=nautilus --no-desktop ."  - Just add a space and a period.
    Last edited by jowilkin (2010-01-25 02:11:44)

  • 10.4.11 OD and 10.5.4 AFP Home Folder Server Issues

    Hello,
    We have recently changed all our 10.4.11 AFP servers to 10.5.4 after some initial testing, we have left the OD master and OD replica on 10.4.11.
    Although we can login existing users happily using the upgraded servers, when we create a new user we can not successfully login as the new user and mount the home folder, after login a pop-up appears stating that the home folder for the new user can not be located in the usual place.
    I have also noticed that when I use 10.4 WGM I can see all the users and all looks normal. When I use 10.5 WGM and view the users I only see our original users, but then I look in the inspector view and find that all the users are there.
    Very strange stuff going on, is anyone else having this issue or have any ideas?
    Thanks

    Hi,
    We sorted the problem, one issue was that we did not have the hostname set to the FQDN that was needed for the home folder mounts, this stopped the proper traversal of the /Network/Servers symbolic link. And the other issue is that on our 10.5 afp servers we needed to have the 'Open Directory Server' option set for LDAP Mappings in Directory Utility to be able to see all users in the 10.4 OD.
    J

  • [SOLVED] Contents of home folder on desktop in Gnome Shell

    A few days ago, after installing some updates (I believe gnome-themes-standard was amongst them) and restarting, I found that the contents of my home folder were displayed as icons on my desktop, and when I go into Activities mode, the background is black. Searching around hasn't turned up any results... any ideas?
    In case there's any potential graphics related issues wrt the blank background, the system is a laptop with a HD3000 GPU in a Core i7 CPU.
    Last edited by ch_123 (2013-03-04 10:00:07)

    You can probably remove the desktop icons by opening dconf-editor and going to org.gnome.desktop.background. Once there, untick show-desktop-icons and restart the Shell.
    I don't know about your other issue though, have you tried with another theme?
    EDIT: The issues are related; my background also just went black. Just untick the above option, re-set your wallpaper and finally restart the Shell; that did it for me.
    Last edited by Unia (2013-02-23 15:35:30)

  • [SOLVED] Finding missing home folder

    Ok, I just got some new hardware and was finally able to try out an x86-64 distro, which made me want to give Arch another go in hopes that some old compatibility issues I had would have died with my old hardware (which they greatfully did).
    My issue started out where after install my old home folder from Mint was apparently missing. So what I did was try mounting my home partition to a temp folder to see what it showed and I was surprised to see that my old home folder was there, but my current one was not. I then looked closer at my current home folder and noticed that the free space shown for it was closer to what my / partition had. This got me wondering if something was wrong with my fstab file, so I went in that and found that when I added noatime flags to a few of my partitions that I mis-typed it for the partition for my home folders (noaatime instead of noatime).
    I corrected this mistake, saved, and rebooted and found I wasn't allowed to start up my desktop, because now my current Arch user home directory is missing, presumably orphaned on my / partition.
    What I would like to know is if there is a way to recover this now missing folder. I would like to recover a downloaded file in it and perhaps relocate the whole thing into the proper partition for my home directory. Also, even if I can't it's not a big deal, besides the fact that I would want to purge the folder if it is orphaned and still taking up space in my / partition.
    If anyone can help point me in the right direction, I would be very grateful.
    Last edited by xcausex (2011-06-21 19:18:56)

    I may have totally misunderstood, but I think that your old mint home dir is on a file-system that you mount on /home.  But, your Arch home dir is in /home on the root file-system.  So when you mount /home it "hides" the Arch home dir underneath the newly mounted file-system
    To fix (if this is correct)...
    1) log out of all sessions
    2) log in as root
    3) # umount /home
    4) # cd /home
    At this point, your old mint home dir should be gone and the new Arch one available
    5) # mv <your_username> /
    6) # cd /
    7) # mount /home
    8) # cd /home
    9) # mv <your_username> <your_username>.old
    10) # mv /<your_username> .
    Last edited by oliver (2011-06-21 19:03:34)

  • [Solved] Xfce 4 displays Home folder, not just ~/Desktop folder...

    When normally Xfce should display icons linking to Home, Trash, and any mounted volumes, Xfce, in Arch, at least, seems to be showing every unhidden file in my home folder.
    I've deleted every file in my ~/.config file related to Xfce, so it's not a bad config file.  I'm launching it from my .xinitrc with xinit, using the command "exec ck-launch-session startxfce4," and have reinstalled several times, and deleted my .config/xfce4 folder each time.  When I uninstall, there's nothing related to Xfce in /etc/xdg.  Has anybody else had this issue?  Is there a solution that can be found? 
    This doesn't happen in my Debian Sid, which is running the same version of Xfce (assuming Arch has 4.6.2), which makes it even weirder, and all I've done to that is change the panels, wallpaper, and add a couple programs to startup on that install (wicd-client and avant-window-navigator, specifically).
    Last edited by arinlares (2010-10-09 05:58:15)

    Until now, nope.
    Thanks!  I figured it was important, and did a search before posting back, installing xdg-user-dirs, running it xdg-user-dir, and editing the file accordingly.  Log out, log back in, and it's all fine now.  Funny that it should work out this way, despite using XFCE with no problems in the past.
    Last edited by arinlares (2010-10-09 06:05:09)

Maybe you are looking for