Displaying 20 results from an estimated 200 matches similar to: "samba3 print server : ghost printer problem"
2013 Nov 21
1
[LLVMdev] Replacing C-style function
Hi,
I am trying to replace a c-style function with another function with same
signature. Consider the following code:
std::stringstream main_c;
main_c
<<"#include <stdio.h>\n"
<<"extern \"C\" { \n"
<<"int print1()\n"
<<"{\n"
<<" printf(\"Inside
2018 Mar 09
2
llvm-cov: Combined report for multiple executables
Hi! I am trying to get a combined coverage report from multiple
executables. Looking at earlier discussions [1, 2], it looks like this
is supposed to work. I am having some difficulty getting this to work
as I would expect it to work, however. Following is a simple case to
explain:
////////// shared.h
#include <string>
void Print1(const std::string& msg);
void Print2(const
2018 Mar 09
0
llvm-cov: Combined report for multiple executables
Hi Sadrul,
> On Mar 8, 2018, at 7:40 PM, Sadrul Chowdhury via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi! I am trying to get a combined coverage report from multiple
> executables. Looking at earlier discussions [1, 2], it looks like this
> is supposed to work. I am having some difficulty getting this to work
> as I would expect it to work, however. Following is
2007 Apr 17
3
Extracting approximate Wald test (Chisq) from coxph(..frailty)
Dear List,
How do I extract the approximate Wald test for the
frailty (in the following example 17.89 value)?
What about the P-values, other Chisq, DF, se(coef) and
se2? How can they be extracted?
######################################################>
kfitm1
Call:
coxph(formula = Surv(time, status) ~ age + sex +
disease + frailty(id,
dist = "gauss"), data = kidney)
2011 Aug 03
1
Samba4 on CentOS6 make quicktest failed
Hello all
I followed samba4 how to
( CentOS6 minimum install )
#working fro me
./configure.developer
make
#failed for me
[root at dcmsc samba-4.0.0alpha16]# make quicktest
WAF_MAKE=1 ./buildtools/bin/waf test --quick
'test' finished successfully (0.000s)
Waf: Entering directory `/root/download/samba-4.0.0alpha16/bin'
[ 111/3389] Generating VERSION
Waf: Leaving directory
2015 Aug 25
3
Questions about Samba 4
On Tue, Aug 25, 2015 at 08:36:14AM +0200, Sven Schwedas wrote:
> On 2015-08-24 20:55, Jeremy Allison wrote:
> > On Thu, Aug 13, 2015 at 09:21:23AM +0200, Sven Schwedas wrote:
> > winbindd is extremely reliable and fully supported by the Samba
> > Team, please don't post FUD about Samba components. If you have
> > winbindd problems, post bug reports
>
> I did,
2015 Aug 26
3
FW: Questions about Samba 4
i found the following also ..
Aug 7 08:44:10 rtd-print1 autofs[15991]: Starting automount....
Aug 7 08:48:26 rtd-print1 autofs[16291]: Stopping automount....
Aug 7 08:48:27 rtd-print1 automount[16302]: syntax error in map near [ * server.internal.domain.tld: ]
Aug 7 08:48:27 rtd-print1 autofs[16297]: Starting automount....
Aug 7 08:48:46 rtd-print1 rpcbind: rpcbind terminating on signal.
2015 Aug 19
1
upgrade-ing samba on debian jessie. ( 4.1.17 to 4.2.3 sernet ) fails and solutions.
hai,
?
Just an informational message and below the fixed for the problems..?
?
when upgrading a member server with debian jessie with samba 4.1.17? with samba and winbind installed.?
?
For me this was on?my print server.
?
steps to take.
?
setup the apt sources for sernet.
?
install the sernet packages.
apt-get install sernet-samba sernet-samba-winbind sernet-samba-common sernet-samba-libs
2015 Sep 07
2
nfs based shared home dir question
Ok, i clarify a bit more.
\\servername.internal.domain.tld\users2\%username% is used in my AD for the home folder of the users. %username% translates to the username.
I tried 2 setups now, windows acl base setup and posix based setup.
Both fail for me.
THE SERVER with the shares ( and is nfs server)
The samba/windows part. ( postix rights setup )
On the server this is /home/samba/users2
2007 Nov 23
1
Problem with environments
I have a numeric vector of length 1. I am trying to use it inside
a function just by giving its name, rather than specifying it as
an argument to the function. I am aware that there is an attach
function which you need to call. The attach function will accept a
list. However, I don't seem to be able to create the list properly. (Or
should I use a frame instead?)
Anyway, here is the output,
2019 Apr 01
5
selftest
Thanks for the reply,
Besides the problem with
source4/lib/messaging/messaging_handlers.c,
Good to hear that selftest is actively used, then do I understand it
right that 'make test' should succeed?
My bigger problem is that it failed with lots of errors.
This must be a problem with my build, then, but since this is a fresh
tarball I am a bit puzzled.
I would appreciate some hint on
2019 Nov 25
3
Samba4 - Printer Drivers install fails
Le 25/11/2019 ? 09:15, L.P.H. van Belle via samba a ?crit?:
> I tested Friday also with a W7 pc.
> Not working, im try to see what i can do today on this problem.
>
> Greetz,
>
> Louis
Hi Louis,
Thanks for your help. I'm still investigating on it, but sadly i cannot
upgrade to 4.11 as those servers cannot reach external repositories for
security reasons (those servers
2019 Nov 22
1
Samba4 - Printer Drivers install fails
> FYI,
>
> I finally succeeded too upload one of the 3 drivers that had problems.
>
> I didi it with another user (not? with administrator) which is member
> of domain admins.
>
> I deleted it and tried so many times again to upload it anf it failed
> with the same error.
>
> So we're in a process where sometimes it's working sometimes not and
> you
2018 Jan 03
3
samba AD: using passwd on linux to change PW
Hi,
a short question about changing passwords. Our linux login server is
using winbind
for authentication. Everything is working well, but changing the
password for a user
does not work. We see the following error:
passwd
Changing password for USER
(current) NT password:
passwd: Authentication token manipulation error
passwd: password unchanged
/var/log/auth.log
pam_winbind(sshd:auth):
2010 Jan 30
0
[LLVMdev] Redefining function
Hi Conrado,
> I couldn't find the solution to my problem (if it has one) in the
> mailing list or the source code. The problem is: how can I redefine a
> function that's been called already by some other function?
why do you want to do this?
> Suppose I have 3 files, all compiled to bytecode through llvm-gcc (I
> think it could be clang instead).
>
> File1.c:
2017 Dec 14
5
[Curiosity] 'netbios aliases' works in AD mode?
Ahem no one reply me.
A little fast-rewind: i need to have some 'aliases' to my servers (DM);
seems i need to add in smb.conf:
netbios aliases = FILESV
but also add a 'SPN'; trying to look around for an examples, lead me to
''nothing'', or to examples that seems to me unrelated.
Supposing the domain is 'ad.fvg.lnf.it' and the FQDN of the real host
is
2015 Sep 04
4
nfs based shared home dir question
Hai..
I need to have my home dirs shared over some of my servers.
I did setup a nfs4 kerberos base
Debian jessie, samba 4.1.17 and sernet samba 4.1.3 on these servers.
This works, i can mount without problems.
But because verything is created with the windows user tools, the owner/Group is root.
Like this
Server:
ls -al
drwxrwx---+ 2 root root 4096 Sep 4 13:17
2010 Jan 29
2
[LLVMdev] Redefining function
Hi everybody.
I've just started learning about LLVM and didn't get too far studying the
core.
I couldn't find the solution to my problem (if it has one) in the mailing
list or the source code. The problem is: how can I redefine a function
that's been called already by some other function?
Suppose I have 3 files, all compiled to bytecode through llvm-gcc (I think
it could be clang
2017 Nov 01
4
Unable to upload printer drivers
Hi all,
i get struck with nearly the same problem as here :
https://lists.samba.org/archive/samba/2016-December/205088.html
excepted the NT_ error.
And the thread ends suddenly without solution. And i tested all that
Louis and Rowland proposed.
Printer server as domain member but here with rid backend.
Debian stretch : samba 4.5.12 (debian package), also tested with 4.6.7
and 4.6.8 (Louis
2011 Aug 28
3
[Bug 741] New: ULOGD segfaults on init
http://bugzilla.netfilter.org/show_bug.cgi?id=741
Summary: ULOGD segfaults on init
Product: ulogd
Version: SVN (please provide timestamp)
Platform: i386
OS/Version: other
Status: NEW
Severity: blocker
Priority: P5
Component: ulogd_MYSQL
AssignedTo: netfilter-buglog at lists.netfilter.org