similar to: FW: Closing sessions and smbstatus

Displaying 20 results from an estimated 1000 matches similar to: "FW: Closing sessions and smbstatus"

2014 Dec 16
1
Fwd: samba & Oracle ACFS Issues
Hi Volker and many thanks for your response According to your questions >Please remove the SO_RCVBUF and SO_SNDBUF entries. >Oh, that's ancient. Do you have any possibility to move to >"security=user"? The smb.conf file was inherited from HP-UX system. Ok, I'll remove them >Did you try "posix locking = no"? That is mostly criticial >if
1999 Aug 26
0
smbsh always segfaults
Version 2.0.5a (same prob w/2.0.4b, though). smbsh segfaults after I enter my password. As root, it just seg faults. As my login user, it dumps core. Attached is a script of an strace of it. Running RH 6.0, kernel 2.2.10, AMD K6-2/350, 64M RAM. Configure options were: CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{pref} --libdir=/etc \ --with-lockdir=/var/lock/samba
2004 Nov 16
1
Samba 3.0.4 and DOS 6.2.2 - MSDOS Copy problem
Hello, I am having a problem with Samba 3.0.4 and DOS clients. The MSDOS COPY command will not work on mapped directories. When I try to run the COPY command I get an "File not found" error message. This only happens on DOS, all other OS's work fine. I have noticed that someone else on this list has also run into this problem, but no answer/work-around is posted. Here is my
2014 May 13
0
Samba 4.1 id->user mapping slow (using winbind)
Hi, I run a fresh debian 7 / samba 4.1 setup (using sernet's samba build). I have a share /daten with acls. When I do (locally) getfacl /daten/ -R > /dev/null the system hangs at 100% cpu wait with the samba process: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3451 root 20 0 518m 38m 6796 S 59,8 1,9 136:46.90 samba When I do the same using the "-n"
2014 Dec 29
0
smbd's using up 100% of all cpu's and load avg slowly going up
Hi, Here is some output of "strace -ff -p" to the process using ~100% CPU writev(75, [{"\250\r\0\0\2\0\0\0S-1-5-21-2097307442-3435"..., 3496}], 1) = 3496 epoll_wait(9, {{EPOLLIN, {u32=2539833808, u64=140271876753872}}}, 1, 30000) = 1 readv(91, [{"\34\0\0\0\0\0\0\0rT\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 2092}], 1) = 2092 gettimeofday({1419854003, 222035},
2014 Dec 29
0
smbd's using up 100% of all cpu's and load avg slowly going up
On 29/12/14 12:02, Bruno Andrade wrote: > Hi again, > > Sorry, I forgot to include the fd used... > > 13 -> /var/lib/samba/private/sam.ldb.d/DC=EXAMPLE,DC=COM.ldb > 16 -> /var/lib/samba/private/sam.ldb.d/metadata.tdb > > the others refers to /var/run/samba/winbindd/pipe > > Regards, > Bruno Andrade. > > On 12/29/2014 11:56 AM, Bruno Andrade wrote:
2014 Dec 29
0
smbd's using up 100% of all cpu's and load avg slowly going up
On 29/12/14 14:58, Bruno Andrade wrote: > Hi, > > Yes, I already thought about it. > > I have the sernet repo installed.. Is possible to yum update and jump > from 4.1.6 to 4.1.14 directly, without problems or should I follow some > kind of procedure to avoid future problems? > > Regards, > Bruno Andrade. > > On 12/29/2014 01:46 PM, Rowland Penny wrote: >>
2014 Dec 29
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi again, Sorry, I forgot to include the fd used... 13 -> /var/lib/samba/private/sam.ldb.d/DC=EXAMPLE,DC=COM.ldb 16 -> /var/lib/samba/private/sam.ldb.d/metadata.tdb the others refers to /var/run/samba/winbindd/pipe Regards, Bruno Andrade. On 12/29/2014 11:56 AM, Bruno Andrade wrote: > Hi, > > Here is some output of "strace -ff -p" to the process using ~100% CPU >
2014 Dec 29
2
smbd's using up 100% of all cpu's and load avg slowly going up
Hi, Yes, I already thought about it. I have the sernet repo installed.. Is possible to yum update and jump from 4.1.6 to 4.1.14 directly, without problems or should I follow some kind of procedure to avoid future problems? Regards, Bruno Andrade. On 12/29/2014 01:46 PM, Rowland Penny wrote: > On 29/12/14 12:02, Bruno Andrade wrote: >> Hi again, >> >> Sorry, I forgot to
2016 Oct 14
0
Bug 6870 resurfaced in Samba 4.2.10
Hai, Did you check if ifconfig still shows ipv6 adresses. ( even ::1 ) Can you check that. I have several with ipv6 on and severel only ipv4. As of 4.1.17+ i didnt see this happing here. Now on 4.4.5 I think you have forgotten something. Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Rebecca Gellman > via samba
2010 May 27
1
net ads join: Aborted
I'm having trouble getting a host to join an ADS domain/realm. I have smb.conf set correctly, with the workgroup, realm, and security = ads specified. However, when I try to join with the command: net ads join -U Administrator, I simple get the message "Aborted" and it does not join the domain. If I use the -d flag to enable debugging, I see the following toward the end of the
2008 Oct 20
2
Closing sessions and smbstatus
Hi, When are client sessions closed? Let me explain what I'm trying to do... we're in a School district and we try to stop kids logging more than once. They way I did this before was to dump the active sessions from our previous Server2003 fileserver into a file once a minute and process it with a Perl script to check who was connected from where, rebooting machines remotely as
2016 Oct 17
0
Bug 6870 resurfaced in Samba 4.2.10
On Mon, Oct 17, 2016 at 05:13:08PM +0100, Rebecca Gellman via samba wrote: > > > Hi, > > So I did some digging into the source code, and I think I've found the > issue. Around line 120 of source3/libads/cldap.c: > > for (i=0; i<num_servers; i++) { > NTSTATUS status; > > status = cldap_socket_init(state->cldap, > NULL, /* local_addr */
2005 Mar 26
1
test65 "deliver" LDA bug
Hello. I've tried to implement dovecot's deliver LDA to my home mailserver. I've run into troubles :) dovecot-deliver.conf: -- snip -- mail = maildir:%h/Maildir:INBOX=maildir:%h/Maildir mbox_read_locks = flock mbox_write_locks = flock -- snip -- when i run: deliver -d bfg < email.txt dovecot delivers message to ~/Maildir/maildir/new It acctually creates "maildir"
2016 Oct 17
2
Bug 6870 resurfaced in Samba 4.2.10
Hi, So I did some digging into the source code, and I think I've found the issue. Around line 120 of source3/libads/cldap.c: for (i=0; i<num_servers; i++) { NTSTATUS status; status = cldap_socket_init(state->cldap, NULL, /* local_addr */ state->servers[i], &state->cldap[i]); if (tevent_req_nterror(req, status)) { return tevent_req_post(req, ev);
2010 Jul 19
1
Oplocks
Hello, I'm using the Samba server 3.0.33 that exports volume from a GPFS. The GPFS strongly dislikes unlinking files that are locked (resulting in permission denied) using fcntl F_SETLEASE. It seems that the Samba *sometimes* tries to unlink a file that is oplocked. Why? Is this a bug? Why it does not happen always but only sometimes? I have strace logs showing: Wrong case: 8711
2016 Oct 13
3
Bug 6870 resurfaced in Samba 4.2.10
According to this bugzilla entry, bug 6870 has been fixed as of at least version 3.5: https://bugzilla.samba.org/show_bug.cgi?id=6870 However, I assert that it is present in 4.2.10, which ships with Debian Jessie. On my home network (IPv4 and IPv6), a box with Samba 4.2.10 with IPv6 disabled (via sysctl), will fail to contact a DC because the IPv6 connect fails immediately before the v4
2013 Sep 25
3
Dovecot extremely slow!
Please help, Dovecot is running extremely slow for the last couple of weeks and it seems to be getting worse (or my patience running short). I attach the 10-master configuration and the log file after running strace according to: http://wiki.dovecot.org/Debugging/ProcessTracing I can click on an email and wait for a minute or more before receiving a connection dropped or no error at all. I
2006 May 01
0
ip_conntrack_ftp fails to load on CentOS 4.3
I have a CentOS 4.3 box that is giving me some serious problem. During the "yum update" from 4.2 -> 4.3 I lost my connection (okay, I accidentally closed the window). I logged back on and did another yum update, and it appeared as though things completed properly. Everything is working fine, up until one of my hosting clients noted that he is now unable to use ftp to update his web
2016 Jul 18
0
how to disable 'pcap cache not loaded' messages?
Dear All, We're running smbd "Version 4.3.9-Ubuntu", and it populates our log files with these two lines per every connect: === [2016/07/18 18:42:31.544726, 1] ../source3/printing/printer_list.c:234(printer_list_get_last_refresh) Failed to fetch record! [2016/07/18 18:42:31.544780, 1] ../source3/smbd/server_reload.c:69(delete_and_reload_printers) pcap cache not loaded