Displaying 3 results from an estimated 3 matches for "comsoft".
2010 Nov 11
7
Problem with modules
...quire => Package["postgresql84-server"],
restart => true,
}
}
But when I try to apply this I get:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not find class postgres at /etc/puppet/manifests/nodes/
db.pp:4 on node postgres.comsoft
What''s my mistake?
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
Fo...
2007 Aug 10
2
DO NOT REPLY [Bug 4873] New: rsync transfers stop when encountering Emacs autosave files with hash signs
...files with hash signs
Product: rsync
Version: 2.6.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: michael.buetow@comsoft.de
QAContact: rsync-qa@samba.org
I am encountering a strange behaviour with rsync (observed with 2.6.8 and 2.6.9
clients, the server is v 2.6.6 protocol version 29 as far as I can tell).
The problem is that rsync does not complete transfers when encountering emacs
autosave files, which...
2007 Apr 04
1
Unable to distribute file image
Hi,
I created a 100 MB file image using dd:
dd if=/dev/zero of=/xen/tmp_disk bs=1024k count=100
Then i created a file system in it:
mkfs -t ext3 /xen/tmp_disk
I mounted the disk and copied a file on it, which I would like to access:
mount -o loop /xen/tmp_disk /mnt/tmp
cp test_file.cfg /mnt/tmp
umount /mnt/tmp
Then I tried to distribute the disk to the hvm machine.
With