Displaying 20 results from an estimated 6000 matches similar to: "Help with uniform distribution"
2004 Oct 30
0
Shared folder & windows clients
Hi
I tried googling and searching the archives, but I guess I don't know how to
choose the best keywords to describe my problem. So, I'll ask here.
I have a samba box (3.0.5) sharing 1 folder. This folder contains 2
subfolders; both have around 900 files on each.
On my linux box (kde), I can use the smb kio slave and everything is as
expected, I can see all the files on both
2003 Jun 05
0
deleting of files in samba ???
Dear Sirs,
we're having some inconviniences on files used in a private system,
developed to "suit" the company.
this system's files are located in /var/wsystems and permissions are
granted 4777 acordingly to all files.
When we start up and work in this system with ONE user alone, we have no
problems whatsoever... however when we start up the whole intranet in
this system, most
2003 Jun 05
0
deleting of files by samba ???
Dear Sirs,
we're having some inconviniences on files used in a private system,
developed to "suit" the company.
this system's files are located in /var/wsystems and permissions are
granted 4777 acordingly to all files.
When we start up and work in this system with ONE user alone, we have no
problems whatsoever... however when we start up the whole intranet in
this system, most
2008 Oct 09
2
Samba PDC + LDAP: adding user to local admin group
Hi all,
I'm evaluating Zimbra [1] as the groupware server for my small company. It
uses OpenLDAP for authentication services and I'm configuring a Samba server
as a PDC for my company, using the same ldap backend.
So far, so good, everything is working beautifully well, I can add computers
to the domain, login from any workstation, access shares with the
appropriate rights and so on.
2009 Apr 21
0
joined R-today [SELinux]
Redhat's Security Enhanced Linux (in some modes)
generates messages like that when code in a shared library
is not compiled to have position independent code.
I.e., the -fpic or -fPIC flag was not supplied when
compiling. Your build log showed that -fpic was used
when compiling your code, but the 3rd party library,
libnetcdf.a may not have been compiled this way.
The command
2007 Mar 29
0
Intended behavior of sourceselect => all
Hi all
Luke Kanies suggested that I take this up here since his memory on the
subject was a bit poor.
I am trying to cat various files together into one file. According to the
documentation "sourceselect => all" might do this.
From the language reference [1]:
"Whether to copy all valid sources, or just the first one. Valid values
are first, all."""
Giventhe
2013 Jan 29
1
Cron job based on gateway
Hi
Is there a way for puppet to create cron job on each of my node based on my
gateway''s IP ?
bala@bala-desktop:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
10.0.2.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0
2013 May 16
3
vim-puppet syntax highlight
Hi
I am trying to install vim-puppet for syntax highlight of puppet manifest
file. I first installed vim-puppet and then vim. Then I ran
"vim-addon-manager -w install puppet" I am still unable to see the colours
on site.pp
bala@WheezyMaster:~$ vim-addon-manager
# Name User Status System Status
editexisting removed removed
justify
2005 Jun 03
1
Problems of performance between linux and freebsd
Dear All,
I posted the following message to the Freebsd-questions mailing
=================================================================
<snip>
On my laptop I've being using linux for some years now and "landed" at last
to
the gentoo distribution which I tuned for working with the statistical
software R and the bunch of TeX programs such as latex, pdflatex, context
and
2017 Jan 06
4
que tal comunidad, una pregunta del paquete data.table
si se tiene un data.table (DT), supongamos de 100 filas por 3 columnas
de datos numericos, como puedo hacer para obtener el correspondiente
valor de la columna 1 si busco, por ejemplo, el maximo de la columna 2
agrupado por la columna 3 ?
para buscar el maximo de la columna 2 escribo.
DT[ , max(c2), by=c3 ]
muchas gracias,
saludos, eric.
--
Forest Engineer
Master in Environmental and
2012 Sep 07
5
puppet hangs
Hi
I am a newbie to puppet and I am going through the documents at "
http://docs.puppetlabs.com/learning/manifests.html" the exercise were
working normally then suddenly puppet hangs when I tried to apply a manifest
root@nscbose:/home/bala/puppet# puppet -V
2.7.11
root@nscbose:/home/bala/puppet# cat /etc/debian_version
wheezy/sid
root@nscbose:/home/bala/puppet# ps aux | grep -i puppet
2008 Apr 24
3
question, pdc bdc on diferent subnet
Hi, is posible to configure a samba pdc server on a central office and 3
bdc on branches office united by vpn one conection with openvpn , and
in4 different subnet ????
saludos
Maximo Monsalvo
2007 Mar 30
4
Intended behavior of sourceselect => all [Proper]
Hi all, again.
It looks like my last attempt of sending this message got cut off, at least
it looks like that in the archive[1], so I''m trying again:
<rerun>
Luke Kanies suggested that I take this up here since his memory on the
subject was a bit poor.
I am trying to cat various files together into one file. According to the
documentation "sourceselect => all" might
2011 Apr 06
1
configurar limite de memoria RAM para obtener maximo rendimiento con windows 7
Hola a todos,
Tengo un equipo con windows 7 Home Premium 64 bits (8mb de RAM) y me gustaría saber como podría obtener el máximo rendimiento en R.
He visto que hay dos o tres comandos: memory.size(max=TRUE) memory.limit = ...
El caso es que si uso memory.size(max=TRUE) el maximo que me imprime por pantalla es bastante mayor en un equipo que tengo con windows xp a 32 bits que en el nuevo equipo
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
Dear all,
Can anybody tell me how to export a 3d figure made with the plot3d
function? I'm careless about whether it's still interactive or not in
another format, as long I can get it out of R.
Thanks!
Alejandro Gonz?lez
Departamento de Biodiversidad y Conservaci?n
Real Jard?n Bot?nico
Consejo Superior de Investigaciones Cient?ficas
Claudio Moyano, 1
28014 Madrid, Spain
Tel +0034
2016 Feb 26
1
How to write LLVM pass to collect register usage stats
Hi All,
I wanted to collect the register usage stats for the program assigned by
compiler(in other words "how many time each register will be accessed by
the program when it will execute"). How to write LLVM pass which will
analyse the code after LLVM global register allocation pass and output the
stats.
Regards,
-Bala
--
Thanks,
Bala
IIITA Allahabad
-------------- next part
2016 Mar 01
2
How to write a simple MachineFunctionPass
Hello everyone,
I have written simple LLVM passes, but I cannot able to write a
MachineFunctionPass pass.
I am following the steps form the following link but it is not working:
http://www.gabriel.urdhr.fr/2014/09/26/adding-a-llvm-pass/
Please share the sample MachineFunctionPass code or steps to follow to
write MachineFunctionPass.
Thanks,
Bala
--
Thanks,
Bala
IIITA Allahabad
--------------
2014 Mar 07
2
Identificar pares de valores en distintas filas
Hola Francisco y Carlos,
Quizas lo siguiente funcione para 2, 3 o mas IDs con FECHA y VALOR comun
(aqui el maximo es 3):
d <- data.frame(ID = 1:8,
FECHA = c("01/04/1965", "01/09/1988", "01/04/2004", "01/04/1965",
"01/05/1992", "01/04/1965", "01/09/1988", "01/09/1988"),
VALOR = c(25578, 23456, 76578, 25578, 33724,
2018 Feb 10
2
Optimizar función
Buenas para tod en s, tengo una consulta para poder optimizar tiempos. Ejemplo
tengo el siguiente dataframe:
distrito<-c("A","A","A","B","B","B","C","C","C","A","A","B","B","C")
2008 Apr 23
3
profiles migrate
Hy , my english is bad,bad sorry
I need change a server pdc samba , and change too the domain name, so i
can't export users and sid .
Exist some tool to export and covert the old porfile to the new domain?
thanks
Maximo Monsalvo