[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.

Similar Messages

  • [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 when trying to save document

    My wife is trying to save a Pages document and when she gives it a name to replace "untitled" she gets a drop down dialogue that says "Permission Denied." I ran Disk Utility to repair disk permissions, she has tried saving it under several names to avoid duplicates. Any idea why this would suddenly crop up?

    I couldn't all the sudden get pages to save or change or update any document in my external hard drive, when I dragged the document to a flashdrive suddenly I could do it, it is still a mystery to me, this is a Macbook, as far as I know my external drive will still do it in my iBook

  • [solved] Permission Error when trying to run gitosis-init

    Im trying to install a git repository using gitosis, as described in the Arch Wiki:
    https://wiki.archlinux.org/index.php/Gitosis
    However, when I try to run gitosis-init as the git user I get the following error:
    sh-4.2$ gitosis-init < /srv/id_dsa.pub
    Traceback (most recent call last):
    File "/usr/bin/gitosis-init", line 5, in <module>
    from pkg_resources import load_entry_point
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2691, in <module>
    add_activation_listener(lambda dist: dist.activate())
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 668, in subscribe
    callback(dist)
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2691, in <lambda>
    add_activation_listener(lambda dist: dist.activate())
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2192, in activate
    self.insert_on(path)
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2299, in insert_on
    self.check_version_conflict()
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2338, in check_version_conflict
    for modname in self._get_metadata('top_level.txt'):
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2186, in _get_metadata
    for line in self.get_metadata_lines(name):
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1174, in get_metadata_lines
    return yield_lines(self.get_metadata(name))
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1166, in get_metadata
    return self._get(self._fn(self.egg_info,name))
    File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 1281, in _get
    stream = open(path, 'rb')
    IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/soaplib-1.0.0_beta8-py2.7.egg-info/top_level.txt'
    It works if I run gitosis-init as root. But I'd rather avoid that.
    Any ideas on how I could fix this?
    Last edited by ChojinDSL (2011-03-16 12:29:54)

    ChojinDSL wrote:
    However, when I try to run gitosis-init as the git user I get the following error:
    IOError: [Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/soaplib-1.0.0_beta8-py2.7.egg-info/top_level.txt'
    What are the permissions of that file? Did you use a restrictive umask while building gitosis-git?

  • OUI permission Denied when trying to Install 10gr2 on RHEL5

    Hi,
    I have been trying to install oracle1ogr2 on RHEL5 on our test server and i m following the procedure mentioned in this site http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnRHEL5.php
    The problem that i m facing for past 2 days is ...when i try to execute runInstaller i get this message
    *./runInstaller: line 54: /home/oracle/Disk1/database/install/.oui: Permission denied*
    Inspite of following all the the steps i m stuck at this one point. It would really be great if some one could help me out me this.
    Thanks,
    Edited by: Suhail Faraaz on Jul 19, 2010 11:51 PM

    oracle@localhost database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-07-20_01-15-18PM. Please wait ...[oracle@localhost database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-07-20_01-15-18PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(Unknown Source)
            at java.lang.ClassLoader.loadLibrary(Unknown Source)
            at java.lang.Runtime.loadLibrary0(Unknown Source)
            at java.lang.System.loadLibrary(Unknown Source)
            at sun.security.action.LoadLibraryAction.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
            at sun.awt.DebugHelper.<clinit>(Unknown Source)
            at java.awt.Component.<clinit>(Unknown Source)Now this is what i m receiving

  • Permission Denied when trying to Save or Save As

    I don't know what I did to make it happen. I added a couple of new text boxes and now it won't let me save. Sometimes it says something about Myriad Pro being the default (and I'm ok with that). Here is my error log:
    Generating PDF Document...
    Font Service: Default font typeface is Myriad Pro.
    PDF generated successfully.
    Generating PDF Document...
    Font Service: Default font typeface is Myriad Pro.
    Unable to open or create file C:\Users\owner\Documents\Kathee's Docs\3-NMF\public_html\Lab Test Order Form - Version Feb 2014-Female.pdf
    Permission denied
    Generating PDF Document...
    Unable to open or create file C:\Users\owner\Documents\Kathee's Docs\3-NMF\public_html\Lab Test Order Form - Version Feb 2014-Female.pdf
    Permission denied
    2 warnings/errors reported.
    Any ideas????
    Kathee

    Just as I was typing out that that could not be the problem as I'm the only one that would ever work on it and I have definitely closed out of it ... it occured to me ... check my task manager to see if it's being held open somewhere ... sure enough ... it was. I have no idea why, but it doesn't surprise me. I am not a big fan of Adobe, but because we need it in our every day life I can't stop using it.
    Thank you for your fast response!!
    Kathee

  • Users getting access denied when trying to create a security group

    Hello,
    I created an MPR for granting right through an approval workflow for joining security group, but getting the following error. Any thoughts what could be going wrong?
    Error processing your request: The operation was rejected because of access control policies.
    Reason: The operation failed as a result of insufficient access rights.
    Attributes: ExplicitMember
    Correlation Id: edc226e9-ecb9-42c2-ab20-4fa8b5643056
    Request Id:
    Details: No policy grants the Requestor permission to complete all changes.
    This is what I see in the even log:
    Requestor: urn:uuid:9373552a-c063-4fb9-abcd-3501d151a061
    Correlation Identifier: edc226e9-ecb9-42c2-ab20-4fa8b5643056
    Microsoft.ResourceManagement.Service: Microsoft.ResourceManagement.WebServices.Exceptions.PermissionDeniedException: ManagementPolicyRule ---> System.Data.SqlClient.SqlException: Reraised Error 50000, Level 16, State 1, Procedure DoEvaluateRequestInner,
    Line 1319, Message: Permission denied: <ai><Name>ExplicitMember</Name></ai>
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
       at System.Data.SqlClient.SqlDataReader.get_MetaData()
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
       at System.Data.SqlClient.SqlCommand.ExecuteReader()
       at Microsoft.ResourceManagement.Data.DataAccess.DoRequestCreation(RequestType request, Guid cause, Guid requestMarker, Boolean doEvaluation, Int16 serviceId, Int16 servicePartitionId)
       --- End of inner exception stack trace ---
       at Microsoft.ResourceManagement.WebServices.RequestDispatcher.CreateRequest(UniqueIdentifier requestor, UniqueIdentifier targetIdentifier, OperationType operation, String businessJustification, List`1 requestParameters, CultureInfo locale, Boolean
    isChildRequest, Guid cause, Boolean doEvaluation, Nullable`1 serviceId, Nullable`1 servicePartitionId, UniqueId messageIdentifier, UniqueIdentifier requestContextIdentifier, Boolean maintenanceMode)
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Put(Message request)
    Thanks,
    John

    Hi,
    You probably missing another MPR to give the right (checkbox "Grants permission") to Add and Remove value for attribute "Explicit member". Set an authorization workflow is not enough!
    Regards,
    Sylvain

  • ACCESS DENIED when trying to use custom site template to create new Subsite

    I am trying to create a new site using a custom template. I am the new admin here at the company. Other also are having "access denied" errors when trying to create the site using these custom templates. 
    However I can still create a site using the out of the box templates. I have given myself site collection admin (primary) and I am a farm administrator as well. Any ideas on why I keep getting access denied to specific templates?
    The entire site collection is using the custom template. When I try to create a new site under the site collection with a custom template now, it says "access denied". Any ideas?
    Thanks!
    Note - I am able to use the Custom Site Templates in the test environment without any issues. Only in the production/live environment am I getting the access denied error.

    I am not finding anything that comes up in the ULS logs about the access denied. I tried creating the site in the test environment using the custom template and it worked. I go to the production environment and try to create the site with the same template
    and get "error:access denied - current user domain\user" I checked in the ULS logs as soon as the access denied appears (pretty quickly after pressing create) and there is nothing at that specific time. This is a huge problem, is there any way to
    work around or fix this? I'm a new admin.

  • Hi, I have Mac Book It currently at 10.6.8 I want know how to recover the FileVault Password? I tried /Library/Keychains/FileVaultMaster.keychain but it say permission denied when i'm the admin account

    Hi, I have Mac Book It currently at 10.6.8 I want know how to recover the FileVault Password? I tried /Library/Keychains/FileVaultMaster.keychain but it say permission denied when i'm the admin account

    Hi BobRz,
    As this is a new issue for me, I believe I had the incorrect approach, maybe you can help me. What I want to do is recover a few files in my desktop, and some information i had on the iCal application and the Mail application as well.As I do not want to do a full migration into this computer (which is not mine) I believe that starting the damaged MBP in Target mode should allow me to search and cop the files I need. But:
    1. Can I open the Ical and mail apps to look for the info I need while reading it as an external HD  ?
    2. Do the target machine (my friends) still need to be updated to ML o Mavs so that it recognizes my MBP as an external drive if starting it in Target mode ? (no migration assistant)
    Thanks.

  • Permission Denied when calling a method from VB using WebLogic 8.1.2 JCOM

    Hi,
    We are calling an java/ejb methods from VB using WebLogic JCOM 8.1 SP2. But
    using JCOM, we are getting a error Permission denied when called from VB. We think
    that we should update pathch jintegra 2.0 or 2.1 in WebLogic 8.1.2 the to solve
    this issue, because we faced the same problen "permission denied" when we used
    JINTEGRA(third party software). Once we installed the JINTEGRA 2.1 it solved the
    issue.
    So, can anyone help on regard to this issue of "Permission denied" in WebLogic
    JCOM 8.1 SP2.
    Thanks & Regards
    Raghu

    I too am experiencing the jCOM error: "Run-time error '70': Permission Denied". The problem appears to be related to a Microsoft Security Patch KB835732 (MS04-011 which, as you indicated, has been fixed in J-Integra v2.1 (FYI, jCOM 8.1 is based on J-Integra 1.5.4, see J-Integra/jCOM versions.
    Did you ever get a resolution concerning 8.1 SP2? 8.1 SP3 is available now but I don't see any mention of jCOM updates in the WebLogic 8.1 What's New documention. I can't immediately upgrade (trying to stay on same version as a few other developers I work with) but I am hoping it is resolved in SP3.

  • I receive "Database access denied" when trying to add component 4543BD

    I receive "Database access denied" when trying to add component 4543BD to my schematic. This component was added from a previous version. I'm using Multisim version 12.0.0  Student edition.
    Solved!
    Go to Solution.

    Hi Diarra,
    I checked my database and  the  4543 is not in the Student Edition. If you opened a schematic that was created in a higher version such as the Educaiton Edition and copied the part to your database, when you place this part you will get the access denied message. 
    Attached is a schematic with the part, you can open it and build you circuit around it.
    Tien P.
    National Instruments
    Attachments:
    4543.ms12 ‏62 KB

  • Error message in Adobe Pdf in printer device panel when trying to create a pdf document.  I have CS3

    Error message in Adobe Pdf in printer device panel when trying to create a pdf document.  I have CS3 Web Premium with Acrobat Professional 8.  I use it fine on my old computer with Windows XP.  I recently got a new laptop with Windows 7.  I installed all my Adobe programs, and I think they are working.  When I look at Adobe PDF in the device section of the Control Panel it looks okay.  But when I try to print a Word, Photoshop, or HTML page in PDF, nothing happens.  I have tried printing both as File>print and using the PDF tab on the top menu bar.  I look at the device in the control panel and it has the yellow error warning symbol and suggests trying to troubleshoot.  I look at the document list and it says status "error".  When I try troubleshooting Windows suggests doing some Home Sharing and also suggests canceling the document I'm trying to print.  I tried re-installing just Acrobat 8 from CS3 (and have to use Photoshop CS4 disk for shared documents I guess).  I ran into a can't locate adobepdf_dll file, so did a web search on this issue and found a suggestion that I find and use the adobepdf_dll_64 file and may have to (I did have to) remove the "_64" for it to work.  I think I successfully reinstalled using that dll file- no errors came up anyway.  But still when I try printing/converting a photoshop, webpage, or word document into pdf, the pdf device in control panel still gives the error status on the document and gives the same troubleshooting advice.  Help?

    I just compared the properties between the two computers.  On the old computer it has the port as "My Documents/*.pdf".  On my new computer it lists the port as "LPT1".  I tried changing the port to "Print as File", but when I try printing a photoshop picture as pdf, I get a "Access Denied".  I then tried to create a new port on the device control panel.  I tried to create a local port "My Documents/*.pdf" port but was denied.  I ten tried to create a new port type and control panel asked for an INF file.  I wonder if this is where my problem lies.  Thoughts?

  • Getting error when trying to create Exchange Connector in System Center Service Manager 2012

    Getting error when trying to create Exchange Connector in System Center Service Manager 2012
    The connection to the server was unsuccessful. Please check the server name and/or credentials entered.
    Additional Information: The server URL is not accessible or the user does not have permission to access it (message: The request failed. The remote server returned an error: (401) Unauthorized.
    Warm Regards, Pramod Kumar Singh Manager-IT

    Someone sorted out this issue by installing API 1.2 and copying the dll files to the service manager server ,service folder and replacing it with API 2.0 dll files.
    Also, your question is related to SCSM, please post at SCSM forum if you have further question.
    Juke Chou
    TechNet Community Support

  • Error message when trying to create Recovery Media Creation

    I have a HP Pavilion 15 Notebook PC 15-n235sa and when trying to create my Recovery Media Creation on a 32GB Flash drive it comes up with the error mesage We are experiencing errors in recovering media creation. Please try again.
    This is after.46% of Verify Disk section. So it is almost there.
    I have tried 4 or 5 times with the same result.
    Help!

    Please try another USB Flash Drive or DVDs. USB Flash Drives indicating Windows 8 compatibility may not work for creating the recovery image. If you are still unable to create your HP Recovery Media, please contact official HP support in your region / country, via the HP Worldwide Support Portal, to see if HP Recovery Media is available for your computer. When you request this media, indicate that it is free because the HP Recovery Manager failed to work properly.
    If you have any further questions, please don't hesitate to ask.
    Please click the White KUDOS "Thumbs Up" to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Recently purchased a 2nd handed iphone 4 (that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

    recently purchased a 2nd handed iphone 4s(that's all i afford) but when trying to create icloud account it give me "com.apple.appleaccount error 403" message. I am asking for support and advice.

    Did you already check this post?
    Re: I am facing problem in signing in iCloud on my iPhone. when I enter my Apple ID, I got the message which is: "The Operation could't be completed. (com.apple.appleaccount error 403.)"  Kindly solve my problem. I want to sign iCloud from my iPhone.worri

Maybe you are looking for

  • Error - 21007 Search for table returned error - can't find data source??

    I am using an Oracle thin driver through a BI JDBC system. The system connects fine when testing in my 2004s portal. It also worked fine in VC and I was able to browse tables and views in the Oracle db. Suddenly it has stopped working. When trying to

  • Cannot open DNG files via Bridge or Lightroom in Photoshop?

    I have a problem that has popped up since I installed the 5.6 RAW upgrade to my CS4/Lightroom 2.2 package.  Hopefully someone would be kind enough to help me diagnose it, as it affects only about 85,000 raw files currently in my Lightroom Catalogue. 

  • Restore solaris db on linux can't restore controlfile

    Hi all. Hope someone can help with this. I take my backups with this conf. configure controlfile autobackup on; configure controlfile autobackup format for device type disk to '/u02/backup/rman/<sid>/ctl_sp_bk_%F'; I do full backups at 3:00 am and ar

  • User Exit program

    I have a shell script which will send the data to DOC1 and receive the pdf file. Can you please help me to plug in the script as a user exit when the user clicks the display bill? Please let me know if i can find any document which i can refer for th

  • ShowDataEffect infinite loop

    Ok, for some reason my charting app has started displaying some really weird behavior.  It draws fine on the initial load, but if the user hit's reload (to look at a different time frame for example, it seems to redraw itself over and over again.  If