search for: untimely

Displaying 20 results from an estimated 29 matches for "untimely".

Did you mean: unlikely
2009 May 19
2
ESTALE error while synching
Hi, I am wondering how rsync-3.0.6 react if it encounters ESTALE error while synching? If I remember correctly then the rsync-2.6.0 skipping that file/dir in case of ESTALE error. Jignesh. -------------- next part -------------- HTML attachment scrubbed and removed
2005 Apr 15
2
fallback-to-file caveat
Karl Heyes wrote: > On Tue, 2005-04-12 at 14:44, gARetH baBB wrote: > >>How is fallback to file actually meant to work ? > > > just state a filename within webroot. The server creates a source thread > so that it interacts with the existing fallback mechanism. No timing > goes on with the data stream, and usual rules for fallbacks apply, ie > same format and same
2005 Dec 02
1
[LLVMdev] RFC: Plugable intrinsics
...le that use LLVM and maintain out of tree extentions that will likely never be incorporated into mainline. Maintaining out of tree intrnisics takes a fair amount of work and leads to the choice of using a single version of LLVM for a project (and thus have to manually incorporate bug fixes) or risk untimely breakage. I propose that the plugin be extended to allow plugable intrinsics. To be sucessful, such a plugin will have to provide hooks for basic AA information, DAG supoort and legalization, and code generation for some architectures. Any of the places that currently handle intrisics would have...
2008 Mar 18
1
regarding problem backgroundrb setup(new to ruby on rails)
...(MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where. -------------- next part -------------- An HTML...
2014 Feb 18
2
snmp-ups shutdowns
Hello all, I was asked about a proper way to ensure powerfail shutdown of a blade server fed off an APC SmartUPS, which is monitored by all hosts over SNMP. In particular, they'd like to avoid the "untimely" return of utility power - when the OSes are already shutting down, and would stay down because the UPS is well-fed now and thus won't power off and later power on to boot the servers. On smaller systems directly connected to an UPS with a ser/usb cable, I remember sending an ups-poweroff...
1999 Jul 20
2
R 0.65 and AIX: if it quacks like a duck...
...99/July/18. I will outline what I had to change to get R to compile with cc then with gcc. Note that R compiled with cc works, R compiled with gcc is broken. --> Compile with cc: 1) Edit src/main/saveload.c: disable the undefine! With the #undef _XOPEN_SOURCE_EXTENDED the compilation dies an untimely death. (And the header files are not as badly broken for cc!) 2) Edit src/appl/sock.c: dto. 3) Edit src/unix/system.c: need a "break;" after default: in line 752 (yes, won't compile without) 4) Edit src/main/builtin.c: line 318 should read "#endif /* NOT_used */" (get ri...
2019 Jun 18
2
[PATCH v2 07/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Use gem reservation helpers and direct reservation_object_* calls instead of ttm. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 36 ++++++++++++-------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_ioctl.c b/drivers/gpu/drm/virtio/virtgpu_ioctl.c index 5cffd2e54c04..6db6a6e92dde
2019 Jun 18
2
[PATCH v2 07/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Use gem reservation helpers and direct reservation_object_* calls instead of ttm. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_ioctl.c | 36 ++++++++++++-------------- 1 file changed, 17 insertions(+), 19 deletions(-) diff --git a/drivers/gpu/drm/virtio/virtgpu_ioctl.c b/drivers/gpu/drm/virtio/virtgpu_ioctl.c index 5cffd2e54c04..6db6a6e92dde
2005 Apr 15
0
fallback-to-file caveat
Joern Nettingsmeier wrote: > Karl Heyes wrote: > >> On Tue, 2005-04-12 at 14:44, gARetH baBB wrote: >> >>> How is fallback to file actually meant to work ? >> >> >> >> just state a filename within webroot. The server creates a source thread >> so that it interacts with the existing fallback mechanism. No timing >> goes on with the
2004 Jul 14
0
Windows Messenger Problem
...rom 20 seconds to 3 minutes, (though usually under a minute), both video and audio gets disconnected. Just plain audio calls between WM through * work fine and don't have this problem. Using asterisk's sip debug function I see that it's always the initiator of the call that sends an untimely BYE message that terminates the call. Though I can't figure out why it's doing so, and seemingly at random. in my [general] section in sip.conf I enabled videosupport=yes, and under the corresponding phones I enabled allow=h261 and allow=h263. I tried both canreinvite=yes and no, and b...
2002 Jan 29
0
RESOLVED - RE: Ext3 problems possibly plauging me
Thank you to all who replied. I am very happy (for you guys anyway) to report that this was NOT infact caused by ext3, but rather a very very untimely memory failure that occured during my convertion from ext2 to ext3. It turned out that one of my PC2100 DDRs went south, and I'll be contacting Crucial to deal with that. Thanx again for all the help. benr. -----Original Message----- From: Ben Rockwood Sent: Mon 1/28/2002 3:00 PM To: ext3...
2006 Mar 12
1
Problem with --partial and rsync algorithm
Hi, I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* --exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/* --exclude=/stuff2/ftp/* --exclude=/stuff2/backup/* --exclude=/home/ftp/* --exclude=/home/gentoo/* --exclude=/mnt/*
2019 Jun 18
0
[PATCH v2 07/12] drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
...gt; - virtio_gpu_unref_list(&validate_list); > + for (i = 0; i < exbuf->num_bo_handles; i++) > + if (buflist[i]) > + drm_gem_object_put_unlocked(buflist[i]); I am left wondering who's holding references onto these buffers now? How do you make sure they don't disappear untimely? I think atm it's ttm making sure of that, but if you drop that completely there needs to be something else. > kvfree(buflist); > return 0; > > out_memdup: > kfree(buf); > out_unresv: > - ttm_eu_backoff_reservation(&ticket, &validate_list); > -out_fre...
2009 Aug 06
0
About numerical accuracy: should there be a rational number class for fractions?
...e found in the Gambit program, which is a tool for use in computing Nash (and other types of) equilibria in game theory. (http://gambit.sourceforge.net/). Gambit was an NSF funded project led by Dr. Richard McKelvey, who was one of the leading mathematical political scientists in the US (before his untimely death). It has been continued by his students, primarily Ted Turocy. In Gambit, great care is taken to avoid any floating point calculations involving fractions until the latest possible step. There is a rational number class and fractions are added and subtracted in a more exact way. I think it...
2014 Feb 02
0
[RFC 14/16] drm/nouveau/fb: add GK20A support
...be the most logical solution, I have not found a way to do so for the moment. T124's GPU actually sees the same physical address space as the CPU, so memory management should be simplified thanks to that (you could enable the SMMU and make things more interesting/complex, but for now it seems untimely to even consider doing so). Actually even the concept of a GART is not needed here: all your memory management needs could be fulfilled by getting pages with alloc_page() and arranging them using the GMMU. No GART, no BAR (at least for the purpose of mapping objects for CPU access), no PRAMIN. I r...
2023 Jan 09
7
How verbose should NUT be by default?
...g uncovered a diametral difference of opinion about the verbosity of NUT programs in general, and of `upsmon -K` (checking for POWERDOWNFLAG during shutdown integration) in particular. To me as a sysadmin type often (in the past at least) having to troubleshoot the tails and ends of systems' untimely (or unclean) demise, all info about it feels like useful clues. And often is. Also NUT dealing in the business of cutting power to this computer, or to others, intentionally or by misconfiguration (e.g. by spouting garbage to serial ports that confuses an UPS that talks a different protocol), is...
2023 Jan 09
7
How verbose should NUT be by default?
...g uncovered a diametral difference of opinion about the verbosity of NUT programs in general, and of `upsmon -K` (checking for POWERDOWNFLAG during shutdown integration) in particular. To me as a sysadmin type often (in the past at least) having to troubleshoot the tails and ends of systems' untimely (or unclean) demise, all info about it feels like useful clues. And often is. Also NUT dealing in the business of cutting power to this computer, or to others, intentionally or by misconfiguration (e.g. by spouting garbage to serial ports that confuses an UPS that talks a different protocol), is...
2009 Nov 22
4
Via EPIA m10000 Nemehiah
...oops anywhere. If others report the same issues we will scrap the board. Otherwise I will continue to investigate what is happening, since it is no fun to pull the board out and replace with an atom processor and it is not critical. The hard disk in it came from an Athlon M board that died an untimely death this week. Service cpufreq reports "unavailable" so I am assuming that it is turned off. Could the cpu freqquency control be doing something without tellling us? We havea power monitor on it so I can discern if it dies with max cpu activity or not. Also I am leaving it run &q...
2014 Feb 19
0
snmp-ups shutdowns
Hi Jim, On Tue, 18 Feb 2014, Jim Klimov wrote: > Hello all, > > I was asked about a proper way to ensure powerfail shutdown of a blade > server fed off an APC SmartUPS, which is monitored by all hosts over > SNMP. In particular, they'd like to avoid the "untimely" return of > utility power - when the OSes are already shutting down, and would > stay down because the UPS is well-fed now and thus won't power off > and later power on to boot the servers. > > On smaller systems directly connected to an UPS with a ser/usb cable, > I re...
2005 Apr 12
4
Adding authenticated mountpoints
On Mon, 12 Apr 2005, Karl Heyes wrote: > My current work is on > http://mediacast1.com/~karl/testing/icecast-2.2-kh3pre.tar.gz Bugs: Relays ignore the hidden flag HUPing icecast puts icecast in a strange state where it doesn't actually take account of the conf changes, and also won't terminate on a TERM and needs a KILL - but it does still "work" otherwise. How is