Displaying 20 results from an estimated 231 matches for "2.03".
Did you mean:
2.0
2003 Apr 05
1
Preliminary 2.03-pre1 result...
It seems that 2.03-pre1 resolves PXELINUX problem on a reasonable number
of hosts. Perhaps somewhat importantly this seems to include the RBFG
PXE boot floppy, which did not work with 2.02.
This was somewhat of a surprise, since it didn't exhibit the failure
mode that I would have thought would have been the trigger of the bug.
Instead, it was one of those stacks that would transmit packets
2010 Jan 07
0
cross compile on Fedora configure script
#!/bin/bash
#./configure-fedora-compile-mingw32.sh
#./configure --host=i686-pc-mingw32 --with-lzo=./lzo-2.03/
--with-lzo-include=./lzo-2.03/include/ --with-lzo-lib=./lzo-2.03/
#./configure --host=i686-pc-mingw32 --with-lzo=./lzo/
--with-lzo-include=./lzo/include/lzo/ --with-lzo-lib=./lzo/
#./configure --host=i686-pc-mingw32 \
# --with-lzo=$HOME/Dropbox/SOURCE/tinc/lzo-2.03/ \
#
2014 Jul 09
0
CESA-2014:0861 Moderate CentOS 6 lzo Update
CentOS Errata and Security Advisory 2014:0861 Moderate
Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0861.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
5573a762c075a0d03f070c6bd0b47c41311fff66e21e034863d514ee65d8c081 lzo-2.03-3.1.el6_5.1.i686.rpm
2002 May 13
4
Help please... rsync 2.5.5 on Solaris 2.7
Hi all, I have just re-joined the list. I have been using Rsync on my
Linux servers for a number of years now without fault. I now have the
need to Rsync data between two Solaris 2.7 servers.
This has got me stumped... Hoping that someone might have a quick answer
for me?
bash-2.03$ rsync -auvvvz sydney:/sun /sun
opening connection using remsh sydney
rsync --server --sender -vvvulogDtprz . /sun
2007 Jul 25
1
anova tables in survreg (PR#9806)
Full_Name: Andrew Manners
Version: 2.5.1
OS: windows xp prof 2003
Submission from: (NULL) (130.102.0.177)
To whom it may concern,
I'm trying to get an ANOVA table within survreg but it always produces NA's in
the p-value, regardless of the data set. The data set below comes from Tableman
and Kim 2004. I had the same problem on a number of my own data sets. I searched
the R site for
2003 Apr 10
0
SYSLINUX 2.03-pre4 released
Hi all,
I have just released SYSLINUX 2.03-pre4; this is the same as SYSLINUX
2.03-pre3, except:
a) I have -- I hope -- finally fixed the Perl scripts so they work in
UTF-8 locales;
b) MEMDISK now supports gzip compressed images.
For those who have requested it... you should really thank me for the
last one. It took quite a bit of work, mostly because I had to move the
installer to be a
2009 Mar 08
2
plot confidence limits of a regression line - problem
hi,
I don't know what I am doing wrong,
but with that code;
x1 <- c(1.60, 0.27, 0.17, 1.63, 1.37, 2.00, 0.90, 1.07, 0.89, 0.43,
0.37, 0.59,
0.47, 1.83, 1.79, 0.90, 0.72, 1.83, 0.23, 1.97, 2.03, 2.19, 2.03, 0.86)
x2 <- c(1.30, 0.24, 0.20, 0.50, 1.33, 1.87, 1.30, 0.75, 1.07, 0.43,
0.37, 0.87,
1.40, 1.37, 1.63, 0.80, 0.57, 1.60, 0.39, 2.03, 1.90, 2.07, 1.93, 0.93)
model <-
2003 Apr 08
0
SYSLINUX 2.03-pre3 is release candidate
Hi all,
Since it seems 2.03-pre3 solves some significant problems for people,
I'm going to release it as 2.03 some time later in the week. I would
*greatly* appreciate people testing it before then.
Thanks,
-hpa
2003 Apr 11
0
LAST CALL for SYSLINUX 2.03-preX test reports
I will release SYSLINUX 2.03 this evening or tomorrow morning if I don't
hear back soon.
By the way, if anyone has outstanding known bugs that haven't been fixed
in 2.03-pre4 I would like to hear about them again, as they probably
have dropped off my radar screen.
-hpa
1999 May 12
0
SAMBA digest 2088 / Samba 2.03 and M$ Office
Massimo Lambertini wrote:
>I have a big problem .
>I'he upgrade my Server from ( Linux 2.0.36 and Samba 1.19 ) to
>Linux 2.2.7 and Samba 2.0.3 ( redhat 6.0 ).
>I have used the same smb.conf but the systen do not work the same .
>I have a linux directory shared by 10 users with M$ Office 97 .
>With Old System ( Samba 1.19) when i open a file from one client if i
>try
2005 Sep 09
1
rsync failure - no such file or directory
Hi All,
Attempting to run rsync but getting "no such file or directory" message.
What looks like is happening is solaris 8 is removing the "space"
between .../db2_backup and db2inst1@enolagay... As a result rsync
creates a new dir on the same box with the files in it. Not sure what
to do. VERY new to unix and rsync.
bash-2.03$ rsync -e ssh -av
2003 Apr 05
0
SYSLINUX 2.03-pre1
I have released a SYSLINUX 2.03-pre1 which I'm hoping will fix the
following problems some people have reported, both in PXELINUX:
a) 2.00-pre15 works, but no later version;
b) localboot doesn't work.
If you have either of these problem, please test this release.
ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa
2001 Mar 25
1
'scp' returns incorrect exit code (OpenSSH_2.5.2p2)
'scp' returns a zero exit code, even if it fails to perform the desired task.
bash-2.03$ scp nonexistent at no.such.domain:some/file .; echo $?
ssh: no.such.domain: Name or service not known
0
'ssh' will however return a non zero exit code in a similar situation.
bash-2.03$ ssh nonexistent at no.such.domain date; echo $?
ssh: no.such.domain: Name or service not known
255
2006 Jan 31
1
Thank you - newhidups (2.03-pre2) works with my APC BackUPS ES 500
Hi there,
I'm one of the maintainers of the SME Server distro (www.contribs.org)
and we've been chasing this one for some time:
http://www.contribs.org/bugzilla/show_bug.cgi?id=352
http://lists.alioth.debian.org/pipermail/nut-upsdev/2006-January/000543.html
Many thanks to Peter Selinger and everyone else who helped with the
debugging and patches.
Thanks,
Gordon
1999 Mar 05
0
configure and compile errors under HPUX9.04 with samba 2.03
Hello Everyone,
I am using an HP9000 with HPUX 9.04D with gcc 2.8.1. When running configure
for samba 2.03 I receive the following error:
checking statvfs function (SVR4)... no
checking for 3-argument statfs function (DEC OSF/1)... no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)...
yes
checking if large file support can be enabled
no
checking configure summary
2012 Sep 06
3
unique with tolerance
Dear R Users and Developers,
I am trying to do the equivalent of
v <- c(1,2,3,3,2,1,)
vu <- unique(v)
for a vector such as
v2 <- c(1.02, 2.03, 1.00, 3.04, 3.06)
vut <- ...
As indicated in the subject, we need approximately unique values with a defined
tolerance, i.e. for the v2 vector the resulting vut vector using a tolerance of
.1 should return e.g.
[1] 1.02 2.03 3.06
Also,
2001 Jan 30
3
dsa_verify signature incorrect
I am building version 2.3.0p1 of openssh on a UnixWare 2.03 system
and am unable to connect with SSH 2. The error I get is:
debug: len 55 datafellows 0
debug: dsa_verify: signature incorrect
dsa_verify failed for server_host_key
The build environment is as follows:
gcc 2.95.1
openssl-0.9.6-beta2
I've looked through the archives and found similar problems related
to version
2023 Apr 12
1
converting a character matrix into numeric....
?s 19:57 de 12/04/2023, akshay kulkarni escreveu:
> Dear members,
> I have an xts object:
>
>> head(INFYTX)
> INFY Historical Data INFY Historical Data.1 INFY Historical Data.2
> 2003-04-16 "47.26" "44.28" "47.56"
> 2003-04-17 "46.30" "44.92"
2012 Aug 15
4
which() function not finding certain numbers
Hi,
I am using 32-bit R v 2.15.1, on Mac OsX v 10.6.8 with R GUI 1.52 Leopard
build 32-bit (6188). I have also replicated this error on R 2.13.2 on a
windows 7 machine.
In some sequences of numbers, I am unable to use the which() function to
index certain values. It seems to be primarily numbers with a 3 in the
decimal.
For example:
> S=seq(0,4,0.01)
> which(S==2.02)
[1] 203
>
2011 Jan 20
6
Identify duplicate numbers and to increase a value
Hi everybody.
I want to identify duplicate numbers and to increase a value of 0.01 for each time that it is duplicated.
Example:
x=c(1,2,3,5,6,2,8,9,2,2)
I want to do this:
1
2 + 0.01
3
5
6
2 + 0.02
8
9
2 + 0.03
2 + 0.04
I am trying to get something like this:
1
2.01
3
5
6
2.02
8
9
2.03
2.04
Actually I just know the way to identify the duplicated numbers
rbind(x, duplicated(x) |