search for: backdated

Displaying 14 results from an estimated 14 matches for "backdated".

2008 Dec 01
0
Winbind backdated implementation
Hi List, I have running a Samba Domain PDC and BDC over 2 yeahrs without winbind. In the last time i have some stange failures in the user authority, now my ask can i backdated winbind? MFG Sven
2012 Oct 09
3
Seeing an error that is totally confusing the heck out of me
Got the following: err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload package: Could not autoload /usr/local/lib/site_ruby/1.8/puppet/provider/package/windows.rb: no such file to load -- windows/error at /etc/puppet/modules/php/manifests/init.pp:28 on node This after I reverted back to puppet v2.7.11 on my master. Not running windows anywhere... why am I
2008 Jun 10
3
Buffer in IceCast
Hello, I'm trying to establish a radio station using Icecast but I need a recommendation about a problem. I hope you can give me some tips about the issue. My case is: my icecast server and ice cast client are in different locations and connection between these two is not so healthy. Sometimes network problems causes client to loose connection with server and this causes server to broadcast
2014 Nov 06
2
backup KVM qcow2 over btrfs or zfs
...file, make a snapshot of the subvolume storing the qcow2 file and the resuming the machine back (in I hope less than 10 seconds of downtime). what do you guys suggest me? Am I going to experience bad performance having qcow2 over btrfs? I was reading something like that but the posts were really backdated... any hints is really appreciated Thank you Francesco
2019 Jan 02
6
[Bug 13735] New: Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides
https://bugzilla.samba.org/show_bug.cgi?id=13735 Bug ID: 13735 Summary: Synchronize files when the sending side has newer change times while modification times and sizes are identical on both sides Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW
2000 Nov 04
1
Beginner's Stumbling Blocks
Others have commented on the usefulness of adding an explicit list of what should be included in the kernel. I second that. There''s another thing that''s tripped me up: While iproute2 compiles and installs easily (on a Red Hat 6.1 box), the documentation is in a format that - while not obscure to old Unix hands - requires compilation, which requires: "To make documentation,
2011 May 19
2
Agent (Invalid) has taken no calls yet
How to get rid on following.. why its Invalid ? holler*CLI> queue show queue1 queue1 has 0 calls (max unlimited) in 'rrmemory' strategy (0s holdtime, 0s talktime), W:0, C:0, A:0, SL:0.0% within 0s Members: Agent/7201 (Invalid) has taken no calls yet Agent/7202 (Invalid) has taken no calls yet No Callers -------------- next part -------------- An HTML
2014 Nov 06
0
Re: backup KVM qcow2 over btrfs or zfs
...ausing the VM manually, which is more downtime than you will have if you use libvirt's live snapshot mechanisms. > > what do you guys suggest me? > > Am I going to experience bad performance having qcow2 over btrfs? > I was reading something like that but the posts were really backdated... As far as I know, this is still a real problem unless you manually configure btrfs to not do copy-on-write, at least when qcow2 images are involved. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
2011 Aug 10
1
Purpose of --checksum-seed ?
I'm trying to understand the point of the --checksum-seed option. As I understand it from a little reading, checksums are not cached over executions of rsync. So...what is the point of fixing the seed? Is this in support of patches which *do* support caching of checksums? I've read about caching these in files and in xaddr. Is there a "best solution" for caching
2005 Jan 20
1
Polycom IP 300/500 Conferencing Behavior
Hello, I've got a mixture of SPIP 300 and 500 phones in production for various clients. I've got the XML settings configured for local conferencing, but I'm not seeing the expected behavior from the phone when I attempt to conference two calls together. According to the manual, while talking to the first party, you simply hit Conference, dial the second party and then Conference
2014 Nov 06
1
Re: backup KVM qcow2 over btrfs or zfs
...ch is more downtime than you will have if > you use libvirt's live snapshot mechanisms. > >> >> what do you guys suggest me? >> >> Am I going to experience bad performance having qcow2 over btrfs? >> I was reading something like that but the posts were really backdated... > > As far as I know, this is still a real problem unless you manually > configure btrfs to not do copy-on-write, at least when qcow2 images are > involved. > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlRbqxEACgkQWZ6iCY3lmBSOiQCeMG6E60y1CmnCiBA7Ls9DThIx D4sAn28...
2001 Jan 18
2
Ogg Vorbis on PPC Linux?
I work for Terra Soft Solutions (makers of Yellow Dog Linux) and I'm trying to compile the latest cvs snapshot for inclusion in our next release, but I'm running into some problems... I'm using modified versions of the SRPMs included in RedHat's Rawhide distro (I only updated to the latest cvs, but the old version also experienced this problem), which compile fine on an x86 box I
2012 Oct 08
7
puppet 3.0 and passenger
I need a pointer in the right direction... Is there a document for migrating puppet/passenger to 3.0? -- Peter L. Berghold Salty.Cowdawg@gmail.com http://blog.berghold.net “"Don''t wait until everything is just right. It will never be perfect. There will always be challenges, obstacles and less than perfect conditions. So what. Get started now. With each
2017 Mar 23
2
rsync: "-c" option clarification
Before anyone yells at me, yes, you can use rsync's --checksum to detect (and fix) files that are incorrect despite having correct timestamps and sizes. This would mean that a previous rsync had been corrupted not the current one. But it is important to note that this would only be reported to you if you also use --itemize-changes and what to look for (a file with a c but not an s or a t).