You are not logged in.
Pages: 1
Hey there,
i am having the devil of a time getting a couple of things to work.
first off is cups. I installed cups and hplip, put hplip and then cups in the DAEMONS array in rc.conf. tried to start them and they failed.
firefox lets me go to localhost:631 but if I try to do anything, it gives me this message
This address uses a network port which is normally used for purposes other than Web browsing. Firefox has canceled the request for your protection.
also, i cannot seem to get nfs to share a drive. I have four computers in the house, all run a version of linux ( arch and ubuntu ).
i need them all to have permission to share, write to and delete copy everything in a shared nfs folder
here is my hosts.allow
#
# /etc/hosts.allow
#
ALL: 192.168.1.1
ALL: 192.168.1.3
ALL: 192.168.1.4
# End of file
and hosts.deny
#
# /etc/hosts.deny
#
ALL: ALL: DENY
# End of file
exports
/stuff 192.168.1.0/255.255.255.0(rw,sync)
/ark 192.168.1.1(rw,sync)
and my DAEMONS from rc.conf
DAEMONS=(syslog-ng network portmap nfslock nfsd netfs hplip cups crond alsa)
this is not the computer connected to the internet or my router, thats a different machine.
when i try to mount the drive from the other machine, it tells me permission denied.
are the two issues related ?
thanks for any help
Offline
Firewall?
Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein
Offline
Pages: 1