OS X :: SSH Key - Permission Denied
Oct 26, 2010
I did a clean 10.6 install and forgot to backup the ssh key. Now when I try to ssh into the server i get this:
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'macpro,10.0.1.20' (RSA) to the list of known hosts.
Permission denied (publickey,keyboard-interactive).
View 3 Replies
ADVERTISEMENT
Jan 16, 2010
I'm attempting to duplicate the functionality exposed by Apple's signature server, by entering (/private/etc/hosts) into the command line of Terminal Bash. I'm doing this to downgrade the firmware in my iphone 3gs from 3.1.2 to 3.0.1. I've been receiving a (permission denied) response for my efforts. I've gone into "Disk Utility and added myself as a "root user". However, that doesn't seem to correct the permission denied issue. Perhaps I didn't correctly add myself as a root user.
View 1 Replies
View Related
Mar 4, 2008
I've used sudo before successfully, but suddenly it doesn't work anymore! For example, I try setting a shutdown timer using:
Code:
sudo shutdown -h +60
or
sudo pmset disksleep 30
or even just
sudo
and get
Code:
sudo: can't open /private/etc/sudoers: Permission denied
Just typing sudo alone results in the same error.
I've tried searching and following other threads on this topic to no avail. Repairing permissions from disk utility didn't help either.
View 22 Replies
View Related
Jul 14, 2008
I have this card reader. I have this brand new SD card. When I plug the card reader in and put the SD card in. The card reader blinks the light and then, on my disk utility. All I see is this: So it does not show up on the desktop. It seems I cant mount it. I cant erase it or anything...it says "permission denied" when I try to format it. I have a Mac Pro too.
View 9 Replies
View Related
Oct 7, 2009
I'm trying to configure a mac as a smb server and am encountering numerous difficulties in doing so. While I managed to get around most of them, one remains unsettled. I have my samba server running and what to add new users and passwords. Yet, when I want to use useradd or adduser, neither of the commands are recognized in the Mac OS X 10.6 terminal.
Moreover, the smbpasswd command is either non recognized when using sudo or, when logged in as a root, I get: sh: /usr/bin/smbpasswd: Permission denied
I also tried adding users through webmin, but I can only synchronize does on the Mac and when I want to modify the passwords, I get: Access control violation: Failed to change password using smbpasswd:
How do you add and update smb users on Mac OS X ?
View 1 Replies
View Related
Dec 26, 2009
I just got a MacBook Pro in November, and I've been having so many problems trying to do command line stuff that it makes me want to cry. Right now I'm trying to reinstall lua because it stopped working right, and I'm trying to install MacPorts to do so. When I tried to run the command: sudo port -d selfupdate, to update the ports like the MacPorts website says to do, I got a couple of permission denied messages and something about "can't find package Pextlib 1.0". So I looked up the Pextlib thing and was following the instructions at this site but when I try to edit pkgIndex.tcl file I get a permission denied message again.
I tried repairing permissions with disk utility, but that didn't work. I ran "ls -lad /" and got: drwxrwxr-t 33 root admin 1190 Dec 26 17:44 /
and I ran "id" and got: uid=501(myname) gid=20(staff) groups=20(staff),204(_developer),100(_lpoperator),98(_lpadmin),81(_appserveradm),80(admin),79(_appse rverusr),61(localaccounts),12(everyone),401(com.apple.access_screensharing),402(com.apple.sharepoint .group.1)
View 2 Replies
View Related
Apr 23, 2010
I am trying to install Symfony (a php framework) locally and have installed MAMP.
Symfony asks me to run this command
Code:
php lib/vendor/symfony/data/bin/symfony generate:project PROJECT_NAME
but I get
Code:
-bash: /usr/bin/php: Permission denied
now, in /usr/bin/php there is an alias to the location of php which is under MAMP in bin/php5.3/bin and this may be a reason for the error.
Even
Code:
php -v
gives
Code:
-bash: /usr/bin/php: Permission denied
I tried to login as root, but still nothing.
View 14 Replies
View Related
Jul 30, 2010
I'm trying to configure MacPorts to install Wine. According to this site: [URL]. I need to enter the command
echo export PATH=/opt/local/bin:/opt/local/sbin:$PATH$'
'export MANPATH=/opt/local/man:$MANPATH | sudo tee -a /etc/profile
but this just gets me the error message: sudo: can't open /private/etc/sudoers: Permission denied. I only have one account on this computer, so it is an admin account. I'm not really familiar with Terminal.
View 4 Replies
View Related
Mar 12, 2012
i have tried searching for answers but still no luck. im kinda scared mdealing with the terminal but have tried a few but to no avail.
Info:
MacBook, Mac OS X (10.4.11)
View 4 Replies
View Related
Jun 26, 2014
in my office I've a network hard drive mounted volume on /Volumes/guest-share, when I try to open directory I get an error:
"The folder can't be opened because you don't have permission to see its contents"
imac:/ roccoverrastro$ ls -AOel /Volumes/
total 56
-rw-r--r--@ 1 roccoverrastro admin - 6148 26 Giu 00:33 .DS_Store
[Code] .....
View 3 Replies
View Related
Mar 21, 2009
I have two imac computers networked both running Leopard OS. Mac1 connects to the 2wire ADSL router via Ethernet. Mac2 connects via wireless. Wireless signal is strong. Both computers can connect to the Internet. Both computers can share files with each other. Firewalls set to allow all incoming connection.
Cannot ping from either computer to the other. Error message: Permission Denied. Using the terminal for pinging has the same results. Have not found a solution search the forums. Would like to solve this problem before attempting to add a windows xp laptop to the network.
View 6 Replies
View Related
Apr 7, 2012
Using a Macbook Pro and Lion, suddenly unable to save Pages files. Tried verifying and repairing permissions, restarting program and laptop,tested various kinds of files, all say permission denied. unable to save changes also. Useless unless I can save my work.
Info:
MacBook Pro (13-inch Mid 2010), Mac OS X (10.7.3), Pages worked fine for two years
View 3 Replies
View Related
Apr 9, 2012
I was trying to install a software and edit hosts' files in Terminal to finish the whole process. However I can't find the location of hosts even searching on the net. I tried to put /etc/hosts and /private/etc/hosts/, they were 'no such file or directory' and 'permission denied' !
Info:
Mac Pro, Mac OS X (10.7.3), early 2011
View 6 Replies
View Related
May 4, 2010
my MacBook Air wouldn't boot up. After booting from the Install DVD and running disk utility, it said that there was a problem with the internal hard disk drive and that it needed to be reformatted and OS X reinstalled. I am now trying to backup some of my files onto a 1TB external hard disk drive using single user mode.
View 3 Replies
View Related
Jul 29, 2009
The problem is when I put my 4gb flash drive in, the computer doesn't recognize it and doesn't show up on the desktop. So I go into Disk Utility and try to format it to maybe fix it that way, but when I try to, it says format failed, permission denied.
View 6 Replies
View Related
Dec 9, 2014
how to set up my password with iCloud and it allow to use it, that I tried it so many times but it still denied. I did not know to turn on iCloud?Because that, I had problem with my password.
Info:
MacBook Pro with Retina display, Mac OS X (10.1.x), I would like to receive the receipt
View 1 Replies
View Related
Jan 2, 2010
So I decided to install Perian today on my SL 10.6.2. I ran it and it created an icon in the Pref Pane, but when I clicked on the icon and then hit the Install button, nothing happened. I tried it several times and even restarted my MBP, but still nothing. I then tried opening Console to see what happens when I hit the Install button in Perian, and I saw several msgs saying Permission Denied.
What the heck is this? I've already experienced some permissions issues lately when I tried to copy mp3s onto my USB key, so I ran the OnyX maintenance just yesterday - but to no avail. I still can't copy most of my mp3s onto USB. And I don't really see a reason why I should repair permissions once again today just because of Perian? I really don't get this Mac OS permissions crap. I am the only user on this computer and am therefore an Admin, so what is all the fuss about permissions?
View 7 Replies
View Related
Apr 6, 2012
I have 2 macs hooked up on a verizon wireless network. Got a new mac mini with Lion when my "old" Imac Intel core dou with tiger stopped working. However I had it repaired and now have both sharing the same wireless network.Since old Mac was online previously it is set now as the administrator. Don't know if that is the problem but file sharing privileges a denied and Iv'e tried everything
Info:
iMac, Mac OS X (10.4.3)
View 5 Replies
View Related
Jan 10, 2009
We recently installed a mac pro running serverX 10.5.6.(2x3.2 Quad Core Intel Xeon, 16GB 800 MHZ.) I was able to connect to the server from my imac (leopard) and use ARD (V3.2.2) with no problems. Now, since I had shutdown the server for about a week I started it up the other day I am now unable to access it thru our network. On my IMac I try to access using ARD the server lists: "Access Denied". Using GO-Connect to Server I get the message "Connection Failed The server may not exist or it is not operational at this time. Check the server name or IP and your network connection and try again."
I can ping the IP address from my imac. The server is able to access the internet, so I know it's not my network. I have used Disk Utility (on the server) and reset the permissions. After hours on Apple's site and googling I am at a loss. I'm thinking it has something to do with access permissions or something got tweaked at startup (no startup progs in Accts login window) after I turned the unit off for over a week.
View 1 Replies
View Related
Oct 15, 2010
I am on a ship using a proxy server from our ISP to connect to the internet via a V-SAT satalite dome. We all have individual accounts and the guys using PC's have no problems connecting to the internet. My account also works on a P.C. However whenever i try to connect to the internet I get an Error message 403 "the following URL could not be found" "access denied". However if I disable my proxy settings reconnect to the internet then re-enable my proxy settings I am able to get on line but only for a minute or two then I get the message again. Switching off my proxies then on again always gets me on line but only for a very short period (30 secs to a minute ish).
There has been an occasional time when I have been able to access the internet for longer but only when there has been 3 or 4 people on line and browsing at the same time. I have spoken to my ISP and he thinks I may have been piggy backing onto someone elses account but was unable to offer any other advice and referred my case to someone else and I am still waiting for their response. I am running a mac book pro on snow leopard 10.6.4, using firefox (have the same problem with Safari) with proxy set to "use system settings" and my network preferences set with the given proxy server settings (192.168.10.132, port 3128). I have the same problems using WiFi or cable also.
Other info: my IP address stays the same. Although my cable IP is different from my wifi address. IPv6 is set to automatic. I think the problem lies with my mac as my given user account works on PC computers ( which I am using now!). Also there are 3 other guys with mac books who have also had the same problems although they are now at home. I have also tried changing to a guest account with similar problems although I cannot change proxy settings.
View 2 Replies
View Related
Jun 3, 2014
The Mac app store on my computers indicates that i have one update avalible, but when i try to ener the update section to start it. I get this message. Access Denied
You don't have permission to access "/L/673/1119/0s/su.itunes.apple.com.akadns.net/WebObjects/MZSoftwareUpdate.woa/ wa/viewSoftwareUpdates" on this server. Reference #18.3b4e7b5c.1401863922.ba03e3b
Info:
MacBook Pro with Retina display
View 2 Replies
View Related
Sep 22, 2010
I have plugged in my External drive to my MacBook Pro, and it's all fine when I open the files in it. But as I try to transfer files to my hard drive, it won't transfer. Instead it keeps denied and the same goes when I try to transfer some files to another persons hard drive.
View 1 Replies
View Related
Dec 7, 2009
Trying to install Dreamweaver MX2004 on the only computer I own that I can still run the program on - 10.4.11 MacBook with plenty of space - and I get this error message.
Of course there is no way, other than spending countless hours of reading thousands of posts and millions of worthless nonsense, to find any help on Adobe (Price per share, $36.37 as of 12.07, "Have I resolved all your issues?").
Any idea as to what's going on? It was on another computer...I may be able to do a Firewire move of the software...if I can relaunch, but I think I removed it from the other computer already. I ran disk utility, as suggested on another forum where I trolled for about an hour.
View 3 Replies
View Related
Jul 1, 2014
I have 2 Imacs, both running OS 10.9.3. The run on a simple office ethernet wired network. We have had no problems until yesterday when suddenly one of the Imacs (Imac A) disappeared from the network. Imac A could see Imac B but not the other way round. Imac A connected to Imac B but was denied access to all the folders under the user directory on Imac B. The folders all have the no entry icon on them and if I try to open them I get the message "can't be opened because you don't have permission to see its contents" . I have checked that the sharing set up on both machines allows access read and write on items and we have been successfully sharing files for months.
I have hooked up an old Mac Pro running 10.8.6. to the network. It can see both the Imacs but when I transferred files from that machine to Imac B I got the message "can't be opened because you don't have permission to see its contents". I've checked and the permissions on this folder are set for all to read and write.
So far I have checked and repaired privileges using disk first aid.
The Imacs are both 3.1ghz Quad core i5 running 10.9.3.
View 1 Replies
View Related
Dec 10, 2014
Where do I get a driver for a Canon CP 800 printer. I installed OS Yosemite recently. The printer gives the code "Access denied 5000"
Info:
Mac mini, OS X Yosemite (10.10.1), mid 2011
View 1 Replies
View Related
Jun 8, 2010
I'm trying to get Prey anti theft working on my macbook. It runs manual and the site says it checks out but a test run didn't seem to work. So I checked console and found: com.apple.launchd[1] (0x10a740.cron[2330]) Could not setup Mach task special port 9: (os/kern) no access Then as I go poking thru console for further clues I notice that I'm denied access to certain logs. Even normal stuff like Itunes crash and such. I'm logged in as admin and I don't recall ever noticing this on my old imac running Panther. This one is running Leopard 10.5.8 and I'm still pretty new to it. Am I missing something here? Why am I denied access? I know it protects certain core systems but console logs?
View 2 Replies
View Related
Sep 14, 2009
I get a -5000 access denied error every time I try to install Canoscan driver software. I tried repairing permissions, rebooted etc. It still happens. I cannot scan.
View 2 Replies
View Related
May 2, 2012
Today I turned on my iMac and an access denied symbol show up at the loading screen. After waiting a while, it changed into a folder with an iterrogation in the middle of it and it starts to twinkle. I really don't know whats going on. Yesterday I turned off the iMac as normally and I didn't add/remove any programs or made a change on my settings.
Info:
iMac
View 2 Replies
View Related
Apr 12, 2012
I recently opened my system files and noticed a file called deferred install. When I tried to open it ,it told me I was denied access to this file even though I am the owner and only user of this computer.
Info:
iMac, Mac OS X (10.7.2)
View 11 Replies
View Related
Jun 9, 2012
I waas locked out of Sirus.ca on safari, the top of the screen says access denied and the site is inactive it waorks on my pc but not on the imac in safari is there a setting in safari I can reset to unlock things?
Info:
iMac (27-inch Mid 2011)
View 1 Replies
View Related