[SOLVED] Mystic home folder inside home folder.

Hello,
for some time now I observe the repeated creation of a mystic home folder inside my home folder. E.g. if my user name is user, the folder /home/user/home/user/ is created (supposedly at booting time). I use arch linux with gdm and xmonad started from a .xsession file.
Do you have any ideas or suggestions about logs that I could provide?
Thanks,
Fazky
Last edited by fazky (2013-10-10 14:50:48)

@SolarBoyMatt: Yes, it appears along with everything else and it is empty (sorry, I forgot to post this ...). I am not convinced that it is created at boot time, but if I delete it, it appears again after I reboot the laptop.
@jasonwryan: No, it is not a symlink. The folder is empty. The only shell initialization file that I changed from the default ones is ~/.bashrc
# ~/.bashrc
PATH=$PATH:/home/dominik/bin/
export PATH
export ALTERNATE_EDITOR=emacs EDITOR=emacsclient VISUAL=emacsclient
# for sudo bash completion
complete -cf sudo
# Bash completion
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# Test for an interactive shell. There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
# Bash won't get SIGWINCH if another process is in the foreground.
# Enable checkwinsize so that bash will check the terminal size when
# it regains control. #65623
# http://cnswww.cns.cwru.edu/~chet/bash/FAQ (E11)
shopt -s checkwinsize
# Enable history appending instead of overwriting. #139609
shopt -s histappend
# Change the window title of X terminals
case ${TERM} in
xterm*|rxvt*|Eterm|aterm|kterm|gnome*|interix)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
screen)
PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
esac
use_color=false
# Set colorful PS1 only on colorful terminals.
# dircolors --print-database uses its own built-in database
# instead of using /etc/DIR_COLORS. Try to use the external file
# first to take advantage of user additions. Use internal bash
# globbing instead of external grep binary.
safe_term=${TERM//[^[:alnum:]]/?} # sanitize TERM
match_lhs=""
[[ -f ~/.dir_colors ]] && match_lhs="${match_lhs}$(<~/.dir_colors)"
[[ -f /etc/DIR_COLORS ]] && match_lhs="${match_lhs}$(</etc/DIR_COLORS)"
[[ -z ${match_lhs} ]] \
&& type -P dircolors >/dev/null \
&& match_lhs=$(dircolors --print-database)
[[ $'\n'${match_lhs} == *$'\n'"TERM "${safe_term}* ]] && use_color=true
if ${use_color} ; then
# Enable colors for ls, etc. Prefer ~/.dir_colors #64489
if type -P dircolors >/dev/null ; then
if [[ -f ~/.dir_colors ]] ; then
eval $(dircolors -b ~/.dir_colors)
elif [[ -f /etc/DIR_COLORS ]] ; then
eval $(dircolors -b /etc/DIR_COLORS)
fi
fi
if [[ ${EUID} == 0 ]] ; then
PS1='\[\033[01;31m\]\h\[\033[01;34m\] \W \$\[\033[00m\] '
else
PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \$\[\033[00m\] '
fi
alias ls='ls --color=auto'
alias grep='grep --colour=auto'
else
if [[ ${EUID} == 0 ]] ; then
# show root@ when we do not have colors
PS1='\u@\h \W \$ '
else
PS1='\u@\h \w \$ '
fi
fi
# Try to keep environment pollution down, EPA loves us.
unset use_color safe_term match_lhs
#add color to man pages
export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\E[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\E[0m' # end mode
export LESS_TERMCAP_se=$'\E[0m' # end standout-mode
export LESS_TERMCAP_so=$'\E[38;5;246m' # begin standout-mode - info box
export LESS_TERMCAP_ue=$'\E[0m' # end underline
export LESS_TERMCAP_us=$'\E[04;38;5;146m' # begin underline
There doesn't seem to be anything suspicious in here.
@drcouzelis: No, the user-dirs file looks fine.
@Trilby: This is my fstab file, there doesn't seem to be an error:
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
# /dev/sda4
UUID=6770128b-c26d-4474-b369-68b1802e1222 / ext4 rw,relatime 0 1
# /dev/sda3
UUID=aec81631-a927-40af-8a5d-85ca27e5dc35 /boot ext4 rw,relatime,stripe=4 0 2
# /dev/sda2
UUID=1D04-16EA /boot/efi vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sda5
UUID=743ec024-dfe0-4b1f-a10d-7ecaf026bc85 /var ext4 rw,relatime 0 2
# /dev/sda6
UUID=b28a3641-1ae4-4545-8919-aab6c6781057 /home ext4 rw,relatime 0 2
Regarding the journalctl boot log: This is quite an extensive document but I can post it, if you want to. Maybe only some parts of it are interesting?
Thanks for all your suggestions,
Fazky

Similar Messages

  • My iPad3 received messages had no content. Solved: 2click home button, hold down mail, click  - upper left, click home

    My iPad3 received messages had no content. Solved: 2click home button, hold down mail, click  - upper left, click home

    That's great. That has also been posted countless times on this forum.

  • [SOLVED]cannot share folder in home directory with SAMBA

    My problem is relatively small as I can use a workaround but I would like to be able to discern whether or not my troubles  stem from a bug or my own incompetence. 
    Basically it seems I can share just about anything I want EXCEPT for a file or folder in my home directory.  I  have two primary users on my box, root & dunce, and what I am unable to do is share "/home/dunce/shared".  I've tried quite a few different configs based on what I could find online but nothing works.  Initially I followed the SAMBA instrucions on the Arch Wiki and that was fine for other items I wanted to share.  I feel like I'm kinda'   makin' a mountain out of a molehill here but I would really like to understand WHY I can't share from "/home/dunce/shared".  I really don't think it's a problem in smb.conf but then again . . .  Any insight would be greatly appreciated.
    Last edited by Captain Dunce (2011-01-24 07:11:06)

    The option browseable if not defined is per default set to yes.
    Excerpt from The definitive guide to samba 3
    browseable: This parameter determines whether a share appears in browse lists on clients. The default value of YES causes a share to appear and is usually appropriate. You can hide a share by setting this parameter to NO; however, be aware that this setting doesn't make a share unavailable, only hidden from casual browsing.
    Another thing I stumbled upon is that samba can get confused if security=share is used. It will try different usernames until it finds one that can be used, or will deny access if none can be used. The following list is the order it tries to access the share:
    Guest, Client provided username, Prior login, Share name, Client name, User list (if defined).
    You can try to set
    guest ok = yes
    and see if that changes the behaviour. You will need
    guest account = nobody
    or something similar in you global configuration to make this work.
    Whatever user you set as guest need to exist in the samba database. And must be a existing linux username as well.
    Another option is to set the guest account in the share definition and only allow guest access.
    [share]
    path = /home/dunce/sharefolder
    browseable = yes
    writable = yes
    guest account = dunce
    guest ok = yes
    guest only = yes
    Again the username (dunce) need to exist in the samba database. Depending on your setup this can be set with the command pdbedit.
    There is a samba book available online from O'Reilly. It is a bit dated, but the info on shares should still be valid. I think chapter 6 is especially interesting for you in your scenario.
    http://oreilly.com/catalog/samba/chapte … index.html

  • [solved] dolphin home folder on user drive slow to access, if at all

    i cant access my home directory right now. i have it mounted to a seperate hard drive.
    i noticed that it has been slow lately, but for the last couple days, it takes about 10-20 minutes sometimes to load the drives contents through dolphin, constantly says searching until it finally loads. 
    the access through the shell is fine. 
    i am using disk-by-uuid , could this be the problem?  i have not made any changes to hardware.
    anybody had this problem and know what it could be?
    Last edited by wolfdogg (2011-09-09 19:59:48)

    well, that program is night and day against dolphin, its working much faster, that is, until i browse to my home directory, then i get the same lag, it wont load the home directory. But i do notice as far as browsing the network, there is 0 lag on the network files, which is never the case with dolphin.   But atleast it doesnt hang up like dolphin has been when it cant load the home dir.
    yes fstab, thats what i was looking for, i am mounting with uuid, and im thinking thats part of the problem. i would prefer to use uuid if i can fix the problem around it, because i sometimes swap my drives around(havent yet since i built arch though)
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0 #from fstab.pacnew 2011-0823
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    # <file system> <dir> <type> <options> <dump> <pass>
    UUID=1bfda6a1-e889-419e-b636-9b65cd32d1e3 swap swap defaults 0 0 #turned swap off for /dev/sda2 temporarily for debugging
    UUID=916db1b3-f70b-4f50-941a-f0f8ab2d6be5 /home ext4 defaults,relatime 0 2
    UUID=92135cad-5b09-40b7-93a5-d64149a8f0ba /boot ext2 defaults,relatime 0 2
    UUID=a46be4f4-1087-4202-b69c-e4ce55763a15 / ext4 defaults,relatime 0 1
    $ findmnt
    TARGET SOURCE FSTYPE OPTIONS
    / /dev/disk/by-uuid/a46be4f4-1087-4202-b69c-e4ce55763a15 ext4 rw,relatime,user_xattr,acl,barrier=1,d
    ├─/proc proc proc rw,nosuid,nodev,noexec,relatime
    ├─/sys sys sysfs rw,nosuid,nodev,noexec,relatime
    │ └─/sys/fs/fuse/connections fusectl fusectl rw,relatime
    ├─/dev udev devtmpfs rw,nosuid,relatime,size=10240k,nr_inod
    │ ├─/dev/pts devpts devpts rw,relatime,mode=600,ptmxmode=000
    │ └─/dev/shm shm tmpfs rw,nosuid,nodev,relatime
    ├─/run run tmpfs rw,nosuid,nodev,noexec,relatime,size=1
    ├─/tmp tmpfs tmpfs rw,nosuid,nodev,relatime
    ├─/home /dev/sda4 ext4 rw,relatime,user_xattr,acl,barrier=1,d
    ├─/boot /dev/sda1 ext2 rw,relatime,errors=continue
    └─/mnt/smbnet smbnetfs fuse.smbnetfs rw,nosuid,nodev,relatime,user_id=99,gr
    [root@redtail wolfdogg]# findmnt
    TARGET SOURCE FSTYPE OPTIONS
    / /dev/disk/by-uuid/a46be4f4-1087-4202-b69c-e4ce55763a15 ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered
    ├─/proc proc proc rw,nosuid,nodev,noexec,relatime
    ├─/sys sys sysfs rw,nosuid,nodev,noexec,relatime
    │ └─/sys/fs/fuse/connections fusectl fusectl rw,relatime
    ├─/dev udev devtmpfs rw,nosuid,relatime,size=10240k,nr_inodes=496633,mode=755
    │ ├─/dev/pts devpts devpts rw,relatime,mode=600,ptmxmode=000
    │ └─/dev/shm shm tmpfs rw,nosuid,nodev,relatime
    ├─/run run tmpfs rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755
    ├─/tmp tmpfs tmpfs rw,nosuid,nodev,relatime
    ├─/home /dev/sda4 ext4 rw,relatime,user_xattr,acl,barrier=1,data=ordered
    ├─/boot /dev/sda1 ext2 rw,relatime,errors=continue
    └─/mnt/smbnet smbnetfs fuse.smbnetfs rw,nosuid,nodev,relatime,user_id=99,group_id=99,allow_other
    and heres the descriptors
    # fdisk -l
    Disk /dev/sda: 320.1 GB, 320071851520 bytes
    255 heads, 63 sectors/track, 38913 cylinders, total 625140335 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x14b20cf3
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 208844 104391 83 Linux
    /dev/sda2 208845 738989 265072+ 82 Linux swap / Solaris
    /dev/sda3 738990 77553663 38407337 83 Linux
    /dev/sda4 77553664 625140334 273793335+ 83 Linux
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0004cef2
    Device Boot Start End Blocks Id System
    /dev/sdb1 351630720 976768064 312568672+ 7 HPFS/NTFS/exFAT
    /dev/sdb2 63 351630719 175815328+ 7 HPFS/NTFS/exFAT
    Partition table entries are not in disk order
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x04f50d3d
    Device Boot Start End Blocks Id System
    /dev/sdc1 63 976768064 488384001 7 HPFS/NTFS/exFAT
    Last edited by wolfdogg (2011-09-08 21:34:52)

  • Solved Vista Home Premium Start up / shut down loop

    Ta Da    The  C:\windows\winsxs      ETC.       that was my solution  found it on this site and other sites and decided to try it:
    It was actually the 3rd choice of solutions on that particular page  and  I could not complete the solution as directed because the files I was supposed to delete were not there, funnily enough that is why I chose that solution as I really did not believe it was an update error but may provide me with a    "Look Inside" .  So I followed along and it would not let me delete the file as instructed but it let me rename it   I did rename 1 file and rebooted. Everything proceeded as normal but it actually finished loading the NVidia driver for onboard graphics  ( which was where it was crashing ) and that was it.
     I still dont know for sure why it would not load the driver and  I never did get any blue screens or failed update messages or error codes. On the upside I now have a working repair disk that I didnt have before, and created a backup that I didnt do before 
    I have an HP Pavilion  m 7580n   ( Media Center) that is locked in a start up shut down loop.
    It starts normally and runs up normally until the desktop flashes on the screen for about 3 seconds. At this point It is still loading things like the Internet connection , Icon indicates connected, nvidia control panel icon. It never gets any further than that.....?
    if I am  fast enough to dbl click an icon it will load whatever the icon represents but will immediately flash to the "Shutting down" screen. It then shuts down and auto starts the loop again. 
    I have  also tried   ctrl / alt / del   and I get there but it crashes instantly.
     The machine is now running   Vista Home Premium.  Upgraded from XP by an online download so I have no OEM disk.
    I dont know if it is 32 or 64 bit I would guess 32 as it was an XP upgrade
    What I have tried so far
    I have ruled out ANY Hardware problems by swapping hard drives and loading a different OS.   Win 7 on it and everything works fine for hours.  Benchmarks, stress tests, temp tests, games, mem tests
    I have made a vista repair disk and tried all of the "Non Destructive" options  available.
    I have tried every safe mode option.
    I have hooked the problem hard drive to another computer and accessed it that way, and ran virus scanners
    and clean and repair programs. No Bad sectors, clusters, nothing bad
    I have removed all "Junk" and files I can replace
    I have striped all unnecessary hardware. swapped RAM, Vid Cards  ETC.
    I have tried all of the above both connected and not connected to the Internet and everything many times and many differant combinations.
    Nothing has made any difference at all
    A little history of the machine.
    It was bought second hand with the Vista Installed and came with a paper  sticker with a hologram
     and a Key That was apparently mailed after the online update ?
    It was activated and displayed windows genuine logo in System Folder
    It received updates automatically and by request no problems.
     I mention this only because I cannot be absolute certain it is a legal copy and was wondering if this is some sort of disabling of pirated software or an expired demo?
    It was used in a cottage  where it could possibly of had a power failure during an auto update. I mention this as some update problems resemble my problem. I have shied away from trying those fixes as they involve elevated commands and such and my knowledge in that area is very limited. and I dont have any of the stages loading screens 
    It would be easy for me to format and reload an OS But the files I want are protected and I cant access them from another computer.
    I havent Listed any Hardware as I am satisfied it is not a hardware issue  However it is the  AMD X 2 64 version
     Any Non hardware related suggestions would be appreciated as I am certain this hardware all works
    I get no BSOD's no errors.
     Thanks for reading my lament

    Quote
    Do this, and while it is in the open re-examine your cpu pins w/ a bight light and hd zoom or a magnifying glass.
    Thanks, xmad, I'll look at th CPU again tomorrow/next day under the glass when I take the board out.  I already checked them under magnification and was leaning toward a funky board, but it never hurts to re-check.  Eyesight is not what it used to be, for sure (I miss DOS, if that's a clue...).  Don't want to flash the BIOS if not necessary, since it runs Windows fine and everything works except that RAM.
    Bernhard, I don't have CPU-Z installed on that machine and don't want to install anything else until it's working normally.  I'd never seen Click-Bios before and just need to get over my initial suspicion of something new!  Also learn my way around it before I change anything.  I'd never encountered a board reporting a bios different than printed on it.  I've never messed with manual memory settings or done more overclocking than just a little exploratory and suprisingly successful nudge - if you could point me toward a  good basic explaination of all those settings, I could learn from there.
    Appreciate your input very much.   
    Have learned a lot just reading the threads here for the last few days.  This is the best forum I've ever encountered.  I'll report back - some suggestions in other posts resembling my problem ended with no resolution, and that's a shame because one doesn't know if it worked or not.

  • [SOLVED] Paste whole folder permission

    Hi all
    I have shared a many folders using samba. It works fine.
    I have one folder named "backup" so I can paste files on it from a windows computer. From windows I can browse and paste empty folders and files on that shared folder (backup), but if I try to paste a folder which is not empty, for exemplo, a movie folder (folder+ folder/movie.avi+folder/movie.srt) I recieve a permission denied error.
    I have tried to give chmod permission to folder but I still have the same issue.
    Here is my ls -la output
    [janilson@archmalibu ~]$ ls -la | grep Backup
    drwxrwxrwx 4 janilson janilson 4096 Jul 20 12:12 Backup
    I don't know if samba has something to do with it, but here is the samba folder code
    [Backup]
    path = /home/janilson/Backup
    read only = No
    guest only = Yes
    guest ok = Yes
    browsable = yes
    writable = yes
    In "/var/log/samba/machine-name.log contains this message:
    [2013/07/20 19:49:06.342919, 0] ../source3/param/loadparm.c:4331(process_usershare_file)
    process_usershare_file: stat of /var/lib/samba/usershare/softwares failed. Permissão negada
    [2013/07/20 19:49:06.968223, 0] ../source3/param/loadparm.c:4331(process_usershare_file)
    process_usershare_file: stat of /var/lib/samba/usershare/publico failed. Permissão negada
    [2013/07/20 19:49:07.592192, 0] ../source3/param/loadparm.c:4331(process_usershare_file)
    process_usershare_file: stat of /var/lib/samba/usershare/publica failed. Permissão negada
    Permissão negada = permission denied
    Thanks in advance
    Last edited by Janilson (2013-07-22 21:24:50)

    Solved with the code below
    [Backup]
    path = /home/janilson/Backup
    read only = No
    public = yes
    browsable = yes
    writable = yes
    create mask = 0777
    directory mask = 0777
    Last edited by Janilson (2013-07-22 21:24:35)

  • [SOLVED] Apache - Home Directories

    I am trying to configure home directories but currently am being presented with "Access forbidden!".
    I am trying to follow the "piter" advice note on the wiki as I don't want users to be able to read from other users home folders.
    [root@host ~]# groupadd pubhtml
    [root@host ~]# usermod -aG pubhtml http
    [root@host ~]# chmod g+xr-w /home/*
    [root@host ~]# chmod g+xr-w /home/*/public_html
    I have tried chmoding the users home folder rather than relying on the wildcard (*) too
    access_log
    xx.xx.xx.xx - - [07/Feb/2013:10:10:58 +0000] "GET /~user HTTP/1.1" 403 1057
    error_log
    [Thu Feb 07 10:15:14 2013] [error] [client xx.xx.xx.xx] (13)Permission denied: access to /~user denied (filesystem path '/home/user/public_html') because search permissions are missing on a component of the path
    https://wiki.archlinux.org/index.php/Ap … irectories
    Last edited by Swarfega (2013-02-07 13:02:21)

    Basic permissions:
    Each file/directory has:
    permissions for an owning user.
    permissions for an owning group.
    and permissions for other users.
    chmod [ugo]= sets the permissions explicitly, rather than adding([ugo]+) or removing([ugo]-) permissions for the current values. Commas separate these alterations, so you can specify multiple changes in a single chmod invocation.
    "g=" sets the groups permissions to no read, no write, and no execute (which I believe is the default on user home directories).
    I was asking about the group ownership of the directories, because the commands you posted showed that you just created the group and added the http user to it, you didn't chgrp the directories to the new group.
    If you want directory listings available, then the http user needs read permissions on the directories too. In that case setting the groups up would be preferable. You probably don't want "others" to be able to list your files too.
    Last edited by WorMzy (2013-02-07 11:47:46)

  • [SOLVED] Renaming Desktop folder in XFCE, where to change the path?

    I'd like to rename the folder Desktop to Czech equivalent Plocha, but of course when I do it, it prevents xfcedesktop from loading it's content to actual desktop (so I have empty desktop than, or only with Trash bin). I'd say I have to change the path from /home/behemot/Desktop to /home/behemot/Plocha somewhere. The question is, where should I do it? :-)
    Last edited by Behemot (2011-06-28 18:04:10)

    Generate the file with the command:
    xdg-user-dirs-update
    And change the paths manually. Mine file is adapted to spanish names:
    # This file is written by xdg-user-dirs-update
    # If you want to change or add directories, just edit the line you're
    # interested in. All local changes will be retained on the next run
    # Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
    # homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
    # absolute path. No other format is supported.
    XDG_DESKTOP_DIR="$HOME/Desktop"
    XDG_DOWNLOAD_DIR="$HOME/Descargas"
    XDG_TEMPLATES_DIR="$HOME/Plantillas"
    XDG_PUBLICSHARE_DIR="$HOME/Público"
    XDG_DOCUMENTS_DIR="$HOME/Documentos"
    XDG_MUSIC_DIR="$HOME/Música"
    XDG_PICTURES_DIR="$HOME/Imágenes"
    XDG_VIDEOS_DIR="$HOME/Vídeos"
    Ok.

  • Not solved with Blinking Folder with Question Mark after Erasing Hard Drive

    Before asking, I found someone had asked exact the same question, but that was actually an unsolved thread.
    Re: Blinking Folder with Question Mark after Erasing Hard Drive to try to restore to Factory Settings
    Level 1(0 points)sdc3gJul 5, 2013 6:24 PM Re: Blinking Folder with Question Mark after Erasing Hard Drive to try to restore to Factory Settings
    Re: Blinking Folder with Question Mark after Erasing Hard Drive to try to restore to Factory Settings 
    in response to Niel
    Thanks for the reply, held command+R again and it is trying to pick up WiFi, but it's not picking up my network and won't accept the password even when I try to put it in manually. Any thoughts on that?
    Me too had tried the command+R and failed to manually connect to my network. Can anyone help?

    Well, it was solved. I shifted to other place and tried other WIFis. One of the WiFi had the 2002f problem and another was fine, so the reinstall worked smoothly eventually.
    On the apple support page it says that Supported network configurations and protocols includs both WPA/WPA2, not matter what they are, but it might not be true.

  • Can we solve this problem -folder with the exclamation icon

    What is this folder with the exclamation icon?
    Why it happens only to the iPod connected to PC?
    Why it is the toughest problem to be solved?
    What causes it?
    Just would like to share my experience with all of you, my niece has a mini iPod that connects with a PC, however, after ejecting the iPod a few times inproperly, her iPod showed this most notorious evil icon. I followed all the instructions from the Apple web site in this forum, I did nearly ten times of Resets and Restores (I managed to restore but not everytimes), still failed to get rid of this icon, and it jsut would not disappear in the iPod. I just got very frustrated and I asked myself should I connect it with a Mac? Why not? So I connected it with my Mac, no surprise, then I put it in Disk Mode and reconnectted (few attempts), the iPod icon appeared on my Desktop but I still could not do the restore.
    As I believed that iPod was the same as an external Hard Disk, and it was broken anyway, why not have another try - so I opened the Disk Utility and saw the iPod there, then I did an Erase (format) the iPod, once completed I reconnected with my Mac again, after 4 attempts, the iPod updater window popup and asked me whether I would like to do a restore, I finally managed to get rid of this icon. I connectted it with PC and was able to do a restore in my PC and got recongzied afterward. It has happened almost for 6 months and I heard that this iPod is still working fine.
    My suggestion is - unless you need to do the update of song with your iPod, never and ever charged your iPod via connecting with the PC, I leave my iPod with the Bose docking system and it has no problem at all.

    My suggestion is - unless you need to do the update of song with your iPod, never and ever charged your iPod via connecting with the PC, I leave my iPod with the Bose docking system and it has no problem at all.
    I always use the iPod AC charger to charge my iPods and I have never had any problems.
    The initial cause of the problems in your post is probably that several improper ejection of the iPod. If you do not have a Mac the problem may not be solvable by yourself.

  • [solved] udev /run folder and tar backups

    Hi,
    I usually make my backups of arch using something like this
    tar -cvpzf /media/root-`date +%d%m%y`.tar.gz --exclude=/{dev,lost+found,mnt,media,proc,sys,tmp}/* / | grep tar:
    My restore procedure is simple, extract the tar , chroot + mkinitcpio -p + grub and all go fine.
    Now the latest updates (initscripts,udev) create a new folder /run , is safe to exclude this folder in the tar file?
    Thanks in advance.
    /run is a tmpfs so I think is safe to exclude. mark as solved.
    Last edited by andrews (2011-05-03 20:46:54)

    There are a couple of obvious problems: first, your rule file has to end in .rules (not .rule). See http://www.reactivated.net/writing_udev … tml#syntax
    Also, rule files are sorted in lexical order, so you may want to prepend a high number to your rule: 90-logitech-mouse.rules, for example. See http://www.freedesktop.org/software/sys … /udev.html
    Finally, if the RUN+= key is blocked, look at using SYSTEMD_WANTS: see `man systemd.device`.

  • [Microsoft Store][Profile][Billing] How Do I Change Country/Residence for Microsoft Account? Editing Your Microsoft Account Profile for Microsoft Store. SOLVED: Change Home Location

    Hello,
    I am experiencing problems with using my Microsoft Account for billing and purchasing apps in Windows store.
    I am using my old WLID that I've created several years ago, and I have obsolete information including my country residence there. Now when I go to
    https://billing.microsoft.com, I see that I have 2 profiles:
    Personal profile: US
    Business profile: Russia.
    Now the problem is that I want my personal profile be changed to Russia as well. Having US in the profile makes it impossible to make purchases from Microsoft Store because Store does not allow for changing country when making purchases via PayPal.
    Currently I have this information:
    I need the Country/Residence information to be changed to Russia. How do I do that?
    I am stuck.
    How do I change country for my Microsoft Account?
    If it's not possible, would I be able to continue using my Microsoft Account with old residence/country information while making purchases through a new Microsoft account where I have specified my current residence?
    Or is it the same as with Windows Phone 7:
    http://support.microsoft.com/kb/2692008
    If yes, do I understand that I have to start all my 'virtual living' from scratch to use Microsoft Store? In other words, do I have to sign-in into Windows 8 with a new Microsoft Account that will have Russia specified as a Country/Region to purchase apps
    from Microsoft Store?
    If yes, can I use this new account only for purchasing apps while continuing to use my old account or all purchased apps are strictly tied to this new Microsoft Account I will use for purchasing?
    Thank you.
    Well this is the world we live in And these are the hands we're given...

    Hello,
    Thanks to
    this post @ Microsoft Answers, I was able to make Microsoft Store use correct information of my current country residence.
    //The drawback in my case was that I lost the possibility to pay with Paypal, although Paypal supports payments in Russia, and, most importantly, I lost access to US marketplace, all comments/reviews are now in Russian. What a bummer! Honestly, I'd
    like to have access to US store... Seems like the only workaround it to switch Home location for the time I purchase an app and change back when the app is purchased.
    To change the Country/region data used for Payment and Billing in Microsoft Store,
    Press WindowsKey+W to show Start screen and focus on searching in
    Settings.
    Type 'region' (without quotes) and open Region dialog box when found.
    In the Region dialog switch to Location tab and change the country of choice in the
    Home location drop-down list.
    Click OK to apply changes and make them effective.
    Open Store and press WindowsKey+I to show settings charms then choose
    Your account.
    In the Your account screen click Add payment method to configure your payment settings that will be used for purchasing apps from Windows Store.
    Notice Country/region value has changed.
    This country will be specified in Country/residence within Payment and Billing in Microsoft Store app.
    Well this is the world we live in And these are the hands we're given...

  • Will Time Capsule solve my home network problem?

    My 2 laptop pc's are connected to westell dsl modem/linksys router. However my 2 brand new Macs see and list my network, but will not connect to it. Will TC be a better way to connect my home network?

    If both Macs are running Leopard, then make sure the Linksys router has the newest firmware available from the manufacturer.
    Linksys has had problems with Leopard so make sure you have the latest software/firmware for it.
       Joseph Kriz

  • [SOLVED] Mounting /home on an NTFS volume

    Hi all,
    After having some issues with other Linux distros on my new laptop, I decided to give Arch a try -- after all, it seems like everybody who uses it loves it. For the most part, things went well, but after installation I noticed that all of my files are owned by root and sit in the root group.
    drwxrwxrwx 1 root root 8192 Jan 14 11:56 .
    drwxrwxrwx 1 root root 4096 Jan 10 18:44 ..
    -rwxrwxrwx 1 root root 51 Jan 14 09:44 .Xauthority
    drwxrwxrwx 1 root root 0 Jan 13 00:04 .adobe
    -rwxrwxrwx 1 root root 108 Jan 12 23:45 .asoundrc
    -rwxrwxrwx 1 root root 3698 Jan 13 00:04 .bash_history
    drwxrwxrwx 1 root root 0 Jan 12 23:28 .cache
    drwxrwxrwx 1 root root 0 Jan 12 23:28 .config
    drwxrwxrwx 1 root root 0 Jan 11 00:54 .dbus
    -rwxrwxrwx 1 root root 29 Jan 12 23:35 .dmrc
    drwxrwxrwx 1 root root 0 Jan 14 11:55 .emacs.d
    drwxrwxrwx 1 root root 4096 Jan 11 00:54 .fontconfig
    drwxrwxrwx 1 root root 0 Jan 14 11:55 .gconf
    drwxrwxrwx 1 root root 0 Jan 11 00:54 .gnupg
    -rwxrwxrwx 1 root root 50 Jan 14 09:44 .gpg-agent-info
    drwxrwxrwx 1 root root 0 Jan 12 21:06 .gstreamer-0.10
    drwxrwxrwx 1 root root 4096 Jan 11 00:54 .kde4
    drwxrwxrwx 1 root root 0 Jan 11 00:54 .local
    drwxrwxrwx 1 root root 0 Jan 13 00:04 .macromedia
    drwxrwxrwx 1 root root 0 Jan 12 23:28 .pki
    -rwxrwxrwx 1 root root 256 Jan 11 00:54 .pulse-cookie
    drwxrwxrwx 1 root root 0 Jan 12 21:54 .wicd
    -rwxrwxrwx 1 root root 2133352 Jan 14 12:13 .xsession-errors
    drwxrwxrwx 1 root root 8192 Jan 9 04:41 Documents
    drwxrwxrwx 1 root root 4096 Jan 14 12:01 Downloads
    drwxrwxrwx 1 root root 0 Jan 4 18:00 Music
    drwxrwxrwx 1 root root 20480 Jan 8 17:15 Pictures
    drwxrwxrwx 1 root root 4096 Jan 8 15:22 Videos
    Obviously, the permissions mean I can edit these files freely from my user account. But still, every other distribution I have used for a reasonable amount of time -- RHEL, Mint, OpenSUSE -- has set the owner, group, and permissions completely differently. Is this normal for Arch, or did something go wrong during my installation?
    Last edited by rhallen (2012-01-14 13:33:33)

    Much to the contrary graysky, it's not offtopic. It's why all the files in his home dir are root:root. As such, his whole point is moot.
    Typical case of user error.
    Even if you like NTFS, there's no point in using it over native Linux filesystems. There are only drawbacks to using NTFS on Linux. There are better ways to share your data than to make your homedir NTFS - like creating a separate data partition on Windows and mounting that somewhere on Linux (but NOT on /home).
    rhallen: please change your topic title to reflect what's really going on . Now it's misleading.
    Last edited by .:B:. (2012-01-14 12:58:41)

  • [SOLVED] "Open Containing Folder" Issue in Fluxbox

    Hello! I am fairly new to Arch so any help is greatly appreciated.
    I am using fluxbox as my window manager and thunar as my file manager.
    When I right click on a song in banshee and select "Open Containing Folder" the folder is opened in firefox which is fairly annoying. This also happens when I try to show a download in it's folder in google chrome. I am not able to select "Open Containing Folder" for a firefox download (it is grayed out).
    I am guessing the issue is that fluxbox doesn't know what file manager to use so it defaults to firefox for some reason. Is there a way to set default applications for fluxbox?
    Thanks in advance for any help!
    Last edited by Haffinator (2012-08-16 20:31:43)

    That's great
    Don't forget to mark the thread as solved

Maybe you are looking for

  • Search Help in Webdynpro For ABAP

    Hi Experts,                   In my application I want to attach search help to a field. My problem is that table field for which I am creating search help contains duplicate values. I dont want those duplicate values. How can I achieve this? I am us

  • Xerox 7750 & 4500 laser printing problems with OS X Leopard

    Since upgrading to Leopard from Tiger we have experienced a number of printing issues: Printers rebooting each time we send a print job Sent print jobs appearing in the print list but not printing, then printing the second time they are sent The prin

  • Marine transportation

    Dear all, Is there any table about "marine transportation" in SAP? Thanks regards

  • Bilingual English/French Keyboard...

    Greetings from Montreal, Canada! I am wondering if there is a way to get my MacBook with a bilingual Eglish/French keyboard as I am required to type in both languages. If not an option, how am I supposed to type in French with accents etc? The option

  • Neo2: Which bios should I use? And what's the deal with SATA?

    I'm fixing to put together a new box using the MSI K8N Neo2 Platinum.  In taking various preparatory steps, I happened upon this forum.  I'm very alarmed by the apparent fact that there is not a single good bios out there yet.  1.2 reportedly sucks.