Displaying 20 results from an estimated 500 matches similar to: "RedHat Linux 6.0 Problems (PR#201)"
1999 May 13
2
R under Red Hat Linux 6.0
I have just upgraded from Red Hat Linux 5.2 to version 6.0 (with
GNOME) on an intel box. I have also upgraded to the latest R version
(0.64.1-2 rpm) and have also installed the corresponding GNOME rpm.
However, I am not able to start R:
[cribari at edgeworth install]$ R
/usr/lib/R/bin/R.binary: error in loading shared libraries:
/usr/lib/R/bin/R.binary: undefined symbol: __setfpucw
[cribari at
2016 Jan 06
1
process_lanman_packet: Discarding datagram from IP 192.168.100.29. Source name STORAGE7<00> is one of our names !
On 01/06/2016 01:23 AM, Jeremy Allison wrote:
>> Jan 5 23:17:32 storage4 nmbd[34068]: [2016/01/05 23:17:32.086480,
>> 0] ../source3/nmbd/nmbd_packets.c:1174(process_lanman_packet)
>> Jan 5 23:17:32 storage4 nmbd[34068]: process_lanman_packet:
>> Discarding datagram from IP 172.21.140.17. Source name STORAGE4<00>
>> is one of our names !
>> "
>
2011 May 26
1
Error when changing domain password in Windows XP
Hi list
I'm have a samba (2:3.5.4~dfsg-1ubuntu8.4) domain with LDAP backend and
I'm getting the following error when I try to change my domain password
via Windows XP:
"The User name or old password is incorrect. Letters in passwords must
be typed using the correct case".
The password is typed correctly and it does get changed in LDAP though.
This snippet from the log may
2016 Jan 05
2
process_lanman_packet: Discarding datagram from IP 192.168.100.29. Source name STORAGE7<00> is one of our names !
Hi
I have a bunch of FreeNAS servers and a TrueNAS HA server all spamming
the logs with these messages every minute about their own source name
(examples below).
These boxes are on two physically separate networks, and I find it
unlikely both networks should have some sort of undetected loop. Any
ideas on how to debug this? Samba version is 4.1.18.
FreeNAS box on network A
"
Jan 5
2010 Mar 23
2
Samba / Lucid / Windows 7 problem
Hi list
I'm running a Samba PDC on Ubuntu Lucid (3.4.7) and am unable to join
Windows 7 machines to the domain. I have applied the registry changes
described at http://wiki.samba.org/index.php/Windows7
Windows XP machines can join with no problems.
Samba log:
stty: standard input: Inappropriate ioctl for device
Use of uninitialized value $pass in chomp at /usr/sbin/smbldap-useradd
line
1999 Nov 16
3
Make on RH6.1
Hi
I am trying to compile R on Redhat Linux 6.1. I get the following
errors. What am I doing wrong?
make[2]: *** Warning: File `../unix/libunix.a' has modification time in
the future (942749076 > 942748853)
../unix/libunix.a(system.o): In function `main':
/usr/local/R-0.63/src/unix/system.c:544: undefined reference to
`__setfpucw'
./unix/libunix.a(system.o): In function
1999 Sep 19
1
error in loading shared libraries
Hi Folks,
I have been using R for many months on my Intel box running RH 5.1
and just recently have run into the following problem:
/home/royle> R
/usr/local/share/R/bin/R.binary: error in loading shared libraries: /usr/local/share/R/bin/R.binary: undefined symbol: __setfpucw
Can someone advise me on how to fix this problem?
I haven't modified my system at all, other than to install
1999 Jul 07
0
Bug list summary (automatic post)
=================================================
This is an automated summary of the status of the R-bugs
repository.
Note that this may be neither complete nor perfectly
correct at any given instance: Not all bugs are reported,
and some reported bugs may have been fixed, but the
repository not yet updated.
Some bug fixes are difficult to verify because they pertain
to specific hardware or
1999 Apr 07
2
offsets again (PR#159)
1. Try the following in 63.3
y <- rnorm(20)
y1 <- y[2:20]
y2 <- y[1:19]
summary(glm(y1~offset(y2)))
summary(glm(y1-y2~1))
Both are the same model, but the first gives the wrong s.e.
I don't believe this was a problem in 63.2
2. Besides the strsplit buffer, there appear to be other memory
problems causing seg faults. With vsize 12M in batch, I accumulated 9
glm objects in memory,
1999 Jul 09
1
"ld: bfd assertion fail" making eda.so on Linux (Redhat 6.0)
I've (remote) access to a new Linux system which has some flavor of Rehat
installed.
Compiling R-0.64.2 fails -- at the end when eda.so should be made.
make[4]: Entering directory `/u/u2/maechler/Linux/R/R-0.64.2/src/library/eda/src'
gcc -g -O2 -fpic -I../../../../include -c line.c -o line.o
gcc -g -O2 -fpic -I../../../../include -c smooth.c -o smooth.o
ld -shared -o
2008 Nov 04
1
R 2.8.0 compilation...
R Compilation...
Not sure whether this is important for R... and, no idea how to get rid of
the following "no"s...
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking floatingpoint.h usability... no
checking floatingpoint.h presence... no
checking for floatingpoint.h... no
checking for cached Foundation settings... no
checking whether default
1999 Mar 24
0
par$csi
Dear R-help,
I'm using 63.3 on windows NT. The improved graphics device has a problem
in that the default par settings produce text that is way too small (63.2
seemed fine). I've compared the parameters between 63.3 and 63.2 and the
ones that differ are : cin, cra, csi, mai, pin, plt. In the par help file,
cin and cra have no documentation other than that they are read only, the
last
1999 Mar 16
1
qqnorm in R-0.63.3
Dear List,
invoking qqnorm-plots in Version 63.3 produces funny things:
using the option `type="s"´ on qqnorm should give a nice *line* of
observed quantiles. Now, the line is walking along in order to the
points index instead from lowest to highest, wich makes funny slopes.
try x <- table(rnorm(1000) # or similar and
qqnorm(x,type="s") # in 0.63.2 and 63.3
Well, the
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally)
on which can be found the R code, data, and output for all the
examples and some of the exercises in the second edition of my Models
for Repeated Measurements (being printed, out in June or July), as
well as the latest version of my R libraries:
http://www.luc.ac.be/censtat/
Jim
1999 Apr 14
2
R code for repeated measures
For anyone who might be interested, I now have a home page (finally)
on which can be found the R code, data, and output for all the
examples and some of the exercises in the second edition of my Models
for Repeated Measurements (being printed, out in June or July), as
well as the latest version of my R libraries:
http://www.luc.ac.be/censtat/
Jim
1999 Jun 02
0
__setfpucw
I'm trying to install R on a linux RedHat5.2.
when I 'make', here is what's happens :
../lib/libunix.a(system.o): In function `main':
/home/mathieu/R-0.62.4/src/unix/system.c:489: undefined reference to
`__setfpucw
does anyone know the solution ?
thanks.
*-----------------------------------------*
¦ mathieuros at bigfoot.com ¦
¦ Maitrise d'ingenierie
2007 Mar 14
1
How to transform matrices to ANOVA input datasets?
Hello, R experts,
I have a list called dataHP which has 30 elements (m1, m2, ..., m30).
Each element is a 7x6 matrix holding yield data from two factors
experimental design, with treatment in column, position in row. For
instance, the element 20 is:
dataHP[[20]]
col1 col2 col3 trt1 trt2 trt3
[1,] 22.0 20.3 29.7 63.3 78.5 76.4
[2,]
2023 Mar 13
1
Updating samba version 4.17.5 to version 4.17.6 from Debian backports - armel architecture
I have several devices, mostly amd64 and armhf architectures, all of which updated samba to 4.17.6 without any problems. But one which is armel architecture failed to update; instead I get the following when I try to update:
root at goflex:~# samba -V
Version 4.17.5-Debian
root at goflex:~# apt update
Hit:1 http://ftp.uk.debian.org/debian bullseye InRelease
Get:2 http://ftp.uk.debian.org/debian
1999 Apr 13
2
Making HTML Help files in Version 64.0
Hi,
I am having trouble making the HTML help files for the installed packages in
version 64.0
For example in 63.3 this is expected behavior:
> version
_
platform Windows
arch x86
os Win32
system x86, Win32
status Beta
status.rev 0
major 0
minor 63.3
year 1999
month March
day 6
language R
> make.packages.html()
>
However,
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.