[Solved] Permission denied for imgs in apache home folder

Hi,
I'm getting 403 error when trying to open a captcha image with the browser (generated by codeigniter PHP framework  with captcha helper and Tank Auth library) the imgs are created with the http owner with permission "-rw-r--r--" inside a captcha folder
with 777 permissions.
   The apache local server is configured to use the documentRoot to a www folder in /home dir with this permissions  "drwxr-xr-x" 
Have http group and users created like the arch wiki LAMP section.
The httpd.conf is confgured like this:
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
DocumentRoot "/home/lucas/www"
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
# First, we configure the "default" to be a very restrictive set of
# features.
<Directory />
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
</Directory>
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
# This should be changed to whatever you set DocumentRoot to.
<Directory "/home/lucas/www">
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
Options Indexes FollowSymLinks
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#AllowOverride None
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
</Directory>
Last edited by crosssover (2012-09-17 23:20:57)

Here is the log massge
[Sun Sep 16 14:26:47 2012] [error] [client ::1] File does not exist: /home/lucas/www/favicon.ico
[Sun Sep 16 14:26:47 2012] [error] [client ::1] client denied by server configuration: /home/lucas/www/test/application/captcha/1347816281.8856.jpg

Similar Messages

  • [solved] "permission denied" even though I am logged in as root

    Hi, I just installed Arch and now I am trying to add repositories to pacman.
    I am currently logged in as root
    [root@arch ~]#
    Now I am trying to access /etc/pacman.conf by typing
    /etc/pacman.conf
    wich returns
    -basch: /etc/pacman.conf: Permission denied
    So I checked the forum and the wiki how to check permissions for files. found this wiki.archlinux.org/index.php/File_Permi … ermissions
    so I did
    # cd /etc
    # ls -l
    wich gave me
    -rw-r--r-- 1 root root 2862 Jun 18 06:01 pacman.conf
    If I read this correctly it says that "root" can read and write. But I am logged in as "root" so why can I not edit the file?
    Last edited by ningfengrui (2013-08-21 09:50:17)

    No problem at all & welcome to arch.
    If you had not been so new, I would not of been this kind to you because the first result of a google search of  "basch: /etc/pacman.conf: Permission denied" would have given you the answer you needed
    But hey! we all make the same mistake, but be sure to search for the answer before you ask here.
    Also, you need to edit the title of your original post to read "[Solved]  "permission denied" even though I am logged in as root"
    lecture over ! & again, welcome to arch

  • Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).

    Why am I getting these errors Error: Permission denied for (document.domain has not been set) to call method Location.toString on (document.domain=).
    == URL of affected sites ==
    http://

    HOW DO YOU SET THIS??? I'M FRUSTRATED OVER THIS. ITS BEEN 2 MONTHS SINCE I HAVE BEEN ABLE TO PLAY ANY GAMES IN FACEBOOK DUE TO THIS PROBLEM! IT DOES NOT MATTER WHAT BROWSER I USE I STILL GET THIS SAME MESSAGE.

  • I get this error msg - Permission denied for to webpage get property XPCComponents.classes

    A couple of days ago I started geting the error msg -Permission denied for to <webpage> get property XPCComponents.classes. It happens with every webpage I visit. If I hit the x in the upper righthand corner I can then access the page. This doesn't have in IE. Any ideas how I could fix this and why it started happening?

    Try the Firefox SafeMode to see how it works there. <br />
    ''A troubleshooting mode, which disables most Add-ons.'' <br />
    ''(If you're not using it, switch to the Default Theme.)''
    * You can open the Firefox 4.0+ SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shft key) to open it again.''
    '''''If it is good in the Firefox SafeMode''''', your problem is probably caused by an extension, and you need to figure out which one. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    ''When you figure out what is causing that, please let us know. It might help other user's who have that problem.''
    If you look in the Error Console for that '''XPCComponents.classes''' error, there should be a '''Source file: chrome://''' address which might give us information related to which extension is causing that message.
    Firefox button > Web Developer -> Error Console or just use {Ctrl + Shft + J} from the keyboard

  • How to fix permission denied for home folder with Apache in Mavericks?

    I recently activated the apache that ships with OS X Mavericks. I followed some tutorial to set up the web-server, however. When I browse to my home-filter at http://localhost/~nazeem, I get the following error: You don't have permission to access /~nazeem/ on this server.
    Installation steps
    To set up the webserver, I took the following steps:
    1. activated the webserver with command: apachectl start
    2. enabled PHP by checking if the module is loaded
    3. checked if the home folder module is loaded
    4. made the user based configuration file, in /etc/apache2/users/nazeem.conf The content is as follows:
    <Directory "/Users/nazeem/Development/Websites/">
    Options Indexes MultiViews FollowSymLinks AllowOverride All
    </Directory>
    Permissions
    ~/nazeem : drwxr-xr-x+ ~/nazeem/Development : drwxr-xr-x ~/nazeem/Development/Websites : drwxr-xr-x
    Log
    The apache log says the following:
    [Mon May 19 21:22:57 2014] [error] [client ::1] client denied by server configuration: /Users/nazeem/Sites
    In my opinion this is remarkable, as the path /Users/nazeem/Sites is nog what I defined in my user configuration.
    Versions
    OS X Mavericks 10.9.3
    Apache 2.2.26
    Does anybody know how to solve this?

    nzm_aak wrote:
    I recently activated the apache that ships with OS X Mavericks. I followed some tutorial to set up the web-server, however. When I browse to my home-filter at http://localhost/~nazeem, I get the following error: You don't have permission to access /~nazeem/ on this server.
    Does anybody know how to solve this?
    You will have to contact the author of that tutorial and ask. Apache can be configured an infinite number of ways. You seem to be attempting to configure it in two conflicting methods. You can define specific directories on your web server or you can use mod_userdir. You can't hack up a combination of the two.
    I posted my own User Tip on how to configure Apache: https://discussions.apple.com/docs/DOC-3083
    This user tip only covers mod_userdir and will serve content out of $(HOME)/Sites. I strongly suggest starting there and only trying a custom location later, if you see the need.

  • [Solved] Permission issues for automounted devices in Gnome 3

    I am unable to write into any device after it has been automounted in Gnome 3. I get the following error:
    There was an error copying the file into /run/media/dhaval/3C2E3A4E2E3A0206. Permission denied.
    I set up Gnome 3 according to the instructions in the wiki. Searching through the forums did not lead to any results.
    This happens with all external devices and also with my internal secondary hard drive.
    Last edited by dhavalparmar (2012-10-07 00:40:32)

    Solved!!
    Installed ntfs-3g and ntfsprogs. Everything works now.
    Thank you so much everyone for helping me out!

  • [SOLVED]"permission denied" when building pkg

    most consistantly, I get the error when a pkgbuild has the line: ./autogen.sh
    in building linphone-git, mediastreamer-git and ortp-git
    another time, I got burned with the line: ./system.tmp
    from building wiimms-iso-tools
    and the last pkg I tried to build, I got it on the line: ./file2h
    while building linux-wbfs-manager
    ...it really bugs me about these packages, because my desktop has the exact same install and works fine (so well, I can build them on the desktop and install them on the laptop... but that becomes tedious after a while, so I'd like to fix this issue... I searched for the issue in the forums, and it always semed to be related to the actual pkgbuild... but that's not the case in my scenario because the build works fine on the desktop and kicks me in the teeth on the laptop.  Please ask whatever questions necessary to get the info needed to deal with this issue.  I'm not really strong at pkgbuild configurations (only make a couple for my own to test my abiliities) so I'm not sure what to include exactly.  I can include the line numbers for the pkgbuilds in question, but I'm sure the PKGBBUILDs are not the issue here... it's something to do with my laptop...
    come to think of it, my desktop isn't quite up to date as my laptop, I think... because the laptop ran into an issue where python-qt and python-sip were attempting to replace python2-qt and python2-sip, but both python2 pkgs were deps for like 50+ other packages... so I'm not sure if that's related.  Pretty sure I didn't update my desktop and get that issue... not in the last couple of days.  And that issue started on my laptop today... both issues, actually, so maybe they are related.
    SOLUTION: removed "noexec" from tmpfs options for /tmp ramdisk setup in fstab
    Moral of the story: be mindful of how you configure things, because an old configuration can ruin a new package installation or functionality.
    Last edited by CPUnltd (2011-01-24 22:09:34)

    ==> Starting make...
    patching file Makefile
    Hunk #1 succeeded at 165 (offset 11 lines).
    Hunk #2 succeeded at 459 (offset 19 lines).
    ./setup.sh: line 47: ./system.tmp: Permission denied
    ***  create templates.sed     
    ***  create version.h         
    /bin/bash: ./gen-template.sh: Permission denied
    make: *** [version.h] Error 126
        Aborting...
    The build failed.
    ==> Starting build()...
    gcc -march=x86-64 -mtune=generic -O2 -pipe -Wall -DLARGE_FILES -D_FILE_OFFSET_BITS=64 -Ilibwbfs -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14    -c -o file2h.o file2h.c
    gcc -o file2h file2h.o
    ./file2h wbfs_gui_glade.h wbfs_gui.glade
    make: execvp: ./file2h: Permission denied
    make: *** [wbfs_gui_glade.h] Error 127
        Aborting...
    The build failed.
    ==> Starting make...
    /tmp/packerbuild-1000/linphone-git/linphone-git/PKGBUILD: line 39: ./autogen.sh: Permission denied
        Aborting...
    The build failed.
    /tmp/packerbuild-1000/mediastreamer-git/mediastreamer-git/PKGBUILD: line 35: ./autogen.sh: Permission denied
        Aborting...
    The build failed.
    ==> Starting make...
    /tmp/packerbuild-1000/ortp-git/ortp-git/PKGBUILD: line 34: ./autogen.sh: Permission denied
        Aborting...
    The build failed.

  • Permission denied for root!?

    Hey yall--
    Something very odd seems to be happening with my file system, such that I am unable to write to certain directories as root. I don't know exactly when this started, but it has to have been within the last month or so--roughly coinciding with when I upgraded to kernel 2.6.15 (or possibly 2.6.14).
    Here's some background info:
    Some lines from /etc/fstab:
    /dev/hda3 / ext2 defaults 0 1
    /dev/hda11 /usr reiserfs defaults 0 0
    /dev/hda6 /opt reiserfs defaults 0 0
    /dev/hda8 /.devel reiserfs defaults 0 0
    Output of 'ls -ld' on various directories:
    drwxr-xr-x 26 root root 1024 2006-02-19 23:38 /
    drwxr-xr-x 89 root root 2352 2006-02-19 23:39 /opt
    drwxr-xr-x 40 root root 1128 2006-02-19 23:40 /opt/usr.local
    lrwxrwxrwx 1 root root 15 2005-11-08 13:54 /usr/local -> /opt/usr.local/
    drwxr-xr-x 2 root root 17192 2006-01-24 14:25 /opt/usr.local/bin
    drwxr-xr-x 8 root root 184 2006-02-19 23:40 /.devel
    drwxr-xr-x 15 root root 576 2006-02-19 23:46 /.devel/src
    drwxr-xr-x 52 root staff 2664 2006-02-19 23:41 /.devel/local.src
    lrwxrwxrwx 1 root root 12 2005-11-08 14:00 /usr/src -> /.devel/src/
    lrwxrwxrwx 1 root staff 17 2002-08-04 15:36 /usr/local/src -> /.devel/local.src
    Yes, my partitioning scheme is a little weird. But it has evolved over several years of trial and error, and it has worked well for me until now. Anyway, here's what happens:
    [root@swordfish ~]# mkdir /x
    [root@swordfish ~]# rmdir /x
    [root@swordfish ~]# mkdir /opt/x
    [root@swordfish ~]# rmdir /opt/x
    [root@swordfish ~]# mkdir /opt/usr.local/x
    [root@swordfish ~]# rmdir /opt/usr.local/x
    rmdir: `/opt/usr.local/x': Operation not permitted
    [root@swordfish ~]# mkdir /opt/usr.local/bin/x
    mkdir: cannot create directory `/opt/usr.local/bin/x': Permission denied
    [root@swordfish ~]# mkdir /usr/local/y
    [root@swordfish ~]# rmdir /usr/local/y
    rmdir: `/usr/local/y': Operation not permitted
    [root@swordfish ~]# mkdir /.devel/x
    [root@swordfish ~]# rmdir /.devel/x
    [root@swordfish ~]# mkdir /.devel/local.src/x
    [root@swordfish ~]# rmdir /.devel/local.src/x
    [root@swordfish ~]# mkdir /usr/local/src/x
    [root@swordfish ~]# rmdir /usr/local/src/x
    [root@swordfish ~]# mkdir /.devel/src/x
    [root@swordfish ~]# rmdir /.devel/src/x
    [root@swordfish ~]# mkdir /usr/src/x
    [root@swordfish ~]# rmdir /usr/src/x
    So, like, WTF??
    I have Googled for some clues on this (though it's a bit hard to figure out good search terms); I did find one or two hits that seemed relevant, but the respondents suggested running fsck on the affected partition. I've done that and found no errors.
    So, what else? Something in my UDev configuration, maybe?

    I had a problem like that a week or two ago on a reiser partition, though after running fsck.reiserfs it did find errors & fixed them
    But before using them make sure you back up
    HTH

  • DNS permission denied for vpn clients?

    I have an x-serve setup to allow a client access remotely to a local network via VPN. I'm currently having an issue with the DNS server however, which is not allowing me to do lookups when connected via the VPN:
    client 10.0.0.130#59551: view com.apple.ServerAdmin.DNS.public: error sending response: permission denied
    The DNS server resolves perfectly fine for physical machines on the local network.

    Have you added the range of VPN-assigned addresses to the list of clients the DNS server will respond to?
    Server Admin -> (server) -> DNS -> Settings -> Accept recursive queries from the following networks
    This will have to include the VPN client address range in order for the DNS server to respond to their queries.

  • Help!!getting Connection Exception &permission denied for my local system

    Hi,
    I am getting this connect Exception when i am running my RMI program.It is not comming when i am running all the programs[server,client] in my local system.
    When i put the server program in the server which is linux server and i am calling it from my local system its giving ConnectException permission denied to 127.0.0.1,no more further infoemation.
    These are the programs..
    server :
    import java.net.*;
    import java.rmi.*;
    public class AddServer
    public static void main(String args[])
         try
         AddServerImpl addServerImpl=new AddServerImpl();
         Naming.rebind("AddServer",addServerImpl);
         catch(Exception e)
         System.out.println("Exception :"+e);
    Implement:
    import java.rmi.*;
    import java.rmi.server.*;
    public class AddServerImpl extends UnicastRemoteObject
    implements AddServerIntf
    public AddServerImpl()throws RemoteException
    public double add(double d1,double d2)throws RemoteException
         return d1+d2;
    Interface:
    import java.rmi.*;
    public interface AddServerIntf extends Remote
         double add(double d1,double d2)throws RemoteException;
    Client Program :
    import java.rmi.*;
    import java.rmi.registry.*;
    public class AddClient
         public static void main(String args[])
         try
    //     String addServerURL="rmi://"+args[0]+"/AddServer";
         Registry r=LocateRegistry.getRegistry("rmi://"+args[0]);
    //AddServerIntf addServerIntf=(AddServerIntf)Naming.lookup(addServerURL);
    AddServerIntf addServerIntf=(AddServerIntf)r.lookup("AddServer");
    System.out.println("The firsrt number is"+args[1]);
    double d1 =Double.valueOf(args[1]).doubleValue();
    System.out.println("The second number is:"+args[2]);
    double d2=Double.valueOf(args[2]).doubleValue();
    System.out.println("The sum is:"+addServerIntf.add(d1,d2));
    catch(Exception e){
         System.out.println("Exception:"+e);
    Plese go thru it and tell what modifications that i have to do with it...
    regards,
    j.mouli

    You can specify a policy file and grant the following pemission in it:
    grant {
    permission java.net.SocketPermission "*:1024-65535","accept, connect, listen, resolve";
    Specify this policy file using "-Djava.security.policy=your policy file".
    BTW, don't forget to run rmiregistry before you launch your own RMI application.
    Good luck!
    Justine

  • [Solved] Permission denied when trying to create aur4 repo

    I'm trying to follow the steps here to migrate my aur packages to aur4.  I've created my public key, edited ~/.ssh/config as described, and copied my public key file to my aur4 account settings.
    When I run my git clone command I get this:
    $ git clone ssh://[email protected]/wcgbrowser-git.git
    Cloning into 'wcgbrowser-git'...
    Permission denied (publickey).
    fatal: Could not read from remote repository.
    Please make sure you have the correct access rights
    and the repository exists.
    Is there a step missing here where I need to create the repository on aur4 first, or is that done automatically when I clone?  Seems logical, but I couldn't find a way to create the repo either in the web interface or on the wiki.  Or is this indeed an authentication issue of some kind?
    Last edited by lykwydchykyn (2015-06-08 18:53:57)

    lykwydchykyn wrote:is this indeed an authentication issue of some kind?
    The "Permission denied (publickey)" message suggests that this is the case. Double-check that your ~/.ssh/config and the public key on the AUR web interface are correct.

  • [SOLVED] Thunar permission denied for all partitions excpt arch

    Continuing conversion from other thread: https://bbs.archlinux.org/viewtopic.php?id=128639
    I made comments #14, #17, #19, & #22 in that thread that are relevant here.
    rene wrote:Earlier you said that you DID need to restore the .pacsave files to have things working, whereas you now say differently so I'll refrain from further comment. If you still have problems after removing all the .pkla files and after replacing SLiM with LXDM you have a different problem than the ConsoleKit one, which IS likely the only problem the thread-starter and the others in this thread are having. We should therefore get out of here so that they can get their problem fixed without this thread wandering off into all sorts of directions.
    That is true, but a subsequent update broke it.
    Here are the updates I made on 11/05  {I might not have logged out/logged in or rebooted after installing the updates on 11/05 before posting to the thread above on that date - or possibly I was in another OS when I posted my first comment on 11/05 in the thread above}
    AM M-05-11 2011 05:37:10DT autoconf
    AM M-05-11 2011 05:37:10DT automake
    AM M-05-11 2011 05:37:10DT bash
    AM M-05-11 2011 05:37:11DT ca-certificates
    AM M-05-11 2011 05:37:13DT curl
    AM M-05-11 2011 05:37:10DT findutils
    AM M-05-11 2011 05:37:10DT gawk
    AM M-05-11 2011 05:37:13DT gedit
    AM M-05-11 2011 05:37:14DT gettext
    PM M-05-11 2011 08:45:59DT gksu
    AM M-05-11 2011 05:37:14DT grep
    AM M-05-11 2011 05:37:13DT gtksourceview3
    AM M-05-11 2011 05:37:14DT gzip
    PM M-05-11 2011 07:53:20DT intltool
    AM M-05-11 2011 05:37:14DT less
    AM M-05-11 2011 05:37:15DT lib32-glib2
    AM M-05-11 2011 05:37:15DT lib32-libdrm
    AM M-05-11 2011 05:37:15DT lib32-libffi
    AM M-05-11 2011 05:37:15DT lib32-readline
    AM M-05-11 2011 05:37:15DT libdrm
    PM M-05-11 2011 07:53:20DT libfm
    PM M-05-11 2011 08:45:59DT libgksu
    PM M-05-11 2011 08:45:59DT libgtop
    AM M-05-11 2011 05:37:15DT libusb
    AM M-05-11 2011 05:37:15DT libva
    AM M-05-11 2011 05:37:16DT linux-firmware
    PM M-05-11 2011 07:53:21DT lxmenu-data
    AM M-05-11 2011 05:37:10DT m4
    PM M-05-11 2011 07:53:20DT menu-cache
    AM M-05-11 2011 05:37:14DT ncurses
    AM M-05-11 2011 05:37:16DT patch
    AM M-05-11 2011 05:37:16DT pciutils
    AM M-05-11 2011 05:37:16DT pkg-config
    AM M-05-11 2011 05:37:16DT prelink
    AM M-05-11 2011 05:37:10DT sed
    AM M-05-11 2011 05:37:16DT sqlite3
    AM M-05-11 2011 05:37:16DT tar
    AM M-05-11 2011 05:37:17DT thunar
    AM M-05-11 2011 05:37:18DT tzdata
    AM M-05-11 2011 05:37:18DT which
    AM M-05-11 2011 05:37:18DT xfce4-session
    Here are the updates I made on 11/06 & 11/07
    PM M-06-11 2011 09:57:51ST bison
    PM M-07-11 2011 09:31:54ST cryptsetup
    PM M-06-11 2011 09:57:51ST db
    PM M-06-11 2011 09:57:51ST dialog
    PM M-06-11 2011 09:57:51ST expat
    PM M-06-11 2011 09:57:51ST flex
    PM M-06-11 2011 09:57:51ST gdbm
    PM M-06-11 2011 09:57:52ST imagemagick
    PM M-07-11 2011 09:31:54ST keyutils
    PM M-06-11 2011 09:57:52ST krb5
    PM M-06-11 2011 09:57:52ST lib32-libpciaccess
    PM M-06-11 2011 09:57:52ST libcap
    PM M-07-11 2011 09:31:54ST libdatrie
    PM M-06-11 2011 09:57:52ST libldap
    PM M-06-11 2011 09:57:52ST libpcap
    PM M-06-11 2011 09:57:52ST libpipeline
    PM M-07-11 2011 09:31:54ST libthai
    PM M-07-11 2011 09:31:54ST module-init-tools
    PM M-06-11 2011 09:57:52ST nano
    PM M-06-11 2011 09:57:52ST popt
    PM M-06-11 2011 09:57:52ST readline
    PM M-06-11 2011 09:57:52ST talloc
    PM M-06-11 2011 09:57:52ST texinfo
    PM M-06-11 2011 09:57:52ST vi
    PM M-06-11 2011 09:57:52ST wpa_actiond
    PM M-06-11 2011 09:57:52ST wpa_supplicant
    PM M-07-11 2011 09:31:54ST xorg-server
    PM M-07-11 2011 09:31:54ST xorg-server-common
    Around the above dates I installed pcmanfm to try it out, but subsequently uninstalled it.  Thunar was still working at the time.
    Subsequently (today) I installed gvfs to see if it made any difference, but it did not.
    Last edited by David Batson (2011-11-15 01:08:02)

    Polkit-gnome was the missing ingredient.  With polkit-gnome installed the udisks.pkla file is not required.  One difference between the usdisks.pkla fix and the polkit-gnome fix is that you are prompted for root's password to mount the drive.  No problem for me there - I prefer it that way.
    I did not decipher from the bug report that polkit-gnome was required for thunar in Xfce - only perhaps for thunar in gnome.  I wish this had been made more clear in the bug report I filed.
    The thunar maintainer for arch wrote: Remove org.freedesktop.udisks.pkla; mounting/unmounting of removable media should continue to function through gvfs.  No mention that polkit-gnome was required as well (for all desktops I imagine).  I already did have polkit installed - just not polkit-gnome.  Polkit was working, just missing some pieces for full functionality.
    In the end, I consider it a bug if a dependency is not listed as required or optional.
    Package Details: thunar 1.2.3-2
    Dependencies (16)
    desktop-file-utils
    exo
    gtk2
    hicolor-icon-theme
    libexif
    libnotify
    libpng
    libxfce4ui
    libxfce4util
    udev
    gvfs (optional) - for trash support, mounting with udisk and remote filesystems
    thunar-archive-plugin (optional) - create and deflate archives
    thunar-media-tags-plugin (optional) - view/edit id3/ogg tags
    thunar-volman (optional) - manages removable devices
    tumbler (optional) - for thumbnail previews
    xfce4-panel (optional) - for trash applet
    http://www.archlinux.org/packages/extra/x86_64/thunar/
    Package Details: gvfs 1.10.1-1
    Dependencies (12)
    avahi
    dconf
    fuse
    libarchive
    libcdio
    libgdu
    libsoup-gnome
    gvfs-afc (optional) - AFC (mobile devices) support
    gvfs-afp (optional) - Apple Filing Protocol (AFP) support
    gvfs-gphoto2 (optional) - gphoto2 (PTP camera/MTP media player) support
    gvfs-obexftp (optional) - ObexFTP (bluetooth) support
    gvfs-smb (optional) - SMB/CIFS (Windows client) support
    http://www.archlinux.org/packages/extra/x86_64/gvfs/

  • Cannot uninstall FF in mac air, permission denied for administrator also??

    i downloaded new FF for my mac book air.
    i tried to uninstall older version by dragging it into trashbin. but the program cannot be deleted as per no permissions.
    the only account in this mac book is mine and that is the administrator acct.
    i tried to move the new downloaded icon inot applications and agian i get no permission?? any idea?

    Perhaps using
    ssh -v -v -v [email protected]
    Which should give you alot more details.
    If you do 2 of these.  One to the failing system, and one to a working system, and then compare the 2 debugging output streams to see where the failing system goes bad.

  • Permission Denied for XISUPER

    Hi,
         I get this error message when I try to create a NameSpace object in any Software Component Version with the user XISUPER.
    Insufficient authorization to change object Software Component Version sap.com | SAP_BASIS | 46C | 01200245450200002167
    Any Ideas?
    Thanks in advance.

    Hi,
       I created the dialog user and assigned the following roles:
    SAP_XI_DEVELOPER_ABAP
    SAP_XI_DEVELOPER_J2EE
    SAP_SLD_GUEST
    SAP_XI_BPE_CONFIGURATOR_ABAP
    SAP_XI_CONFIGURATOR_ABAP
    SAP_XI_CONFIGURATOR_J2EE
    SAP_XI_BPE_MONITOR_ABAP
    SAP_XI_MONITOR_ABAP
    SAP_XI_MONITOR_J2EE
       and I compared all; still doesn't work.
    When I try to modify any object the message is the same.
    Insufficient authorization to change object ......

  • ShowDocument url permission denied in 1.6.0_24

    Have a JWS application, which was bringing up the default browser. Sometime the url was http & others was file ( sort of a print preview function). Starting in 1.6.0_24, I am getting a SecurityException "ShowDocument url permission denied" for both.
    Have <security> <all-permissions/> </security> in the jnlp.
    Error also occurs in OSX. Both worked before. What gives?
    Thank you!

    Just some feedback for anyone reading from a search result:
    That tool was very helpful! I just ran it against jnlp, and started implementing its suggestions, like specifying size=, etc.
    The change that caused this to be fixed was the jnlp tag. Am currently running with a codebase of file for dev. I had:
    <jnlp spec="1.0+" codebase="file://localhost/Z:/media/" href="swing/thisfile.jnlp">
    Changed to:
    <jnlp spec="1.0+" codebase="file:/Z:/media/" href="swing/thisfile.jnlp">
    Not sure where I got that codebase, but it was a long time ago.

Maybe you are looking for

  • Calling a Web Service from OPM ODS

    Greetings, Is it possible to call a web service directly from OPM (version 10.4) using Determinations Server or do we need BPM or BPEL to be involved. We are trying to transition to Weblogic 11g Fusion SOA environment using OPA for rules. Thanks

  • Cannot Open iTunes Store Receipt With Windows 7/Outlook 2010

    After making my first iTunes purchase on a new computer, every attempt to open the purchase notification e-mail from Apple causes Outlook 2010 to crash. All Outlook Add-Ins have been removed or disabled. No other e-mails are similarly affected. Durin

  • How to create object in sproxy--

    Hi  all i am new to XI how to create a new object in sproxy transction there is no such option called create in sproxy transction , i can only see a option called edit object kindly hepl me out , to create new object in spoxy.

  • Regarding ring tones, where am I able to obtain songs from TV programs, radio, etc.

    Before purchasing my iPhone, I had the Law and Order ring tone on my HTC smartphone and was wondering if it is available for my iPhone.  Is there an app for purchasing ring tones outside of those available on the iPhone? Thanks for your response.

  • Order of installation and reboots using smpatch/updatemanager

    Using updatemanager it tells me it has installed a certain set of patches and that others require a reboot and will be installed then - fine. I can then download and install further patches as long as any dependencies are met. But if I download the p