search for: atjobs

Displaying 20 results from an estimated 24 matches for "atjobs".

2012 Sep 19
1
virt-sysprep cron-spool, no at jobs
.../spool/cron/ on my system. Is the description wrong, or do other distros store the spool data in the cron dir? For me it looks like this (000110156d537 is currently executed): root at probook:~ # find /var/spool/at* -ls 67540 1 drwx------ 2 at at 1024 Sep 19 18:55 /var/spool/atjobs 68080 6 -rwx------ 1 olaf users 5203 Sep 19 18:54 /var/spool/atjobs/=000110156d537 67539 1 -rw------- 1 at at 6 Sep 19 18:54 /var/spool/atjobs/.SEQ 67984 6 -rwx------ 1 olaf users 5257 Sep 19 18:52 /var/spool/atjobs/a000100156d678 67542...
2015 Jul 01
0
[PATCH 3/3] sysprep: rework and fix cron-spool operation (RHBZ#1229305)
When cleaning the directories with cron/at jobs, remove only files there, as subdirectories might be used by other systems; for example in Debian under /var/spool/cron/ there is the atjobs subdirectory with the actual at queue. Make sure to not remove .SEQ files anymore, as they represent the at job counter which is needed by the at daemon. Instead, reset these files to 0. Furthermore, add also the path to the .SEQ location in Debian-based systems. --- sysprep/sysprep_operation_cr...
2015 Jul 01
0
[PATCH 2/2] sysprep: rework and fix cron-spool operation (RHBZ#1229305)
When cleaning the directories with cron/at jobs, remove only files there, as subdirectories might be used by other systems; for example in Debian under /var/spool/cron/ there is the atjobs subdirectory with the actual at queue. Make sure to not remove .SEQ files anymore, as they represent the at job counter which is needed by the at daemon. Instead, reset these files to 0. Furthermore, add also the path to the .SEQ location in Debian-based systems. --- sysprep/sysprep_operation_cr...
2012 Sep 21
1
[PATCH] sysprep: handle at jobs in cron-spool operation
...e96832c 100644 --- a/sysprep/sysprep_operation_cron_spool.ml +++ b/sysprep/sysprep_operation_cron_spool.ml @@ -23,6 +23,12 @@ module G = Guestfs let cron_spool_perform g root = Array.iter g#rm_rf (g#glob_expand "/var/spool/cron/*"); + Array.iter g#rm (g#glob_expand "/var/spool/atjobs/*"); + Array.iter g#rm (g#glob_expand "/var/spool/atjobs/.SEQ"); + Array.iter g#rm (g#glob_expand "/var/spool/atspool/*"); + Array.iter g#rm (g#glob_expand "/var/spool/at/*"); + Array.iter g#rm (g#glob_expand "/var/spool/at/.SEQ"); + Array.iter g#rm...
2015 Jul 01
4
[PATCH 1/2] mllib: add and use last_part_of
Collect this small snippet to get the part of a string after the last occurrency of a character; replace with it the current snippets doing the same. Should be just code motion. --- customize/password.ml | 5 +++-- mllib/common_utils.ml | 7 +++++++ mllib/common_utils.mli | 3 +++ sysprep/sysprep_operation_user_account.ml | 5 +++--
2015 Jul 01
5
[PATCH 1/3] mllib: add an optional filter for rm_rf_only_files
This way it is possible to use rm_rf_only_files, but not removing specific files. --- mllib/common_utils.ml | 8 +++++++- mllib/common_utils.mli | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/mllib/common_utils.ml b/mllib/common_utils.ml index 516cff3..3737b4c 100644 --- a/mllib/common_utils.ml +++ b/mllib/common_utils.ml @@ -640,13 +640,19 @@ let rmdir_on_exit = *
2004 Jul 31
1
failure running an at job from a root preexec
Hi folks, I'm having a problem queuing an 'at' job from a root preexec. I have a shell script which queries LDAP for per-user quota information and sets the local filesystem quotas accordingly. This runs, and runs fine, out of the root preexec on our users home share. But we bin running a server with broken quotas for a while, and had to turn quotas off. We're ready to try
2004 Aug 17
1
winbind upgrade causes core dump
Hello all, Just a quick note to other Solaris users that upgrading to samba-3.0.5 seems to cause cron to core dump into /var/spool/cron/atjobs. After investigating this for a few days, it appears to be due to the winbind entry in /etc/nsswith.conf. Of course, once I restart the cron daemon, and it picks up the new libnss_winbind and pam_winbind.so files, everything is fine. However, this has left me wondering if there could be any other d...
2012 Nov 20
1
FOOBAR\usuario1 windows explorer hungs forever while accessing shared dirs in LAPAZ\comp1 (interdomain trust relationships)
...mas 5.- MODIFYING nsswitch TO ENABLE AUTHENTICATION THROUGH winbind I made sure that both nsswitch.conf files have these lines defined: passwd: files ldap winbind shadow: files ldap group: files ldap winbind 5.- FINAL VERIFICATIONS bar:~ # getent passwd at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash .... root:x:0:0:Netbios Domain Administrator:/home/root:/bin/false nobody:x:999:514:nobody:/dev/null:/bin/false usuario1:x:1001:513:System User:/home/usuario1:/bin/bash bar$:*:1002:515:Computer:/dev/null:/bin/false usuario1$:*:1003:515:Computer:/dev/null:/bin/false lapaz$:*:1004:513:Compu...
2015 Nov 07
2
Cannot chown file to active directory user/group on member server
...for Avahi:/run/avahi-daemon:/bin/false radvd:x:490:2:Router ADVertisement Daemon for:/var/lib/empty:/bin/false lxdm:x:489:488:LXDE Display Manager daemon:/var/lib/lxdm:/bin/false avahi-autoipd:x:488:487:User for Avahi IPv4LL:/var/lib/avahi-autoipd:/bin/false at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash nscd:x:487:486:User for nscd:/run/nscd:/sbin/nologin ntp:x:74:485:NTP daemon:/var/lib/ntp:/bin/false mysql:x:60:484:MySQL database admin:/var/lib/mysql:/bin/false nginx:x:486:483:user for nginx:/var/lib/nginx:/bin/false zabbix:x:485:482:Zabbix Agent Daemon:/var/lib/zabbix:/bin/false privo...
2004 Sep 22
1
Updated 2.2.8a to 3.0.7-1 and Cups went South
...issions to open spool file /var/spool/samba/smbprn.00000010.vrhiRO. The permissions are: skyline:/var/spool # ls -al total 4 drwxr-xr-x 17 root root 448 May 17 22:30 . drwxr-xr-x 17 root root 432 Apr 13 22:49 .. drwx------ 2 at at 72 Apr 13 21:39 atjobs drwx------ 2 at at 48 Sep 23 2003 atspool drwxrwx--- 2 mail mail 48 Sep 23 2003 clientmqueue drwx------ 4 root root 120 Apr 13 21:44 cron drwx--x--- 3 lp lp 3072 Sep 17 14:24 cups drwxr-xr-x 17 fax uucp 496 A...
2015 Nov 17
3
Cannot chown file to active directory user/group on member server
...gt; radvd:x:490:2:Router ADVertisement Daemon for:/var/lib/empty:/bin/false >> lxdm:x:489:488:LXDE Display Manager daemon:/var/lib/lxdm:/bin/false >> avahi-autoipd:x:488:487:User for Avahi >> IPv4LL:/var/lib/avahi-autoipd:/bin/false >> at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash >> nscd:x:487:486:User for nscd:/run/nscd:/sbin/nologin >> ntp:x:74:485:NTP daemon:/var/lib/ntp:/bin/false >> mysql:x:60:484:MySQL database admin:/var/lib/mysql:/bin/false >> nginx:x:486:483:user for nginx:/var/lib/nginx:/bin/false >> zabbix:x:485:482:Zabbix...
2015 Nov 07
0
Cannot chown file to active directory user/group on member server
...mon:/bin/false > radvd:x:490:2:Router ADVertisement Daemon for:/var/lib/empty:/bin/false > lxdm:x:489:488:LXDE Display Manager daemon:/var/lib/lxdm:/bin/false > avahi-autoipd:x:488:487:User for Avahi > IPv4LL:/var/lib/avahi-autoipd:/bin/false > at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash > nscd:x:487:486:User for nscd:/run/nscd:/sbin/nologin > ntp:x:74:485:NTP daemon:/var/lib/ntp:/bin/false > mysql:x:60:484:MySQL database admin:/var/lib/mysql:/bin/false > nginx:x:486:483:user for nginx:/var/lib/nginx:/bin/false > zabbix:x:485:482:Zabbix Agent Daemon:/var/li...
2013 Jun 14
3
[PATCH 0/2] Fix inspection of Fedora guests (RHBZ#974489).
Here is a preliminary fix for this bug. I'm running the test suite on this now. Rich.
2015 Nov 17
0
Cannot chown file to active directory user/group on member server
.../false > lxdm:x:489:488:LXDE Display Manager > daemon:/var/lib/lxdm:/bin/false > avahi-autoipd:x:488:487:User for Avahi > IPv4LL:/var/lib/avahi-autoipd:/bin/false > at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash > nscd:x:487:486:User for nscd:/run/nscd:/sbin/nologin > ntp:x:74:485:NTP daemon:/var/lib/ntp:/bin/false > mysql:x:60:484:MySQL database > admin:/var/lib/mysql:/bin/false > nginx:x:486:483:user for ngin...
2005 Aug 22
4
Unable to browse from Windows Machine - Samba 3.0.20 as an AD Member
Hi folks, I have updated samba to 3.0.20, on SLES9. I had a configuration earlier, where SLES9 was a domain member 2003 Server (samba 3.0.14a), everything used to work well earlier. After updating.. I rejoined it to AD there was no errors. However, Clients from windows were unable to access the shares. #>getent passwd [2005/08/22 15:41:41, 0] lib/fault.c:fault_report(36)
2014 Jan 21
1
[PATCH 1/2] sysprep: Update comments.
--- sysprep/sysprep_operation.mli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysprep/sysprep_operation.mli b/sysprep/sysprep_operation.mli index 61dde72..eb89db4 100644 --- a/sysprep/sysprep_operation.mli +++ b/sysprep/sysprep_operation.mli @@ -16,14 +16,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -(** Structure used to describe sysprep
2003 Dec 01
0
No subject
...1:bin:/bin:/bin/bash daemon:x:2:2:daemon:/sbin:/bin/bash lp:x:4:7:lp daemon:/var/spool/lpd:/bin/bash news:x:9:13:News system:/etc/news:/bin/bash uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash games:x:12:100::/var/games:/bin/bash man:x:13:2::/var/cache/man:/bin/bash at:x:25:25::/var/spool/atjobs:/bin/bash postgres:x:26:2:Postgres Database Admin:/var/lib/pgsql:/bin/bash lnx:x:27:27:LNX Database Admin:/usr/lib/lnx:/bin/bash mdom:x:28:28:Mailing list agent:/usr/lib/majordomo:/bin/bash yard:x:29:29:YARD Database Admin:/usr/lib/YARD:/bin/bash wwwrun:x:30:65534:Daemon user for apache:/var/lib/ww...
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2015 Nov 17
5
Cannot chown file to active directory user/group on member server
...lxdm:x:489:488:LXDE Display Manager >> daemon:/var/lib/lxdm:/bin/false >> avahi-autoipd:x:488:487:User for Avahi >> IPv4LL:/var/lib/avahi-autoipd:/bin/false >> at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash >> nscd:x:487:486:User for nscd:/run/nscd:/sbin/nologin >> ntp:x:74:485:NTP daemon:/var/lib/ntp:/bin/false >> mysql:x:60:484:MySQL database >> admin:/var/lib/mysql:/bin/false >> nginx:x:4...