Displaying 20 results from an estimated 2000 matches similar to: "Can anyone help us...."
2014 May 05
1
configure issue when libattr is in a non-standard location?
Hi,
Apologies if I'm missing anything or this has already been discussed. I
did try looking at the bug list and mailing list archives before sending
this. Plus it's my first time posting.
I am trying to compile rsync (v3.1.0) on a Synology NAS with ACL support.
Why am I doing this? I have files that have extended ACLs that need to
be preserved when another filesystem is rsync'd
2012 Jun 26
1
Trying to update samba
I have a server running samba-3.0.9-1.3E.10. And I'm trying to update that so I
can now add windows 7 pcs to my network. The server is a Dell Poweredge 2850
running Red Hat Enterprise Linux EX release 3 (taroon update 8). It's also
running Webmin version 1.580. I wanted to download the update as an .rmp
thinking it would be easier and I would be able to run it from my webmin command
2012 Jun 26
2
Fwd: Trying to update samba
Typically, RPM's from RedHat or Fedora are pretty dependent on glibc and
other system libraries. Newer version of RedHat will have newer
versions of glibc, so the official packages are often not compatible
with older versions.
Sernet may have precompiled RPM's that may be useful.
http://sernet.de/en/samba/samba-3/
If not you will probably need to compile from source. Or move to a
2005 Jan 11
0
vim update for CentOS-3.3 x86_64 rebuild :(
Greatings,
I am very sorry for having to misrebuild the vim update for x86_64 (CentOS-3.3):
Wrong build host which was using a different libacl than the current CentOs-3.3...
upon upgrading you might have got:
....Unable to satisfy dependencies
Package vim-enhanced needs libacl.so.1(ACL_1.0)(64bit), this is not available.
Package vim-minimal needs libacl.so.1(ACL_1.0)(64bit), this is not
2007 Jan 29
5
ACLs fail in 3.0.23d
Whenever I try to read or modify ACLs from my Windows 2000 PDC, my Samba
Domain Member Server (Security = ADS) does not allow setting ACLs, nor
does it display the existing ACLs.
- I have setup ACLs in my Kernel
- I have translated and installed libacl and libattr
- I can see and modify ACLs with getfacl and setfacl.
- I have translated Samba 3.0.23d with --with-acl-support=yes
- I have enabled
2007 May 02
0
mv error moving files from local partitiontoocfs2
Thanks. It works!
Besides disabling selinux, we updated to 1.2.5-1 today, since it plays nicer to oracle RAC (installed on the same 2 node cluster) by way of rebooting instead of panicing the kernel when one of the private nics is disconnetcted.
While I'm on that topic, do you know it there is any possibility of telling the ocfs2 daemon which node is the preferred one to kill in a
2005 Jun 08
0
Shared libraries not found.
Hi. I am trying to build samba 3.0.14a on an old
redhat 8 box. I'm having a problem in which shared
libraries are not found in the smbd, nmbd and other
binaries that are produced. The server is running
openldap and MIT kerberos with their libraries in
/usr/local/lib and include files in
/usr/local/include. Openssl is installed in
/usr/local/ssl. The resulting binaries look like:
--------
2002 Jul 19
0
SOLUTION :to can't copy files to samba volume
I've managed to fix the problem with copying to a samba share resulting in
the "server is no longer available message".
The problem was caused by the SGI libacl-2.0.9 upgrade. Seems like SGI
broke some of the attr function calls from the acl lib into the attr lib.
Since samba binaries tended to be linked ONLY to libacl, and not libattr
this caused issues with samba. My solution on
2017 Jul 28
1
R Programming help needed - Returning dataframes + 2 Variables dynamically
The returned values are in the list you assign to test_data, the original x and y are not modified, i.e the returned value for x will be test_data[[1]] and for y will be test_data[[2]]. Using the same variable names in the function and test is perhaps what is leading to confusion.
> On 28 Jul 2017, at 09:13, Vijaya Kumar Regati <VijayaKumar.Regati at m3bi.com> wrote:
>
> Hi,
>
2018 Jun 30
4
Developed an issue with Samba File Server integrated with Samba-AD
Hi,
We have been using Samba File Server (Version 4.3.11 Ubuntu 14.04 LTS)
for quite sometime now. We recently installed Samba-AD (Samba AD Version
4.7.6) and made the file server a member of the Domain. Everything was
fine till around 11:15 am yesterday. We just added one more share folder
and gave access to three users and restarted Samba File Server services
- smbd, nmbd and winbindd -
2015 Mar 16
0
Re: Can't create any KVM template due to the error with libguestfs
[root@fr1 tmp]# cd /tmp
[root@fr1 tmp]# cpio -id < /usr/lib64/guestfs/supermin.d/daemon.img
cpio: sbin/guestfsd not created: newer or same age version exists
cpio: etc/guestfsd.suppressions not created: newer or same age version
exists
3629 blocks
[root@fr1 tmp]# ldd /tmp/sbin/guestfsd
linux-vdso.so.1 => (0x00007fff9e9d4000)
libacl.so.1 => /lib64/libacl.so.1
2017 Jul 28
0
R Programming help needed - Returning dataframes + 2 Variables dynamically
Hi,
That was very useful information. Thanks.
But still I am not able to get the desired output with updated code.
Kindly help if you have any further thoughts ...
Updated code :
x <- 0
y <- 0
Logic_fn <- function(x,y){
print("Passed Values")
print(x)
print(y)
x <- x + 1
y <- y + 1
print("After addition :")
print(x)
print(y)
test_data <- rbind(x,y)
2011 Oct 27
1
[Bug 8549] New: double free or corruption
https://bugzilla.samba.org/show_bug.cgi?id=8549
Summary: double free or corruption
Product: rsync
Version: 3.0.6
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: Dave at Yost.com
QAContact: rsync-qa
2016 Aug 29
0
Samba4 Centos 7 - CPU 100%
> >You say you have compiled Samba yourself, so I take it that Samba is
> i>nstalled at /usr/local/samba, if so, is the new samba in your PATH
> i>and
> >are there any OS Samba packages installed ?
> I compile myself. I removed all packets for samba before start the
> instalation.
> My options: ./configure --sysconfdir=/etc/samba/
> --mandir=/usr/share/man/
2002 Jul 25
2
pam_smbpass.so won't load
I've just built samba debs from 2_2 head.
looks like all is cool except pam_smbpass.so
Jul 25 17:44:42 bitc passwd[18770]: PAM unable to
dlopen(/lib/security/pam_smbpass.so)
Jul 25 17:44:42 bitc passwd[18770]: PAM [dlerror:
/lib/security/pam_smbpass.so: undefined symbol: ldap_value_free]
Jul 25 17:44:42 bitc passwd[18770]: PAM adding faulty module:
/lib/security/pam_smbpass.so
ldd
2005 Feb 17
0
ACL Access Denied from Windows XP workstation
I am running samba-3.0.10-1 on Fedora core 3 compiled with ACL support. I
can connect to shares as expected, users in the correct Active Directory
groups have access, and the converse. However when I manage the samba
server through Windows XP MMC and attempt to change permissions on the
security tab of the finance share I get "Access is Denied". Anyone know
what I am doing wrong? I
2013 Dec 30
3
CentOS 6.4 Sernet Samba 4.1.3 ad -> no ACL Filesystem ?
I'm running into trouble while setting up samba4 on centos 6.4
see
#yum install -y libacl-devel libblkid-devel gnutls-devel readline-devel
python-devel gdb pkgconfig krb5-workstation zlib-devel
setroubleshoot-server setroubleshoot-plugins policycoreutils-python
libsemanage-python setools-libs-python setools-libs popt-devel
libpcap-devel sqlite-devel libidn-devel libxml2-devel libacl-devel
2008 Mar 06
4
DO NOT REPLY [Bug 5309] New: double free or corruption while using rsync 3.0.0 stable
https://bugzilla.samba.org/show_bug.cgi?id=5309
Summary: double free or corruption while using rsync 3.0.0 stable
Product: rsync
Version: 3.0.0
Platform: x64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy:
2006 Feb 16
1
Too Many Ace Entries for file
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Greetings,
I am encountering a problem with Samba and setting acl's for
files/directories from the security dialog on my Windows clients. I
can easily toggle the file permissions. However, it am not able to
add/remove user/groups from the GUI interface on my windows clients. I
have also noticed when I add access with setfacl it doesn't not
2010 Jan 19
0
RSPerl help.
Dear Sir,
I am Vijaya, working as a research assistant in one small research
organisation named IBAB in India. Here is my problem, after
installing RSPerl in linux, I tried to test it by executing test.pl
program which is present in RSPerl/script directory but I am getting
the following error
Can't load
'/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/R/R.so'