Displaying 20 results from an estimated 20 matches for "hoever".
Did you mean:
however
2008 Mar 05
5
nls: different results if applied to normal or linearized data
...obtain the coefficients a & b.
I did the same with the linearized formula, including a linear model
log(y) ~ log(a) + b * log(x)
(b) > nls(log10(y) ~ log10(a) + b*log10(x), start=list(a=1,b=1))
(c) > lm(log10(y) ~ log10(x))
I expected coefficient b to be identical for all three cases. Hoever, using my
dataset, coefficient b was:
(a) 0.912
(b) 0.9794
(c) 0.9794
Coefficient a also varied between option (a) and (b), 107.2 and 94.7,
respectively.
Is this supposed to happen? Which is the correct coefficient b?
Regards,
Wolfgang
--
Laboratory of Animal Physiology
Department of Biolo...
2006 Jul 28
3
ActionWebService Struct member name including ''-''
Hi
I am tryng to mirror a locked away, secure web service for testing
purposes and am almost there. Hoever as part of the definition for the
structure of the call to the webservice, I have this struct.
class MyCall < ActionWebService::Struct
member :username, :string
member :password, :string
member :"remote-ip", :string
end
However this does not work... Should :"remote-...
2005 Jul 27
3
Well, "Hard filesystem quota can also be problematic"
...nternal error occured. Refer to server log for more information.
[<timestamp>].",
"The current command did not succeed. The mail server responded: .",
"The current command did not succeed. The mail server responded:
Out of disk space."
This I can live with. Hoever, at some point in our experiments we also found
that a mailbox (mbox format) that did contain a few dozen messages suddenly
was truncated to 0 bytes. Not so hot.
Can anyone tell me whether or not there is, or will be, some way of using
dovecot on a system with quota without risk of data loss w...
2014 Mar 12
2
How do graphical admin tools requiring root get authentication?
...ing kickstart. I have
noticed that when connecting directly to the Virtual Machine's console
(think connecting directly to the physical machine) all of the
system-config, firewall configuration, application update and install GUI
applications work fine and prompt for root login when executed. Hoever if
I connect to the VM using xrdp with a tiger-vncserver backend the apps
either do not work, or take several minutes to prompt for the root
password.
Here is a post I made in the forums that has no response:
https://www.centos.org/forums/viewtopic.php?f=13&t=45307&sid=865afae345fe831c8666...
2007 Feb 21
1
segv when Mailbox is in inconsistent state, please relogin.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
for testing I have different filesystems on various block devices, which I
mount on /mnt/mailcache as needed; however, the indexes and caches are
located on /var/cache, hence, they get out of sync easily. No offense.
Hoever, the web page (http://dovecot.org/bugreport.html) states that every
signal 11 is a bug and will be fixed, so here it goes:
running Linux x32, Debian Etch, Dovecot rc23, MUA: Thunderbird.
It occurs to me that the data on /var/cache must be younger than the one
on /mnt/mailcache; e.g. when you re-...
2008 Jan 16
4
x509 patch for SSH
...g OpenSSH_4.7p1-hpn12v19, OpenSSL 0.9.8g
with 6.1 version of your patch.
The serverside hostkey is configured correctly, to present x509v3-sign-rsa
dynowork / # ssh-keyscan pingo
# pingo SSH-2.0-OpenSSH_4.7p1-hpn12v19
pingo x509v3-sign-rsa Subject:CN=pingo.dmz.arhont.com,OU=IT,O=Arhont
Ltd,C=GB
Hoever, in the situation, when the clients that haven't been patched to
support x509, just could not connect giving the following error:
no hostkey alg
Is it possible to circumvent this apart from also specifying the dss
key, that non-patched clients would understand.
The second problem is with...
2005 Mar 30
1
Query on Codewords length
Hi,
We are porting the Ogg Vorbis fixed point decoder to a 24 bit fixed
point precision processor. We are trying to reduce the number of cycles
for MIPS optimization. In this process we observed that most of the
songs do not have "maximum codeword length" greater than 24 bits.
We are planning to reduce most of the double word operations (in our
case 32 bit data is stored as double
2006 Aug 07
0
some questions about mongrel
...sReverse / http://localhost:3010/
ProxyPreserveHost On
RewriteEngine On
RewriteRule "^(images|stylesheets|javascripts)/?(.*)" "$0" [L]
</VirtualHost>
i''ve seen mention of adding
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
hoever, the errors related to this ''fix'' aren''t the same errors i am
experiencing.
system info:
rails: 1.1.4
mongrel: 0.3.13.3
ruby 1.8.4
apache2 2.2.0
thanks for any/all help.
Chris
2016 Oct 27
11
[Bug 2635] New: Unable to use SSH Agent and user level PKCS11Provider configuration directive
...ssh-rsa /usr/lib/libykcs11.so
ssh-rsa /usr/lib/libykcs11.so
ssh-rsa /usr/lib/libykcs11.so
$ ssh -vv $REMOTEHOST
OpenSSH_7.3p1, OpenSSL 1.0.2j 26 Sep 2016
...
debug1: Connecting to $REMOTEHOST [$REMOTEIP] port 22.
debug1: Connection established.
At this point the connection attempt simply hangs. Hoever if I remove
the libykcs11.so library (and keys) from the ssh agent with the
following:
$ ssh-add -e /usr/lib/libykcs11.so
Card removed: /usr/lib/libykcs11.so
$ ssh-add -l
The agent has no identities.
The connection attempt proceeds and I get prompted for my pin:
Enter PIN for 'YubiKey PIV...
2009 Apr 29
2
Re moving unwanted double values in list
I have a procedure that goes sorts out some numbers based on specidifed
criteria and for some reason the list contains double values in some of the
rows such as:
TAZs <-
[[84]]
[1] 638
[[85]]
[1] 643
[[86]]
[1] 644 732
[[87]]
[1] 651 801
i would like to check list TAZs for double values and remove any if present.
I have tried
if (length(TAZDs==2))
rm(TAZDs[2])
but no luck. I cant
2020 Jun 11
2
handling spam from gmail.
......and the body content...
There exists one problem: at this stage of mail reception you have no
body content nor header information on which a milter may perform deeper
analysis, only envelope data. The SMTP specs itself allow failure codes
after any command, even a 5xx after the DATA command. Hoever, many MTAs
still ignore error response codes after DATA and take the mail as sent,
so that most mail servers will perform any error indication before DATA,
at latest after RCPT TO. So the server has to accept mail first before
it can scan its header and/or body, and would send out DSNs on rejec...
2014 Jan 15
2
USB boot problems on Gigabyte GA-M55Plus-S3G
...E controller" setting? Is it
>enabled?
Yes.
>I am not asking to change any particular setting. I just want to
>understand the current situation.
Yes, and I understand completely. It is hard to debug something like
this without being physically present.
Please do try to remember hoever that ... as I said earlier... with all
my BIOS setting just as they are, I *was* in fact able to boot Windows 7
from USB... at least part way. So it isn't as if my BIOS setting are
totally mangled, or else I wouldn't have been able to do that.
>With the USB drive connected, boot the sy...
2014 Jan 15
0
USB boot problems on Gigabyte GA-M55Plus-S3G
...t;
> Yes.
>
> >I am not asking to change any particular setting. I just want to
> >understand the current situation.
>
> Yes, and I understand completely. It is hard to debug something like
> this without being physically present.
>
> Please do try to remember hoever that ... as I said earlier... with all
> my BIOS setting just as they are, I *was* in fact able to boot Windows 7
> from USB... at least part way. So it isn't as if my BIOS setting are
> totally mangled, or else I wouldn't have been able to do that.
>
> >With the USB dri...
2004 Jun 23
2
problems compiling zaptel X100P on Redhat Fedora 2.6.5-1.358
Hi can you help ?
I have been trying to compile the zaptel modules all
day for installation with out success, see messages
below....
Setup as follows
X100P card
Intel Celeron (686) 1.7ghz processor
Redhat Fedora Core 2 (Linux-2.6.5-1.358)
When I do the make I get the following errors
Any comments would be great
====> make
make -C /usr/src/linux-2.6.5-1.358
SUBDIRS=/asterisk/zaptel-0.9.1
2014 Jun 30
1
Samba 3.6 to 4.1 problem with classicupgrade
Hello,
I run Samba 3.6.3. on ubuntu server, whre the domain works fine. Hoever when
I try to migrate to Samba 4.1 from sernet distribution, I finish with
Classicupgrade on the below error. I know it hase to do with bad group
mapping, but I am not able to find the mistake. Please help.
root at server:/var/lib/samba# samba-tool domain classicupgrade
--dbdir=/var/lib/samba...
2014 Jan 11
2
USB boot problems on Gigabyte GA-M55Plus-S3G
...bution .zip files) and that they tell you to use in
order to actually put OpenELEC onto a USB stick. So if there are
indeed problems, even with that little tool, then yes, that might
perhaps go some way toward explaining the failure I saw when trying
to boot OpenELEC off a USB stick. Keep in mind hoever that, as I
have been saying, the exact same USB sticks _do_ work perfectly
well on other systems I have here, in particular an older Intel Core 2
based laptop and an AMD E-450 based HTPC. Those don't have any problems
with any of this stuff. (I _could_ also try booting these sticks on
my main...
2020 Jun 11
11
handling spam from gmail.
I am sick of this gmail spam. Does anyone know a solution where I can do
something like this:
1. received email from adcpni444 at gmail.com
2. system recognizes this email address has been 'whitelisted', continue
with 7.
3. system recognizes as this email never been seen before
4. auto reply with something like (maybe with a wait time of x hours):
Your message did not receive the
2002 Feb 27
1
Bug in glm.fit? (PR#1331)
...hm into account. Note that
"coef" is not permutated. Also, since the weights in the iterative
weighted least squares algorithm change in each iteration (lines
60-139) it is theoretically possible that on some executions of this
chunk pivoting occurs and on others there is no pivoting.
Hoever, if the new coefficients are unsuitable and either the block at
lines 98-114 or lines 115-130 is entered, then "start" is modified by
shrinking it toward "coefold". There are two problems:
1) If this happens the first time the loop in lines 60-139 is executed,
then coefold i...
2014 Jan 14
3
USB boot problems on Gigabyte GA-M55Plus-S3G
First, allow me to apologize for taking such a long time to get back
to this small project. I just had other things on my plate. My apology
extends to everyone who has offered suggestions or advice, but most
particularly to Ady <ady-sf at hotmail.com>, who has clearly gone the extra
mile to try to help me get this boot problem worked out.
Before describing the results of his last set of
2014 Jan 10
5
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <BLU0-SMTP557B92590B4CC34F8318088BB30 at phx.gbl>,
Ady <ady-sf at hotmail.com> wrote:
>Since in all cases you get to see at least the Syslinux copyright
>message, the problem doesn't seem to be related to whether your BIOS
>can identify the USB disk and boot from it.
I can only agree.
>Some GA motherboards might identify some USB drives as