Calling dhclient as root works beautifully on my debian machine. However, I would like to allow some users to execute dhclient, too.
Fedora 15 server minimal install
installed logwatch
Get this
/etc/cron.daily/0logwatch:
cat: /var/log/maillog: Permission denied
cat: /var/log/secure: Permission denied
cat: /var/log/messages: Permission denied
cat: /var/log/yum.log: Permission denied
-bash-4.1# ls -l /var/log
total 18440
-rw-------. 1 root root 11701 May 11 16:44 anaconda.log
-rw-------.
I try to delete all symbolic links pointing to Python3.2 with
sudo ls -l .
I've been through all tutorials and solved problems I can find about RVM. There's something wrong with permissions. There are no rubies installed, and when I try to install one: "permission denied". I can't even do rvm implode without "permission denied".
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?
I get a permission denied error when attempting to mount a shared file from a server.
It was setup with guest access ticked so am not sure what is wrong.
When the password prompt appears I just press return for blank:
Code:
usb@usb:~$ sudo mount -t smbfs //192.168.0.9/Videos /mnt/Videos -o username=guest
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.
Hi..
I have set up NIS server in a fedora machine and NIS client in a ubuntu 9.10...I am able to login with the NIS users but the issue is i am not able to create any directory..permission denied..So,Kindly guide me on...thank you
service httpd restart
Error:
Starting httpd: (13)Permission denied: make_sock: could not bind to address [::]:4508
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:4508
no listening sockets available, shutting down
I'm following the official instructions for burning an Ubuntu image on a USB stick from a macbook pro.
Step 8 when trying
$ sudo dd if=/path/to/downloaded.img of=/dev/rdisk1 bs=1m
I'm getting (after having typed my root password)
dd: /dev/rdisk1: Permission denied
How can it be explained ?