Displaying 14 results from an estimated 14 matches similar to: "Problem reading large tables"
2003 Dec 23
1
Samba 2.0.7 poor performance
Recently I shutdown my RS6000 running AIX 4.3.3 and Samba 2.0.7 and rebooted. Since rebooting, the performance of the Samba server has dramatically decreased. Nothing has changed on the AIX box. I recently added a Microsoft Small Business Server 2003 to the network. I thought that may be the culprit. I shutdown that server for a few days and the problem still exists. Any help would be much
2005 May 18
1
Samba Comple Problem on Solaris 2.8
So I am compling the newest release of samba 3.0.14a on Solaris 2.8.
I can get it to compile but I don't get all the built in modules that I
should and smbd when fired up bombs out with something like,
-------
derek@supernova:/opt/UMsmb/sbin# ./smbd -c /etc/samba/smb.conf -i
smbd version 3.0.14a started.
Copyright Andrew Tridgell and the Samba Team 1992-2004
No builtin nor plugin backend for
2008 Jul 16
2
barchart with bars attached to y=0-line
Dear R users,
i am using the following code to produce barcharts with lattice:
Compound<-c("Glutamine", "Arginine", "Glutamate", "Glycine", "Serine",
"Glucose", "Fructose", "Raffinose",
"Glycerol", "Galacglycerol", "Threitol", "Galactinol", "Galactitol")
2010 Dec 03
5
Fact auto sync reloading
So we run puppetd as a long running ruby process on the hosts. When we update a fact that gets auto sync''d to the host it seems when puppetd wakes up and starts its catalog run it doesn''t re-sync the facts. It you run it standalone it will or if you restart the service then it will do the right thing. Do other people see this? Or have you all gone to running out of cron?
2010 Nov 08
1
extraneous messages/multiple fact loads
Hi,
For a long time now when we run puppetd --test I get the following double output on our custom facts,
info: Retrieving plugin
info: Loading facts in scratch
info: Loading facts in os_name
info: Loading facts in pam_limits_d
info: Loading facts in os_platform
info: Loading facts in nvidia_graphics
info: Loading facts in hostname_hour
info: Loading facts in os_version
info: Loading facts in
2011 Aug 22
2
Bug#638837: independent_wallclock sysctl has gone away?
Package: xen
Severity: important
Version: 4.0.1-1
The Xen documentation and Xen Debian wiki describes using
independent_wallclock to sync domU clocks against the dom0 clock
http://docs.vmd.citrix.com/XenServer/4.0.1/guest/ch04s06.html
http://wiki.debian.org/Xen#Possible_problems_and_bugs-1
This sysctl appears to have gone away with squeeze, but the
documentation is not updated
Time drift is
2004 Dec 30
3
labels and counting
Hello,
I have got the following problem:
given is a large string sequence consisting of the four letters "A" "C"
"G" and "T" (as before). Additionally, I have got a second string
sequence of the same length giving a label for each character. The
labels are "+" and "-".
Now I would like to create an 8x8 matrix which contains the
2006 Dec 05
6
[OT] Linux/CentOS Volunteer or PT Work
Hi All,
I'm pretty new to this list and to CentOS, so forgive me if this kind of
thing is shunned. I have really enjoyed following some threads on this list
and learning what everyone out there is doing with the OS. I actually got
started on CentOS when researching how to study for the RHCE without forking
out big cash for Red Hat licenses, a donation is coming soon.
Anyway, I'm
2009 Dec 17
2
some help regarding combining columns from different files
Dear all,
Here is my code which am using to combine 5th column from different data
sets.
Here is the function to do my job
genesymbol.append.file <-NULL
gene.column <- NULL
readGeneSymbol <- function(files,genesymbol.column=5){
for(i in fnames){
temp <- read.table(fnames,header=T,sep="\t",stringsAsFactors=F,quote="\"")
2009 Jan 28
2
For Whom the Gaza Bell Tolls -- Part 1 and 2 -- Obamas Mideast Jewish Wet Dream Team
For Whom the Gaza Bell Tolls -- Part 1
By Edmund Connelly for The Occidental Observer
January 16, 2008
?The Israelis can kill whomever they want whenever they want.?
--Paul Craig Roberts
I sometimes think that it?s pointless for Americans to talk much about recent events in Gaza because we know how it will play out ? America will do absolutely nothing to interfere with the
ongoing massacre.
2009 Jan 28
2
For Whom the Gaza Bell Tolls -- Part 1 and 2 -- Obamas Mideast Jewish Wet Dream Team
For Whom the Gaza Bell Tolls -- Part 1
By Edmund Connelly for The Occidental Observer
January 16, 2008
?The Israelis can kill whomever they want whenever they want.?
--Paul Craig Roberts
I sometimes think that it?s pointless for Americans to talk much about recent events in Gaza because we know how it will play out ? America will do absolutely nothing to interfere with the
ongoing massacre.
2016 Sep 01
2
enabling interleaved access loop vectorization
So turns out it is a full reproducer after all (choosing to vectorize on AVX), good.
> The details are in PR29025.
Interesting. (So we should carefully insert unconditional branches inside shuffle sequences, eh? ;-)
> But if we modify the program by adding "*out++ = 0" right after "*out++ = q;" (thus eliminating the pesky <12 x i8>), we get:
Indeed such
2015 Jan 07
0
libvirt bridges rhel7
Hi,
In RHEL5/6 we have been able to create bridges on our hyper-visor of a
number of vlans (eg. em1 -> em1.483 -> br483) We would be able to see
this br483 in the virt-manager drop down network choice at the end of
creating a new host.
On RHEL7 we are not using NetworkManager per the documentation[0] for
bridges (and because it is not worth it). So a RHEL7 virt-manager
(0.10.0) when
2010 Sep 02
3
puppet file recursion requires two passes to converge
Hi,
So for awhile I have been seeing this issue but it hasn''t been painful. However, recently I have been deploying a new module that has made it much more annoying.
file { cdh3_config:
recurse => true,
ignore => ".svn",
checksum => md5,
notify => Exec[hadoop_alternatives],
require