Displaying 20 results from an estimated 5000 matches similar to: "No subject"
2003 Dec 01
0
No subject
FreeBSD 4.1.1-RELEASE #1: Tue Oct 10 18:09:51 CDT 2000
root@test-drive.tamu.edu:/usr/src/sys/compile/TEST-DRIVE
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (501.14-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
2003 Dec 01
0
No subject
And route print?
Do you have any servers on the WAN? (or is everyone connecting to the
servers THROUGH the WAN?)
Can you see the samba machines at all in network neghborhood?
What happens when you type in the UNC of a samba server manually? (i.e.
\\SAMBASERVERNAME)
I hope I can help you, and I'm trying, but I'm not a samba guru.
-Dan
PS. Please change your email type to PLAIN TEXT from
2003 Dec 01
0
No subject
connect to it - wait about 2 minutes and then get 'network is busy' message.
I suspect that my problems may lie somewhere in the multiple domains /
subnetting areas, but I can't see where.
Any comments will be welcome. TIA
Harry Burgin
Return-Path: <marion.haines@countygovt.brevard.fl.us>
Delivered-To: samba@lists.samba.org
Received: from gc2a-hplh4.countygovt.brevard.fl.us
2003 Dec 01
0
No subject
read list (S)
This is a list of users that are given read-only
access to a service. If the connecting user is in
this list then they will not be given write access,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
no matter what the writeable option is set to. The
2012 Apr 22
10
Assignment problems
The text below is a part of, some work I have to do, which is due in 2 days
and I am strung up with a lot of other stuff, so I was hoping someone would
take 5 mins and help me ??
Here is a part of my data.frame:
year country1 country2 contig comlang pop1 gdp1
pop2 gdp2 rta dist avgflow
1 1992 AUS AUT 0 0 17.4950008 321708.281
2011 Apr 27
2
Segmentation Fault in doveadm move under Solaris 10
Hi all
I want to move mails from folder test-ein to another folder test-aus
with the new "doveadm move" command in dovecot 2.0.12. When I try the
following I get a "Segmentation Fault" after the mail was copied to
the new folder:
# doveadm -v -f flow search -u g033 mailbox test-ein all
56779e33a911b84db22900005451a966 1
# doveadm -v -f flow search -u g033 mailbox
2011 Jun 24
1
try to generate graph for each element of my list
Dear all,
I have the following problem. I have a List of time series dataframe.I'm
trying to produce specific graph for each element of my list. The code is:
This is my list:
Lista_import<-lapply(Lista_import, function(x){
x2<-subset(x, select=c("ANNO","DICHIARANTE","PARTNER", "quota"))
x2<-cast(x2, ANNO+DICHIARANTE~PARTNER)
x2<-
2003 Dec 01
0
No subject
Please note that Windows 9x clients are not true members
of a domain for reasons outlined in this article. Therefore
the protocol for support Windows 9x style domain logons is
completely different from NT4 domain logons and has been
officially supported for some time.
Did you read this document? Let me know what needs to
be updated and i will take care of it.
Cheers, jerry
2009 Sep 28
1
model.matrix troubles with AlgDesign
Dear DevelopeRs,
in continuing with my suite of packages on experimental design, I am stuck
with an issue that appears to be related to package AlgDesign - I have tried
to get it solved by Bob Wheeler, but he seems to be stuck as well.
Whenever AlgDesign is loaded, some of my code does not work any more. For
example, in a fresh R session:
require(DoE.base)
fac.design(nlevels=c(2,6,2))
2006 Aug 18
1
3.0.23b binaries for debian/sarge please
Hi,
Cannot spot the debian binaries for 3.0.23b - please please please as
3.0.23a has some issues regarding domain users and I'm too lazy to compile
my own packages
Thanks,
--
DanB
2008 Jun 11
0
Word 2003 - can't change default language from English (US)
Hi,
I'm trying to change the default language in Microsoft Word 2003 to something other than "English (US)".... actually, I'd like to change it to English (Aus) or English (UK).
I'm running Word 2003 on Wine 1.0-rc3 on Fedora 8.
Whenever I start Word 2003, the language reverts to English (US). If I try to set the default to something else (as I would on a windows
2005 May 16
0
Configure a FreeBSD firewall to pass IPSec?
Greg White,.
I have noted your comment on some documentation found on the web, "I have
successfully (and repeatedly) used Nortel VPN client on a NATed host through a
FreeBSD gateway."
Currently i have the same problem with a Nortel BCM Running M$ Windows VPN, the
BCM sit's behind a FreeBSD Firewall / NATD.
---- Network ----
ADSL Modem
|
FreeBSD Server / Gateway / HTTP etc.
2003 Mar 11
0
WindowsXP Slow to display Sub Dir and file tree's
Recently configured a client with new server Unfortunately the PDC / Backup
Machine is
an NT4.0 Machine, {Updated with all current Service packs}\
I configured several departmental servers with FreeBSD & samba, these then push
files to the NT Machine for
nightly backup, one at a time through perl script.
I have also configured a samba server to run WINS and DHCP only, for the
network.
All
2009 Sep 25
2
[LLVMdev] MinGW/MSVC++ uses different ABI for sret
Let's go directly to the example
struct S {
double dummy1;
double dummy2;
};
S bar();
S foo() {
return bar();
}
This is the result of g++ -c -S -O2 (focus on the final `ret'):
__Z3foov:
LFB0:
pushl %ebp
LCFI0:
movl %esp, %ebp
LCFI1:
pushl %ebx
LCFI2:
subl $20, %esp
LCFI3:
movl 8(%ebp), %ebx
movl %ebx, (%esp)
call __Z3barv
pushl %eax
movl %ebx, %eax
movl -4(%ebp), %ebx
2000 Jan 13
0
problems with understanding behaviour of glm
Dear R users,
I don't understand, what happens in glm in the following example (note that
in S-Plus this example finishes with an almost perfect fit, but also 49
warnings):
> fit.small <- glm(SKR.ein.aus ~ ., family = binomial, data = daten, maxit=100)
Error in (if (is.empty.model(mt)) glm.fit.null else glm.fit)(x = X, y = Y, : inner loop 2; can't correct step size
In addition:
2009 Dec 03
3
Xen DomU with high IOWAIT and low disk performance (lvm raid1)
Hello list!
My setup:
Dom0: Debain 5.0.3 with xen-hypervisor-3.2-1-i386 (2.6.26-2-xen-686)
DomU: Ubuntu 8.04 2.6.26-2-xen-686
System is running on two hard drives mirrored with raid1 and organized
by LVM. Dom0 and DomU are running on logical volumes.
Partitions for DomUs are connected via ''phy:/dev/lvm/disk1,sda1,w'' for
example.
Here are some scenarios I testet, where you
2002 Jul 03
2
Adding text to a plot
Dear R-users,
again two question...
# Question 1
Adding two lines of text to a plot, I am using:
# -------------------------------
plot(k[,1], k[,2], pch=16,
ylim=range((min(k[,2])-0.2):(max(k[,2])+1)))
a <- paste("Cor.:" ,cor(k[,2],k[,1]))
b <- paste(nrow(k), "Countries")
text(90, max((k[,2])-0.51), a)
text(90, max((k[,2])-0.83), b)
#
2010 Apr 15
2
using nls for gamma distribution (a,b,d)
Dear all
i want to estimated the parameter of the gamma density(a,b,d)
f(x) = (1/gamma(b)*(a^b)) * ((x-d)^(b-1)) * exp{-(x-d)/a)} for x>d
f(x) = Age specific fertility rate
x = age
when i run this in R by usling nls()
gamma.asfr <- formula(asfr ~ (((age-d)^(b-1))/((gamma(b))*(a^b)))*
exp(-((age-d)/a)))
gamma.asfr1 <- nls(gamma.asfr, data= asfr.aus, start = list(b = 28, a = 1,
d= 0.5),
2004 May 03
0
Dovecot hangs after 2 or 3 days
Hi all,
We've some problems with our dovecot installation, its the latest
stable compiled on a debian woody box.
After 2 or 3 days dovecot hangs, no user can login (pop3 and imap),
there's nothing in the logs. The client does allways timeout, if I
restart dovecot all works well again.
It's a box with s.th. around 400 users, we've enough mem free, load is
not a problem, it went
2011 Apr 27
1
Segmentation Fault in doveadm move under Solaris 10
Quoting Timo Sirainen <tss at iki.fi>:
> On 27.4.2011, at 17.03, J?rgen Obermann wrote:
>
>> # doveadm -v -f flow move -u g033 test-aus mailbox test-ein all
>> Segmentation Fault
>
> Can you get gdb backtrace?
>
> gdb --args doveadm -v ...
> run
> bt full
>
> Or if that doesn't produce valid output:
>
> ulimit -c unlimited
> doveadm -v