[Samba] mounting a win 2003 share

2008-10-29 Thread Dexter Filmore
Got a w2003 machine sharing a dir.
Created an account called root on it.
smbclient -L lists the shares on the box, but attempting to mount (from 
Kubuntu 8.04) I get
error 20: not a directory

Anything I can do about it?

Dex

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a C UL++ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h++ r* y?
--END GEEK CODE BLOCK--

http://www.vorratsdatenspeicherung.de
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] share without authentication - how?

2007-11-04 Thread Dexter Filmore
Wanna share a dir to win clients so that they can just map it locally without 
providing any password or login or whatsover.
So far I'm at:

[foo]
path = /mnt/foo
guest ok = Yes
security = share
public = yes
writable = yes
force user = dexter

Still won't work, asks for auth.


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a- C UL++ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h++ r* y?
--END GEEK CODE BLOCK--

http://www.stop1984.com
http://www.againsttcpa.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] UTF8 not working

2007-02-15 Thread Dexter Filmore
Am Donnerstag, 15. Februar 2007 09:40 schrieb Björn Jacke:
 On 2007-02-14 at 22:46 +0100 Dexter Filmore sent off:
  //xerxes/media /mnt/xerxes/smb/media cifs credentials=foo,rw,users 0 0

 there is a iocharset mount option. try setting that to utf8.

 Björn

Das war's, danke.

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a- C UL++ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h++ r* y?
--END GEEK CODE BLOCK--

http://www.stop1984.com
http://www.againsttcpa.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] UTF8 not working - solved.

2007-02-15 Thread Dexter Filmore
Adding iocharset=utf8 to the fstab options did the trick.
Can't smbd announce this to mount.cifs?

Dex

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a- C UL++ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h++ r* y?
--END GEEK CODE BLOCK--

http://www.stop1984.com
http://www.againsttcpa.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] UTF8 not working

2007-02-14 Thread Dexter Filmore
Slackware 11.0, Samba 3.0.23c

After two years absence from Samba I need to use it again. 
A week ago I switched my entire network to UTF8 which works fine locally, 
works fine via NFS.

Now mounting the SMB shares german Umlauts are broken.
Für alle ein Segen.mp3
becomes
F?r alle ein Segen.mp3

Server config:

[global]
display charset = UTF-8
workgroup = CITADEL
server string = Samba %v
log file = /var/log/samba/log.%m
max log size = 10240
valid users = dexter
admin users = dexter
read list = dexter
write list = dexter
printer admin = dexter
hosts allow = 192.168.0.0/24

[media]
path = /mnt/data/media
read only = No

The fstab entry on the client:

//xerxes/media /mnt/xerxes/smb/media cifs credentials=foo,rw,users 0 0


So - why no UTF-8 chars?


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a- C UL++ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS+ PE Y++ PGP t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b++(+++) DI+++ D- G++ e* h++ r* y?
--END GEEK CODE BLOCK--

http://www.stop1984.com
http://www.againsttcpa.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Linux CIFS client with Samba 2.0.x or 2.2.x ?

2004-05-17 Thread Dexter Filmore

Forget about 2.0, 2.2.7 or later req'ed iirc. About your perm prob: upgrade
client side VFS module to 1.0.4 (if it isn't already in 2.6.6) and mount.cifs
to latest version, some credentials issues patched there, too.
Apart from that - when you got it working, can you try copying a few hundred
MB (one big file or many small doesn't matter) and check for hangs?

Dex


On 15 May 2004 18:32:48 -0400
Patrick J. LoPresti [EMAIL PROTECTED] wrote:

 Hi.  I am experimenting with the Linux CIFS client included with Linux
 2.6.6, and I am having some problems.
 
 First, I tried to map shares from a Samba 2.0.10 server (old machine).
 Is this supposed to work at all?  The mount succeeds, and I can
 traverse and list directories, but any attempt to open a file for
 reading results in permission denied.  The Samba server logs this
 message:

snip
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba-3 charsets

2004-04-29 Thread Dexter Filmore

Hehe, but only Samba. Get my clients to talk utf8 (Slackware and WinXP) and
I'll owe you one.

On Fri, 23 Apr 2004 23:46:58 +
Matthias Spork [EMAIL PROTECTED] wrote:

 ?rn Hansen schrieb:
 
   Can anyone tell me, what the difference is between out-of-the-box charset
   
 handling between samba-2.2.8a and samba-3 ?
   
 
 Samba 3 uses UTF-8
 
 matze
 
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Problems with charsets and i18n

2004-04-29 Thread Dexter Filmore
 
 Good news for you: utf8 works fine. Sadly I need LATIN9 ... :(

No, it doesn't. when I let Samba export UTF8, the Linux client (Slackware 9.1)
sees the files alright in ls, but when I try to do anything with them like
move, copy, open I get couldn't get stats: file or dir doesn't exist. Great.

WinXP borks altogether, even hangs when accesing those shares.

What works perfectly is CIFS, but unfortunately still has severe bugs like
client stalling when transferring a few hundred MB to server.

i18n and Samba is hell.

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Mac Os X see 16 Mo for all files size!!

2004-03-23 Thread Dexter Filmore

Similar here: ls -1sh will result either 512x too large on smbfs or 32x to
small on cifs, but with 3.0.2a.
surprisingly ls -lh works alright. 
tried from a terminal?

Dex

On Tue, 23 Mar 2004 09:38:09 +0100
Benoît Milgram [EMAIL PROTECTED] wrote:

 Hi there,
 
 
 A weird things append know...
 
 I have sucessfully connect all my computers on my samba 2.2.8a server.
 The only thing know is that in Mac Os X all file are shown with a 16 Mo size
 !
 
 Any idea ?
 
 
 Benoît MILGRAM | Développeur Multimédia
 --
  eLearning Agency
  3 Cité Paradis F-75010 PARIS
  Tel : + 33 1 47 70 04 04 | Fax : + 33 1 47 70 01 11
  http://www.elearningagency.com
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] file size bugs with smbmount/mount.cifs

2004-03-12 Thread Dexter Filmore

Setup:
Server: Slackware 9.1/Linux-2.6.3 exporting XFS and vfat partitions, Samba
3.0.2a
Client: Slackware 9.1/Linux-2.6.3-cifs-1.0.4, Samba 3.0.2a

When running du or ls -sh on that share, I get:
smbmount: file size reported 512 times to large
mount.cifs: file size reported a 32nd of actual size.

ls -lh works fine for reeasons beyond me.
Is this a Samba- coreutils- or kernelbug?

Dex


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba Gigabit very very slow?

2004-03-10 Thread Dexter Filmore

That's because Realtek 8169 sucks royally. German readers might wanna check
test results in c't 4/2004. (or 3?)
8169 failed every test: thruput, stability, CPU usage.

On Sun, 29 Feb 2004 02:04:31 +0100
Anders Norrbring [EMAIL PROTECTED] wrote:

  Hi!
  
  I´m having trubbles with the speed on my samba server,
  I just uppgraded to gigabit (Realtek 8169 NIC) at home when i copy stuff
  from the samba server i get around 5-6Mb/sec
  and if i use ftp to access the same file on the same server i get almost
  30Mb/sec does anyone have a clue what causes this problem? When i used my
  old 3com 905c for the local net i got normal 100Mbit speed (around
  10-12Mb/sec)
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba Gigabit very very slow?

2004-03-10 Thread Dexter Filmore
 
 If FTP is fast and Samba is slow, I doubt the problem is the NIC.  If the
 NIC were at fault FTP would be slow, too.

Hm. Try CIFS then. Has some bugs still, tho, but is twice as fast as smbfs
here.
(But rtl8169 sucks anyway :) )

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] Re: CIFS, fstab, credentials - one more solved, but new issue

2004-03-09 Thread Dexter Filmore
On 08 Mar 2004 14:47:00 -0600
Steve French [EMAIL PROTECTED] wrote:

 I will take a look at the credential files parsing and make sure it
 works with the version of mount.cifs built on the web site and the
 version built from source in samba cvs.

Cool.
 
 I don't recognize the other problem with early mount soon after boot
 failing with rc=22 (presumably EINVAL invalid parameter).

Um, I figured that one - Slackware simply isn't ready for CIFS out of the box,
one needs to exclude cifs entries from rc.S (Slackware's main start script)
and add umount/mount lines to rc.0 and rc.inet2, all in /etc/rc.d/ in case
somebody wanna try)

So - now I thougth everything but the credentials thing was fine, System
boots, mount, unmounts etc etc until I discovered something new today:

When transfering a large file from client to server, the process stalls and
becomes unresponsive all of a sudden.
The system will carry out orders (like keyboard entries, mouseclicks if in X)
no more often than once per minute and I have to kill -9 it. (cpu load does
not rise).
Tried cp, mv, dd, copy with midnight commander, all the same, targets were XFS
and ext3, no difference.
When remounting with smbfs all is fine. 
I have a suspicion who might be the culprit here: the disk. on my home server
it's a 5400rpm drive which hosts OS and swap as well and hence isn't that
fast, is it possible that CIFS borks when the client puts faster than the
server can write and hits some buffer limit or such?
i will try to copy to /dev/null for laughs and tell how it went. (don't wanna
risk sys instabilities now)

Apart from that, keep up the work, imo cifs supercedes smbfs by far.

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] CIFS, fstab, credentials - one down, one to go

2004-03-08 Thread Dexter Filmore
 
 The other thing is: 
 at boot time, I get:
 CIFS VFS: Error connecting to IPv4 socket. Aborting operation
  CIFS VFS: cifs_mount failed w/return code = -22

Whoever produces this message, it remains, but I've been able to make the
system mount the shares at boot time by adding
/sbin/mount -a -t cifs
to /etc/rc.d/rc.inet2 , which is Slackware's init script for network related
stuff.
a corresponding umount has to go to rc.0 and we're done.

What remains is the credentials issue, even with a later mount.cifs.

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] CIFS, fstab, credentials

2004-03-07 Thread Dexter Filmore

Hi,

I just installed CIFS support on my machines and must say it works much better
than smbfs. special characters alright, transfer speed doubled (from 2.8MB/s
to 5.6MB/s on 100MBit). 
There's two issues tho I haven't been able to root out:

-credentials file: tried username=username and password=password in
/etc/credfile, tried user=username to match the convention in cifsfs, but
with both variants I get:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)

the corresponding fstab entry is:
//xerxes/m1 /mnt/xerxes/d cifs
credentials=/etc/credfile,uid=dexter,gid=users,rw 0 0

The other thing is: 
at boot time, I get:
CIFS VFS: Error connecting to IPv4 socket. Aborting operation
 CIFS VFS: cifs_mount failed w/return code = -22

later, when the system is up, I can cd to the mnt dir and mount alright, with
mount mntpoint, not mount -t -o options (works as well, but isn't necessary,
mount.cifs parses fstab properly as opposed to at boot time.
As long as I put user and password in fstab in plain text, that is, else I
get:
CIFS: Unknown mount option credentials

I will try moving /proc above cifs entries in fstab and see if that help.

Both machines run Slackware Linux 9.1/current, Linux 2.6.3, Samba 3.0.2a,
mount.cifs version 1.1.

Dex


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] bogus file sizes from samba shares

2004-03-03 Thread Dexter Filmore

when I run du -sh or ls -s on a smb share, I get completely bogus file sizes,
512x as big as they should be. tried with samba 3.0.1 and 3.0.2a, both server
and client on 2.6, slackware 9.1.

example:

$ ls -1sh
302G 001.part*
327G 002.part*
355G 003.part*

but:

$ ls -lh
-rwxrwxr-x1 dexter   users603M 2004-01-19 19:32 001.part*
-rwxrwxr-x1 dexter   users653M 2004-01-19 19:32 002.part*
-rwxrwxr-x1 dexter   users710M 2004-01-19 19:32 003.part*


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] CIFS howto?

2004-02-04 Thread Dexter Filmore

is there a CIFS howto? is cifs-vfs standalone or a supplement to Samba?

Dex

-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] list of values for charset parameters

2004-02-01 Thread Dexter Filmore

I'd like to see a list of all possible values for unix charset - where can I
get one? the examples in the man page are pretty dumb btw. what if I want
Windows 1252? what is the option called? cp1252? windows1252? windows-1252?
1252?

Dex


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Japanese File Formats

2004-02-01 Thread Dexter Filmore
 
 Samba will not modify the contents of the file, however Samba 2.2 has
 very poor support for anything other than ASCII in filenames.  Samba 3.0
 introduced real support for unicode filenames.

Been there, doesn't work. Put special characters in a filename on the server
and try to open/move/copy/whatever that file and linux will tell you that the
fil eisn't there at all tho you see it with your very eyes.

Been fighting with non-ascii chars for 14 months now (!) and thought more than
one about migrating the server back to windows.

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] unicode conversion solved

2004-02-01 Thread Dexter Filmore
 
 Thanks to your hints I found a way to get the german umlaute back, which
 were ok with Samba 2.2.8.   :-))  I did set unix charset and dos charset
 to cp850 and it worked. So I have all filenames back in the right
 spelling.
 It should also work with the french acents. 

Now try and read a dir with a Liux client.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] proper syntax for codepage parameters?

2004-01-28 Thread Dexter Filmore

is it 
 
 client codepage = 850

or

 client codepage = cp850

?

and windows-1251 or cp1251? and does all this apply to any codepage settigns
or to client-, dos-, unix- codepage and smbmount parameter differ?

Dex


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] special chars continued

2004-01-28 Thread Dexter Filmore

changed unix and client charset to CP850, now special chars work fine in
Linux.

but in Windows not anymore. which they did just fine before the change.

When trying to access the share from within WinXP Pro, the desktop crashes and
is restarted.


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] trouble with german special chars on smb shares

2004-01-25 Thread Dexter Filmore

Nobody? Absolutely no clue? Need more info?


On Fri, 23 Jan 2004 12:55:21 +0100
Dexter Filmore [EMAIL PROTECTED] wrote:

 
 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:
 [EMAIL PROTECTED]:/mnt/f/smbtest$ touch Umlaute_öäü
 
 I get:
 [EMAIL PROTECTED]:/mnt/f/smbtest$ ls
 Umlaute_öäü
 
 Just like it should.
 
 BUT: on the client machine:
 
 shodan:/mnt/xerxes/f/smbtest$ ls
 Umlaute_:201d:201e:x81*
 
 AND
 
 shodan:/mnt/xerxes/f/smbtest$ rm Umlaute_\:201d\:201e\:x81
 rm: Cannot delete »Umlaute_:201d:201e:x81« : file or directory not found
 
 Now I do it the other way round and create the file from the client.
 
 shodan:/mnt/xerxes/f/smbtest$ touch Umlaute_öäü
 shodan:/mnt/xerxes/f/smbtest$ ls
 Umlaute_öäü
 
 Everything fine on the client, but on the server:
 
 [EMAIL PROTECTED]:/mnt/f/smbtest$ ls
 Umlaute_÷õ³
 
 I've been fumbling around with this for bob knows how long and just can't
 find the error.
 
 locales are set like this:
 [EMAIL PROTECTED] on both server and client
 Both server and client have defualt remote nls codepage 850
 
 fstab entries on server look like this:
 /dev/hda6 /mnt/a6 vfat
 rw,suid,dev,exec,auto,users,umask=002,iocharset=iso8859-1,codepage=850 1 0
 
 fstab entries on client look like this:
 //xerxes/mm3 /mnt/xerxes/f smbfs
 credentials=xx,uid=1000,gid=100,rw,iocharset=iso8859-1,codepage=cp8
 50,users 0 0
 
 global section on server (3.0.1):
 
 unix charset = iso8859-1
 dos charset = cp850
 client codepage = 850
 
 I'm out of ideas.
 
 Dex
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] trouble with german special chars on smb shares

2004-01-23 Thread Dexter Filmore

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:
[EMAIL PROTECTED]:/mnt/f/smbtest$ touch Umlaute_öäü

I get:
[EMAIL PROTECTED]:/mnt/f/smbtest$ ls
Umlaute_öäü

Just like it should.

BUT: on the client machine:

shodan:/mnt/xerxes/f/smbtest$ ls
Umlaute_:201d:201e:x81*

AND

shodan:/mnt/xerxes/f/smbtest$ rm Umlaute_\:201d\:201e\:x81
rm: Cannot delete »Umlaute_:201d:201e:x81« : file or directory not found

Now I do it the other way round and create the file from the client.

shodan:/mnt/xerxes/f/smbtest$ touch Umlaute_öäü
shodan:/mnt/xerxes/f/smbtest$ ls
Umlaute_öäü

Everything fine on the client, but on the server:

[EMAIL PROTECTED]:/mnt/f/smbtest$ ls
Umlaute_÷õ³

I've been fumbling around with this for bob knows how long and just can't find
the error.

locales are set like this:
[EMAIL PROTECTED] on both server and client
Both server and client have defualt remote nls codepage 850

fstab entries on server look like this:
/dev/hda6 /mnt/a6 vfat
rw,suid,dev,exec,auto,users,umask=002,iocharset=iso8859-1,codepage=850 1 0

fstab entries on client look like this:
//xerxes/mm3 /mnt/xerxes/f smbfs
credentials=xx,uid=1000,gid=100,rw,iocharset=iso8859-1,codepage=cp850
,users 0 0

global section on server (3.0.1):

unix charset = iso8859-1
dos charset = cp850
client codepage = 850

I'm out of ideas.

Dex
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


Re: [Samba] 3.0.1 : incorrect handling of files with accentuated chars

2004-01-21 Thread Dexter Filmore

There are new settings for character encoding in 3.0, check manpage.
Tho I share your agony, I am trying to get german special chars right for more
thana year now.


On Wed, 21 Jan 2004 19:03:01 +0100
Michel Jouvin [EMAIL PROTECTED] wrote:

 Hi,
 
 I recently upgraded from 2.2.8 to 3.0.1 (keeping the same configuration 
 file). As a consequence, file names containing a character whose code is = 
 128 (accentuated chars) is incorrectly truncated at this character position.
 
 This was not the case with previous version and I saw no new option related 
 to this in v3. May be I missed something...
 
 Thank you in advance for any help.
 
 Michel
 
  *
  * Michel Jouvin Email : [EMAIL PROTECTED] *
  * LAL / CNRSTel : +33 1 64468932*
  * B.P. 34   Fax : +33 1 69079404*
  * 91898 Orsay Cedex *
  * France*
  *
 
 
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
 


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
FGCS d--(+)@ s-:+ a- C+++() UL+ P+++ L+++ E-- W++ N o? K-
w--(---) !O M+ V- PS++(+) PE(-) Y+ PGP(-) t++(---)@ 5 X+(++) R+(++) tv--(+)@ 
b+(+++) DI+++ D G++ e* h++ r%* y?
--END GEEK CODE BLOCK--

http://www.againsttcpa.com - nothing fights like the opposition
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] accessing Windows shares with smbount garbles german Umlaute

2003-02-25 Thread Dexter Filmore

From what I've been able to gather this problem is very common, but I din't
find any solution on groups.google.com, maybe somebody here can help?

Problem: I create a file on a windows machine called
smörebröd.txt

and mount said drive from a Linux machine via smbmount, there it becomes:
sm?rebr?d.txt

Had this problem with local disks, too, but fixed that by adding
iocharset=iso8859-1 and codepage=850 to the fstab entries, but tho smbmount's
manpage says these can be passed to smbmount, too it doesn't work.

the fstab entry look like this:
//xerxes/mm1 /mnt/xerxes/d smbfs
users,uid=1000,gid=100,rw,iocharset=iso8859-15,codepage=850,credentials=/etc/
bloorg 0 0

Local machine is Slackware 8.1 with Samba 2.2.7a, kernel 2.4.19,
/etc/samba/smb.conf has client codepage set to 850.
Remote Machine is WinXP Pro.

Any help appreciated.


-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d--(+)@ s-:+ a-- C++(+++) UL+++ P+++ L++ E-- W++ N+ o? K- w--(---) 
!O M-- V- PS+ PE(+) Y+++ PGP- t+(++) 5 X+(++) R++ tv--(+)@ b++(+++) DI+++ D 
G++(--) e* h r%* y?
--END GEEK CODE BLOCK--

Against TCPA - nothing fights like the opposition
http://www.againsttcpa.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


[Samba] newbie problem: can't mount win xp disk into linux (regkey is set)

2002-10-17 Thread Dexter Filmore

Got two machines connected via a 10MBit Hub:
One Slackware Linux 8.1 with eth0 = Realtek8139 (working fine),
one WindowsXP Pro, same NIC, registry key for proper auth is set.

The Windows machine is called xerxes on which the C dir is shared, and there
is /mnt/xerxes/ on the Linux box.

The command:
# mount -t smbfs -o username=(username on win machine),password=(passwd on win
# machine) //XERXES/C /mnt/xerxes/
gives me the following errors:

2251: session request to XERXES failed (Not listening on called name)
2251: session request to *SMBSERVER failed (Not listening on called name)

Am clueless. Should mention I'm familiar with Linux but a network newbie.

Dex
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba