[Samba] File Size Transfer Limit

2002-12-03 Thread Joseph A Nagy Jr
Okay.

I have a samba connection to a box on my LAN (mount -t smbfs -o username=someuser,password=somepass 
//computername/share /mountpoint/ (I'm using Red Hat Linux 7.2)). My problem is that I'm trying to 
transfer files that go OVER 2GB in size. I can't get my FTP server up and running (which isn't that 
important since I'm formatting and doing an upgrade) so that's not an option. Is there anyway I can 
disable the file transfer size limit?

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


[Samba] Mounting a Samba Share in /etc/fstab

2002-11-29 Thread Joseph A Nagy Jr
Hey all,

As most of you know, I've been having problems (hopefully solved by now, won't know until friend is 
able to reshare his box) with SAMBA over the internet.

On my local area network, I am using SAMBA for a one way connection just fine. my question is as 
follows.

Can I make an fstab entry so I can mount the XP share whenever I boot? The reason I ask is because 
currently Wine can't properly detect the c:\windows dir on the XP box and I'd like to be able to use 
some of the program (e.g. games) on my Linux box.
--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux

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


Re: [Samba] Mounting a Samba Share in /etc/fstab

2002-11-29 Thread Joseph A Nagy Jr
Joel Hammer wrote:

Why can't you just put the smbmount command in your startup scripts?
It would go nicely in your samba startup script, for example, although I do
not believe you need to be running smbd to use smbmount.
You could also put it into your network startup script.
Joel

snip

Because wine looks at fstab for mounted filesystems (I think), and just having it mounted via mount 
-t smbfs username=someuser,password=somepass //computer/share /mount/ doesn't seem to do any good.


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux

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


Re: [Samba] Mounting a Samba Share in /etc/fstab

2002-11-29 Thread Joseph A Nagy Jr
James wrote:

Here is an excerpt from a reply to a prior post of mine. This works well
on my machine, and should help you:
On Wed, 2002-11-27 at 20:45, Simeonidis, Steve wrote:


I haven't played with permissions much but I've got the following
line in my /etc/fstab file and it works fine.


//abinidi/common/abinidi/common smbfs
uid=500,gid=500,credentials=/etc/smbmount_passwd,workgroup=SGL-AUS,rw


0 0


The content of the smbmount_passwd is
username = xxx
password = xx

owned by root.

snip

Thanks!


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux

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



[Samba] Connection to a Remote XP Box

2002-11-28 Thread Joseph A Nagy Jr
What I've done so far:

Studied man samba
Connected to my parents XP box on my LAN (two different connections, even).

root@omega-fleet root]# smbclient -L 64.131.112.121
added interface ip=192.168.1.11 bcast=192.168.1.255 nmask=255.255.255.0
added interface ip=192.168.1.10 bcast=192.168.1.255 nmask=255.255.255.0
session request to some.ip failed (Called name not present)
session request to some failed (Called name not present)
Password:
Domain=[HOME] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]

Sharename  Type  Comment
-    ---
IPC$   IPC   Remote IPC
D$ Disk  Default share
ADMIN$ Disk  Remote Admin
C$ Disk  Default share
Win98 SE (F)   Disk

Server   Comment
----
CHRIS

WorkgroupMaster
----
HOME CHRIS

 ping -c 10 some.ip
PING some.ip (some.ip) from 192.168.1.11 : 56(84) bytes of data.
64 bytes from some.ip: icmp_seq=0 ttl=116 time=337.167 msec
64 bytes from some.ip: icmp_seq=1 ttl=116 time=279.711 msec
64 bytes from some.ip: icmp_seq=2 ttl=116 time=279.710 msec
64 bytes from some.ip: icmp_seq=3 ttl=116 time=259.711 msec
64 bytes from some.ip: icmp_seq=4 ttl=116 time=279.709 msec
64 bytes from some.ip: icmp_seq=5 ttl=116 time=279.691 msec
64 bytes from some.ip: icmp_seq=6 ttl=116 time=269.588 msec
64 bytes from some.ip: icmp_seq=7 ttl=116 time=259.712 msec
64 bytes from some.ip: icmp_seq=8 ttl=116 time=269.710 msec
64 bytes from some.op: icmp_seq=9 ttl=116 time=269.784 msec

--- 64.131.112.121 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/mdev = 259.711/278.449/337.167/20.947 ms

He's connected directly to the gateway. No firewall.

mount -t smbfs -o username=somename,password=somepass
   //s.o.m.e.i.p/F /chris/
   21287: session request to s.o.m.e.i.p. failed (Called name not present)
   21287: session request to s failed (Called name not present)
   21287: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
   invalid share name)
   SMB connection failed

But the command works when I use:

mount -t smbfs -o username=username,password=somepass //hal9001/C /linux/ ((box on lan))

What am I missing/doing wrong?
--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux

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



Re: [Samba] Connection to a Remote XP Box

2002-11-28 Thread Joseph A Nagy Jr
The one thing I missed...I'M behind a router (Linksys DSL/Cable 4-Port router).


--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO  die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation

C.S.S.: Construct Skilled in Sabotage
H.T.M.L.: Hazardous Troubleshooting and Mathematics Lifeform
http://www.brunching.com/cgi/cyborger.cgi?acronym=Linux

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