Displaying 20 results from an estimated 20000 matches similar to: "Question about performance difference between samba4 versions"
2015 Mar 24
1
Question about performance difference between samba4 versions
Yes. Exactly the same.
On Tue, 24 Mar 2015, Jeremy Allison wrote:
> On Tue, Mar 24, 2015 at 03:56:42PM +0100, Dennis Kramer (DT) wrote:
>> Hi,
>>
>> Can somebody maybe explain to me why there is a (huge) difference
>> between the default samba package in ubuntu trusty (4.1.6) and the
>> from source compiled stable version.
>>
>> I cannot find the
2015 Jun 15
5
Samba upgrade issue . . .
look : winbind depends on samba (= 2:4.1.18+dfsg-3~inverse1); however:
>2:4.1.18+dfsg-3~inverse1
so mixed setup of ubuntu with inverse packages of samba.
You need to use the inverse packages of samba to keep openchange working.
I suggest you set your package pinning.
OR !
remove the inverse : winbind version and install the ubuntu version.
Greetz,
Louis
>-----Oorspronkelijk
2015 Jun 15
4
Samba upgrade issue . . .
On 06/15/2015 07:14 AM, Rowland Penny wrote:
> On 15/06/15 11:52, Steve Ankeny wrote:
>> I have a "Samba | SOGo | OpenChange" server running in VMware.
>>
>> I get the following message when running 'apt-get upgrade' --
>>
>> The following packages have been kept back:
>> libldb-dev libldb1 libmapi0 libmapiproxy0 libmapistore0
2015 Jun 15
1
Samba upgrade issue . . .
Ok Steve,
to be sure..
run :
apt-key adv --keyserver keys.gnupg.net --recv-key 0x810273C4
if not done yet.
add to /etc/apt/source.list.d/openchange.list
deb http://inverse.ca/ubuntu trusty trusty
or
deb http://inverse.ca/ubuntu-nightly trusty trusty
to force the needed packages.
__COPY_PAST_START
cat << EOF >> /etc/apt/preferences.d/preferences-ubuntu-trusty
Package: *
Pin:
2011 Jan 27
2
Unable to require installed package
Hi,
I write a package in Linux and ready to distribute, and I can install it in
linux and run it.
However, when I have install it in my Windows' R.
I can not 'require' it.
> is.element("grt", installed.packages()[,1])
[1] TRUE
> require(grt)
Loading required package: grt
Failed with error: ‘'grt' is not a valid installed package’
Is there any pitfall
2008 Nov 12
2
separate a variable in several variables
Hello R users,
Imagine the data frame DATA with the variable x which is composed by numeric
and alpha caracters.
> DATA
x
1 12F
2 13 AD
3 356PO
4 1D
5 GRT
6 PO52
7 LN4Z
Is there a way to separarate x in 2 variables:
y: only numeric caracters
z: only alpha caracters
For exemple:
x y z
1 12F 12 F
2 13 AD 13 AD
3 356PO
2015 Apr 28
2
[Samba4] List of Distro currently with 4.2.X samba package
El 28/04/15 a les 12:52, Mario Pio Russo ha escrit:
> hi all
>
> the sernet package is actually a good alterrnative, however I can't make
> the repository work with ubuntu 14.04
>
> has anyone used these repo?
Yes, I'm using them on a test machine with ubuntu 14.04 lts.
Did you replace USERNAME:ACCESSKEY with your data?
Bye
--
Luca Olivetti
Wetron Automation
2014 Aug 16
1
Winbind File Server Domain Member Errors: "Client not found in Kerberos database" / "Could not receive trustdoms".
Guys,
I'm seeing the following error at my Samba4 Domain Member File Server:
---
==> /var/log/samba/log.wb-DOMAIN <==
[2014/08/16 05:39:26.616878, 0]
../source3/libads/kerberos_util.c:74(ads_kinit_password)
kerberos_kinit_password FILE-SERVER$@REALM.DOMAIN.COM failed: Client not
found in Kerberos database
[2014/08/16 05:39:26.616962, 1]
2014 May 04
3
OSX 10.9.2, samba 4.1.6-Ubuntu vs Microsoft Office 2011 and Read-Only files
Upgraded from samba 3.6.20 on gentoo to samba 4.1.6 on Ubuntu Trusty. Since the upgrade all attempts to open Microsoft Office files results in the file being opened Read-Only. Found multiple posts from multiple sites dealing with similar problems.
2014 Jul 10
1
Secondary Samba4 DC doesn't show up in "host -t SVR _ldap..." output.
Guys,
I just deployed "Samba4 AC DC", with a Secondary DC in place, the
replication seems to be working as expected, the command "samba-tool drs
showrepl" shows INBOUND / OUTBOUND / KCC CONNECTIONS, plus, "log level = 3"
on both servers shows a lot of information about the replication...
But, when I run:
---
host -t SRV _ldap._tcp.central.tcmc.com.br
---
I'm
2015 Jun 15
1
Samba upgrade issue . . .
On 15/06/15 14:01, L.P.H. van Belle wrote:
> and just a comment..
>
> when i look at :
> http://inverse.ca/ubuntu-nightly/dists/trusty/trusty/binary-amd64/Packages
> /search for : 2:4.1.18+dfsg-3~inverse1
> Replaces: libpam-winbind (<< 2:3.6.5-2), samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3), winbind4
> => winbind4..
>
> this all is build agains the
2018 Apr 17
1
Minor glitch in optim()
Having worked with optim() and related programs for years, it surprised me
that I haven't noticed this before, but optim() is inconsistent in how it
deals with bounds constraints specified at infinity. Here's an example:
# optim-glitch-Ex.R
x0<-c(1,2,3,4)
fnt <- function(x, fscale=10){
yy <- length(x):1
val <- sum((yy*x)^2)*fscale
}
grt <- function(x, fscale=10){
nn
2014 Jul 21
2
Windows XP cannot join Samba 4AD but win 7 can.
Hello everybody,
I've got some troubles making Win XP join may samba4 AD, and, well, i'm
kind of stuck !
I use the binary distribution of Samba 4 for Ubuntu Trusty Server
(4.1.6), with bind9 DLZ as a DNS backend.
Everything works fine with Win7 workstations, but I get a message
"Internal Error" on Win XP workstation during the domain join.
The machine account is created on
2016 Feb 09
2
Authenticate using AD UPN name
Hey,
I am running Ubuntu Trusty 14.04.3 with samba and winbind version
4.1.6-Ubuntu. Its run in a windows domain env which is running an AD on
2008 R2 servers.
I can login just fine with using the AD accounts sam name. However, the
question is now if all machines on the domain can use the AD UPN to login
instead of the sam. I have looked around a bit and found a few old posts
about this.
This
2014 Sep 11
1
howto upgrade from samba-4.1.6-ubuntu to 4.1.12
Hi,
I just upgraded in Ubuntu from the ubuntu-package samba 4.1.6 do a
self-compiled version 4.1.12. If anybody else happens to have the same
task (pdc, not ad), this is how it worked:
# do all following as root
sudo su -
# remove ubuntu samba 4.1.6
aptitude remove samba
# install samba 4.1.12 from source
aptitude install build-essential libacl1-dev libattr1-dev \
libblkid-dev
2009 Jul 30
2
sendmail slow to response
Dear All,
I am sorry for the post here but really apprecite if someone could help me
or advise.
actually i just could not subscribe to sendmail mailing list
I have the following setup for a long time on a single computer
Centos server running as my primary Mail & Dns server
CentOS release 5 (Final)
sendmail-8.13.8-2.el5
bind-9.3.4-6.0.3.P1.el5_2
MailScanner (4.76.25)
Mailwatch 1.0.4
I had
2010 Apr 02
2
How to save a model in DB and retrieve It
I'm wondering how to save an object (models like lm, loess, etc) in a DB to retrieve and use it afterwards, an example:
wind_ms <- abs(rnorm(24*30)*4+8)
air_kgm3 <- rnorm(24*30, 0.1)*0.1 + 1.1
wind_dg <- rnorm(24*30) * 360/7
ms <- c(0:25)
kw_mm92 <- c(0,0,0,20,94,205,391,645,979,1375,1795,2000,2040)
kw_mm92 <- c(kw_mm92, rep(2050, length(ms)-length(kw_mm92)))
modelspline
2015 Jun 18
1
Installation trouble and success
Hi!
[Ubuntu 14.04.2, Samba 4.1.6]
When attempting to install Samba 4 according to
https://wiki.samba.org/index.php/Samba4/HOWTO
I encountered the following problem when testing the installation with smbclient:
"tree connect failed: NT_STATUS_BAD_NETWORK_NAME"
It turned out that the file /usr/lib/x86_64-linux-gnu/samba/vfs/acl_xattr.so was missing
so installing the package
2016 Mar 22
2
Installing LLVM 3.8 on Ubuntu 14.04
Still doesn't work:
a at a-VirtualBox:~$ sudo add-apt-repository 'deb http://llvm.org/apt/trusty/
llvm-toolchain-trusty-3.8 main'
a at a-VirtualBox:~$ sudo apt-get update
Ign http://ppa.launchpad.net trusty InRelease
Get:1 http://security.ubuntu.com trusty-security InRelease [65.9 kB]
Ign http://ie.archive.ubuntu.com trusty InRelease
Hit http://ppa.launchpad.net trusty Release.gpg
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
I am unable to install R on an up to date (i.e. apt upgraded) Ubuntu
14.04 system. According to
https://cran.r-project.org/bin/linux/ubuntu/README (and many other sources),
R is available for this version of Ubuntu (which is a stable version).
I currently have
deb https://cran.cnr.berkeley.edu/bin/linux/ubuntu trusty/
in sources.list. I've tried this with and without
deb