similar to: Does Samba affect leap second?

Displaying 20 results from an estimated 300 matches similar to: "Does Samba affect leap second?"

2006 Jan 12
1
.leap.seconds
I glanced at the .leap.seconds object and noticed that it has not been updated for the most recent leap second that occurred 2005 December 31, 23h 59m 60s. See the IERS bulletin here: http://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat Moreover, after a more careful glance at the .leap.seconds object, I noticed that there are two incorrect entries. First, there was not a leap second on 1986 June
2009 Oct 08
3
TOSHAG-Winbind.xml translate finished and some bug found
Now, TOSHARG-VFS.xml translate to Japanese finished(3.4.0 base). And some bug found. <indexterm><primary>UID</primary></indexterm> <indexterm><primary>GID</primary></indexterm> <indexterm><primary>SID</primary></indexterm> <indexterm><primary>idmap uid</primary></indexterm>
2010 Feb 24
1
Samba3-HOWTO Japanese translation RELEASED!
Samba3-HOWTO Japanese translation RELEASED On Februaly 18, 2010, Samba Users Group Japan announces Japanese translation of official Samba3-HOWTO, which is shipped with Samba, CIFS/SMB server software. 1. What is Samba3-HOWTO Japanese translation Samba3-HOWTO is an official HOWTO shipped with Samba distribution. It was partially translated by one of IPA's(*) Open Source projects. Now the
2010 Feb 04
1
Samba 3.5.0RC2 can't compile on CentOS 5.3/RHEL 5.3
I tested Samba 3.5.0RC2 with no option like #./configure #make but, when linking smbclient, following error happen. ------------------------------------------------------------------ # make Using CFLAGS = -O -I. -I/root/samba-3.5.0rc2/source3 -I/root/samba-3.5.0rc2/source3/iniparser/src -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./libaddns -I./librpc -I./..
2010 Jan 07
2
[Announce] Samba 3.4.4 Available for Download
================================================================= "If there is no struggle, there is no progress." Frederick Douglass ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.4 include: o Fix interdomain trust
2010 Jan 07
2
[Announce] Samba 3.4.4 Available for Download
================================================================= "If there is no struggle, there is no progress." Frederick Douglass ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.4. Major enhancements in Samba 3.4.4 include: o Fix interdomain trust
2012 Oct 22
1
Can't compile Samba 4.0.0rc3 on FreeBSD 9.0
I tried to compile Samba 4.0.0rc3 on FreeBSD. >./configure.developer works fine,but > make is failed. Error message is [ 772/3965] Compiling lib/ldb/tools/ldbutil.c ../lib/ldb/tools/ldbutil.c:34:24: error: ldb_module.h: No such file or directory ../lib/ldb/tools/ldbutil.c: In function 'ldb_do_autotransaction': ../lib/ldb/tools/ldbutil.c:61: error: implicit declaration of
2009 May 12
5
TYPO: The Official Samba 3.2.x HOWTO and Reference Guide
I had translated TOSHARG into Japanese. I found TYPO in the paragraph of "About the Cover Artwork". The contents are as follows. ---------------------------------------------------------------------------------------- the actions of those who have travelled lifes' road before us, ------ life's
2005 Jan 04
1
problems includind a samba server in a 2003 network
Hello I am brand new on samba server I am trying to put a samba server in a windows 2003 domain the autentification have to be done by the 2003 AD, and my configuration does not work my samba version is samba-3.0.10-1 on redhat as i try to access samba server from a xp on the domain it does not work i have try to access the pdc with ads "laurel" with net join from the samba server
2007 Nov 28
1
Order observations in a dataframe
Dear All, Suppose I have the following dataframe: country;weight;group bul;10;1 cze;12;1 grc;12;1 hun;12;1 prt;12;1 rom14;1 fra;29;2 ita;29;2 gbr;29;2 aut;10;3 bel;12;3 The "group" variable denotes the id-number of a group of countries. How can I re-label the groups in the descending order of their cumulative "weight", which wound be: country;weight;group fra;29;1 ita;29;1
2012 Nov 30
13
Remove disk
Hi all, I would like to knwon if with ZFS it''s possible to do something like that : http://tldp.org/HOWTO/LVM-HOWTO/removeadisk.html meaning : I have a zpool with 48 disks with 4 raidz2 (12 disk). Inside those 48 disk I''ve 36x 3T and 12 x 2T. Can I buy new 12x4 To disk put in the server, add in the zpool, ask zpool to migrate all data on those 12 old disk on the new and
2005 Sep 20
1
Where is current samba 3 document ?
Samba 3 svn repository have samba3 source code ,but I can't find samba3 document. Under /docs directory is empty. Where is samba3 document? -- --- Oota Toshiya --- oota at mail.linux.bs1.fc.nec.co.jp NEC Computers Software Operations Unit Shiba,Minato,Tokyo Linux Promotion Center Japan,Earth,Solar system (samba-jp Staff/postmaster,mutt-j/faqomatic admin,analog-jp
2008 Jul 31
1
Samba 3.2.0: Unable make document Help
Dear list, I compiled Samba 3.2.0 document like this. cd samba-3.2.0/source configure ... ... ... cd ../docs-xml make all but some error happen. --------------------------------- # make all ... ... xsltproc --output output/manpages-3/eventlogadm.8 xslt/man.xsl tmp/manpages-3/eventlogadm.8.xml runtime error: file xslt/man.xsl line 41 element if unregistered variable list-indent
2005 Mar 07
1
How to set netbios node type to Samba server
I have 2 samba server. both server is multi homed server. mostly same smb.conf. First server, run on FreeBSD 5-Stable,and this machine register two NetBIOS name to IP adress mapping to wins server. And this machine is m-node. Another server ,run on Linux,and this machine register only one NetBIOS name to IP adderss mapping to wins server. And this machine is h-node. I have a question. 1) Why
2007 Apr 26
1
Winbind: limiting groups that can log-in
Hi, I am currently trying to configure AD (Windows 2003) + Linux (CentOS 4.4) to allow user logins for certain users, namely, developers. The winbind authentication part of it is working correctly, but every user in AD can login to the servers via ssh. I have tried to limit users by adding valid_users = @"domain+developers" (+ is the separator) on /etc/samba/smb.conf, but this
2009 Jul 29
1
[Announce] Samba 3.3.7 Available for Download
================================================================= "We'll love you just the way you are if you're perfect." Alanis Morissette ================================================================= Release Announcements ===================== This is the latest bugfix release of the Samba 3.3 series.
2009 Jul 29
1
[Announce] Samba 3.3.7 Available for Download
================================================================= "We'll love you just the way you are if you're perfect." Alanis Morissette ================================================================= Release Announcements ===================== This is the latest bugfix release of the Samba 3.3 series.
2011 Nov 28
2
Samba 4 make fails
Hi Samba 4 git from 1 hour ago. openSUSE 12.1 make fails: [ 976/3909] Compiling source4/lib/tls/tls.c ../source4/lib/tls/tls.c: In function ?tls_init_server?: ../source4/lib/tls/tls.c:508:2: error: implicit declaration of function ?gnutls_transport_set_lowat? [-Werror=implicit-function-declaration] ../source4/lib/tls/tls.c: In function ?tls_init_client?: ../source4/lib/tls/tls.c:569:2:
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas (días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es 01:* * * * EUR.resto$date<-as.Date(EUR.resto$date) EUR.resto$mo <- substr(EUR.resto$date,6,7) EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2008 Jan 14
2
Permutations of variables in a dataframe
Hallo All, I would like to apply a function to all permutations of variables in a dataframe (except the first). What is the best way to achieve this? I produce the permutations using: nvar <- ncol(dat) - 1 perms <- as.matrix( expand.grid(rep( list(1:0) , nvar ))[ , nvar:1] ) Thanks in advance Serguei Test-dataframe, comma-delimited: code,wav,w,area,gdp,def,pop,coast,milspend,agr