Displaying 20 results from an estimated 2000 matches similar to: "Samba 3.0.7 is broken"
2003 Jul 15
2
Undefined subroutine &R::Rdconv::fill (PR#3485)
Full_Name: michael klinglemsith
Version: R-1.7.1
OS: linux
Submission from: (NULL) (134.134.136.4)
I run: (note: ] is my unix prompt)
]./configure
It seems to work, here are the messages I get from the end of configure:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -D__NO_MATH_INLINES
2009 Jul 07
1
R2WinBUGS under Linux/WINE fails
Hi,
I'm running wine-1.0.1, OpenBUGS 3.0.3, R 2.9.0, and R2WinBUGS on a Redhat
Enterprise Linux machine.
Following various peoples' suggestions...
This works perfectly (yay!): wine Z:/opt/OpenBUGS/winbugs.exe
Within R, however, I get this:
(setup the example from ?bugs, then....)
R> schools.sim <- bugs(data, inits, parameters, model.file, n.chains=3,
2009 Oct 03
3
Winbugs under R's error message
Dear R lists,
I ran Winbugs under R. I could get the results, but I kept getting the error messages:
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason
2009 Oct 03
1
Why do I have the error message?
Dear R lists,
I ran Winbugs under R. I could get the results, but I kept getting the error messages:
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason
2012 Feb 07
1
R2WinBUGS error message
Hi!
I am new to BUGS and running BUGS from R. I am trying to run a regression
model from R, however I have this error message:
Error in file(con, "wb") : cannot open the connection In addition: Warning
messages:
1: In file.create(to[okay]) : cannot create file 'c:/Program
Files/WinBUGS14//System/Rsrc/Registry_Rsave.odc', reason 'Permission denied'
2: In file(con,
2012 Jul 09
1
R to winbugs interface
Hello everyone,
I need some help regarding calling WinBUGS from R. I
have a model for WinBUGS and an R code which calls WinBUGS. On running the
code I am being shown the error message :
Error in file(con, "wb") : cannot open the connection
In addition: Warning messages:
1: In file.create(to[okay]) :
cannot create file 'c:/Program
2008 Aug 19
2
Calling a windows program
Greetings,
How do I make a call to a windows program from R? For example in
windows, I would run this in a shortcut:
"C:\Program Files\WinBUGS14\WinBUGS14.exe" /PAR "myownscript.odc"
Thanks,
Ben Alexander-Eitzman
[[alternative HTML version deleted]]
2006 Dec 09
1
WinBUGS14 and R
I'm trying to call BUGS from R. But it's not working. R freezes up and
BUGS gives me a strange output in the log. Just to know, BUGS is
registered. The modified date on the keys file is today (Dec. 9th). It
should be fully registered so that I can use it fully. And, the BUGS model
is syntactically correct. Any suggestions would be very helpful.
Here is my BUGS model:
model {
2012 Dec 04
1
Winbugs from R
Hi,
I am trying to covert a Winbugs code into R code. Here is the winbugs code
model{# model’s likelihoodfor (i in 1:n){time[i] ~ dnorm( mu[i], tau ) # stochastic componenent# link and linear predictormu[i] <- beta0 + beta1 * cases[i] + beta2 * distance[i]}# prior distributionstau ~ dgamma( 0.01, 0.01 )beta0 ~ dnorm( 0.0, 1.0E-4)beta1 ~ dnorm( 0.0, 1.0E-4)beta2 ~ dnorm( 0.0, 1.0E-4)#
2015 Mar 11
1
Not able to access CIFS share using samba
Hi,
I am not able to access the local CIFS share using samba on unix machine.
It is returning with Access Denied.
Please see the attachment for more details.
Thanks,
Dhyan
-------------- next part --------------
03:09:50.311663 IP dev-130.odc.reconnex.net.ssh > 10.213.132.83.64001: P 339078270:339078322(52) ack 1209710857 win 9648
03:09:50.311694 IP dev-130.odc.reconnex.net.ssh >
2011 Jan 14
1
R2WinBUGS-Windows 7
Dear all,
I'm having a slight issue with R2WinBugs.... it cannot detect where WinBUGS is located.
Q: How can I change the default path?
Any advice is greatly appreciated. Thanks.
Regards
Erica
I'm using R2WinBUGs (R version 2.21.1) on windows platform (Windows 7).
I have downloaded WinBUGS14.exe and patch 1.4.3.
As i'm working with Windows 7 (similiar issues to Vista occur),
2012 Feb 01
1
problem working directory WinBUGS using R
Hi,
I am trying to use WinBUGS using R, but i am having some problems using
bugs function:
out <- bugs(data = win.data, inits = inits, parameters.to.save = params,
model.file = "model.txt",
n.thin = nt, n.chains = nc, n.burnin = nb, n.iter = ni, debug = TRUE, DIC =
TRUE, working.directory = getwd())
ls()
WinBUGS file is in working directory=D:/Line/documents but R looks for
2010 Sep 09
1
R2WinBugs problem
I'm having difficulty running R2WinBugs on a setup that previously
worked for me (Dell Laptop, Windows XP service pack 3, R 2.11.1, WinBugs
1.43) . When I issue the following command
smds.sim <- bugs (data, inits, parameters, "SMDSbrandLoc2.bug",
debug = T,
n.thin = n.thin,
n.chains = n.chains,
n.burnin = n.burnin,
n.iter = n.iter)
I get the following error in R
2005 Jan 21
1
Logon hours
Hi guys,
Another quick question:
I'm running Samba-3.0.9 with an LDAP backend.
User logon restrictions, in terms of allowed logon hours are set by using
NT's "User Manager.exe" which connects to the Samba controlled domain.
The restrictions appear to work OK except when there are multiple rules for
the logon hours.
.e.g
Logon restrictions work pefectly if the logon time is:
2014 Sep 11
1
Samba and LDAP authentication backend
Hello,
I'm facing a weird problem and I really do not know where I can find how
to debug it.
Since some years, we have a LDAP server ( Debian 6 and OpenLDAP 2.4.23 )
and a Samba server ( Debian 6 and Samba 3.5.6 ). They work pefectly well
in a workgroup. The LDAP server is also used for some other applications
like Squid, Zimbra, ...
Now, we would to add a second Samba server ( Debian 7
2016 Aug 02
6
TLSv1.2 support for lftp on CentOS 6.x
Hello everybody,
I am writing on that mailing list because I have an issue using lftp and I would
love to have more infos about features available on the LFTP version provided by
CentOS 6.
I try to connect to a ftp server in secured mode using FTPS explicit and I would
love to use TLSv1.2.
After several tries, I understood that the TLS negociation was not possible
using TLSv1.2 (It works only
2006 Jul 28
1
putty mysql error
I get the following mysql error when I try to connect to my Linux
machine using putty.
Unknown database ''db_develoment'' (Mysql::Error)
any idea what i need to do to avoid this.
The same code works pefectly well on the Linux box.
/usr/local/lib/ruby/gems/1.8/gems/activerecord-1.14.2/lib/active_record/ven?dor/mysql.rb:508:i
n `read'': Unknown database
2005 Jan 25
2
Logon Hours problems
More information on my problem below.
It seems that users that were only meant to kicked off at 21:00 were kicked off at 19:00.
I've checked the time and timezone on the Linux server and all seems correct.
I think I've messed up something somewhere to do with Samba and time and Logon Hours restrictions.
Please point me in the right direction.
Many thanks
David Wilson
From: "David
2004 Apr 16
2
VoIP SIP SoftPhone Recommendations
What SoftPhone working very well with *? S.O. is Debian Linux
Thanks for your comments.
JRR
_________________________________________________________________
MSN Amor: busca tu ? naranja http://latam.msn.com/amor/
2006 Nov 07
0
[Bug 1090] Increase MAX_SESSIONS?
http://bugzilla.mindrot.org/show_bug.cgi?id=1090
senthilkumar_sen at hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |senthilkumar_sen at hotpop.com
------- Comment #6 from senthilkumar_sen at hotpop.com 2006-11-07 23:00 -------
Any