search for: deny

Displaying 20 results from an estimated 13970 matches for "deny".

2014 May 28
2
/etc/bash_completion.d/git generates permissions errors
I did a yum update to my desktop machine as root this morning and now my regular logon account sees this whenever I press the enter key: etc/audisp/audispd.conf: Permission denied etc/audisp/plugins.d/af_unix.conf: Permission denied etc/audisp/plugins.d/syslog.conf: Permission denied etc/audit/audit.rules: Permission denied etc/audit/auditd.conf: Permission deniedetc/dhcp/dhclient.d/ntp.sh:
2011 Feb 12
1
Error with wine & wiso tools
I just got wisotools . The first time I ran the app it ran fine . The GUI loaded and I was able to ATTEMPT to install bfbc2. It failed and now when I try to run wisotools again I get this error Code: jared at jared-EP45-DS3L:~$ sh wisotool rm: cannot remove `/home/jared/.wine/dosdevices/c:/wisotooltmp/menutext': Permission denied rm: cannot remove
2013 Mar 25
1
Bug#703936: logcheck-database: SSH Bad Protocol Version Idenitifcation Rule is incomplete
Package: logcheck-database Version: 1.3.13 Severity: normal The rule for SSH ignoring "Bad protocol version identification" assumes there are no single quotes inside the version string ('[^']'). I am however getting mails including those lines: Mar 25 22:57:04 Debian-60-squeeze-64-minimal sshd[12144]: Bad protocol version identification
2003 Apr 25
2
firewalling help/audit
...understand it is a very basic configuration but I would like to be sure not to make any mistake. Thanks a lot in advance. Antoine Here is my ruleset: #!/bin/sh # Firewall Command fwcmd="/sbin/ipfw" # Flush out the list before we begin. ${fwcmd} -f flush # Stop spoofing ${fwcmd} add deny all from 192.168.0.0:255.255.255.0 to any in via tun0 ### ${fwcmd} add deny all from ${outside_net}:${outside_mask} to any in via vr0 ### Disabled --> dynamic @ip # Stop RFC1918 nets on the outside interface ${fwcmd} add deny all from any to 10.0.0.0/8 via tun0 ${fwcmd} add deny all from any t...
2006 Sep 18
0
Permission denied
Hii All, I'm really a linux newbie, I managed to run into a problem with rsync. I want to conduct backups of various files and directories over about miles of Internet, so I chose ssh and rsync for the job. Earlier it used to work fine, but suddenly donno what happened it started to show the following errors sync: mkstemp
2010 Jan 25
6
Best practice for setting ACL
...split each line, so you getone for each inheritance-setting: group:sa:full_set:f:allow,\ group:sa:full_set:d:allow,\ group:vk:read_set:f:allow,\ group:vk:read_set:d:allow \ And some include all negative permissions, like this: group:sa:full_set:f:allow,\ group:sa:full_set:d:allow,\ group:sa::f:deny,\ group:sa::d:deny,\ group:vk:read_set:f:allow,\ group:vk:read_set:d:allow,\ group:vk:wxpdDAWCos:f:deny,\ group:vk:wxpdDAWCos:d:deny,\ everyone@::f:allow,\ everyone@::d:allow,\ everyone@:full_set:f:deny,\ everyone@:full_set:d:deny \ - Which, I admit, looks more tidy and thoroughly done, but is it...
2002 Sep 16
0
Samba & Windows 2000 printer support on AIX
Hello We have a problem with Samba on AIX and clients running on Windows 2000. We have implemented printer support as described in the document 'Printing Support in Samba 2.2.x'. Environment: AIX 4.3.3 & AIX 4.2.1 with Samba 2.2.4, 2.2.5, 2.2.6 pre 2, Windows 2000 SP 3. Problem: Printer properties is not available to end users (eg. available RAM etc.). When configuring the printer
2017 Feb 12
3
Centos7 and old Bind bug
This is my new Centos7 DNS server. In logwatch I am seeing: **Unmatched Entries** dispatch 0xb4378008: open_socket(0.0.0.0#5546) -> permission denied: continuing: 1 Time(s) dispatch 0xb4463008: open_socket(::#1935) -> permission denied: continuing: 1 Time(s) dispatch 0xb4464440: open_socket(::#8554) -> permission denied: continuing: 1 Time(s) dispatch 0xb4464440:
2015 Jan 09
2
auth-deny : from file to LDAP
...; >> a) should I >> >> . change the driver of the first passdb from passwd-file to ldap >> . for user to be rejected, add an LDAP attribute named "foo" with a value of "yes" and map it with something like this : >> >> pass_attrs = ....,foo=deny in dovecot-ldap.conf.ext ? >> > > This doesn't seem to work but maybe am I misunderstanding the logic : > > I thought that in the passdb{} section of auth-deny.conf.ext, you could comment > "deny = yes" as long as the passdb returned an extra_field mapped on &quot...
2005 Nov 22
2
ipfw check-state issue
...derstand ... something is wrong ... 01000 8042 1947866 allow ip from any to any via fxp0 01010 0 0 allow ip from any to any via lo0 01014 9886 4170269 divert 8668 ip from any to any in via vr0 01015 0 0 check-state 01130 14679 5695969 skipto 1800 ip from any to any out via vr0 keep-state 01300 0 0 deny ip from 192.168.0.0/16 <http://192.168.0.0/16> to any in via vr0 01301 0 0 deny ip from 172.16.0.0/12 <http://172.16.0.0/12> to any in via vr0 01302 4 140 deny ip from 10.0.0.0/8 <http://10.0.0.0/8> to any in via vr0 01303 0 0 deny ip from 127.0.0.0/8 <http://127.0.0.0/8> to...
2008 Nov 04
1
Confusing behavior of hosts allow/hosts deny in Samba 3.0.28/3.2.4
I saw some unexpected behavior in the interaction of hosts allow and hosts deny on Samba 3.0.28. I built Samba 3.2.4 just to be sure it wasn't something that had been fixed. I saw the same behavior. I'm not sure if it is a bug or a failure on my part to understand the documentation or misleading documentation. If I have a share defined as [export] comment...
2017 Sep 21
1
Public mirror synchronization failing
Hello, Our CentOS public mirror synchronization is failing since yesterday, with the log files showing the following "Permission denied" messages. It seems that my server is not able to access some of the files; any leads on to how to resolve it? rsync: send_files failed to open "/7.4.1708/atomic/x86_64/repo/tmp/tmp.3PYmPD" (in centos): Permission denied (13) rsync:
2015 Jan 08
2
auth-deny : from file to LDAP
Hello Timo, I want to deny access to some users. For now I'm doing it using 2 passdb's and listing users in a text file. !include auth-deny.conf.ext -> passwd-file driver !include auth-ldap.conf.ext -> ldap driver I want to do the same using only LDAP. I'm not quite sure how to do it : a) should I . ch...
2010 Feb 07
2
Samba + Quickbooks Idle Crash
I have a samba server running on ubuntu 9.10 with windows (both Xp and vista) clients running quickbooks (accounting software). Quickbooks can connect to the samba server and get access to the data files with no problems, if the secretary uses quickbooks continuously there is never a problem the system works for hours on end. However if the secretary leaves the software running but doing nothing
2009 Jul 30
1
DNS probe sources
These source addresses are likely spoofed, but am still curious whether other FreeBSD admins saw a preponderance of DNS probes originating from Microsoft corp subnets ahead of the recent ISC bind vulnerability announcement? Roger Marquis Jul 28 16:51:23 PDT named[...]: client 94.245.67.253#10546: query (cache) 'output.txt/A/IN' denied Jul 28 16:51:23 PDT named[...]: client
2018 Jul 03
2
client @0x7f6ed800bc20 172.16.5.86#62582: update 'campus.company.intra/IN' denied
> > I don't know what error you are getting, even if you have posted it, > can you post the full error. Can you please post all the lines from > syslog around the error and not just the error. The only logs that show is below. ./daemon.log.1:33430:Jul 2 06:16:28 dc3 named[9754]: client 10.10.4.3#52074: update 'campus.company.intra/IN' denied ./daemon.log.1:33432:Jul 2
2020 Jun 24
1
inotify_add_watch returned Permission denied
Hello, We are using Samba 4.10.16 as a file server on a linux box with SLES 12. All is working fine with our NAS NFS Shares. We are now trying to integrate new NFS Shares from an archive provider, but samba gets crashed when a client tries to access files on these shares. New start of samba is required! In the smbd.log, I see these entries: [2020/06/24 17:58:23.118208, 1]
2012 Mar 14
10
permission denied errors on /var/lib/puppet stuff during puppetd -t
I''m suddenly getting the below errors from Rack during puppetd -t (excerpted from the pink HTML output and cleaned for readability): Could not prepare for execution: Got 10 failure(s) while initializing: change from absent to directory failed: Could not set ''directory on ensure: Permission denied - /var/lib/puppet/yaml; change from absent to directory failed: Could not set
2009 Nov 03
2
DNS log file question
I am trying to sort out a configuration problem with y slave servers, more on that in a following message, but while I was examining the system log on one of those servers I saw this: Nov 3 12:30:43 inet04 named[18110]: client 174.88.12.107#60136: query (cache) 'www.soundunwound.com/A/IN' denied Nov 3 12:30:43 inet04 named[18110]: client 174.88.12.107#60140: query (cache)
2011 Jun 27
1
Denying user won't work as expected
Hello I tried to use the "deny user" feature but it does not work as expected ... ( dovecot 2.0.12 ) we use LDAP as authentication source I modified the 10-auth.conf file as the following # <doc/wiki/UserDatabase.txt> !include auth-deny.conf.ext #!include auth-master.conf.ext #!include auth-system.conf.ext #!inclu...