Displaying 4 results from an estimated 4 matches for "atrun".
Did you mean:
arun
2014 Oct 14
2
nslcd samba 4.1 and FreeBSD 10
...should I use for Samba user authentication? The default FreeBSD implementation does not offer a policy for the Samba service. Here are the default policies:
root at cache:/home# ll /etc/pam.d/
total 64
-r--r--r-- 1 root wheel 2911 Jan 16 2014 README
-rw-r--r-- 1 root wheel 322 Jan 16 2014 atrun
-rw-r--r-- 1 root wheel 199 Jan 16 2014 cron
-rw-r--r-- 2 root wheel 531 Jan 16 2014 ftp
-rw-r--r-- 2 root wheel 531 Jan 16 2014 ftpd
-rw-r--r-- 1 root wheel 365 Jan 16 2014 imap
-rw-r--r-- 1 root wheel 588 Oct 10 12:16 login
-rw-r--r-- 1 root wheel 907 Oct 10 11:12 othe...
1997 Jan 05
0
Log File Monitoring (was: Re: libc bugs)
...ve had syslog log everything to one file and another
process reading that file, scanning for unknown or known-to-be-serious
messages. Since I currently don''t have to bother much about
performance issues this is a simple
tail -f | awk ''
/.*/USR/SBIN/CRON\[[0-9]+\]: \(root\) CMD \(atrun -l 0.5\)/ { next; }
/.*sendmail\[[0-9]+\]:.* from=<[^>]*devnull.ruhr.de>.*/ { next; }
/.*sendmail\[[0-9]+\]:.* to=<[^>]*devnull.ruhr.de>.*/ { next; }
.
.
.
/.*LOGIN FAILURE.*/...
1997 Sep 16
8
Re: Security Concern..
...the times
This is sgid executable, not suid. In order to create a lock file you better
have it.
> >-rwsr-xr-x 1 root bin 17196 May 22 1996 /usr/bin/a /usr/bin/a
> t
> there are some exploits for it. I suggest you chmod -s it.
Silly advice. There were some exploits of atrun about 2 *years* ago.
>
> >-rws--x--x 1 root bin 9236 May 22 1996 /usr/bin/crontab
> same as above
And lose all functionality? Nice comment.
>
> >-rws--x--x 1 root bin 39416 May 22 1996 /usr/bin/splitvt
> Uh, I don''t know what'...
2003 Jul 29
6
kernel deadlock
We have a reproducible problem with FreeBSD-4.7 which is apparently a
deadlock.
The system is undergoing a filesystem stress test.
The machine is pingable, but console and most other features are
unresponsive.
The console debugger can be accessed.
The following information is available with db's "ps".
I suspect the wchan of "inode" to be what everything is waiting on.