Fedora Networking :: Ping: Sendto Permission Denied

Jul 22, 2010

I run a small home network with a wireless network using Apple airport wireless router. I have two macs and one Linux box (Fedora 13). Everything worked until about a week ago. Now the two macs can communicate with each other, and one of the macs can communicate with the Linux box, but the other can't, which is a bummer because it is a print server.

Pinging from the mac to the linux box gives the error message:

ping: sendto permission denied

Ping from the Linux box to the mac just hangs:

[/home/pjs] # ping 10.0.1.5
PING 10.0.1.5 (10.0.1.5) 56(84) bytes of data.

Firewalls on both boxes have been disabled. The Mac was running Little Snitch, but it has been uninstalled.

I have looked for messages from /var/log/message using tail -f and there are none when I ping either way.

ifconfig and /etc hosts, hosts.allow and hosts.deny look normal.

View 2 Replies


ADVERTISEMENT

Fedora Networking :: Ssh Error Message - Permission Denied

Feb 8, 2011

I've just set up keys using

[Code]...

View 5 Replies View Related

Fedora Networking :: Permission Denied When Sending Packet Using DITG?

Mar 14, 2011

I'm implementing static IPv6 address on two Fedora 13 installed hosts. These two computers are connected using a switch between them and I use D-ITG to generate traffic in the network.I need to send packet from host1 to host2 using this command and I got permission denied

Code:
#./ITGSend -a 2001:db8:c003:111e::3 -T UDP -x recv_log_file -t 30000 -c 32
Connect error in createTransportChan(): Permission denied

[code]....

View 1 Replies View Related

Networking :: NFS Server - Permission Denied ?

May 12, 2010

I have a mount problem with a NFS server on Debian Lenny. No matter what I do, I cannot mount a directory from another Debian box on the same network.

The error the client gives:

The server reports:

But there it is, in my exports:

cat /etc/exports:

Doing a:

NOTE: this default has changed since nfs-utils version 1.0.x

Comes up empty (and it should not, right?)

There is no firewall inbetween. No access restrictions via the tcpwrappers.

View 8 Replies View Related

Networking :: NFS Share Permission Denied

Mar 23, 2010

I'm sure there is a very trivial solution to my problem but I just can't figure it out due to my lack of knowledge.I want to mount an nfs share share on client1. The share is on server1.The server1 /etc/exportfs has entry: /backup client1 rw,all_squash,no_subtree_ check) The client1 sudo mount works just fine: sudo mount server1:/backup /backup..Can anyone let me know how to mount the nfs whare with options to read/write permissions for a regular user. And then put that mount into /etc/fstab? Should I mount first and then change the ownership of that folder?

View 4 Replies View Related

Networking :: NFS Server Mount - Permission Denied

May 2, 2010

I just set up a storage server with NFS sharing. Everything work fine but, when trying to mount the remote partition on my ws, this is the issue:
/usr/sbin/start-statd: line 8: /sbin/rpc.statd: Permission denied
/usr/sbin/start-statd: line 8: /sbin/rpc.statd: Success
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.

I tried so to mount it locally :
mount.nfs: access denied by server while mounting localhost:/var/ftp/pub /mnt
I don't think it depends because of the permiss of the directory, and anyway it's 1777.

View 4 Replies View Related

Networking :: SSH - SCP Permission Denied (File Not Exist)

Oct 13, 2009

using a terminal
logged into userMan remotely

[code]
scp /file.txt xxx.xxx.xx:/home/userMan/
[code]

Is the syntax above correct?
I'm trying to copy /file.txt from local machine, to server with userMan
error: /file.txt doesn't exist

View 8 Replies View Related

Networking :: Unable To Ping Host From OpenVPN Client After Port 22 Denied

Mar 28, 2010

After I applied below iptables rule.. I am unable to ping the host in 172.16.1.0/24 from OpenVPN client

View 1 Replies View Related

Ubuntu Networking :: Permission Denied For Windows Mount

Mar 26, 2010

I have followed that many post about using a Windows mount, and still have an issue.

Using Ubuntu 8.04 to mount a shared on a Windows 2003 Server.

I have the fstab method with this line:

//server/xms /mnt/xms cifs defaults,uid=1000,gid=1000,credentials=/root/.smbcredentials 0 0

or

//server/xms /mnt/xms cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_ mode=0777 0 0

Both work when doing a mount /mnt/xms command. I can ls the directory on the windows share. I can cat files from the windows share.

If I touch or mkdir in the windows share I get "Permission denied"

View 2 Replies View Related

Ubuntu Networking :: NFS4 - UID Mapping - Permission Denied

Oct 14, 2010

I wanted to use NFS4 with id mapping. I followed the write up at [URL] and basically have everything working.

The problem is that I cannot write a file unless I have group write permissions. On the server the user has uid = 1000, gid = 1000. On the client the user has uid =1699, gid = 1000. Both have the same user name.

On the client the directory listing properly shows the user name and the group name. If the file on the server is 644, the client cannot write to the file. If it is 664 on the server, then the client can write to the file.

/etc/export on server contains:

Code:
/export 172.24.84.0/24(rw,fsid=0,insecure,no_subtree_check,async)
/export/myuser 172.24.84.0/24(rw,nohide,insecure,no_subtree_check,async)
/etc/fstab on client contains:

Code:
nfsserver:/myuser /home/myuser/mntpoint nfs4 rw,noauto,user 0 0

View 5 Replies View Related

Fedora :: ~/.bashrc Permission Denied 13?

Nov 15, 2010

I am trying to install Network simulator 2.34 on fedora 13..my installation was successful. but I am unable edit my bashrc file...All I had to do was

"
Add all these lines into your ~/.bashrc file:
export PATH=$PATH:/opt/ns-allinone-2.34/bin:/opt/ns-allinone-2.34/tcl8.4.18/unix:/opt/ns-allinone-

[code]....

View 4 Replies View Related

Software :: Permission Denied On Fedora 12?

Feb 24, 2010

When I try to run .bin files for example when I try to install adobe air for linux, I get this error even if I am logged in as SU.Quote:

[root@localhost Downloads]# ./AdobeAIRInstaller.bin
bash: ./AdobeAIRInstaller.bin: Permission denied

View 5 Replies View Related

Ubuntu Networking :: X11vnc - Permission Denied (publickey - Password)

Sep 22, 2010

I want to access my desktop from my laptop over the internet, after a while I found this [URL] so I followed the instructions "Access your PC over the internet" and "Logging in from another Ubuntu PC". Everything goes well until I try to run the shell script and get this: laptopuser@123.456.7.890's password:

I tried my luck with the passphrase associated with the rsa key, with the password of the laptopuser@laptop and with the password of the desktopuser@desktop but I keep getting Permission Denied (publickey, password).

View 5 Replies View Related

Ubuntu Networking :: Mounting Samba Shared - Permission Denied

Dec 10, 2010

I have a shared directory on another machine but I can't get it to mount as a samba share. The permission denied doesn't say where/which permission is denied. Is it on the remote on on the local machine? The remote has sharing enabled for the shareddocs directory and after I have mkdir'ed the local mount point I open it's permissions too. The verbose response from mount.cfis looks like this:

mount.cifs kernel mount options: unc=//192.168.1.102shareddocs,domain=WORKGROUP,ver=1,rw ,username=clive,,,,,,,,,,,ip=192.168.1.102,pass=** ******
mount error(13): Permission denied
Refer to the mount.cifs( manual page (e.g. man mount.cifs)

The man page does not have a list of error codes.

View 4 Replies View Related

Fedora :: PHP - Fopen() - Permission Denied - Even Though Chmod 755?

Feb 25, 2009

I have stipped down the test to the basics and still can't get it to work.I have a file called test.php stored in /usr/share/data/audio (an aliased directory in apache). This file simply contains the code...

Code:
<?php
fopen('play.xml', 'w') or die("can't open file");;

[code]...

View 3 Replies View Related

Fedora :: Permission Denied While Using MAKE Command?

Dec 13, 2009

i am getting error that Permission denied in the middle of execution of MAKE command, after i successfully ran ./configure.

View 1 Replies View Related

Fedora :: Skins In Audacious - Permission Denied

Jul 20, 2010

-xmms does support the "Expensive Hi Fi", wich as i told i've allreday installed and works.

-Xmms doesn't support the "Analog Vu Meter Plugin" for that skin, wich i don't know were to download(i only am able to see the images of it at [url]?content=49220"-3rd picture bellow, left side-the "Sony Vu's").

-The http page refers the skins and the plugin to KDE graphic environment, i'm using GNOME, and i'm not shure that this may make any difference.

-After the exausting net reading, i think...?, that Audacious does support the "Expensive Hi Fi" and the "Analog Vu Meter Plugin".

As i told, i don't give up that easy, and Audacious seems to be some upgrade or evolution of Xmms, and it as that "retro classic" look that i like and can be personalized like Xmms.

So, i've allready installed Audacios, with all the necessary codecs and libraries, and it's working so well as Xmms worked.

But know i'm having another problem :

-To personalize skins in Audacious(...more exausting net reading...), the operation should be so easy as:

-For any skin that we want(*.wal;*.wsz or compressed one's...), download it and copy it into:/users/share/audacious/Skins, wich i've allready tried(such as skins pasted into .xmms), but i get this error message:"Permission denied"!

View 4 Replies View Related

Fedora :: Could Not Exec /bin/bash Permission Denied?

Sep 24, 2010

trouble when I log in the fedora as a normal user(not root) today. When I fill the username and the password press enter key. Then pop up a little window locate at topleft corner. And have one line message : "/usr/bin/xterm : Could not exec /bin/bash : Permission Denied"hen I log in as root, it's ok. And when I open shell and type "su username" then the console print "su: /bin/bash: Permission denied"I have checked the perms of "/bin/bash" , it's 755. And I have tried all things which suggested from articles searched through Google. like change / or /root and other directory's permissions but failed

View 4 Replies View Related

CentOS 5 Networking :: Error: Unable To Create Socket - Permission Denied

May 21, 2009

I have a cgi script that tries to get the IP address of a domain. the Domain is defined in Bind, yet it can not resolve it. I put the domain in the host file and it then gives a Error: unable to create socket - Permission denied

I figure I have to do some code changes to the script but here I would like an explaination as to the error I am getting.

View 1 Replies View Related

Fedora :: KVM Could Not Open Disk Image - Permission Denied

Dec 24, 2010

I'm getting error from KVM when i try to create new machine. I have install group Virtualization. From gui virtual-manager (after being asked for root passwd) tried to create new machine. When pressed on 'Finish' got this 'Permission denied' error:
Code:
Unable to complete install '<class 'libvirt.libvirtError'> internal error Process exited while reading console log output: char device redirected to /dev/pts/3
qemu: could not open disk image /sonik_data/software_archive/CentOS-5.5-x86_64-netinstall.iso: Permission denied

Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/create.py", line 1567, in do_install
dom = guest.start_install(False, meter = meter)
File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1023, in start_install
return self._do_install(consolecb, meter, removeOld, wait)
File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1088, in _do_install "install")
File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 1059, in _create_guest
dom = self.conn.createLinux(start_xml, 0)
File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1277, in createLinux
if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self)
libvirtError: internal error Process exited while reading console log output: char device redirected to /dev/pts/3
qemu: could not open disk image /sonik_data/software_archive/CentOS-5.5-x86_64-netinstall.iso: Permission denied

It's running as a root, what permissions we are talking about here? I'm running F14, kernel 2.6.35.10-72.fc14.x86_64, libvirtd 0.8.3

View 4 Replies View Related

Fedora Servers :: Can't (su - Vmail) Permission Denied [Courier Set Up]?

Jan 13, 2011

I was setting up a Postfix email server, and I was following a basic tutorial here. I successfully installed all the required packaged, and then set up a Virtual user for the mailbox, and Set up a new user with this.

Code:
groupadd -g 5000 vmail
useradd -g vmail -u 5000 vmail -d /home/vmail -m

[code]....

View 1 Replies View Related

Fedora :: Error : Permission Denied, Please Try Again. My Nssswitch.conf Is

Aug 2, 2011

I had Fedora 8 installed in few clients and a server (same server for NFS and NIS), and NIS and NFS configured, and was working fine. Yesterday, I upgraded few client computers to Fedora 15 (server is still same), and configured NFS and NIS client. NFS is working fine, I can see home directories.

For NIS: ypwhich, ypcat passwd gives me correct uutput, ypbind is running. The problem is, I can't login to NIS client. The error is: Permission denied, please try again. My nssswitch.conf is

[Code]...

View 2 Replies View Related

Fedora :: Install Matlab2011 In 15 - Permission Denied Finished

Sep 1, 2011

I wanted to install Matlab2011 in fedora15 and i receive this following: Preparing installation files Installing ./install: line 589: /tmp/mathworks_2110/java/jre/glnxa64/jre/bin/java: Permission denied Finished. I think the problem was Java, but I updated java and still is not working.

View 1 Replies View Related

Fedora Security :: Error - Cannot Read /etc/shadow: Permission Denied

Jan 20, 2010

This is weird, today I updated my system and while trying to visudo from single user mode got

"cannot read /etc/shadow: Permission denied"

which kept me from doing anything until I switched to file permissions of 400 on shadow, then back. Is this being experienced by anyone else or just me? /etc/security/limits.conf doesn't seem like it wants to change in enforcing mode either and I can't find any alerts to provide clues on the situation.

View 8 Replies View Related

Fedora :: Cron Backup Permission Denied On External Drive?

Aug 28, 2010

I have a cron backup scheme in which I rsync, then tar, then copy files on my internal hard drives to an external (USB) drive. When it works, it works. But I often get a "Permission Denied" message for all of these tasks. how the external drive is auto-mounted so I edited the etc/fstab so that the owner of the cron job is also the owner of the external drive (I think. Unfortunately, I'm not at that machine right now (it's at work), I can't give the exact fstab line (I will post it as an update to this thread next time I am at the machine).) BUT, I still get times when the cron backup runs fine and other times I get the Permission Denied. This is a shared machine that is dual-booted, so what I *think* is going on is that when the machine is rebooted to Fedora, but nobody logs in, I get a Permission Denied for the cron backup. It seems like on days when someone has logged in as the main user and left without logging out that the cron backup runs fine.

View 8 Replies View Related

Fedora :: Permission Denied - Cannot Run Install Script From Automounted CDROM?

Nov 10, 2010

I'm running Fedora 14, with a SATA interface CD/DVD drive and I'm attempting to run an installation script on a CD for an embedded Linux learning kit.Logged in as root (su), I receive:bash : /media/EmbeddedLinux/install_tools Permission DeniedI have searched and see similar situations on the web, but not exactly the same.I cannot resolve this issue using chmod, and find no relevant exec rights set in /etc/fstab.Using mount I find the (automounted) CD drive on /dev/sr0.I've searched quite a bit but never could find the thread that was supposedly listed in this forum.I understand that I should be able to copy the contents of the folder to my machine, then execute, but if possible I would prefer to address the real cause, not go around it.Also, where on earth will I find the location of whatever is affecting the ability to execute from an automounted media?

View 5 Replies View Related

Fedora Servers :: Mounting Samba Shares Permission Denied?

Jun 2, 2011

I setup a Samba share and I cannot connect. I can mount in on local host but when I CD to the folder I mounted the share on I get access denied when I run ls.

cat /etc/samba/smb.conf
[W$]
path = /Files/
valid users = admin

[Code]....

View 2 Replies View Related

Fedora :: Wireshark - Dumpcap Permission Denied Error Message

Jul 8, 2011

I am trying to use Wireshark and on startup the program pops up a window saying:
Couldn't run /usr/sbin/dumpcap in child process: Permission denied
Are you member of 'wireshark' group? Try running 'usermod -a -G wireshark <username>' as root.

I ran the usermod command to add my account in the group and checked it
Code:
less /etc/group
wireshark:x:490:myaccount
but the same error message pops up.

View 3 Replies View Related

Red Hat / Fedora :: Re-apply Chmod +r Doesn't Works - Permission Denied ?

Dec 23, 2010

I've a pb on a directory...Same pb with others users... fsck -y says fs is clean...Re-apply chmod +r doesn't works...Data are on local HD (not SAN)

View 1 Replies View Related

Red Hat / Fedora :: Setup Iptables - IOError: [Errno 13] Permission Denied

May 26, 2011

I am trying to set up iptables, I get this error message and dont' know what to do.

[Code]...

EDIT. I did chmod 777 /etc/sysconfig/iptables.old and it still doesnt work

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved