[SOLVED] Shared Firefox Profile on ntfs partition "in use"

After failing to install arch on an ancient computer a year ago, I've successfully installed arch with lightdm and openbox on my current desktop.
Everything works fine except for the firefox profile I share across my partitions.  When I run firefox -p and try to use the profile, I get a message that Firefox cannot use the profile because it is in use, even though I've checked that firefox is not running.
I am aware that using openbox without a DE means other partitions aren't auto mounted in filemanagers (I'm using xfe), and I edited the /etc/fstab to mount the ntfs partition:
# /dev/sdb2 LABEL=Data
UUID=(the UUID is correct, I checked) /media/user/Data  ntfs  rw,auto,user,exec,suid,async,dev,umask=000   0 0
The drive now auto mounts without needing root, but I cannot create new folders even as root (Operation not permitted). Perhaps I've forgotten an option in the fstab?
Last edited by :hovercraft (2014-02-08 00:26:44)

Thanks! That worked perfectly!
I installed ntfs-3g and changed the fstab to the default on that page, and now firefox loads exactly like in my other partitions.

Similar Messages

  • [SOLVED] Error to access Windows NTFS Partitions

    hi
    I'm getting this message error when trying to access a NTFS windows partition
    Cannot mount volume.
    Error org.freedesktop.DBus.Error.AccessDenied
    both partitions C: and D: are listed in Places menubar... but i cant access them
    do i have to add a permission to myself user ?
    tks
    Last edited by almondega (2008-06-22 00:49:26)

    solved
    from http://www.jefferyfernandez.id.au
    how to:
    1- Edit the hal daemons security policy
    # gedit /etc/dbus-1/system.d/hal.conf
    2- Search for <policy context="default">, and change all they itens from "deny" to "allow"
    3- reboot, and try to open a NTFS partition, if u get a error message about ntfs-3g, just download from pacman -S ntfs-3g (or search for one pacman -Ss ntfs)
    =]

  • [SOLVED] How to defragment an NTFS partition in Linux?

    Hello, I want to defragment an NTFS partition (which contains Windows XP) from Linux especially because when doing that under Windows is not possible to move system files, so I guess from Linux it will offer better results.
    Is there any tool that could do it, like fsck?
    I've tried this command:
    fsck -t ntfs --kerneldefrag /dev/sda1
    but it does nothing, it only shows this message:
    fsck de util-linux 2.20
    Is there any way to do it?
    Thanks in advance!
    Last edited by ILoveJapaneseGirls (2011-12-28 06:25:30)

    jakobm wrote:Please be sure to use the bbs search: Defragment a NTFS partition from LINUX
    That thread has absolutely no information other than a list of motivations to use Windows to defrag it... and a link to a buggy Python defragger.
    Here's the only bulletproof way to defrag NTFS under Linux:
    Make a new partition of the same size (or bigger), and format it to NTFS and mount it at /defragged
    Mount your fragged partition at /fragged
    rsync -av /fragged /defragged
    Wha-la. /defragged is now your fragged partition, defragged. Reformat /fragged and rsync it back if you really must.
    Drives get fragmented if you do multiple copies at the same time, so don't do anything else on the drive while it's syninc.
    Last edited by dagelf (2014-08-28 07:21:54)

  • Deleted ntfs partition accidentally using cfdisk, how to restor SOLVED

    Hello, please help me with my major prob...I was installing arch that time and I was on the cfdisk to format partitions, unnoticably I had deleted the ntfs partitions on my sata 160gb and replaced them with linux partitions.  Is there any means of restoring the files of the ntfs partitions? Please I need your help. THanks
    Last edited by kaola_linux (2008-10-13 02:24:16)

    http://www.google.com/search?hl=en&q=re … store+ntfs
    Last edited by SkonesMickLoud (2008-10-07 06:51:29)

  • (solved) gparted refuses to shorten ntfs partition

    Hi everybody.  I am trying to shorten the /dev/sda1 ntfs partition with gparted but it does not work. there is an error message and I cannot apply the change. thanks.
    Last edited by cezarrangel (2013-02-12 12:58:22)

    thank you so much Jasonwryan. I apologyze on my knees. the problem is that I want to shorten this ntfs partition /dev/sda1 to have enough space for an Arch partition. Unfortunately I cannot get rid of this ntfs partition permanentely. that is why I wrongly (sorry again for the mess on the forum) considered it an installation issue. and, sorry again, of course you could not guess the error message.
    In fact, when the gparted windown opens,  the option to resize/move the ntfs partition is there available. but when I try to choose the new size of the ntfs partition it does not go anyhere. I try to move the reference to the ntfs partition with the mouse cursor to the size I want but this action is not available. I have already tried defragmenting the ntfs partition. the operation seems to end successful. but when I try gparted again it is no use. I do not succeed resize/move the ntfs partition.
    I thank you once more for your most kind answer and apologize for the hasty issue.
    Last edited by cezarrangel (2013-02-11 12:38:02)

  • Relative path for Download directory folder.I created a firefox profile and i wanted to use this profile in multiple machines.I wanted to use a relative path for download directory with respect to the profile folder.I need this on Linux machines

    I have a use case where I need to use different download directories with different firefox profiles.I need to use this profiles in multiple linux machines.
    I need to have a relative path to my download directory with respect to the profile folder.
    Ex: I have a selenium test which opens a website and downloads it to my machine.I want this downloaded file to go into some specific folder relative to this profile folder.How do I do this??

    That is not a practically empty xinitrc - that file only needs one line: exec WM.  Other things are entirely optional, and some of them very useful, but I'd encourage you to stick with the simplest xinitrc that will do what you require.
    Is slim involved?  Probably.  That is the source of many problems.  But to start narrowing this down, I have 3 suggestions:
    1) temporarily (at least) change your inittab to default to runlevel 3 ... actually, is it currently set to 5 or 3? if it is currently 3 that would explain why slim doesn't start.
    2) at a tty in runlevel 3 use "xinit" instead of "startx".  Startx is fine most of the time, but it is essentially just a complex wrapper for xinit.  That complexity can often iadd useful functionality, but it *always* makes troubleshooting more difficult.  So for now just use a vanilla 'xinit'.
    3) remove dbus-launch from your exec line in xinitrc.  This is done by console-kit so it is redundant and potentially problematic.  Further BOTH of these are taken care of by slim, so I'd even suggest getting both a jump start on being ready for slim and simplifying troubleshooting by removing both of them.  Just make that line "exec openbox-session"
    Edit: adding one more:
    4) temporarily switch out openbox-session for openbox.  I suspect the reason feh's setting of the background is getting overridden is due to a script or setting in openbox's autostart settings - many of these are only invoked when "openbox-session" is called, while "openbox" starts *just* the window manager itself.
    Last edited by Trilby (2012-10-03 17:30:36)

  • [SOLVED]Ugly firefox again (cannot force FF to use gtk theme)

    For some reasons, my firefox is pretty ugly with default theme and I cannot force it to use gtk theme for scroll bar and other components ...
    yeah, kinda hard to understand what i meant :/. here is the screenshot (take a look closer on the right scroll bar)
    http://i81.photobucket.com/albums/j209/ … _scrot.png
    i wonder if we have anyway to force firefox use gtk like with Openoffice??
    thanks a lot:)
    Last edited by vlearner (2009-04-20 14:05:42)

    solved , i installed firefox with su before and everytime i run i have sudo firefox, but then for su, there is no gtkrc there lol
    Thanks , i haven never thought that my gtkrc s not in su acc, where i run ff:D
    Last edited by vlearner (2009-04-20 14:06:58)

  • Updated to FF20.0 Windows 8 64bit up to date Now I have 4mb ea Caches in C:|users\lee\AppData\Local\mozilla\firefox\profiles\tfw6yc7z.default\CACHE_1_

    updated to FF20.0 Windows 8 64bit up to date
    Now I have 4mb ea Caches in
    C:|users\lee\AppData\Local\mozilla\firefox\profiles\tfw6yc7z.default\CACHE_1_
    C:|users\lee\AppData\Local\mozilla\firefox\profiles\tfw6yc7z.default\CACHE_2_
    C:|users\lee\AppData\Local\mozilla\firefox\profiles\tfw6yc7z.default\CACHE_3_
    C:|users\lee\AppData\Local\mozilla\firefox\profiles\tfw6yc7z.default\CACHE_MAP_9
    I use CCleaner to remove them but when I start Firefox they reappear
    Does anyone know what these are?
    and what they are for?
    Thanks

    That looks normal to me. What version did you have before? The layout of the Firefox cache folder changed some time ago so that more files could be accommodated (i.e., to keep performance acceptable because Windows slows down with huge numbers of files in a single directory).
    ''Edit: Screen shot of file sizes for comparison:''

  • Using firefox on a computer with both winXP and Ubuntu, having the Firefox profile-map in a separate partition, I would like not to have to delete the "parent lock" each time I want to use Firefox.

    I have Firefox in the Windowspartition of my computer and in the Linuxpartition of my computer, I have a third partition where I store my personal data, such as my Firefox-profile-map and my download-map.
    If I don't manually delete "Parent Lock" Firefox won't start saying that there is already a session open.
    It would be better not to have this parentlock-system.

    It would be better to use two separate profiles for each Operating System and sync the data between the two as there may be other problems as well with the caches that current Firefox versions use and other files that store OS dependent file paths.
    * http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • NTFS partition: Files auto deleted by Windows [SOLVED]

    I am dual booting with Win7. I copy some files to NTFS partition so that I can access them from Windows. But what I see after I boot into Windows, those files are either deleted or are corrupted (a few hundred megs file is just a few kB now) !!!
    This is really frustrating as I lost several files, though not all as some files remain as they were in Arch. I have NTFS-3G installed, and use HAL hot-plug mounting to access the NTFS drive.
    Any ideas what is going wrong here ? Thanks.
    Last edited by shemz (2010-05-04 21:45:30)

    Its just another partition on the same drive where my arch ext4 partition exists. For a moment I thought its a problem with hibernation. So this time I copied a file to the NTFS partition and did a complete shutdown from linux. Now both windows and linux are in shutdown state, none in hibernation. I booted into windows, the file is again gone.
    Then I checked into this folder Found.000. And one of my missing files is here. This prompted me to check if M$ has found a new way to keep (force) people away from linux. I found somewhere on the web that by default in Win7 the check disk utility checks for file system consistency at each boot (I think it would just check for either time stamps or directory structure).
    So for now I have disabled automatic disk checking in Windows. Will do a few more test boots to see it solves the problem. Thanks again.
    Edit: Few test reboots and all seems fine. Its a windows problem.
    Last edited by shemz (2010-05-04 21:43:29)

  • [SOLVED] NTFS partition unmounted after suspend to ram

    I recently did a from-scratch installation after I bought an SSD to replace of my old harddrive. Since this fresh install I have been having a problem with an NTFS partition that is mounted by way of fstab (it's not _the_ windows partition just a bit of shared space on a dual-boot setup): Whenever I suspend the computer and bring it back up, the NTFS partition is invariably unmounted.
    The mount point is empty and the mount command makes no mention of the mount. A simple "sudo mount /mnt/SAND" will bring the partition back up again although sometimes it needs to be umounted first (the mount point is still empty despite the 'mount'). Here is the fstab line:
    /dev/sda3 /mnt/SAND ntfs-3g defaults,noatime,uid=1000,gid=100 0 0
    Testing and screwing around I've noticed that if the WINDOWS partition is mounted using nautilus (as it is not mentioned in fstab) that too will be unmounted while a non-root ext4 partition (UBUNTU) is not.
    So my hypothesis is that these NTFS partitions are singled out for unmounting when suspending (but apparently not mounting when reawakening?) -- maybe because they are assumed to be external drives? Given that it happens across mounting solutions (fstab/nautilus) I'm inclined to think it's not a bug?
    At any rate I'm looking for a solution that will allow me to stop the unmounting when suspending -- ideally for all internal drives, secondarily for these specific partitions. I have checked the suspend to ram article on the wiki but it doesn't seem to mention anything about unmounting...
    EDIT: After the Great Big Arch Switch To Systemd this problem no longers occurs on so I'm closing it. Not necessarily much of a solution to anyone who happens on this from google, sorry.
    Last edited by madchine (2012-10-13 12:58:54)

    Hi all,
    It seems that most freezes are gone with:
    - 270.29 beta driver
    - MTRR enabled by appending enable_mtrr_cleanup mtrr_spare_reg_nr=1 to the list of kernel options (see http://www.nvnews.net/vbulletin/showpos … tcount=39)
    I didn't investigate further to  know if both the driver and the MTRR trick are required.
    Thanks a lot,
    Aurel.

  • [SOLVED] SystemD NTFS partition issue's

    Hey archers,
    hope someone here can help me
    recently began testing systemd & I am facing a problem where I have to ctrl+d or give root password during every boot up due to systemd having problems with my ntfs partition ( i mount at boot as I have symlinks to that partition for documents & programs which run in wine)
    I have not enabled anything to do with mounting or even added the fuse module to load as it has already picked that up!
    here are the entries I think are related to this from journalctl:
    Aug 29 07:57:37 b0x ntfs-3g[568]: Version 2012.1.15 external FUSE 29
    Aug 29 07:57:37 b0x ntfs-3g[568]: Mounted /dev/sdb1 (Read-Write, label "Win7-sys", NTFS 3.1)
    Aug 29 07:57:37 b0x ntfs-3g[568]: Cmdline options: rw,noatime,sync,gid=100,umask=002
    Aug 29 07:57:37 b0x ntfs-3g[568]: Mount options: rw,sync,allow_other,nonempty,noatime,fsname=/dev/sdb1,blkdev,blksize=4096,default_permissions
    Aug 29 07:57:37 b0x ntfs-3g[568]: Global ownership and permissions enforced, configuration type 7
    Aug 29 07:57:37 b0x ntfs-3g[568]: Warning : using problematic uid==0 and gid!=0
    Aug 29 07:57:37 b0x mount[572]: Mount is denied because the NTFS volume is already exclusively opened.
    Aug 29 07:57:37 b0x mount[572]: The volume may be already mounted, or another software may use it which
    Aug 29 07:57:37 b0x mount[572]: could be identified for example by the help of the 'fuser' command.
    Aug 29 07:57:37 b0x systemd[1]: media-Win7.mount mount process exited, code=exited status=16
    Aug 29 07:57:37 b0x systemd[1]: Job local-fs.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-user-sessions.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job lightdm.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job multi-user.target/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-logind.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job dbus.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job [email protected]/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job hwclock.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job syslog-ng.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job network.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job cronie.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job snmpd.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job samba.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job webmin.service/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd[1]: Job systemd-tmpfiles-clean.timer/start failed with result 'dependency'.
    Aug 29 07:57:37 b0x systemd-journal[181]: Journal stopped
    Aug 29 07:57:37 b0x systemd-journal[584]: Journal started
    Aug 29 07:57:37 b0x ntfs-3g[568]: Unmounting /dev/sdb1 (Win7-sys)
    Aug 29 07:57:37 b0x systemd-udevd[224]: '/usr/sbin/alsactl restore 0' [500] terminated by signal 15 (Terminated)
    Aug 29 07:57:38 b0x systemd[1]: Startup finished in 3s 111ms 648us (kernel) + 6s 425ms 155us (userspace) = 9s 536ms 803us.
    Aug 29 07:57:38 b0x systemd[582]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
    Aug 29 07:58:25 b0x systemd[1]: Cannot add dependency job for unit avani-dnsconfd.service, ignoring: Unit avani-dnsconfd.service failed to load: No such file or directory. See system lo...e' for details.
    Aug 29 07:58:25 b0x systemd[1]: Socket service syslog.service not loaded, refusing.
    Aug 29 07:58:26 b0x arch-modules-load[609]: mkdir: cannot create directory ‘/run/modules-load.d’: File exists
    Aug 29 07:58:26 b0x systemd-modules-load[706]: Module 'vhba' is already loaded
    Aug 29 07:58:26 b0x systemd-modules-load[706]: Module 'fuse' is already loaded
    Aug 29 07:58:26 b0x systemd-fsck[646]: public: clean, 385878/2039808 files, 5060668/8159011 blocks
    Aug 29 07:58:26 b0x systemd-fsck[653]: VM: clean, 228/5677056 files, 5637221/22680575 blocks
    Aug 29 07:58:26 b0x systemd-fsck[644]: Home: clean, 90204/1327104 files, 984778/5305458 blocks
    Aug 29 07:58:26 b0x ntfs-3g[871]: Version 2012.1.15 external FUSE 29
    Aug 29 07:58:26 b0x ntfs-3g[871]: Mounted /dev/sdb1 (Read-Write, label "Win7-sys", NTFS 3.1)
    Aug 29 07:58:26 b0x ntfs-3g[871]: Cmdline options: rw,gid=100,fmask=113,dmask=002
    Aug 29 07:58:26 b0x ntfs-3g[871]: Mount options: rw,allow_other,nonempty,relatime,fsname=/dev/sdb1,blkdev,blksize=4096,default_permissions
    Aug 29 07:58:26 b0x ntfs-3g[871]: Global ownership and permissions enforced, configuration type 7
    Aug 29 07:58:26 b0x ntfs-3g[871]: Warning : using problematic uid==0 and gid!=0
    Here is the entry in /etc/fstab for this partition:
    ## Entry for /dev/sdb1 SYSTEM:(Win7)
    UUID=44083B9668A3E0CC /media/Win7 ntfs-3g gid=users,fmask=113,dmask=002 0 0
    I have been all over goggle & am unable to find out anything which can help.
    As stated before I have links to this partition & so really want/need this partition to be mounted at boot.
    Any help on this will be greatly appreciated
    Thanks in advance
    EDIT #1
    rebooted again, still the same happening
    ran:
    $ sudo mount -l
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=3022708k,nr_inodes=755677,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda1 on / type ext4 (rw,relatime,data=ordered) [Arch-sys]
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
    /dev/sdb3 on /media/wine type ext4 (rw,noatime,errors=remount-ro,data=ordered) [wine] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<
    /dev/sdd1 on /media/spare2 type ext4 (rw,noatime,errors=remount-ro,data=ordered) [spare2] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<<
    /dev/sdc1 on /media/spare type ext4 (rw,noatime,errors=remount-ro,data=ordered) [spare] <<<THIS SHOULD NOT BE HERE!<<<<<<<<<<<
    /dev/sde1 on /media/USB-HDD2 type vfat (rw,noatime,sync,gid=100,fmask=0002,dmask=0002,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [USB-HDD2] <<<<<THIS IS NORMAL
    /dev/sdb4 on /media/pac type ext4 (rw,noatime,errors=remount-ro,data=ordered) [pac] <<<THIS SHOULD NOT BE HERE!
    /dev/sdd1 on /media/Spare2 type ext4 (rw,relatime,errors=remount-ro,data=ordered) [spare2] <<<<<THIS IS NORMAL
    /dev/sdc1 on /media/Spare type ext4 (rw,relatime,errors=remount-ro,data=ordered) [spare] <<<<<THIS IS NORMAL
    /dev/sdb2 on /media/VM type ext4 (rw,relatime,errors=remount-ro,data=ordered) [VM] <<<<<THIS IS NORMAL
    /dev/sdb3 on /var/wine type ext4 (rw,relatime,errors=remount-ro,data=ordered) [wine] <<<<<THIS IS NORMAL
    /dev/sdb4 on /var/cache/pacman type ext4 (rw,relatime,errors=remount-ro,data=ordered) [pac] <<<<<THIS IS NORMAL
    /dev/sdb1 on /media/Win7 type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) [Win7-sys] <<<<<THIS IS NORMAL
    /dev/sda3 on /public type ext4 (rw,relatime,errors=remount-ro,data=ordered) [public] <<<<<THIS IS NORMAL
    /dev/sda5 on /home type ext4 (rw,relatime,errors=remount-ro,data=ordered) [Home] <<<<<THIS IS NORMAL
    gvfs-fuse-daemon on /run/user/1000/gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
    gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,relatime,user_id=0,group_id=0)
    as you can see my partitions are being mounted TWICE which is not what I want or expected!
    is there more documentation on what systemd does with mounts that could explain why i have multiple mount points for partitions or is this due to systemd discovering my partitions & mounting them at points based on label names & then parsing my FSTAB as well!
    I have read the wikki but there is very small info there & the links have not provided an explanation for this unwanted behaviour
    EDIT #2
    >>>>>>>>>>>SOLVED<<<<<<<<<<<<<<
    not an NTFS or FUSE issue
    I had previously installed mnttools!
    removed & now all is well
    sorry
    Last edited by t0m5k1 (2012-08-29 08:30:11)

    OK,
    After being spurred on to try to do this thing properly, this is what I came up with today.
    My fstab line (for a USB NTFS disk):
    /dev/sdb1 /media/samsung ntfs-3g noauto,users,rw,nodev 0 0
    Then I created the /media/samsung folder and gave the audio group read/write permissions.
    It seems that non-root users can only mount an ntfs partition if they use a version of ntfs-3g with fuse included, so I replaced ntfs-3g with the version from AUR, having removed from the PKGBUILD file the option "-with-fuse=external" (see this thread: http://bbs.archlinux.org/viewtopic.php?id=44844 ).   I also had to set
    the ntfs-3g binary to setuid-root, dealt with here: http://www.tuxera.com/community/ntfs-3g … privileged (note- the instructions say this is discouraged, but it seems using ntfs partitions in linux requires some compromises).
    I can now mount the drive as an ordinary user.
    Then I set mpd back to run as user mpd, checked the audio group had access to all the mpd folders, and all was well.
    One hiccup which you might not have: mpd was unable to access my (external) sound card at first.  To solve this one, I used
    chmod 770 /dev/snd -R && chgrp audio /dev/snd -R
    As far as I can remember, that's everything.
    Last edited by Henry Flower (2010-04-20 12:54:26)

  • [ Solved ] Firefox profile cannot be loaded .

    After  a few weeks of not updating , ( I was off line ), I updated and Firefox displays the following message ;
    " Your profile cannot be loaded . It may be missing or inaccesible. " 
        In  ' Home ' I have .mozilla-backup and under properties - owner is , ( in a blue ? box ) , the word ' Me '  , .
       I have notta clue , I've googled and found mostly window answers . 
    However if I start Firefox in a Terminal , ( sudo ) , it will open , no bookmarks , homepages , add-ons are not present .
    Like a New Install if that sounds right .
    [wesley@ratdog ~]$ sudo pacman -Syyu
    [sudo] password for wesley:
    :: Synchronizing package databases...
    core 106.5 KiB 1026K/s 00:00 [######################] 100%
    extra 1427.2 KiB 2.61M/s 00:01 [######################] 100%
    community 1776.6 KiB 2.74M/s 00:01 [######################] 100%
    archlinuxfr 32.9 KiB 142K/s 00:00 [######################] 100%
    multilib 90.6 KiB 868K/s 00:00 [######################] 100%
    :: Starting full system upgrade...
    there is nothing to do
    [wesley@ratdog ~]$ sudo firefox
    [wesley@ratdog ~]$ pacman -Q firefox
    firefox 16.0.2-1
    [wesley@ratdog ~]$ sudo firefox
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type unsigned_int (size: 4 ) unsigned
    OS Projected as a regular number
    OS Determining best projection for type long (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type int (size: 4 ) signed
    OS Projected as a regular number
    OS Determining best projection for type off_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Determining best projection for type size_t (size: 8 ) unsigned
    OS Projected as a large unsigned integer
    OS Determining best projection for type ssize_t (size: 8 ) signed
    OS Projected as a large signed integer
    OS Unix Could not open libc libsystem.B.dylib
    OS Unix dirent is: ctypes.StructType("dirent", [{ "padding_0": ctypes.uint8_t.array(18) }, { "d_type": ctypes.uint8_t }, { "d_name": ctypes.char.array(261) }])
    OS Attempting to declare FFI access
    OS Function access declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI chmod
    OS Function chmod declared
    OS Attempting to declare FFI chown
    OS Function chown declared
    OS Attempting to declare FFI copyfile
    OS Could not declare function copyfile Error: couldn't find function symbol in library
    OS Attempting to declare FFI dup
    OS Function dup declared
    OS Attempting to declare FFI chdir
    OS Function chdir declared
    OS Attempting to declare FFI fchdir
    OS Function fchdir declared
    OS Attempting to declare FFI fchown
    OS Function fchown declared
    OS Attempting to declare FFI fsync
    OS Function fsync declared
    OS Attempting to declare FFI getcwd
    OS Function getcwd declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI get_current_dir_name
    OS Function get_current_dir_name declared
    OS Attempting to declare FFI getwd
    OS Function getwd declared
    OS Attempting to declare FFI fdatasync
    OS Function fdatasync declared
    OS Attempting to declare FFI ftruncate
    OS Function ftruncate declared
    OS Attempting to declare FFI lchown
    OS Function lchown declared
    OS Attempting to declare FFI link
    OS Function link declared
    OS Attempting to declare FFI lseek
    OS Function lseek declared
    OS Attempting to declare FFI mkdir
    OS Function mkdir declared
    OS Attempting to declare FFI mkstemp
    OS Function mkstemp declared
    OS Attempting to declare FFI open
    OS Function open declared
    OS Attempting to declare FFI opendir
    OS Function opendir declared
    OS Attempting to declare FFI pread
    OS Function pread declared
    OS Attempting to declare FFI pwrite
    OS Function pwrite declared
    OS Attempting to declare FFI read
    OS Function read declared
    OS Attempting to declare FFI readdir
    OS Function readdir declared
    OS Attempting to declare FFI rename
    OS Function rename declared
    OS Attempting to declare FFI rmdir
    OS Function rmdir declared
    OS Attempting to declare FFI splice
    OS Function splice declared
    OS Attempting to declare FFI strerror
    OS Function strerror declared
    OS Attempting to declare FFI symlink
    OS Function symlink declared
    OS Attempting to declare FFI truncate
    OS Function truncate declared
    OS Attempting to declare FFI unlink
    OS Function unlink declared
    OS Attempting to declare FFI write
    OS Function write declared
    OS Attempting to declare FFI pipe
    OS Function pipe declared
    Pacman Log :
    [2012-10-13 12:48] Running 'pacman -Sy'
    [2012-10-13 12:48] synchronizing package lists
    [2012-11-06 23:38] Running 'pacman -Sy'
    [2012-11-06 23:38] synchronizing package lists
    [2012-11-06 23:39] Running 'pacman -S -u'
    [2012-11-06 23:39] starting full system upgrade
    [2012-11-06 23:40] Running 'pacman -Sy'
    [2012-11-06 23:40] synchronizing package lists
    [2012-11-06 23:41] Running 'pacman -S -u'
    [2012-11-06 23:41] starting full system upgrade
    [2012-11-06 23:42] Running 'pacman -R rapid-photo-downloader'
    [2012-11-06 23:42] removed rapid-photo-downloader (0.4.2-1)
    [2012-11-06 23:43] Running 'pacman -R pyexiv2'
    [2012-11-06 23:43] removed pyexiv2 (0.3.2-1)
    [2012-11-06 23:43] Running 'pacman -Syy'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] Running 'pacman -Syu'
    [2012-11-06 23:43] synchronizing package lists
    [2012-11-06 23:43] starting full system upgrade
    [2012-11-06 23:58] Running 'pacman -S libreoffice-gnome'
    [2012-11-06 23:58] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 00:14] Running 'pacman -R libreoffice-gnome'
    [2012-11-07 00:14] removed libreoffice-gnome (3.6.3-1)
    [2012-11-07 09:52] Running 'pacman -Syu'
    [2012-11-07 09:52] synchronizing package lists
    [2012-11-07 09:52] starting full system upgrade
    [2012-11-07 09:57] Running 'pacman -R deskbar-applet'
    [2012-11-07 09:58] removed deskbar-applet (2.32.0-4)
    [2012-11-07 09:58] Running 'pacman -Syy'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] Running 'pacman -Syu'
    [2012-11-07 09:58] synchronizing package lists
    [2012-11-07 09:58] starting full system upgrade
    [2012-11-07 10:05] removed libwebkit3 (1.8.3-1)
    [2012-11-07 10:05] removed python-mechanize (0.2.5-2)
    [2012-11-07 10:05] removed python-imaging (1.1.7-4)
    [2012-11-07 10:05] removed pyatspi (2.4.0-1)
    [2012-11-07 10:05] removed libwebkit (1.8.3-1)
    [2012-11-07 10:05] removed python-gnomedesktop (2.32.0-10)
    [2012-11-07 10:05] removed python-gnomekeyring (2.32.0-10)
    [2012-11-07 10:05] removed python-gtop (2.32.0-10)
    [2012-11-07 10:05] removed python-metacity (2.32.0-10)
    [2012-11-07 10:05] removed python-rsvg (2.32.0-10)
    [2012-11-07 10:05] removed python-totem-plparser (2.32.0-10)
    [2012-11-07 10:05] removed python-wnck (2.32.0-10)
    [2012-11-07 10:05] removed python-notify (0.1.1-11)
    [2012-11-07 10:05] removed python-egenix-mx-base (3.2.4-1)
    [2012-11-07 10:05] removed python-logilab-common (0.58.2-1)
    [2012-11-07 10:05] removed python-logilab-astng (0.24.0-1)
    [2012-11-07 10:05] removed python-pysqlite (2.6.3-2)
    [2012-11-07 10:05] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-11-07 10:05] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-11-07 10:05] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-11-07 10:05] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-11-07 10:05] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-11-07 10:05] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-11-07 10:05] Generating locales...
    [2012-11-07 10:05] en_US.UTF-8... done
    [2012-11-07 10:05] en_US.ISO-8859-1... done
    [2012-11-07 10:05] Generation complete.
    [2012-11-07 10:05] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:05] upgraded bash (4.2.037-1 -> 4.2.039-1)
    [2012-11-07 10:05] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-11-07 10:05] upgraded cairo (1.12.2-3 -> 1.12.8-1)
    [2012-11-07 10:05] installed harfbuzz (0.9.5-1)
    [2012-11-07 10:05] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-11-07 10:05] upgraded libtirpc (0.2.2-2 -> 0.2.2-4)
    [2012-11-07 10:05] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-11-07 10:05] upgraded kmod (10-1 -> 10-2)
    [2012-11-07 10:05] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-11-07 10:05] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-11-07 10:05] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-11-07 10:05] ==> journald now writes to /var/log/journal by default. This can be
    [2012-11-07 10:05] controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-11-07 10:05] upgraded systemd (194-3 -> 195-2)
    [2012-11-07 10:05] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-11-07 10:05] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-11-07 10:05] upgraded dconf (0.12.1-2 -> 0.14.1-1)
    [2012-11-07 10:05] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-11-07 10:05] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:05] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-11-07 10:05] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:05] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-11-07 10:05] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-11-07 10:05] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-11-07 10:05] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded xorg-server-common (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded xorg-server (1.13.0-2 -> 1.13.0-3)
    [2012-11-07 10:05] upgraded nvidia-utils (304.51-1 -> 304.64-1)
    [2012-11-07 10:05] installed gstreamer (1.0.2-1)
    [2012-11-07 10:05] installed gst-plugins-base-libs (1.0.2-1)
    [2012-11-07 10:05] installed webkitgtk3 (1.10.1-2)
    [2012-11-07 10:05] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-11-07 10:05] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-11-07 10:05] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-11-07 10:05] installed libsecret (0.11-1)
    [2012-11-07 10:05] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:05] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-11-07 10:05] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-11-07 10:06] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:06] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-11-07 10:06] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-11-07 10:06] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-11-07 10:06] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-11-07 10:06] upgraded libldap (2.4.32-1 -> 2.4.33-1)
    [2012-11-07 10:06] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-11-07 10:06] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-11-07 10:06] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded alacarte (0.13.2-3 -> 3.6.1-2)
    [2012-11-07 10:06] upgraded curl (7.27.0-1 -> 7.28.0-1)
    [2012-11-07 10:06] upgraded aurvote (1.3-1 -> 1.4-1)
    [2012-11-07 10:06] upgraded baobab (3.4.1-2 -> 3.6.2-1)
    [2012-11-07 10:06] upgraded bin86 (0.16.18-3 -> 0.16.19-1)
    [2012-11-07 10:06] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-11-07 10:06] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-11-07 10:06] installed gst-plugins-base (1.0.2-1)
    [2012-11-07 10:06] upgraded gmime (2.6.10-1 -> 2.6.12-1)
    [2012-11-07 10:06] upgraded totem-plparser (3.4.2-1 -> 3.4.3-1)
    [2012-11-07 10:06] upgraded tdb (1.2.9-2 -> 1.2.10-2)
    [2012-11-07 10:06] upgraded libcanberra (0.28-5 -> 0.30-2)
    [2012-11-07 10:06] upgraded libtracker-sparql (0.14.2-1 -> 0.14.4-1)
    [2012-11-07 10:06] upgraded brasero (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:06] upgraded bzr (2.5.1-1 -> 2.5.1-2)
    [2012-11-07 10:06] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-11-07 10:06] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-11-07 10:06] installed python2-mechanize (0.2.5-3)
    [2012-11-07 10:06] upgraded perl (5.16.1-1 -> 5.16.2-1)
    [2012-11-07 10:06] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-11-07 10:06] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:06] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-11-07 10:07] upgraded qt (4.8.3-4 -> 4.8.3-5)
    [2012-11-07 10:07] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:07] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-11-07 10:07] installed python2-imaging (1.1.7-5)
    [2012-11-07 10:07] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:07] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:07] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:07] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-11-07 10:07] installed python2-cssselect (0.7.1-2)
    [2012-11-07 10:07] upgraded calibre (0.9.2-1 -> 0.9.5-1)
    [2012-11-07 10:07] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-11-07 10:07] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-11-07 10:07] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-11-07 10:07] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-11-07 10:07] installed python2-atspi (2.6.0-2)
    [2012-11-07 10:07] upgraded caribou (0.4.4-1 -> 0.4.4-2)
    [2012-11-07 10:07] installed chromaprint (0.7-1)
    [2012-11-07 10:07] installed celt (0.11.1-4)
    [2012-11-07 10:07] installed spandsp (0.0.6pre21-1)
    [2012-11-07 10:07] installed gst-plugins-bad (1.0.2-1)
    [2012-11-07 10:07] installed gst-plugins-good (1.0.2-1)
    [2012-11-07 10:07] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-11-07 10:07] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-11-07 10:07] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-11-07 10:07] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:07] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:07] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-11-07 10:07] upgraded cmake (2.8.9-1 -> 2.8.10-1)
    [2012-11-07 10:07] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:07] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-11-07 10:07] upgraded cups-filters (1.0.24-1 -> 1.0.24-2)
    [2012-11-07 10:07] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-11-07 10:07] upgraded cyrus-sasl-gssapi (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded cyrus-sasl-ldap (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:07] upgraded cyrus-sasl-sql (2.1.23-10 -> 2.1.23-11)
    [2012-11-07 10:07] upgraded dvdauthor (0.7.1-1 -> 0.7.1-2)
    [2012-11-07 10:07] upgraded devede (3.22.0-2 -> 3.23.0-1)
    [2012-11-07 10:07] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-11-07 10:07] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-11-07 10:07] upgraded devil (1.7.8-13 -> 1.7.8-14)
    [2012-11-07 10:07] upgraded ptlib (2.10.5-1 -> 2.10.7-2)
    [2012-11-07 10:07] upgraded opal (3.10.5-1 -> 3.10.7-2)
    [2012-11-07 10:08] upgraded ekiga (3.3.2-6 -> 3.9.90-1)
    [2012-11-07 10:08] installed libzeitgeist (0.3.18-3)
    [2012-11-07 10:08] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-11-07 10:08] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-11-07 10:08] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-11-07 10:08] upgraded telepathy-farstream (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-11-07 10:08] installed iptables (1.4.16.2-1)
    [2012-11-07 10:08] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-11-07 10:08] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-11-07 10:08] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-11-07 10:08] installed dhclient (4.2.4.2-1)
    [2012-11-07 10:08] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-11-07 10:08] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-11-07 10:08] upgraded empathy (3.4.2.3-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded libpeas (1.4.0-2 -> 1.6.1-1)
    [2012-11-07 10:08] upgraded eog (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-11-07 10:08] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded gtkhtml4 (4.4.4-1 -> 4.6.0-1)
    [2012-11-07 10:08] upgraded evolution (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-11-07 10:08] installed nss-myhostname (0.3-3)
    [2012-11-07 10:08] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-11-07 10:08] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-11-07 10:08] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-11-07 10:08] upgraded flashplugin (11.2.202.243-1 -> 11.2.202.251-1)
    [2012-11-07 10:08] upgraded freeglut (2.8.0-1 -> 2.8.0-2)
    [2012-11-07 10:08] upgraded gcalctool (6.4.2.1-1 -> 6.6.1-1)
    [2012-11-07 10:08] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-11-07 10:08] upgraded gconf-editor (3.0.0-2 -> 3.0.1-1)
    [2012-11-07 10:08] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-11-07 10:08] upgraded libcanberra-pulse (0.28-5 -> 0.30-2)
    [2012-11-07 10:08] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-11-07 10:08] installed ibus (1.4.99.20121006-1)
    [2012-11-07 10:08] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-11-07 10:08] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:08] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-11-07 10:08] warning: /etc/pam.d/gdm-password installed as /etc/pam.d/gdm-password.pacnew
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/
    filesystem: 700 package: 755
    [2012-11-07 10:08] warning: directory permissions differ on var/lib/gdm/.config/dconf/
    filesystem: 755 package: 700
    [2012-11-07 10:08] upgraded gdm (3.4.1-3 -> 3.6.1-2)
    [2012-11-07 10:08] installed webkitgtk2 (1.10.1-2)
    [2012-11-07 10:09] upgraded geany-plugins (1.22-1 -> 1.22-3)
    [2012-11-07 10:09] upgraded gmtk (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gnome-mplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gecko-mediaplayer (1.0.6-1 -> 1.0.7-1)
    [2012-11-07 10:09] upgraded gtksourceview3 (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gedit-plugins (3.4.0-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-11-07 10:09] upgraded git (1.7.12.2-1 -> 1.8.0-1)
    [2012-11-07 10:09] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-11-07 10:09] upgraded qrencode (3.3.1-1 -> 3.4.1-1)
    [2012-11-07 10:09] upgraded glabels (3.0.1-1 -> 3.0.1-2)
    [2012-11-07 10:09] upgraded glew (1.8.0-2 -> 1.9.0-1)
    [2012-11-07 10:09] upgraded glibmm (2.32.1-1 -> 2.34.1-1)
    [2012-11-07 10:09] upgraded gucharmap (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-applets (3.4.1-2 -> 3.5.92-1)
    [2012-11-07 10:09] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-11-07 10:09] upgraded gvfs (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-11-07 10:09] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.1-1)
    [2012-11-07 10:09] upgraded obexd-client (0.47-1 -> 1:0.46-1)
    [2012-11-07 10:09] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-11-07 10:09] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-11-07 10:09] installed libpwquality (1.2.0-1)
    [2012-11-07 10:09] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700 package: 755
    [2012-11-07 10:09] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:09] upgraded gnome-dictionary (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-disk-utility (3.4.1-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-font-viewer (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-games (3.4.2-2 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-games-extra-data (3.2.0-1 -> 3.2.0-2)
    [2012-11-07 10:09] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded iputils (20101006-7 -> 20121011-2)
    [2012-11-07 10:09] upgraded whois (5.0.19-1 -> 5.0.20-1)
    [2012-11-07 10:09] upgraded gnome-nettool (3.1.1-1 -> 3.2.0-1)
    [2012-11-07 10:09] upgraded gnome-power-manager (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] installed python2-gnomedesktop (2.32.0-12)
    [2012-11-07 10:09] installed python2-gnomekeyring (2.32.0-12)
    [2012-11-07 10:09] installed python2-gtop (2.32.0-12)
    [2012-11-07 10:09] installed python2-metacity (2.32.0-12)
    [2012-11-07 10:09] installed python2-rsvg (2.32.0-12)
    [2012-11-07 10:09] installed python2-totem-plparser (2.32.0-12)
    [2012-11-07 10:09] installed python2-wnck (2.32.0-12)
    [2012-11-07 10:09] upgraded gnome-python-desktop (2.32.0-10 -> 2.32.0-12)
    [2012-11-07 10:09] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-11-07 10:09] upgraded gnome-screenshot (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded gnome-search-tool (3.4.0-1 -> 3.6.0-1)
    [2012-11-07 10:09] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-11-07 10:10] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-11-07 10:10] upgraded gnome-shell (3.4.2-1 -> 3.6.1-3)
    [2012-11-07 10:10] upgraded gnome-system-log (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-11-07 10:10] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-tweak-tool (3.4.0.1-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:10] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:10] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-11-07 10:10] upgraded grantlee (0.2.0-1 -> 0.3.0-1)
    [2012-11-07 10:10] upgraded graphicsmagick (1.3.16-1 -> 1.3.17-1)
    [2012-11-07 10:10] upgraded gtk-engine-unico (1.0.2-1 -> 1.0.2-3)
    [2012-11-07 10:10] upgraded gtk-vnc (0.5.0-1 -> 0.5.1-1)
    [2012-11-07 10:10] upgraded gummi (0.6.4-1 -> 0.6.5-1)
    [2012-11-07 10:10] installed python2-notify (0.1.1-12)
    [2012-11-07 10:10] upgraded hamster-applet (2.91.2-2 -> 2.91.2-3)
    [2012-11-07 10:10] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-11-07 10:10] upgraded wget (1.14-1 -> 1.14-2)
    [2012-11-07 10:10] upgraded hplip (3.12.10.a-2 -> 3.12.10.a-3)
    [2012-11-07 10:10] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-11-07 10:10] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-11-07 10:10] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-11-07 10:10] upgraded python (3.2.3-3 -> 3.3.0-1)
    [2012-11-07 10:10] upgraded ktoblzcheck (1.39-1 -> 1.39-3)
    [2012-11-07 10:10] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-11-07 10:10] upgraded libcanberra-gstreamer (0.28-5 -> 0.30-2)
    [2012-11-07 10:10] upgraded libgeotiff (1.3.0-2 -> 1.4.0-1)
    [2012-11-07 10:10] upgraded libpaper (1.1.24-2 -> 1.1.24-3)
    [2012-11-07 10:10] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:10] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-common (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-base (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-calc (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-draw (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-pdfimport (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded openjdk6 (6.b24_1.11.4-1 -> 6.b24_1.11.5-1)
    [2012-11-07 10:11] upgraded libreoffice-extension-report-builder (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libreoffice-writer (3.6.2-2 -> 3.6.3-1)
    [2012-11-07 10:11] upgraded libxml++ (2.34.2-1 -> 2.36.0-1)
    [2012-11-07 10:11] upgraded link-grammar (4.7.6-1 -> 4.7.9-1)
    [2012-11-07 10:11] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-11-07 10:11] >>> Updating module dependencies. Please wait ...
    [2012-11-07 10:11] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-11-07 10:11] ==> Building image from preset: 'default'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [autodetect]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] ==> Building image from preset: 'fallback'
    [2012-11-07 10:11] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-11-07 10:11] ==> Starting build: 3.6.6-1-ARCH
    [2012-11-07 10:11] -> Running build hook: [base]
    [2012-11-07 10:11] -> Running build hook: [udev]
    [2012-11-07 10:11] -> Running build hook: [pata]
    [2012-11-07 10:11] -> Running build hook: [scsi]
    [2012-11-07 10:11] -> Running build hook: [sata]
    [2012-11-07 10:11] -> Running build hook: [filesystems]
    [2012-11-07 10:11] -> Running build hook: [usbinput]
    [2012-11-07 10:11] -> Running build hook: [fsck]
    [2012-11-07 10:11] ==> Generating module dependencies
    [2012-11-07 10:11] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-11-07 10:11] ==> Image generation successful
    [2012-11-07 10:11] upgraded linux (3.5.6-1 -> 3.6.6-1)
    [2012-11-07 10:11] upgraded lirc-utils (1:0.9.0-30 -> 1:0.9.0-34)
    [2012-11-07 10:11] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-11-07 10:11] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-11-07 10:11] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-11-07 10:12] upgraded meld (1.6.0-1 -> 1.6.1-1)
    [2012-11-07 10:12] upgraded mercurial (2.3.2-1 -> 2.4-1)
    [2012-11-07 10:12] upgraded mousetweaks (3.4.2-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nautilus-sendto (3.0.3-1 -> 3.6.0-1)
    [2012-11-07 10:12] upgraded nvidia (304.51-3 -> 304.64-1)
    [2012-11-07 10:12] upgraded opencl-nvidia (304.51-1 -> 304.64-1)
    [2012-11-07 10:12] upgraded openttd (1.2.2-1 -> 1.2.3-1)
    [2012-11-07 10:12] upgraded orca (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-11-07 10:12] upgraded perl-image-exiftool (9.01-1 -> 9.03-1)
    [2012-11-07 10:12] upgraded perl-io-socket-ssl (1.76-1 -> 1.77-1)
    [2012-11-07 10:12] upgraded perl-sdl (2.540-2 -> 2.540-3)
    [2012-11-07 10:12] upgraded perl-sub-uplevel (0.22-2 -> 0.24-1)
    [2012-11-07 10:12] upgraded perl-tree-dag-node (1.06-3 -> 1.07-1)
    [2012-11-07 10:12] upgraded physfs (2.0.2-2 -> 2.0.3-1)
    [2012-11-07 10:12] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-11-07 10:12] upgraded pinta (1.3-2 -> 1.4-1)
    [2012-11-07 10:12] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-11-07 10:12] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-11-07 10:12] upgraded pitivi (0.15.2-1 -> 0.15.2-2)
    [2012-11-07 10:12] Note: The Unix domain socket location has changed; be sure to
    [2012-11-07 10:12] restart any local applications using libpq.so.
    [2012-11-07 10:12] upgraded postgresql (9.2.1-1 -> 9.2.1-2)
    [2012-11-07 10:12] upgraded procps-ng (3.3.3-6 -> 3.3.5-1)
    [2012-11-07 10:12] upgraded psiconv (0.9.8-9 -> 0.9.8-10)
    [2012-11-07 10:12] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] installed python2-egenix-mx-base (3.2.4-3)
    [2012-11-07 10:12] installed python2-logilab-common (0.58.2-3)
    [2012-11-07 10:12] installed python2-logilab-astng (0.24.1-1)
    [2012-11-07 10:12] upgraded pylint (0.25.2-1 -> 0.26.0-2)
    [2012-11-07 10:12] upgraded python-sip (4.13.3-2 -> 4.14-2)
    [2012-11-07 10:12] upgraded python-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-11-07 10:12] upgraded pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-11-07 10:12] upgraded python-distutils-extra (2.32-1 -> 2.37-1)
    [2012-11-07 10:12] installed python2-pysqlite (2.6.3-3)
    [2012-11-07 10:12] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-11-07 10:12] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-11-07 10:12] upgraded rsync (3.0.9-4 -> 3.0.9-5)
    [2012-11-07 10:12] upgraded ruby (1.9.3_p194-2 -> 1.9.3_p286-1)
    [2012-11-07 10:12] upgraded seahorse (3.4.1-1 -> 3.6.2-1)
    [2012-11-07 10:12] upgraded seahorse-nautilus (3.4.0-1 -> 3.6.1-1)
    [2012-11-07 10:12] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-11-07 10:12] upgraded soundconverter (2.0.3-1 -> 2.0.4-1)
    [2012-11-07 10:12] upgraded subversion (1.7.7-1 -> 1.7.7-2)
    [2012-11-07 10:12] upgraded supertux (0.3.3-6 -> 0.3.3-7)
    [2012-11-07 10:12] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-11-07 10:12] default config. If you still use sysvinit/initscripts, this
    [2012-11-07 10:12] must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-11-07 10:12] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-11-07 10:12] upgraded system-config-printer-common (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] upgraded system-config-printer-gnome (1.3.11-1 -> 1.3.11-2)
    [2012-11-07 10:12] >>> texlive: updating the filename database...
    [2012-11-07 10:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-11-07 10:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-11-07 10:13] mktexlsr: Done.
    [2012-11-07 10:13] recreating all formats... done.
    [2012-11-07 10:13] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-11-07 10:13] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-11-07 10:13] upgraded totem (3.4.3-1 -> 3.6.2-1)
    [2012-11-07 10:13] upgraded transcode (1.1.7-5 -> 1.1.7-6)
    [2012-11-07 10:13] upgraded transmission-gtk (2.71-1 -> 2.73-2)
    [2012-11-07 10:13] upgraded tuxpaint (0.9.21-5 -> 0.9.21-7)
    [2012-11-07 10:13] upgraded tuxpaint-config (0.0.12-1 -> 0.0.12-2)
    [2012-11-07 10:13] upgraded tuxpaint-stamps (2009.06.28-1 -> 2009.06.28-3)
    [2012-11-07 10:13] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-11-07 10:13] upgraded vinagre (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded vino (3.4.2-1 -> 3.6.1-1)
    [2012-11-07 10:13] upgraded xf86-video-nv (2.1.20-1 -> 2.1.20-2)
    [2012-11-07 10:13] upgraded xine-lib (1.2.2-2 -> 1.2.2-3)
    [2012-11-07 10:13] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-11-07 10:13] upgraded xterm (283-1 -> 286-1)
    [2012-11-07 10:14] upgraded xulrunner (15.0-1 -> 16.0.2-1)
    [2012-11-07 10:14] warning: /etc/yaourtrc installed as /etc/yaourtrc.pacnew
    [2012-11-07 10:14] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-11-07 10:14] Running 'pacman -Syu'
    [2012-11-07 10:14] synchronizing package lists
    [2012-11-07 10:14] starting full system upgrade
    [2012-11-07 10:15] Running 'pacman -Syy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 10:15] Running 'pacman -Sy'
    [2012-11-07 10:15] synchronizing package lists
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:21] Running 'pacman -S deskbar-applet'
    [2012-11-07 11:22] Running 'pacman -S gnome-desktop'
    [2012-11-07 11:22] upgraded gnome-desktop (1:3.6.1-1 -> 1:3.6.1-1)
    [2012-11-07 13:09] Running 'pacman -Syy'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] Running 'pacman -Syu'
    [2012-11-07 13:09] synchronizing package lists
    [2012-11-07 13:09] starting full system upgrade
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Sy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syy'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] Running 'pacman -Syu'
    [2012-11-07 15:43] synchronizing package lists
    [2012-11-07 15:43] starting full system upgrade
    [2012-11-07 16:06] Running 'pacman -S firefox'
    [2012-11-07 16:07] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 16:20] Running 'pacman -S firefox-gnome-keyring'
    [2012-11-07 16:20] Running 'pacman -U /tmp/yaourt-tmp-wesley/PKGDEST.x6n/firefox-gnome-keyring-0.8-7-x86_64.pkg.tar.xz'
    [2012-11-07 16:20] installed firefox-gnome-keyring (0.8-7)
    [2012-11-07 16:23] Running 'pacman -S firefox'
    [2012-11-07 16:23] upgraded firefox (16.0.2-1 -> 16.0.2-1)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:00] Running 'pacman -R firefox-gnome-keyring'
    [2012-11-07 19:00] removed firefox-gnome-keyring (0.8-7)
    [2012-11-07 19:00] Running 'pacman -R firefox'
    [2012-11-07 19:01] removed firefox (16.0.2-1)
    [2012-11-07 19:01] Running 'pacman -Syy'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] Running 'pacman -Syu'
    [2012-11-07 19:01] synchronizing package lists
    [2012-11-07 19:01] starting full system upgrade
    [2012-11-07 19:01] Running 'pacman -S firefox'
    [2012-11-07 19:02] installed firefox (16.0.2-1)
    [2012-11-07 19:02] Running 'pacman -Syy'
    [2012-11-07 19:02] synchronizing package lists
    [2012-11-07 20:05] Running 'pacman -R firefox'
    [2012-11-07 20:05] removed firefox (16.0.2-1)
    [2012-11-07 20:06] Running 'pacman -Syy'
    [2012-11-07 20:06] synchronizing package lists
    [2012-11-07 20:06] Running 'pacman -S firefox 16.0.2-1'
    [2012-11-07 20:07] Running 'pacman -Syu firefox'
    [2012-11-07 20:07] synchronizing package lists
    [2012-11-07 20:07] starting full system upgrade
    [2012-11-07 20:07] installed firefox (16.0.2-1)
    [2012-11-07 20:21] Running 'pacman -Syyu'
    [2012-11-07 20:21] synchronizing package lists
    [2012-11-07 20:21] starting full system upgrade
      Googling brought up 'Ubuntu' forums dated back in February .
        To recap clicking on Firefox Icon displays Error Message .
             Using ' sudo ' in Terminal Firefox does run - Stripped Down - no bookmarks - no add ons - no passwords .
                 Thank You for any and all suggestions .
    Last edited by wesley_of_course (2012-11-08 12:53:20)

    phil wrote:What is the output of:
    pacman -Qi profile-sync-daemon
    [wesley@ratdog ~]$ pacman -Qi profile-sync-daemon
    Name : profile-sync-daemon
    Version : 3.11-1
    URL : https://wiki.archlinux.org/index.php/Profile-sync-daemon
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : rsync
    Optional Deps : cron: allow hourly (default) or periodic syncs of tmpfs <-->
    HDD/SDD storage
    Required By : None
    Conflicts With : firefox-sync firefox-tmpfs-daemon chromium-tmpfs
    tmpfs-store
    Replaces : sync-browsers-daemon
    Installed Size : 72.00 KiB
    Packager : Unknown Packager
    Architecture : any
    Build Date : Sat 01 Sep 2012 12:36:56 PM CDT
    Install Date : Sat 01 Sep 2012 12:37:04 PM CDT
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Symlinks and syncs browser profile dirs to RAM thus reducing
    HDD/SDD calls and speeding-up browsers.
       Forgive me Please !  I didn't remember installing psd .  Mercy  -  should of checked and am Thankful for the Help .
      Wesley

  • NTFS Partition Doesn't Allow Programs To Access It [SOLVED]

    Hello all,
    First of all, I have finally returned to Arch after several years of using Linux Mint. It feels good to be back in a bloatware-free environment, and I'm enjoying my 1 second boot times! Unfortunately, this hiatus has caused me to lose much of my former Linux knowledge base.
    My System:
    $ inxi -Fxz
    System: Host: MSIGS70-ARCH Kernel: 4.0.4-2-ARCH x86_64 (64 bit gcc: 5.1.0)
    Desktop: KDE 4.14.8 (Qt 4.8.6) Distro: Arch Linux
    Machine: System: Micro-Star product: GS70 2PE Stealth Pro v: REV:1.0
    Mobo: Micro-Star model: MS-1772 v: REV:0.B
    Bios: American Megatrends v: E1772IMS.106 date: 04/30/2014
    CPU: Quad core Intel Core i7-4710HQ (-HT-MCP-) cache: 6144 KB
    flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 19961
    clock speeds: max: 3500 MHz 1: 2500 MHz 2: 2500 MHz 3: 2500 MHz 4: 2500 MHz
    5: 2500 MHz 6: 2500 MHz 7: 2500 MHz 8: 2500 MHz
    Graphics: Card-1: Intel 4th Gen Core Processor Integrated Graphics Controller
    bus-ID: 00:02.0
    Card-2: NVIDIA GK104M [GeForce GTX 870M] bus-ID: 01:00.0
    Display Server: N/A driver: intel Resolution: 89x69
    Audio: Card-1 Intel 8 Series/C220 Series High Definition Audio Controller
    driver: snd_hda_intel bus-ID: 00:1b.0
    Card-2 Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller
    driver: snd_hda_intel bus-ID: 00:03.0
    Sound: Advanced Linux Sound Architecture v: k4.0.4-2-ARCH
    Network: Card-1: Qualcomm Atheros Killer E220x Gigabit Ethernet Controller
    driver: alx port: c000 bus-ID: 04:00.0
    IF: enp4s0 state: up speed: 100 Mbps duplex: full mac: <filter>
    Card-2: Intel Wireless 7260 driver: iwlwifi bus-ID: 05:00.0
    IF: wlp5s0 state: down mac: <filter>
    Drives: HDD Total Size: 1128.2GB (61.7% used)
    ID-1: /dev/sda model: TOSHIBA_THNSNJ12 size: 128.0GB
    ID-2: /dev/sdb model: WDC_WD10JPVX size: 1000.2GB
    Partition: ID-1: / size: 29G used: 5.4G (20%) fs: ext4 dev: /dev/sda5
    ID-2: swap-1 size: 17.83GB used: 0.00GB (0%) fs: swap dev: /dev/sdb3
    Sensors: System Temperatures: cpu: 29.8C mobo: 27.8C gpu: 25.0
    Fan Speeds (in rpm): cpu: N/A
    Info: Processes: 182 Uptime: 33 min Memory: 1191.8/15971.7MB
    Init: systemd Gcc sys: 5.1.0 Client: Shell (bash 4.3.391) inxi: 2.2.21
    The Situation:  I have a separate hard drive formatted to NTFS, which I use for my file storage on all of my OSes (I have 4 right now, including Windows 8).
    The problem:  Despite configuring the mountpoint (/media/aaron/data) to mount under my user, aaron, and the 'all' group, other applications do not have any access to the /media/aaron/data directory. Because of the fact that it is NTFS, and I am multibooting with Win8, I cannot simply chown the directory and subdirectories to my name. Instead, I had to amend the /etc/fstab to mount the directory under my user and group, which is where I believe my problem is.
    Background:  I have searched for hours on the internet, including the Arch forums to find a solution and the best I have found is a post here (answer #1) which at least allows me to access the directory through the file manager (Dolphin). I first noticed the problem when trying to download a torrent file using ktorrent. Ktorrent spat out the following message:
    Cannot create /media/aaron/data/Downloads/wattOS-R8-32bit-mate.iso: Permission denied
    Now, I think I have isolated the cause, however I have no idea how to fix it. I believe the cause is that only owner has permission to view and modify content. Group has permission only to view content. Other has no permission whatsoever. I believe that I need to somehow allow all of the users to have read and write privileges. It would be a simple chown, if it weren't for the fact that the FS is NTFS. I need some amendment to my fstab that will achieve this result, but I have a limited understanding of the various fstab options and masks.
    My fstab file reads as follows:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/sda5
    UUID=b1b2ca8c-e7fc-42a2-aabb-a2c3208c2a65 / ext4 rw,relatime,data=ordered 0 1
    # /dev/sdb3
    UUID=7381274f-2aea-4960-a45e-4fe2c7afac9f none swap defaults 0 0
    # /dev/sdb1 DATA on /media/aaron/data
    UUID=B64C82184C81D391 /media/aaron/data ntfs uid=1000,gid=100,dmask=027,fmask=137 0 2
    it is /dev/sdb1 that I am configuring, and the options shown above are what allow me to access the directory using my non-privileged account.
    I am sure I have probably forgot something, forgive me, it has been quite a long time now! Thank you all in advance, I appreciate anyone who takes the time to give this a wee bit of thought!
    Let me know what information you require, and I will see it delivered promptly,
    HPG
    Last edited by hotpepperguy (2015-05-30 13:50:12)

    UPDATE: 
    I installed the package ntfs-3g to my system, as per the  Arch Wiki instructions, and then set the fstab options as follows:
    UUID=B64C82184C81D391 /media/aaron/data ntfs-3g uid=aaron,gid=users 0 0
    Just setting the uid and the gid alone allows permissions to be granted to all groups, so this is obviously not a solution for a multiuser system. As for a single user setup - it is perfect.
    cheers,
    HPG
    Last edited by hotpepperguy (2015-05-30 13:55:31)

  • Firefox will not open after fresh install in OSX Lion. "Firefox profile missing."

    After recently upgrading OS X Snow leopard to OS X 10.7 Lion I downloaded and ran the Firefox installer package, only to find that Firefox could not open. The error message says "Profile missing – Your Firefox profile cannot be loaded. It may be missing or inaccessible"
    I checked Firefox forums and found a script that when run in Terminal allows access to the (upper) Library folder; but this still does not solve the issue.
    Obviously, with Lion Apple has deliberately placed a stumbling block in the way of would-be Firefox users.

    Thank you. I solved the dilemma, which was one of my own making although I take no blame for it. You see, a while back I grew tired of going through the semantics of manually deleting Caches and Cookies and simply locked those folders (in Users/my name/Library) so that nothing could be added or removed from them without login credentials.
    . . . There's where the fly got into the ointment. The Caches folder must be unlocked in order to run Firefox because it uses Caches to store files. Folder unlocked – problem solved.
    It seems that OS X Lion has more warts than its predecessors (initially, at least), in that where Apple once gave the user full egress to all venues, it has developed a hard-nosed, up-in-your-face micro-managerial stance with Lion – such as making the System/Library invisible. This, of course, under the tacit label of "offering the user greater security" . . . against himself.
    If you fully embrace that logic I've got some s. Florida realty I can dump I mean sell you on the cheap, lol.
    I appreciate your kind help.
    Thanks.
    mike4444

Maybe you are looking for