Displaying 20 results from an estimated 20 matches for "fenlason".
2006 Sep 15
2
re: Support of Samba on RHEL4?
...applied to a package during its
history, and you don't need to dig into the sources themselves, you
can query the changelog for an rpm package without having to download
sources:
rpm -q --changelog package
for example for my samba-3.0.10-1.4E.2
rpm -q --changelog samba
* Wed May 11 2005 Jay Fenlason <fenlason@redhat.com> 3.0.10-1.4E.2
- include the -bug157208 patch. to close
bz#157208 CRM 511318 - smbfs dont respect uid and gid options when mounting
* Fri Apr 29 2005 Jay Fenlason <fenlason@redhat.com>
- include the -smbspool pattch from RHEL-3, to close
bz#155350 SAMBA clien...
2003 May 14
0
[fenlason@redhat.com: Re: mount dies misteriously]
I meant to send this to the list as well.
----- Forwarded message from Jay Fenlason <fenlason@redhat.com> -----
From: Jay Fenlason <fenlason@redhat.com>
To: Balla Zsolt <zsolt.balla@plazakommunikacio.hu>
Date: Wed, 14 May 2003 16:01:25 -0400
Subject: Re: [Samba] mount dies misteriously
On Wed, May 14, 2003 at 03:03:02PM +0200, Balla Zsolt wrote:
> Hi samba g...
2013 Dec 09
3
compat-openmpi issues after upgrade to CentOS 6.5
Just wondering if anyone can shed some light into an issue we are having
with compat-openmpi after upgrading CentOS to version 6.5
Some of our cluster applications are dependent on an older version of
OpenMPI, so we are using compat-openmpi. Up to CentOS 6.4 this was
version 1.4.3:
% /usr/lib64/compat-openmpi/bin/mpirun -V
mpirun (Open MPI) 1.4.3
but after the upgrade to CentOS 6.5 it
2006 Jun 10
1
Two(?) bugs in the xattrs patch
...22:00:38.000000000 -0400
@@ -372,7 +372,7 @@
transfer. The resulting value is treated as though it was the permissions
--- old/xattr.c
+++ new/xattr.c
-@@ -0,0 +1,523 @@
+@@ -0,0 +1,524 @@
+/* Extended Attribute support for rsync */
+/* Copyright (C) 2004 Red Hat, Inc */
+/* Written by Jay Fenlason, vaguely based on the ACLs patch */
@@ -590,10 +590,10 @@
+ strcpy(ptr, name);
+ if (datum_size)
+ memcpy(ptr + len, datumbuf, datum_size);
-+ x->rxas[curr_rsync_xal.count].name_len = len;
-+ x->rxas[curr_rsync_xal.count].name = ptr;
-+ x->rxas[curr_rsync_xal.count].datum_len = d...
2006 Jan 16
1
problem unpacking R sources (PR#8492)
...ht 1992-1993 Jean-loup Gailly
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H HAVE_MEMORY_H HAVE_STRING_H HAVE_LSTAT
ASMV
Written by Jean-loup Gailly.
/notcygwin[507] tar --version
tar (GNU tar) 1.13.25
Copyright (C) 2001 Free Software Foundation, Inc.
Written by John Gilmore and Jay Fenlason.
/notcygwin[508] gunzip R-2.2.1.tar.gz
R-2.2.1.tar.gz: 0.2% -- replaced with R-2.2.1.tar
/notcygwin[509] tar xf R-2.2.1.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
2006 Jun 12
2
Fedora Core 5 & CIFS - please help!
After trying a couple of Linux forums & no help I'm hoping that somebody
on the samba list knows how to solve this issue. I'm having a problem
with CIFS. This is a fresh installation of Fedora Core 5. I have 3 XP
machines that I mount by CIFS in my fstab. CIFS mounts the shares with
no problem. I can view and read files on the shares. The problem I have
is when I try to copy a file
2006 Jul 19
8
uids/gids changed after upgrade from 3.021c to 3.023
Hi All,
Yesterday, I've upgraded my Samba server from 3.021c to 3.023 through
yum upgrade
samba*.
I'm running Fedora Core 4 Kernel 2.6.17-1.2142 on this server.
After upgrade has been completed, I lost the attributes of ownership and
groups. I noticed that the uids/gids have changed for all AD accounts.
This
means that users can't have total access for their files and no access
2002 Mar 02
1
GNU tar does not ignore files in .Rbuildignore (PR#1339)
...rg% tar --version
tar (GNU tar) 1.13
Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by John Gilmore and Jay Fenlason.
bimini.jgi-psf.org% R CMD build mypkg
* checking for file `mypkg/DESCRIPTION' ... OK
* preparing `mypkg':
* checking whether `INDEX' is up-to-date ... OK
* removing junk files
* building `mypkg_0.1.tar.gz'
bimini.jgi-psf.org% gzcat mypkg_0.1.tar.gz | tar tf -
mypkg/
mypkg/foo
mypk...
2000 Jan 20
1
Patch to make openssh-1.2.1pre27 compile on a sparc solaris7 syst em
Hack: diff -c defines.h.orig defines.h
*** defines.h.orig Thu Jan 20 18:07:40 2000
--- defines.h Thu Jan 20 18:08:05 2000
***************
*** 78,83 ****
--- 78,84 ----
/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
+ typedef uint8_t u_int8_t;
typedef uint16_t u_int16_t;
typedef uint32_t u_int32_t;
typedef
2005 Jun 10
1
RHEL 4 rpm for Samba 3.0.14 ?
Hi,
Does anyone know of a binary rpm for Samba 3.0.14 that wonrk RHEL 4 ?
The binary RedHat rpm on samba.org have been compiled for RedHat 9, and
it does'nt install on RHEL. I would recompile the .src.rpm, but if
anybody know of a repository that carry a binary, I would be glad to
hear about it.
Thanks !
Etienne Goyer
2005 Sep 29
1
samba (3.0.20) doesn't use TLS for LDAP referrals
Hello,
Now I'm trying to move the LDAP backend from the master OpenLDAP
server to a slave one. The ACL rules for all directories requires
a "ssf = 112" (Security Strength Factor) just to be sure that all
connections are properly encrypted. Also the slave directory has a
referral directive pointing the master directory.
Samba works perfectly with the slave directory except when
2003 Sep 04
1
Findsmb manual page now lies because the output of smbclient -L changed?
In 2.2.8a days, findsmb would print the OS and Server version of the
machines it found, like this:
*=DMB
+=LMB
IP ADDR NETBIOS NAME WORKGROUP/OS/VERSION
---------------------------------------------------------------------
192.168.49.247 WINQA1 [QATEST] [Windows 5.0] [Windows 2000 LAN
Manager]
192.168.49.250 WINQA2
2004 Jun 30
3
Samba 3.0.4 on RHEL3
There have been several issues fixes since the 3.0.2 release of Samba. One
of the most important issues is a problem with password changing after
applying the patch described in the Microsoft KB828741 article to Windows
clients.
I want to run Samba 3.0.4 on RHEL3. The version provided by RedHat is
samba-3.0.2-6.3E. I can't find any other RPMs or SRPMs for RHEL3. Any help
you can provide
2005 Apr 25
3
RedHat EL 3 rpm spec file and samba 3.0.14a?
Is the RedHat RPM spec file included with the samba-3.0.14a.tar.gz source
files compatible with RedHat EL 3? In other words, are the locations for the
various support directories (/var/lib/samba, /var/cache/samba, etc.) the
same between the RedHat EL 3 version of samba (currently stuck at 3.0.9, I
think) and the official samba.org <http://samba.org> versions?
I would like to upgrade my
2005 Jul 20
2
Seg from net ads join
Running net ads join causes segfault, any ideas on this? Any help is
appreciated. This is a fresh install of Fedora Core 4.
Thanks.
Brant
===============================================================
[root@vhATSjENV06 ~]# uname -a
Linux vhATSjENV06 2.6.11-1.1369_FC4smp #1 SMP Thu Jun 2 23:08:39 EDT
2005 i686 i686 i386 GNU/Linux
[root@vhATSjENV06 ~]# net --version
Version 3.0.14a-2
1999 Jul 27
12
hi
hi
This is Tarun from Indusa Global , Jamaica
pl. reply
regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tarun.vcf
Type: text/x-vcard
Size: 180 bytes
Desc: Card for tarun kumar
Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
2011 Mar 24
3
R CMD build creates tar file instead of tar.gz file
Dear all,
I'm trying to create my own package by following for instance http://epub.ub.uni-muenchen.de/6175/2/tr036.pdf In step 6 (page 19) it says that the command 'R CMD build <mypackage>' should result in a tar.gz file. However, after running the command I end up with a tar file only (no gz extension). I also get the following warnings in the command prompt
C:\Program
2010 Sep 03
1
TinycoreLinux Install
...tar) 1.22
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
configure:3217: $? = 0
configure:3257: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3260: $? = 0
configure:3264: tar -xf - <conftest.tar
configure:3267: $? = 0
configure:3280: result: gnutar
configure:3324: checking build system ty...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...Canillas <javier at dowhile0.org>
Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Javier Martinez Canillas <javier@dowhile0.org>
Javier Muñoz <jmunhoz@igalia.com>
Jay Agarwal <jagarwal@nvidia.com>
Jay Estabrook <jay.estabrook@gmail.com>
Jay Fenlason <fenlason@redhat.com>
Jay Hernandez <jay@chelsio.com>
Jay Purohit <jspurohit@velocitylimitless.com>
Jay Vosburgh <fubar@us.ibm.com>
Jayachandran C <jayachandranc@netlogicmicro.com>
Jayachandran C <jchandra@broadcom.com>
Jayachandran C. <jchandra@br...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...Canillas <javier at dowhile0.org>
Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Javier Martinez Canillas <javier@dowhile0.org>
Javier Muñoz <jmunhoz@igalia.com>
Jay Agarwal <jagarwal@nvidia.com>
Jay Estabrook <jay.estabrook@gmail.com>
Jay Fenlason <fenlason@redhat.com>
Jay Hernandez <jay@chelsio.com>
Jay Purohit <jspurohit@velocitylimitless.com>
Jay Vosburgh <fubar@us.ibm.com>
Jayachandran C <jayachandranc@netlogicmicro.com>
Jayachandran C <jchandra@broadcom.com>
Jayachandran C. <jchandra@br...