Displaying 20 results from an estimated 40000 matches similar to: "messages.tdb growing large"
2017 Dec 04
2
gencache.tdb growing and growing and...
Is it normal that the gencache.tdb should grow and grow “forever” and fill up with “RA/<hex>” posts?
I’ve been investigating why our Samba 4.7.3 servers (happened with older version 4 servers too) would use such insane amounts of memory on our FreeBSD 11.1 servers (we see smbd processes using hundreds of megabytes of RAM and up to 5GB virtual memory).
Anyway, one part that seems to use
2006 May 23
0
connections.tdb file keeps growing.
Hi,
I think I've found the cause of the large smbd processes.
Does each smbd process keep a pointer to the connections.tdb file? This
keeps growing
and is currently over 20MB in size despite there being only 40 current
users and 80 smbd
processes?
smbstatus reports services being accessed and files locked by non
existent pids
which are over a month old.
Samba 3.0.21c on Solaris 10
2006 May 04
1
ruby.exe growing large, possible memory leak in sql server
Hey all,
I believe there is a memory leak when using Win2000 + SQL Server +
Apache2 + scgi + rails 1.1. My apps so far have been pretty ''low
impact'' and i did not notice it before, but the memory footprint of
ruby.exe is growing larger. After 6 queries that fetch ~2,000 rows
each, ruby.exe has grown to 41 megs (originally around 20). The memory
leak is also present in webrick,
2004 Jun 18
1
Expanding (growing) Filesystemss
We want to expand the LUN's on our SAN. I have expanded the LUN's,
rebooted the hosts, now want the hosts to mount up the larger LUN, but
they still see the original size.
How risky is it to use tuneocfs to grow the filesystem after the
expanded LUN is presented to the host? I was unable to find anything
outside the man page for it.
-------------- next part --------------
A non-text
2011 Aug 22
0
[HELP] Problem with oplocks break failed
Hi list, i'm have trouble with oplocks break failed for file xxx
I'm using samba running in ubuntu natty 11.04 with separate ldap server :
:~# dpkg -l | grep samba
ii libcrypt-smbhash-perl 0.12-3
generate LM/NT hash of a password for samba
ii samba 2:3.5.8~dfsg-1ubuntu2.2
SMB/CIFS file, print, and login server for Unix
ii samba-common
2011 Dec 20
0
printers keep stopping
I am running Samba 3.5.8 on Ubuntu 11.04 with lpr for printing.
For reasons unknown, about 1-4 times a month at seemingly random
times, a printer will stop working. If I try to send a test page,
windows reports that there was a problem sending the test page.
To fix it I edit /etc/printcap and comment out the offending
printer, save printcap, wait about 30 seconds and then uncomment
the printer
2012 Apr 19
1
combining large list of data.frames
It's normal for me to create a list of data.frames and then use
do.call('rbind', list(...)) to create a single data.frame. However,
I've noticed as the size of the list grows large, it is perhaps better
to do this in chunks. As an example here's a list of 20,000 similar
data.frames.
# create list of data.frames
dat <- vector("list", 20000)
for(i in
2011 Dec 12
0
print queue document count never resets
Running 3.5.8 on Ubuntu 11.04.
I have lpr set up and here is my print command...
lpr -r -P'%p' %s
The document count as shown in the windows "printers and faxes" never
resets back to zero after the documents are printed. Even when the
queue is empty it will show 1000's of jobs. I have to right click on
the printer and "cancel all documents" then press F5 to
2006 Feb 17
1
Growing pools and disconnects
Since a couple of hours I see *a lot* of the following messages in my
maillog:
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 32768
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
'maildir_uidlist_sync' with: 65536
Feb 17 15:37:35 defiant dovecot: imap(mmaurer at betterbe.com): Growing pool
2009 Feb 24
2
growing dataframes with rbind
I'm growing a large dataframe by composing new rows and then doing
row <- compute.new.row.somehow(...)
d <- rbind(d,row)
Is this a fast/preferred way?
Cheers,
Alexy
2006 Oct 20
1
skipping growing files?
Is there a way to instruct rsync to ignore a file that is currently
growing in size? For example, a file is currently being uploaded to
the source machine while another client is using rsync to pull down
files. Can rsync detect and skip said file instead of copying
whatever is there already?
I suppose a -mtime like feature would also solve this problem for me
in that the client could
2004 May 17
1
Winbindd growing
Hi list,
I have a samba 3.0.2a running on a Red Hat EL 3.0 in a ADS win2k domain.
The server is a domain member and all is working just fine. People connect
to the shares using kerberos, no problems. I'm a bit worried cause winbindd
is growing every day, if I look at the running processes through webmin I get
9972 root 166452 kB winbindd -B
This morning the process was 139000
2003 Jan 14
1
myths about upwards growing stacks
just downloaded klibc 0.72 and took a look. first thing i found was that
the URL for latest version is out of date:
klibc is archived at:
ftp://ftp.zytor.com/pub/linux/libs/klibc/
the `libs/' is superfluous.
more importantly, this piece of code in klibc/arch/README is wrong:
#if STACK_GROWS_UP
argc = (int)*argptr--;
argv = (char **)argptr;
envp = argv-(argc+1);
#else
argc
2004 Jul 16
2
Growing file
Hello,
What would be the expected behaviour of rsync, synchronizing a file
that is changing in size.
If I have a file ( say 100G ) that is being gzipped, and I start an rsync of
that file system to a remote
location, would rsync just send the data of that gzip file that exists on
disk at that point in time,
or would it keep looping seeing that the file is changing.
Thanks,
Sameer
2008 Aug 22
1
Growing RAID5 on CentOS 4.6
I have 4 disks in a RAID5 array. I want to add a 5th. So I
did
mdadm --add /dev/md3 /dev/sde1
This worked but, as expected, the disk isn't being used in the raid5 array.
md3 : active raid5 sde1[4] sdd4[3] sdc3[2] sdb2[1] sda1[0]
2930279808 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]
So then I tried the next step:
mdadm --grow --raid-devices=5 /dev/md3
But now I have
2012 Mar 16
1
replicated-striped volume growing question
Hy,
I have the following question:
If I build a replicated-striped volume (one replica and one stripe)
when I want to grow that volume I can grow it adding one brick and its
replica or I have to add the stripe and Its replica also?
Hope you can help me, thanks in advance
Juan Brenes
Imprima este correo solo si es necesario. Act?e responsablemente con el Medio Ambiente.
2002 Oct 11
1
growing process size in simulation
I came across this in a simulation I ran under 1.6.0: If I do something
like
R> x <- rnorm(10)
R> rval <- NULL
R> for(i in 1:100000) rval <- t.test(x)$p.value
then the process size remains at about 14M under 1.5.1, but it seems to
be almost linearly growing up to more than 100M under 1.6.0.
I know that the above simulation is nonsense, but it was the simplest I
could come up
2015 Feb 26
0
Managing virt-manager's ever growing log file
I'm looking for suggestions on managing the ever growing log file from
virt-manager (~/.virt-manager/virt-manager.log). All the info I've read
says that the log file is overwritten on each virt-manager startup.
That is demonstrably not true, at least for virt-manager-0.9.0-28.el6.
I see "virt-manager startup" entries going all the way back to the first
time I started it.
So, it
2004 Aug 06
1
Using ices or shout with continuously growing files?
Hi people,
I'm using an external mp3pro encoder that creates a contuously growing file
from a live input. However, ices and shout read the file size, and stop when
that value is reached, then they start playing the file over again. What I
want is that it keeps playing the file, as it should be able to keep playing
until eternity :) I've copied the output of shout beneath. Is there
2012 Feb 21
0
Puppet Labs is growing - now hiring for 2 jobs based anywhere in US!
Puppet Labs continues to grow! (Seriously - we''re now at 70 employees
and continuing to hire more!)
I''m currently hiring a Sr Professional Services engineer to work with
our clients on custom engagements, lead Puppet trainings, and more. In
addition, we''ve added a new Senior Sales Engineer role who will
provide advanced pre-sales support to our sales team and