search for: drain

Displaying 20 results from an estimated 712 matches for "drain".

2005 Aug 18
1
How to put factor variables in an nls formula ?
Hello, I want to fit a Gompertz model for tree diameter growth that depends on a 4 levels edaphic factor (?Drain?) and I don?t manage to introduce the factor variable in the formula. Dinc is the annual diameter increment and D is the Diameter. >treestab > Dinc D Drain [1,] 0.03 26.10 2 [2,] 0.04 13.05 1 [3,] 0.00 24.83 1 [4,] 0.00 15.92 4 [5,] 0.00 12...
2001 Dec 17
0
SSH hanging
...nt_init id 0 arg 0 debug1: Sending command: df -k /u03/oraarch_remote/crmsbprd debug2: callback done debug1: channel 0: open confirm rwindow 0 rmax 16384 debug2: channel 0: rcvd adjust 32768 debug1: channel 0: read<=0 rfd 5 len 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd eof debug1: channel 0: output...
2007 Dec 11
9
[Bug 13604] New: Assertion failure when seeking on youtube with pulseaudio backend.
http://bugs.freedesktop.org/show_bug.cgi?id=13604 Summary: Assertion failure when seeking on youtube with pulseaudio backend. Product: swfdec Version: unspecified Platform: x86-64 (AMD64) URL: http://www.youtube.com OS/Version: Linux (All) Status: NEW Severity: normal Priority:
2001 Jun 13
1
2.9p1 SCO OS 5.0.5 server and Linux client hang on exit when using X11 forwarding and protocol 2
...db1b -e find /etc debug1: Entering interactive session. debug1: Sending eof. debug1: Received X11 open request. debug1: fd 4 setting O_NONBLOCK debug1: fd 4 IS O_NONBLOCK debug1: channel 0: new [X11 connection from X.X.X.X port 1482] debug1: channel 0: rcvd ieof debug1: channel 0: output open -> drain debug1: channel 0: obuf empty debug1: channel 0: output drain -> closed debug1: channel 0: send oclose debug1: channel 0: close_write debug1: channel 0: read<=0 rfd 4 len 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0...
2019 Sep 05
0
[PATCH 11/18] virtiofs: stop and drain queues after sending DESTROY
During virtio_kill_sb() we first stop forget queue and drain it and then call fuse_kill_sb_anon(). This will result in sending DESTROY request to fuse server. Once finished, stop all the queues and drain one more time just to be sure and then free up the devices. Given drain queues will call flush_work() on various workers, remove this logic from virtio_fre...
2010 Jun 04
3
Denoise causing drain pipe effect in audio
...audio application using Speex. To reduce the background noise in the captured audio I have enabled the denoise feature and set the noise suppression level to 60. Although the constant background noise is reduced but using denoise introduces a weird effect in the audio which can be described as 'Drain Pipe' effect. Has anyone faced a simiar issue with the denoise. If yes how did u manage to solve it or reduce this effect. Thanks, Gurinder
2001 Aug 02
0
Bugs: SSH sometimes failing to report exit-status and more
...debug1: Exit status 0 Wrong: debug1: Exit status -1 More verbose versions: Correct: debug1: Sending command: cat 8kfile debug1: channel 0: open confirm rwindow 0 rmax 16384 debug1: channel 0: read<=0 rfd 7 len 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 debug1: channel 0: rcvd eof debug1: c...
2007 Dec 07
2
Sendmail: timeout waiting for input from local during Draining Input
...3.x system with a CentOS 5 system (fully yum'd as of Tuesday). This was a full-pave install, although we did copy the sendmail.mc from the original system. Now I get a lot of this in my logs: Dec 7 11:47:38 mail sendmail[20117]: lB7Gl6w0020116: timeout waiting for input from local during Draining Input The only thing even remotely credible is a Sendmail Known Bugs page which suggests it is a chatty local delivery agent, but since this is happening with outbound messages I don't think I believe this. Does anyone have any ideas what Sendmail is trying to tell me here? -- /\oo/\ /...
2010 Jun 05
2
Denoise causing drain pipe effect in audio
...> increasing that level didn't cause artefacts, I would have set it higher > by default. > > Jean-Marc > > >> Although the >> constant background noise is reduced but using denoise introduces a >> weird effect in the audio which can be described as 'Drain Pipe' >> effect. >> >> Has anyone faced a simiar issue with the denoise. If yes how did u >> manage to solve it or reduce this effect. >> >> Thanks, >> Gurinder >> I've never heard a single mic denoiser that doesn't sound best in the...
2006 Oct 02
1
OT: Precautions before draining laptop battery?
Hi, I have found some advice on the web regarding battery draining, but no linux-specific information. Are there some steps to be taken to protect the harddrive? Unmounting file-systems? I would appreciate any advice. Itay
2000 Jul 23
2
Work around Linux kernel bug provoked by nchan.c
...tup to do SSH2 yet. The remote server is 2.0.12 F-SECURE SSH on Solaris 2.6; I am using openssh 2.1.1p4 with kernel 2.2.16. debug: channel 2: new [listen port 3128 for webcache.example.com port 3128, connect from localhost port 1817] debug: channel 2: rcvd ieof debug: channel 2: output open -> drain debug: channel 2: obuf empty debug: channel 2: output drain -> closed debug: channel 2: send oclose debug: channel 2: close_write debug: channel 2: read<=0 rfd 7 len 0 debug: channel 2: read failed debug: channel 2: input open -> drain debug: channel 2: close_read channel 2: chan_shutdown_...
2019 Oct 30
0
[PATCH 3/3] virtiofs: Use completions while waiting for queue to be drained
While we wait for queue to finish draining, use completions instead of uslee_range(). This is better way of waiting for event. Signed-off-by: Vivek Goyal <vgoyal at redhat.com> --- fs/fuse/virtio_fs.c | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/fs/fuse/virtio_fs.c...
2001 May 24
0
occasional ssh hang
..._new: 0 debug1: send channel open 0 debug1: Entering interactive session. debug1: client_init id 0 arg 0 debug1: channel request 0: shell debug1: channel 0: open confirm rwindow 0 rmax 16384 debug1: channel 0: read<=0 rfd 4 len 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: input: no drain shortcut debug1: channel 0: ibuf empty debug1: channel 0: input drain -> closed debug1: channel 0: send eof debug1: channel 0: rcvd eof debug1: channel 0: output open -> drain 8:47am up 49 day(s), 17:46, 2 users, load avera...
2002 May 06
2
X11 forwarding does not work as normal user
We installed openssh 3.1p1 on our Solaris 2.8 machine using gcc 2.95.2. During the installation, we modified ssh_config and sshd_config to enable X11 and agent forwarding. In sshd_config, we changed the following line to read: X11Forwarding yes In ssh_config, we changed the following two lines to read: ForwardAgent yes ForwardX11 yes Both files are set to permission readable
2019 Sep 05
0
[PATCH 08/18] virtiofs: Drain all pending requests during ->remove time
When device is going away, drain all pending requests. Signed-off-by: Vivek Goyal <vgoyal at redhat.com> --- fs/fuse/virtio_fs.c | 83 ++++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 32 deletions(-) diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c index 90e7b2f345e5..d5730a50b303 1006...
2017 Oct 05
3
working with ordinal predictor variables?
...op a linear model for crop productivity based on variables published as part of the SSURGO database released by the USDA. My default is to just run lm() with continuous predictor variables as numeric, and discrete predictor variables as factors, but some of the discrete variables are ordinal (e.g. drainage class, which ranges from excessively drained to excessively poorly drained), but this doesn't make use of the fact that the predictor variables have a known order. How do I correctly set up a regression model (with lm or similar) to detect the influence of ordinal variables? How will the o...
2012 Oct 19
1
Optimization in R similar to MS Excel Solver
Dear Colleagues, I am attempting to develop an optimization routine for a river suspended sediment mixing model. I have Calcium and Magnesium concentrations (%) for sediments from 4 potential source areas (Topsoil, Channel Banks, Roads, Drains) and I want to work out, based on the suspended sediment calcium and magnesium concentrations, what are the optimal contributions from each source area to river suspended sediments. The dataset is as follows: Topsoil Channel Bank Roads...
2000 Nov 08
1
internal error: we do not read, but chan_read_failed
...debug1: channel 0: close_write debug1: Received SIGCHLD. debug1: tvp!=NULL kid 1 mili 100 debug1: session_by_pid: pid 28343 debug1: session_exit_message: session 0 channel 0 pid 28343 debug1: session_exit_message: release channel 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: tvp!=NULL kid 1 mili 100 debug1: session_by_pid: pid 28343 debug1: session_exit_message: session 0 channel 0 pid 28343 debug1: session_exit_message: release channel 0 debug1: channel 0: read failed debug1: channel 0: input open -> drain debug1: channel 0: close_read debug1: channel 0: in...
2017 Dec 07
1
Seeking help with code
...26.64, 30.65, 31.27, 33.04, 32.56, 29.10, 28.96, 26.44, 27.76, 32.27. Try to get the 95% level of CI for ?, using parametric Bootstrap method with bootstrap size B=8000. my code - what am i doing wrong #set sample size n, bootstrap size B n = 10 b = 8000 set a vector of days of rain into "drain" drain = c(26.64, 30.65, 31.27, 33.04, 32.56, 29.10, 28.96, 26.44, 27.76, 32.27) #calculate mean of the sample for days of rain mdr=mean(drain) mdr #calculate the parameter of the exponential distribution lambdahat = 1.0/mdr lambdahat #draw the bootstrap sample from Exponential x = rexp(n*b...
2012 May 25
9
[PATCH 0/3] Fix hot-unplug race in virtio-blk
This patch set fixes the race when hot-unplug stressed disk. Asias He (3): virtio-blk: Call del_gendisk() before disable guest kick virtio-blk: Reset device after blk_cleanup_queue() virtio-blk: Use block layer provided spinlock drivers/block/virtio_blk.c | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) -- 1.7.10.2