Displaying 20 results from an estimated 10000 matches similar to: "file names transposed"
2004 Mar 06
0
What setting determines filename character mapping?
Hi,
I'm running samba 3.0.0-15 and have noticed that when users save some
files the filenames get transposed. This is usually when they use
special characters like the '?' (transposed to '#'). Looking at my
smb.conf I found the following settings:
# testparm -v | grep -e char -e code
dos charset = CP850
unix charset = UTF-8
display charset = LOCALE
2005 Feb 25
1
Transposed ringing
I don't suppose anyone might know why I hear ringing transposed over
itself when I place a call out via PRI?
SIP to SIP is fine
SIP to IAX is fine
SIP to PRI is always transposed
I mean sometimes you don't notice it much because it's lined up right,
but other times you'll hear a really long ring (starts sounding normal,
then sounds "weird" -- like two rings played at
2010 Jun 29
2
transposing a data frame from horizontal to vertical (stacking)
Hello, everyone!
I have a very simple task - I have a data frame (see MyData below) and
I need to stack the data (see result below).
I wrote the syntax below - it's very basic and it does what I need.
But I am sure what I am trying to do is a very typical task and there
must be a much shorter/more elegant way of doing it.
Any advice?
Thank you very much!
2008 Apr 15
2
Transposing Data Frame does not return numeric entries
x <- read.table("LittleGarvin.csv", sep=",", header=TRUE)
y <- t(x)
str(y)
chr [1:193, 1:288] "oligocha" "0" " 0" " 0" " 0" "0" ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:193] "X" "upwd1201" "upwd0502" "upwd0702" ...
..$ : NULL
x is a data frame with
2003 Jul 16
1
The two chisq.test p values differ when the contingency table is transposed! (PR#3486)
Full_Name: Tao Shi
Version: 1.7.0
OS: Windows XP Professional
Submission from: (NULL) (149.142.163.65)
> x
[,1] [,2]
[1,] 149 151
[2,] 1 8
> c2x<-chisq.test(x, simulate.p.value=T, B=100000)$p.value
> for(i in (1:20)){c2x<-c(c2x,chisq.test(x,
simulate.p.value=T,B=100000)$p.value)}
> c2tx<-chisq.test(t(x), simulate.p.value=T, B=100000)$p.value
> for(i in
2003 Jul 15
1
Why two chisq.test p values differ when the contingency table is transposed?
I'm using R1.7.0 runing with Win XP. Thanks,
...Tao
????????????????????????????????????????????????????????
>x
[,1] [,2]
[1,] 149 151
[2,] 1 8
>t(x)
[,1] [,2]
[1,] 149 1
[2,] 151 8
>chisq.test(x, simulate.p.value=T, B=100000)
Pearson's Chi-squared test with simulated p-value (based on 1e+05
replicates)
data: x
X-squared = 5.2001, df =
1999 May 16
0
gdallaire@videotron.ca
On Mon, 15 Feb 1999 23:47:50 -0500, Guy Dallaire wrote:
...
>When I try to access a file or a subdirectory under the share, I get a message telling me "File not found",
>or "this folder does not exist".
>
>I tried all sorts of upper/lower, preserve, case combinations in smb.conf, nothing seems to work. I tried
>with debug level = 3 and I noticed a lot of
2010 Dec 20
1
transposing panel data
I am currently trying to transpose some large panel data set ie transposing multiple rows in into a single column. instead the transpose functionality transposes all rows into columns. my sample data set looks like below:
ACCT_NUM
ACCOUNT_NAME
TRAN_AMT
DATE
EMPLOYER
101913
GK
7489
30-Apr-10
PENSION
101913
GK
7489
30-May-10
PENSION
101913
2009 May 15
2
transposing/rotating XY in a 3D array
Dear list,
We have a number of files containing similarly structured data:
file1:
A B C
1 2 3
4 5 6
file2:
A B C
7 8 9
10 11 12
... etc
My part of R receives all these data as an array: 1,2,3... 12 together
with info about dimensions (row,col,fileN) . (
Converting the data into 3D cannot simply done by:
array(x, c(2,3,2))
because breaks the structure (e.g. 1,3,5 is type mismatch)
1997 Apr 28
1
R-alpha: R-W95
Seems to be working very nicely (and what a relief to see it actually
working!), I've found only a few problems till now:
a) Characters outside 0-0x7f seem to get encoded as CP850 or
something, not Latin 1 (æøå keys on DK keyboard gives
mu,degree,sigma).
b) Infinite recursion crashed R. (I forget details, but it was
something stupid like f<-function(x){if (x < 1) 1 else f(x)*(x-1)})
2006 Jun 24
0
German Umlaut issue on uNSLUnged Linksys with Samba3
[sorry for my maybe newbie Qs and using this group for my busybox
issue but though having visited some forums about this I'm getting
nuts]
I unslugged a Linksys NSLU2 device with V2.3R63-uNSLUng-6.8-beta as I
plan to use it as a DC replacement for my W2k server at home. But I
already got stuck before this.
Following the unslinging I installed the Samba3 IPKGs for the NSLU
guided by the hints
2004 Oct 26
4
Yet another charset problem
Hi,
I am well aware that the charset problem has been discussed many times
over. But after two days of googling and testing, I did not make any
progress. I am mounting Windows XP Pro shares with french filenames
on a Linux. The linux is a 2.4.27 kernel with the following settings:
CONFIG_SMB_FS=y
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="UTF8"
CONFIG_SMB_NLS=y
CONFIG_NLS=y
2003 Oct 24
1
Problem with German Umlauts
Hi @all...
Following configuration i used before samba 3:
character set = ISO8859-1
codepage = CP850
I could read an write files with umlauts from my Win2k Client. Doing an
ls at the linux console showed a ? (question mark) instead the umlaut,
but using mc (Midnight Commander) shows the right char. I was quite
happy with this setup.
Now, with samba 3.0.0final-1 (from Debian/sarge), I tried
1999 Oct 17
0
sharing port with nmdb
Hi,
I'm a french student from Ecole des Mines of Nantes. Students of my
engineering school live in a residence with its own local network,
access to sun workstation at school for working and a Internet access
througth a firewall.
In each room of the residence, we have a RJ25 plug. We just need a
network card and a computer to go on this network. As you can expected,
our network is a jungle
2004 Jan 21
0
cannot access umlaut file names with Samba3
Hi,
I' m not very happy with Samba3 as I have very heavy problems with
filenames containing umlaut characters.
I have installed a new Debian 3 server for a client with Samba 3.0.1
(Debian packages), and copied over the data from a SuSE 6.4 (Samba
2.2.8a) system by mounting the hard disk into the new system.
Now, I cannot access the files and directories with umlaut characters
anymore. I
2003 Nov 17
0
[Fwd: Re: install samba v3 pb on aix5.1 TESTPARM]
On Fri, 14 Nov 2003, David Moreau wrote:
> Hello to all of u.
>
> I tried to install samba v3 on AIX 5.1 server.
> The smit install_latest seems ok
> but when I launch testparm I have the following errors :
>
> Of course I don't have any "/ii/pa/samba-3.0.0.0/usr/local/lib/smb.conf"
> directory but
> a usr/local/lib but I can't find where to change
2012 Mar 26
0
Pareto frontier plots in three dimensions
Hello all
This is my first posting for some years. I am back
using R again and must say I do like the language
(regarding scripting, I also use matlab, perl, and bash).
My question involves plotting a Pareto frontier in
three dimensions. This is strictly a exercise in
visualization, I make no attempt to extract the Pareto
set (aka dominating subset) first.
EXAMPLE PLOTS
For some example
2001 Sep 17
1
> My HDD got /dev/hda1 which is DOS6.22+w3.11 > hda2 which is w95B > hda3 which is linux native > hda4 which is linux swap > > How sd I enter the win references in my config file in order to be able > to run both w311 and w95 programs ? > > One out of the
> My HDD got /dev/hda1 which is DOS6.22+w3.11
> hda2 which is w95B
> hda3 which is linux native
> hda4 which is linux swap
>
> How sd I enter the win references in my config file in order to be able
> to run both w311 and w95 programs ?
>
> One out of the difficulties is that with the last LILO, You can start
> whether w311 whether w95 without having to change
2003 Aug 27
0
Error in charset
Hello, please help me,
I' use:
OS: Solaris 8
Samba: 2.2 up to 3.0.0
It's error while run net command:
./net join --workgroup=intranet --ipaddress=10.x.x.x --user=>
[2003/08/27 10:04:11, 0] lib/module.c:smb_load_module(40)
Error loading module '/usr/local/samba/lib/charset/ISO8859-1.so':
ld.so.1: ./net: fatal: /usr/local/samba/lib/charset/ISO8859-1.so: open
failed: No such
2003 Oct 21
0
3.0.0 install on AIX 4.3.3
Please help!
I downloaded samba-3.0.0.0 for AIX from Bullfreeware.com.
It downloaded and installed fine - I followed the instructions
carefully. I revised the /etc/services and /etc/inetd.conf files
and created the test/default smb.conf file.
I linked /usr/local/samba back to /usr/local as a tip suggested.
But I can't get the smbd or nmbd daemons or swat to start up!
/usr/local/sbin/smbd