Displaying 20 results from an estimated 2000 matches similar to: "smb2 create"
2018 Jul 16
0
smb2 create
On Mon, 16 Jul 2018 10:21:21 -0400
rac8006 at aol.com wrote:
>
>
> If it is only a windows problem. Wouldn't windows try to do this
> sequence to all shared devices? This only happens to the devices
> running 4.3.11. Each device has a Public folder mapped to a windows
> drive letter. There are 5 samba shares
>
> mapped on the windows PC. Two running 4.3.11 and
2005 Nov 28
20
open/stat64 syscalls run faster on Xen VM than standard Linux
Dear all,
When I debugged the execution performance of an application using strace, I found there are some
system calls like open and stat64 which run faster on XenLinux than the standard Linux. The
following is the output of running "strace -c /bin/sh -c /bin/echo foo" on both systems. An open
call runs averagely 109 usec on standard Linux but only 41 usecs on XenLinux. An stat64
2015 Apr 22
3
Samba 4 slow write
Hi Louis,
On Wed, Apr 22, 2015 at 01:15:21PM +0200, L.P.H. van Belle wrote:
> Or..
> get the sources and recompile agains 14.04
>
> use the following commands.
> enable the deb-src in /etc/apt/sources.list
> and run :
>
> apt-get build-dep sernet-samba
> apt-get source sernet-samba -b
>
> you wil end up with .deb files ;-)
yep, thanks - I'll check it
2015 Apr 20
4
Samba 4 slow write
Hi Jones,
many thanks for your reply.
Yepp, I'm using ACL's (Posix ACL's) on filesystem to regulate the
access of users for files and directories.
Do you mean that this is the "normal" way? These geteuid and
getegid system calls are so slow?
On the previous system (Debian Wheezy, Samba 3) I've also used
ACL's, but there were much faster than this...
What should
2018 Jul 09
5
Samba 4.3.11
What condition would cause smbd to call quotactl every minute? It also
does a stat64 on each mount point in the mtab file.
2018 Jul 30
1
create QFID request
What is the function of the create QFID request. Looking at the request
it does not seem to have any name or other discernible information. I've
searched the web for information on how to decode the request. The
monitor breaks down most of the block. But the file name seems to be null.
The response to the request also does not have a file name. But it does
show lastaccesstime creationtime
2007 Feb 16
13
Problem with Share Size
Hi all,
I have a problem with samba : I can create files, but can't create directories.
The server has many shares, on seperated disks.
We consider two of them : one 2Tb share and one share with more than 7Tb.
Samba configuration is good, and works on many other servers, and on this one except for the large share. Permissions are correctly setted up too.
I can read/write files and
2004 Sep 15
2
Samba 2.0.6-3 (productive env.) slow down dramticaly
Hello together,
since today morning I have an massive performance issue with samba
2.0.6-3 (Debian - Testing-Tree) in my samba production environment.
Samba responds very slowly within the logon process (2-3 Minutes for
each line in the netlogon.cmd). Later during normal operations opening
from files works very slowly and often breaks connection.
There is no cpu or memory load on the system.
2001 Nov 03
1
Samba swamps the server's CPU
Hi. I'm running Samba 2.2.2 and Linux 2.4.7 on a dual PPro-200/256KB
server. The relevant NIC is an Intel EtherExpress PRO/100+. The
problem I'm having is that certain programs will swamp the server; the
load will spike immediately to 50% (i.e., 100% on one CPU) and
performance will, naturally, bite. Having another active connection
to the server at the same time causes _monster_
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission
denied)
umask(0) = 022
brk(0x81e6000) = 0x81e6000
stat64("", 0xbfffed80) = -1 ENOENT (No such file or
directory)
umask(022) = 0
That "No such file or directory"
2007 Apr 30
6
Best practice: how to set up mountpoints?
Hi,
[Note: I''ve been saving up my puppet questions for a free moment so
pardon my bombardment of the list]
What''s the best way to set up mounts and mountpoints with puppet?
I am currently using something like:
----
class software_depot_client {
# create NFS mountpoint
file { "/mnt/nfs/repository":
path => "/mnt/nfs/repository",
ensure =>
2003 Feb 08
3
Bug moving file over link?
Can someone explain to me what is happening here:
~ $ touch foo
~ $ ln foo bar
~ $ ls foo bar
bar foo
~ $ mv foo bar
~ $ ls foo bar
bar foo
I try to move a file over a hard linked copy of itself and the move
fails, but there is no error. Is this the intended behavior?
--
Ben Escoto
2018 Jul 16
0
smb2 create
On Mon, 16 Jul 2018 10:53:10 -0400
rac8006 at aol.com wrote:
>
> If it was happening on 4.0.0 I would know. The reason this problem
> is detected is that the disk will not sleep while this is happening.
> The windows PC's are logged in with user rac. The uid 1002 is for
> rac. I think there is something wrong with the smb.conf file. I
> don't use the rac folder on
2008 Oct 22
2
smbd high cpu load
We have a Linux file server for a set of computer science and
engineering
labs where each lab contains machines running Mac OS X, Ubuntu Linux,
or some incarnation of Windows. At times the these machines become
almost unusable and I think I have narrowed the problem to smbd
processes
soaking up all the CPU on the server. Running 'top' on the server
reveals a dozen or so entries like
2005 Jul 12
1
problem mounting ocfs2: heartbeat
When attempting to mount the OCFS2 file system I'm getting the
following error message:
ocfs2_hb_ctl: Internal logic failure while starting heartbeat
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl:
"Operation not permitted"
I followed the steps given in the users_guide:
modprobe ocfs2_dlmfs
mount -t configfs none /config
mount -t ocfs2_dlmfs none /dlm
o2cb_ctl
2008 Dec 19
4
only root without password
Hi all,
I have a very strange problem with the public key authentication with 2
machines.
I generated the key, configured the authorized_keys etc.. etc.. This is
all ok, now:
The ssh works without the password for the "root" user, any other user
cannot use the key and ssh ask me for the password !!
I cannot understand why only the root is able to connect without the
password. So, the ssh
2004 Jul 24
2
acl handling on delete (performance problem)
Hi all,
I'm debugging a performance problem for a client. Needless to say, the
organisation of their data is such that this problem is really annoying.
Here's the situation:
Samba 3.0.x PDC in a mixed 9x/nt/xp environment, using acls. When trying to
delete a large number of folders from a folder, the 'preparing to delete'
stage takes about half hour.
It's simple to repeat:
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
Hello,
I've come across a curious issue with
Samba 3.6.10.
When running 'emacs' version
GNU Emacs 23.3.1 (i386-mingw-nt6.0.6002) of 2011-03-10 on 3249CTO
on Windows Server 2008 SP2 x64 and issuing
a file "revert" of one sort or another
against a Samba-served file, the 'smbd'
process leaks two or three handles.
Eventually, when 16k handles are open,
this causes
2006 Oct 26
8
Problem mounting with credentials file
I am running Gentoo. I am trying to get my /etc/fstab to automatically
mount a remote Samba share at boot time. I have the following in my
/etc/fstab file:
//192.168.0.2/share /mnt/share cifs
auto,credentials=/home/user/.smbpasswd,uid=1000,umask=002,user 0 0
This works fine if I specify the username and password in the /etc/fstab
file. However, if I try to use the credentials file
2017 May 04
1
New messaging.
After moving from samba 4.0.0rc5 to 4.3.11. There seems to be a fair amount of disk activity.
It seems to center around the msg.sock messaging. IS there away to disble the messaging
temporarily? To verify that it is causing the problem?
Thanks