Displaying 20 results from an estimated 1000 matches similar to: "Illegal multibyte character ..."
2005 Jun 17
2
Illegal multibyte sequence error in pdbedit output
dear list,
in the output of pdbedit -L -v heupink I'm getting these errors:
convert_string_allocate: Conversion error: Illegal multibyte sequence(???p?
????????)
Any ideas where to look..? Are these serieus errors..? (it looks as if the errors occur BEFORE the actual ldap connection is opened, so I guess they're not ldap related...)
My samba is 3.0.14a, and system is sles9
Below find
2007 Apr 13
2
R on Solaris 10 x64
Hi R Developers,
Greg is helping me with debugging R on Solaris 10 x64. Please let us
know if you have any thoughts or tips that can help us debug this.
Thanks,
David
************
Using default transfer plist
in vector_io: permuting
About to write
*** caught segfault ***
address e8554000, cause 'memory not mapped'
Traceback:
1: .External("do_hdf5save", call,
2005 Jan 24
1
winbind error - Conversion error: Illegal multibyte sequence(æ~S^\^H)
Hi there
I hope that you understand by English. I'm a Rooky and don't know Samba very well. I installed the newest version 3.0.10 on my SuSE Linux 7.3 machine and it works very well. I make User- and Passwort-Requests with Samba (winbind) for the Squid-Proxy. Now always work's well but I get the following error message from log.winbind:
[2005/01/24 11:05:52, 4]
2018 Mar 14
2
truncation/rounding bug with write.csv
I don't see the issue here. It would be helpful if people would report
their sessionInfo() when reporting whether or not they see this issue.
Mine is
> sessionInfo()
R version 3.4.3 (2017-11-30)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Arch Linux
Matrix products: default
BLAS/LAPACK: /usr/lib/libopenblas_haswellp-r0.2.20.so
locale:
[1] LC_CTYPE=en_US.UTF-8
2005 Apr 14
2
Using idmap_rid backend, cannot browse home directory from XP
Samba version is 3.0.10 on Gentoo linux. I am trying
to use idmap_rid backend in a Windows AD environment,
the Linux PC acting only as a domain member. I am
using idmap_rid because I need UID/GID predictability.
I can log in to console correctly, and it shows the
right user and the "Domain Users" as the group.
When I use default winbind TDB, I can browse the home
directory from an XP
2004 May 11
1
calling data frames
Dear List,
I've around 1000 *.txt files, I've generate with other software.
I've now done the following code (below).
My question is how can I automate this (with do.call () ?), so it could be
done for all the *.txt files.
Thanks in advance,
Rog??rio
names<- list.files()
file <- "BLU_Var_%04d.txt"
for(i in 1:1000){
2018 Mar 14
2
truncation/rounding bug with write.csv
To my surprise, I can confirm on Windows 10 using R 3.4.3 . As tail is not
recognized by Windows cmd, I replaced with:
system('powershell -nologo "& "Get-Content -Path temp.csv -Tail 1')
The last line shows only 7 digits after the decimal, whereas the first have
15 digits after the decimal. I agree with Dirk though, 1.6Gb csv files are
not the best way to work with
2010 May 11
1
Help with Names
Hi - a newbie question, if someone can please help....
I want to change X1, X2,,.....to X.1 X.2 etc in the names below. I am using
the Principal Component Regression function (pcr) and it seems to want it
this way
> datap3.pcr <- pcr(water ~ X, 10, data = datap3, Validation ="cv")
Error in model.frame.default(formula = water ~ X, data = datap3) :
invalid type (list) for
2004 Apr 22
1
Samba 3.0.2a problems on Solaris 8
Tried to upgrade our Samba 2.2.8a domain controller (Solaris 8) to Samba
3.0.2a. Compiled using gcc 3.3.2, linked to libiconv-1.8, popt-1.7 and
cups-1.1.20.
I shut down the Samba 2.2.8a. Removed everything in var/locks. Did a
"make install" to install 3.0.2a, then restarted Samba. My smb.conf is
basically the same as 2.2.8a with "domain admin group" removed.
When I stared
2005 Jan 11
4
sharing Outlook Contacts & Calendar
Dear Sirs,
what can You advice on sharing MS Outlook Conatacs & Calendar for samba
domain ?
(I did some investigation on this subject, but I didn't find any beautiful
solution at all)
Cheers,
Ilia Chipitsine
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
Hello everyone,
I am trying to fit the following model
All X. variables are continuous, while the conditions are categoricals.
model <- lm(X2
2005 Mar 11
0
convert_string_allocate: Conversion error: Incomplete multibyte sequence
Hi all,
I have installed samba on aix. I am trying to integrate with the ADS using winbind.
I am able to join domain and retrieve the users and groups from the ADS.
I am not able to login to the server with ADS user id and password.
The winbindd.log has the following error.
Please let me know what is the solution for this.
?lib/charcnv.c:convert_string_allocate(567) +
2012 Dec 15
1
virt-resize Fatal error: exception Guestfs.Error("e2fsck_f
We?ve been seeing this a lot lately on generic CentOS 6 rpm installs:
rpm -qa | grep libguestfs
libguestfs-java-1.16.19-1.el6.x86_64
libguestfs-java-devel-1.16.19-1.el6.x86_64
libguestfs-1.16.19-1.el6.x86_64
libguestfs-tools-1.16.19-1.el6.x86_64
libguestfs-javadoc-1.16.19-1.el6.x86_64
libguestfs-devel-1.16.19-1.el6.x86_64
libguestfs-tools-c-1.16.19-1.el6.x86_64
2009 Jun 24
2
change the height or scale of the y axis
Hallo, All,
I have a question about changing the height or scale of the y axis. When I
use following two R codes, I can get two plots. Please look at the y axes,
the number of indices (x1, x2, ?) on the y axis in the first plot is smaller
than that in the second plot, and hence the space between any two indices in
the first plot is wider than that in the second plot. As the number of
indices
2007 Jan 12
9
Nil object in E1 capture the order
I''m following the depot application in the rails bible Agile Web
Development with Rails. In interation E1
NoMethodError in Admin#checkout
Showing app/views/admin/checkout.rhtml where line #12 raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.include?
Extracted source (around line #12):
2018 Mar 14
2
truncation/rounding bug with write.csv
Hello, I have looked on https://www.r-project.org/bugs.html , but it seems
that this is the only way to do it.
The issue is that the precision used by write.csv is on consistant for big
files. See the following code:
First I create a large dataframe filled with random uniform values. Then I
write it to .csv and print out the first and last lines.
df = data.frame(replicate(100, runif(1000000,
2006 Jul 09
1
winbind group problem
My Samba server is a domain member to a Win2k ADS domain. I have a domain
group where some members of the group can access a particular share, while
others cannot. If the user tries to login from a different system, the
problem still exists. Additionally, the user can log into other shares. I
have verified this with two different groups. It seems like the system
cannot identify the
2012 May 25
2
Query about creating time sequences
Hi All,
I have a query about time based sequences. I know such questions have been
asked a lot on forums, but I couldnt find the exact thing that I was
looking for.
I want to create a time-based sequence which will mimic the trading window
AND would span multiple days. Something like below:
"2011-01-03 09:15:00 IST"
"2011-01-03 09:15:01 IST"
....
....
....
"2011-01-03
2004 Jan 23
2
trouble with german special chars on smb shares
Setup: two Slackware9.1 boxen with Samba 3.0.1 (tried 2.2.x as well), where
xerxes: is a file server and
shodan: is the client
on xerxes there are 3 shared vfats (the errors I am going to describe occur on
ext2/3 in exactly the same way)
When I do:
dexter@xerxes:/mnt/f/smbtest$ touch Umlaute_???
I get:
dexter@xerxes:/mnt/f/smbtest$ ls
Umlaute_???
Just like it should.
BUT: on the client
2004 May 14
9
RV: LATENCY PROBLEMS
Hello there,
I''m having lots of problems with my setup here. Let me explain:
I am network administrator for my university dorm. We are about 300 users,
and we have 2 ADSL connections doing load balancing with 300kbits upstream
and 2Mbit downstream.
The load balancing is working great, we are doing connection tracking so I
can mark and hence prioritize interactive traffic and ACKS