Displaying 20 results from an estimated 5000 matches similar to: "Searching small(ish) sites on ubuntu"
2003 Jan 06
3
ADSL PCI cards
Does anyone have any information or recommendations for ADSL PCI Cards
for Linux boxes? E.g. which ones are supported? How much are they? etc.
Dirk
--
Please Note: Some Quantum Physics Theories Suggest That When the
Consumer Is Not Directly Observing This Product, It May Cease to
Exist or Will Exist Only in a Vague and Undetermined State.
2017 Jul 01
0
fsck looping duplicate mdbox GUIDs
I have recently updated with 2.2.29.1-avh1~xenial1 ubuntu package on 16.04.
It appears that I have a couple of duplicate GUIDs which fsck can't
clear so the machine is looping through doing continuous fsck runs.
Any way to determine what the offending messages are and how to delete
or otherwise stop this?
Jul 1 17:09:24 post dovecot: doveadm(djk at tobit.co.uk): Warning: fscking
index
2015 Nov 05
0
replication delays
I have two dovecot instances that replicate to each other. Mail arrives
into "post" and it is generally accessed via IMAP on "france". Changes
(moves/expunge etc) on "france" seem to replicate back to "post" more or
less immediately. But this seems to happen only for this user. (Some)
other users' (e.g. me) mail generally replicates more or less
2005 Jan 10
5
Traceroute unblocking, single interface, policy drop
I have a shorewall 2.0.14 running on a single interface machine (nwww in
the log below) that is attempting to be well screwed down. The policy
file reads:-
#SOURCE DEST POLICY LOG LEVEL
LIMIT:BURST
fw net DROP info
net all DROP info
# The FOLLOWING POLICY MUST BE LAST
all all
2010 Mar 11
6
tm[,-1]
This does what I was hoping it would:
aggregate(tm[,-1],by=list(tm[,10]),FUN="mean")
but I don't know what "tm[,-1]" means (well - the -1 bit anyway.
Does it somehow means the whole matrix?
Please don't tell me to check the manual - I tried and failed dismally...
--
View this message in context: http://n4.nabble.com/tm-1-tp1588804p1588804.html
Sent from the R
2019 Jul 19
4
index worker 2.3.7 undefined symbol errors
Suddenly I am getting undefined symbol errors having updated to 2.3.7.
Jul 18 01:02:49 localhost dovecot: indexer-worker: Error: User <someone>
lookup failed: Couldn't load required plugin
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: dlopen() failed:
/usr/lib/dovecot/modules/lib95_imap_sieve_plugin.so: undefined symbol:
command_hook_register
(I think I fixed this one by a
2005 Feb 02
0
two small-ish optimizations (death by a thousand cuts)
This lpc_restore_order was partially inspired by Miroslav's affd, though
my (not very great) ARM asm version resembled this, as well.
The other two reduce CPU array indexing overhead in loops a little.
Additionally, a request for help:
My not very optimized lpc_restore_signal is at the below URL, I
couldn't get the ldm* instructions to work as advertised, even though
I've talked
2019 Jul 21
0
index worker 2.3.7 undefined symbol errors (more info)
Some supplemental information:
This is happening on every email delivered into Dovecot via LMTP. The
curious things are that the message is a) successfully delivered and b)
sieved into the correct directory.
Another observation is that:
mail_deliver_ctx_get_log_var_expand_table
is defined globally in core/src/lib-lda/mail-deliver.c (and used there)
but the ONLY external call in the entire
2008 Nov 15
0
new wine appdb-ish site, games.ibeentoubuntu.com
I just noticed
http://games.ibeentoubuntu.com
It kind of duplicates (in a small way) wine's appdb,
but it has gameplay videos, which is kind of cool.
2012 Jun 18
3
[Bug 51207] New: Background corruption in Firefox w/ cairo
https://bugs.freedesktop.org/show_bug.cgi?id=51207
Bug #: 51207
Summary: Background corruption in Firefox w/ cairo
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component:
2011 May 05
1
centos friends?
Hello All,
I want to ask about CentOS and money. Please do not start some kind of
shitstorm over this, it isn't productive.
I have just been looking at archive.org to see when the paypal option went
missing from the donate menu at centos.org. I can't pin it down, but it was
there on October 16, 2010 and isn't now, so that's the information I have on
that point.
There was a
2012 Apr 02
1
Bootstrapped Tobit regression - get standard error 0...
I am trying to work out a bootstrapped Tobit regression model. I get the
coefficients all right, but they all have standard error zero. And I am
unable to figure out why. I know the coefficients are correct because that's
what I get when do a Tobit (without bootstrapping). Here's my code:
# Bootstrap 95% CI for Tobit regression coefficients?
library(boot)
library(AER) # for the Affairs
2005 Apr 20
2
heckit / tobit estimation
Dear All,
we (Ott Toomet and I) would like to add functions for maximum likelihood (ML)
estimations of generalized tobit models of type 2 and type 5 (*see below) in
my R package for microeconomic analysis "micEcon". So far we have called
these functions "tobit2( )" and "tobit5( )".
Are these classifications well known? How are these functions called in other
2009 May 19
1
Hosting small site on Windows temporarily
I''d like my next project to be RoR. I''m coming from .NET so it''s
going to take me some time. This particular task (at first) is pretty
simple - the client has a single table they would like to maintain.
I''ve already executed the scaffold commands and connected to the SQL
Server database, no problem.
While I begin to ramp up my RoR knowledge, I''d like
2007 May 04
2
Library & Package for Tobit regression
Hello R-Users:
I am want to use tobit regression for left censored panel/longitudinal data. Could you please provide me the name of "library" and/or "package" that will give me option of fitting tobit regression model for longitudinal data?
Thank you.
Sattar
__________________________________________________
[[alternative HTML version deleted]]
2011 Mar 10
2
tobit regression model
Hi,
I'm trying to fit a tobit regression model to some data. When fitting the
exact same data in Stata, I have no problems at all, however R won't
converge. Its not a maxiters thing, since I've tried increasing this
already. I need to be able to fit the model in R since there are users of
the code that don't have a Stata license.
The code is:
require(AER)
left = 3.218476
x =
2009 Apr 07
0
HELP: Use predict for Tobit Model. How to predict values in Tobit Model???
Hello,
I am working on a Tobit Model for a consumer good, left censored with zero.
Relation: Sales of product depend on price, promotion (dummy), Season(dummy)
and store (dummy)
Used standard Tobitmodel with package(AER) vor a 48 week period:
tobitmodel<-tobit(SALE~Price+Promotion+Season+Store,data= datatobit)
Now I want to predict the values for week 49-52.
Used predict device:
2008 Aug 16
1
Pseudo R2 for Tobit Regression
Dear All:
I need some guidance in calculating a goodness-of-fit statistic for a Tobit
Regression model.
To develop the Tobit regression, I used the tobit() method from the AER
package, which is basically a simpler interface to the survreg() method.
I've read about pseudo R2 and C-index and was wondering if there is a
package that calculates this for me. Also, is there a reason to select
2006 Feb 12
3
Tobit Regression (residual Assumption)
I'm statistician
I need help with tobit regression
Is there assumption in tobit regression ?
if any, what kind of that ?
please help me !!
2008 Feb 07
2
Tobit model
Hi all,
Quick question - Which, if any, of the R packages contains procedures for running Tobit analysis?
Regards,
Matt
---------------------------------
[[alternative HTML version deleted]]