similar to: virt-sysprep cron-spool, no at jobs

Displaying 20 results from an estimated 100 matches similar to: "virt-sysprep cron-spool, no at jobs"

2012 Sep 21
1
[PATCH] sysprep: handle at jobs in cron-spool operation
cron-spool claims to remove at jobs, but it has no code to actually do that. Add patterns to remove files in known at spool locations. Signed-off-by: Olaf Hering <olaf at aepfle.de> --- This patch is only compile tested! sysprep/sysprep_operation_cron_spool.ml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysprep/sysprep_operation_cron_spool.ml
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
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
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 Sep 22
1
Updated 2.2.8a to 3.0.7-1 and Cups went South
Mates, On my Suse 9.0 pro installation, I updated Samba from 2.2.8a to 3.0.7. The upgrade went flawlessly, Samba is happily sharing all the files it was before. However, I can no longer print via cups. I have a HP LJ4 attached to the Linux box that worked great before the upgrade. I have 2 XP clients. Now from the Windows side, I get the printer status showing 'access denied, unable to
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
2012 Nov 20
1
FOOBAR\usuario1 windows explorer hungs forever while accessing shared dirs in LAPAZ\comp1 (interdomain trust relationships)
Hi all I have two samba PDC installed according to these specifications: domain FOOBAR with pdc server name: BAR (ip 192.168.1.1) opensuse 11.1 samba-3.5.6-15.1 openldap2-2.4.12-5.6.1 smbldap-tools-0.9.5-25.1 A winxp called USUARIO1 joined to the FOOBAR domain (ip 192.168.1.100) domain LAPAZ with pdc server name: SERVERLPZ (ip 192.168.10.4) openSUSE 12.2 samba-3.6.7-48.12.1.i586
2015 Nov 07
2
Cannot chown file to active directory user/group on member server
Hi, I need to change ownership of server files to user/group defined in active directory ( using rfc2307 and unix attributes). Chown returns no error, but 'ls -lia' shows that file ownership is unchanged. What am I doing wrong? archive-test:/archive/video # ls -lia ./test.mp4 17121 -rw-r--r-- 1 root root 2413096 ноя 2 19:50 ./test.mp4 archive-test:/archive/video # wbinfo -u
2015 Nov 17
3
Cannot chown file to active directory user/group on member server
On Sat, Nov 7, 2015 at 11:19 AM, Rowland Penny <rowlandpenny241155 at gmail.com > wrote: > On 07/11/15 16:02, Krutskikh Ivan wrote: > >> Hi, >> >> I need to change ownership of server files to user/group defined in active >> directory ( using rfc2307 and unix attributes). Chown returns no error, >> but >> 'ls -lia' shows that file ownership
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
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 07
0
Cannot chown file to active directory user/group on member server
On 07/11/15 16:02, Krutskikh Ivan wrote: > Hi, > > I need to change ownership of server files to user/group defined in active > directory ( using rfc2307 and unix attributes). Chown returns no error, but > 'ls -lia' shows that file ownership is unchanged. What am I doing wrong? > > archive-test:/archive/video # ls -lia ./test.mp4 > 17121 -rw-r--r-- 1 root root
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
On 17/11/15 20:46, Jeff Dickens wrote: > indeed > > On Tue, Nov 17, 2015 at 3:37 PM, Rowland Penny > <rowlandpenny241155 at gmail.com <mailto:rowlandpenny241155 at gmail.com>> > wrote: > > On 17/11/15 20:28, Jeff Dickens wrote: > > > > On Sat, Nov 7, 2015 at 11:19 AM, Rowland Penny > <rowlandpenny241155 at gmail.com >
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
through the guest account. This is my smb.conf on the linux side: ; Copyright (c) 1999 SuSE GmbH Nuernberg, Germany. ; [global] workgroup =3D SYAC guest account =3D winuser ; guest account =3D nobody keep alive =3D 30 os level =3D 2 kernel oplocks =3D false ; security =3D user ; Uncomment the following, if you want to use an existing ; NT-Server to authenticate users, but
2015 Nov 17
5
Cannot chown file to active directory user/group on member server
So I am still stuck. For reference here is the smb.conf on the member server: root at florence:~# more /etc/samba/smb.conf [global] netbios name = FLORENCE security = ADS workgroup = IOL realm = IOL.SEAMANPAPER.COM log file = /var/log/samba/%m.log log level = 1 dedicated keytab file = /etc/krb5.keytab kerberos method = secrets and keytab
2007 Jul 24
11
Mock or Stub strategy for validates_uniqueness_of
Hi, I''m a bit stuck with mocking a unit test of a join model with regards to a validates_uniqueness_of clause. I have class Book < AR:B has_many :clippings various validates_presence_of etc end class Clip < AR:B has_many :clippings various validates_presence_of etc end class Clipping < AR:B belongs_to :book belongs_to :clip validates_uniqueness_of :clip_id,