Displaying 20 results from an estimated 58 matches for "suces".
Did you mean:
sucess
2004 Oct 12
4
A question in R
I started to learn the R language, but I didn't suceed to use an external file.
Let say that I have an excel file called "test1.xls" in the directory
"C:/program files/R/rw2000/external_files" that looks like that:
name mark
yair 80
yosi 70 ...
In the appropriate directory I wrote this:
x<-read.delim("test1.xls")
or this:
2005 Dec 29
1
Has_Many - Saving Child Rows
I have read extensively on has_many but cannot find an explicit example
on how to do what I need. I am a newbie, but can grasp it if I see it in
a working example. Here is my scenario...
I have a form which I can add a TODO item (patterned after
http://darkhost.mine.nu:81/~vince/rails/tutorial.html). I have the form
working perfectly so I decided to modify it a bit to add more
functionality.
2003 May 11
1
NLME - multilevel model using binary outcome - logistic regression
Hi!
I'm pretty raw when working with the R models (linear or not).
I'm wondering has anybody worked with the NLME library and dichotomous
outcomes.
I have a binary outcome variable that I woul like to model in a nested
(multilevel) model.
I started to fit a logistic model to a NLS function, but could not suceed. I
know there are better ways to do it in R with either the LRM or GLM wih
2008 Jan 05
1
mfrow for levelplot?
hello
could anyone tell my, why I do not suceed with mfrow?
par(mfrow=c(4,4))
for (i in 5:17){
levelplot(maxwater[,i]~maxwater$V1*maxwater$V2, col.regions=whiteblue(5), xlab="", cuts=4)
}
Thanks
Marc
--
2003 Sep 10
1
Open file > 64 K in COM32
Hi all,
I used syslinux to load linux on DiskOnChip in PC104
for one embbeded project suceefully for several
months. But due to power lost sometime the image is
corrupted. I want to develop a COM32 util to check CRC
for the images and load the good ones. I read in the
comboot.doc that com32 can use read file SYSLINUX API
call to read a file, and the file must below 64K
limit. But the image files
2004 Aug 21
1
openssh-unix-dev Digest, Vol 16, Issue 9
Hello,
We tested OpenSSH 3.9 in Hp-UX platforms for Passwordauthentication
under PAM modules. We started the SSH Daemon with following settings:
Usepam yes
ChallengeResponseAuthentication yes
passwordauthentication yes
The client is invoked with ssh -o'Passwordauthentication yes' localhost
-vvv. The debug traces shows that the authentication suceed as
keyboard-interactive.
2002 Aug 28
1
2.999 unable to join domain - update
Hi.
I've done some more debugging, and it looks like samba doesn't fall back
properly to port 139.
If I query a W2K box ( port 445 enabled ), the conversation works fine.
If I query my own samba server ( port 445 enable ) , it works fine. If I
limit my own server to port 139 using smb ports, or query an NT4 system,
the conversation fails. smbclient -NL server -p 139 fails even to a w2k
2006 Dec 07
1
Centos SATA PCI Card
Generator Microsoft Word 11 (filtered medium) Hi there,
I' m trying to build a home made NAS/SAN server using Centos 4. I have an old HP ML series server with support for IDE disks only.
So I thought that I could by some pci sata controller to use sata disks that are cheaper and faster than IDE' s.
My question is , does anyone have used the Conceptronic PCI Sata Card sucefully in CentOS ?
2014 Nov 03
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
On Mon, Nov 3, 2014 at 9:26 AM, Tom Stellard <tom at stellard.net> wrote:
> On Fri, Oct 31, 2014 at 04:31:47PM -0700, Bob Wilson wrote:
> >
> > > On Oct 31, 2014, at 4:19 PM, Eric Christopher <echristo at gmail.com>
> wrote:
> > >
> > >
> > >
> > > On Fri Oct 31 2014 at 3:11:22 PM Tom Stellard <tom at stellard.net
>
2002 Nov 22
1
winbind -> error looking up domain users/groups
Hello all!
I have on my network a PDC running w2k with active directory.
On this machine i have:
nic 1: internet (valid ip)
nic 2: hub 1 -> 10.1.1.1
nic 2: hub 2 -> 11.1.1.1
my wins server is running in 10.1.1.1 on pdc.
i applied SP3 and all windows updates corrections.
on my linux machine i have:
kernel: 2.4.19 - samba 2.2.7 - squid 2.5S1
nic 1: internet (valid ip)
nic 2: hub 1 ->
2007 Sep 10
1
[ win32utils-Bugs-13825 ] /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to convert into `long'' (RangeError)
Bugs item #13825, was opened at 2007-09-10 16:04
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=13825&group_id=85
Category: win32-file-stat
Group: Code
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: /win32-file-stat-1.2.5/lib/win32/file/stat.rb:81:in `at'': bignum too big to
2008 Jan 01
0
idmap_nss: Default domain not being used
I have an existing PDC which I am attempting to move across to a new
server. On the new server, I'm having trouble with idmap (using an LDAP
backend) and trusted domains. The smb.conf file is the same on both
servers. My idmap & winbind parameters are as follows:
ldap idmap suffix = ou=idmap
idmap backend = ldap:ldap://127.0.0.1
idmap uid = 10000-29000
idmap gid = 10000-29000
winbind
2002 Jul 02
4
Samba 2.2.4 and PRINT$
Hi,
I'm having difficulty configuring Printing with Samba 2.2.4 and Windows
2000 clients.
The samba installations is running as a PDC against LDAP. All the
sharing of network file systems seem to be working perfectly..
I have a share
[printers]
path = /usr/spool/samba
guest ok = yes
printable = yes
browsable = no
guest ok = yes
writable =
2011 Jun 24
3
Error using betareg
Dear all,
I get an error using betrag on this data set
:http://dl.dropbox.com/u/1866110/dump.csv.
I run it like this
regression f2.1=betareg(Y~X1+X2,data=dump)
summary(f2.1)
I get :
Call:
betareg(formula = Y ~ X1 + X2, data = dump)
Standardized weighted residuals 2:
Error in quantile.default(x$residuals) :
missing values and NaN's not allowed if 'na.rm' is FALSE
In addition:
2006 Dec 12
1
SPA2100 sends an unexpected BYE message when transmitting a FAX
Hi everyone,
I'm trying to send a FAX with the following configuration:
Analog FAX machine (OKI) <----->SPA21000<----->LAN<----->Asterisk<--------> PSTN
I'm restricted to use passthru mode for faxing, instead of T.38
protocol, because the Asterisk box is running v1.2 and cannot be
changed as it is in a heavy production environment. Anyway, it
"should"
2003 Feb 24
1
exit status 12 when transferring a large file
--- Erhalten von ZBM.ZARBR 089/32000-545 24-02-03 12.07
Hi,
I mirror a server installation using rsync 2.5.6 (on both sides) with these
options:
-a -x --numeric-ids -H --delete --stats -e ssh -z --exclude-from ...
This happens every night. In about 80% of the cases rsync returns exit
status 12 when trying to transfer a certain file. In the other 20% the file
is
2005 Sep 26
1
Qos, HFSC and VoIP
Hello,
I''m using Linux kernel 2.6.x and tc (from iproute2 package).
I''m trying to use HTB or HFSC scheduler in order to limite the rate of outgoing packets and also in order to minimiez delay for RTP stream.
But I didn''t suceed in having this 2 QoS services working.
I use Iptables in order to classify packets. Here is my HFSC conf.
In fact the pings that i send from
2012 Oct 29
3
Unable to create GPO with rc3 and a few authentication problems
Hello.
I had encountered a few problems with 2 Samba 4 rc3 DCs serving domain migrated from Windows 2003 R2. I post them altogether, since they look related.
1. Unable to create or delete GPOs.
# bin/samba-tool gpo create somegpo
ERROR(ldb): uncaught exception - LDAP error 50 LDAP_INSUFFICIENT_ACCESS_RIGHTS - <dsdb_access: Access check failed on
2004 Jun 19
7
QoS net-snmp ?
Hi
I''ve patched net-mrtg http://www.net-snmp.org/
with http://x-ray.prokon.cz/data/snmp/
sucefully
Also I''ve copied QOS.TXT to /usr/local/share/snmp/mibs
when I make a normal use of snmp, with mrtg in order
to monitor all traffic on eth0 and eth1, it works
OK.
But, how must I do in order to get monitor for a
specific class ?
If I make a snmpwalk (like README suggest), I get
2007 Apr 18
1
[Bridge] modprobe: modprobe cannot locate br0 modules
Hi,
I added below code in /etc/rc.d/rc.local in order to load the bridge
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0
ifconfig br0 up
but it fail, i found error in /var/log/message
said
localhost: modprobe: modprobe cannot locate br0 modules
but i found it said suceedly up the br0 interface
anyone know?
=====
Ô¸ÄúÓÀÔ¶ÐÒ¸££¬¿ìÀֺͰ²Ïê Happy & Healthy Always ! ^_^ !