Displaying 15 results from an estimated 15 matches for "wirtten".
2020 May 03
4
default backend = rid not showing full group information for users
Which Debian version do you use? Because in either version (0 oer 10) in
nsswitch.conf is wirtten "files winbind" in Debian 9 it's "compat
winbind" and in 10 it's "files systemd winbind" so you removed (I think)
systemd maybe you should put it back in
Am 01.05.20 um 02:12 schrieb miguel medalha via samba:
>> I am trying to use the backend = rid but...
2014 Oct 17
3
djbdns under CentOS7: startup and socket issues
Hello all,
I am trying to get djbdns ( http://en.wikipedia.org/wiki/Djbdns ) running
on CentOS 7. So far I have wirtten the djbdns.service and djbdns.socket
files. The sockets (TCP and UDP 53) for some reason would not start and I
don't know how to debug that; the service does start but only when I start
it manually by running
systemctl start djbdns
So, I am a real noob when it comes to systemd, hence any advi...
2013 Feb 11
2
[LLVMdev] metadata as function arguments
...ion(i32 %argInt, metadata !3) nounwind {
>
> This seems wrong. "metadata" is a type (like i32), and the exclamation
> mark is only used to refer to metadata nodes, not to declare functions
> with them.
I'm only interested in attaching a metadata string to a function with wirtten its precondition...Since here in the IR reference (http://llvm.org/docs/LangRef.html#metadata-nodes-and-metadata-strings) there is written:
Metadata can be used as function arguments. Here llvm.dbg.value function is using two metadata arguments:call void @llvm.dbg.value(metadata !24, i64 0, metadat...
2015 Aug 16
3
Make Samba4 ignore domain prefix on share logon
Edited smb.conf to match yours and restarted both smbd and winbind. Did not
work. Tried to smbclient from another server: session setup failed:
NT_STATUS_LOGON_FAILURE. Our member server is also running Ubuntu 14.04 and
Samba-4.1.6 (I might have mistakenly wirtten it was 4.1.7 in original
email, dont remember now). Domain Users do have gid and users have uids.
S pozdravom,
Jakub Veselý
Správca siete GJH
Novohradská 3, 82109 Bratislava
02/210 28 328
2015-08-16 20:35 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 16/08/15 16:55,...
2008 Sep 26
1
Problem with authentication... Acts As Authenticated
...MYUSER", "source_id"=>"1247"}
Completed in 0.01454 (68 reqs/sec) | Rendering: 0.00705 (48%) | DB:
0.00378 (25%) | 200 OK
[http://site.com/sources/1247/ownerships/new.xml?login=
MYUSER&password=MYPASS]
However, if I perform the exact same call from an external client
wirtten in Perl, here is what I get n my log :
Processing OwnershipsController#new (for 67.202.41.41 at 2008-09-26
16:19:39) [GET]
Session ID: 6ef6e5b8289004d925517d48294f1cc1
Parameters: {"format"=>"xml", "action"=>"new",
"controller"=>"...
2015 Aug 16
1
Make Samba4 ignore domain prefix on share logon
...:
>
>> Edited smb.conf to match yours and restarted both smbd and winbind. Did
>> not work. Tried to smbclient from another server: session setup failed:
>> NT_STATUS_LOGON_FAILURE. Our member server is also running Ubuntu 14.04 and
>> Samba-4.1.6 (I might have mistakenly wirtten it was 4.1.7 in original
>> email, dont remember now). Domain Users do have gid and users have uids.
>>
>>
>> S pozdravom,
>>
>> Jakub Veselý
>> Správca siete GJH
>> Novohradská 3, 82109 Bratislava
>> 02/210 28 328
>>
>> 2015-08-16 2...
2004 Jan 08
4
2nd call leg status?
Hi,
okay heres what I want to do .. simple ivr, we take a call, answer it, play a
menu, dial out based on options. No problems so far.
The CDR always shows the call as answered as I answer the 1st leg to play the
prompts, I am actually more interested in if the 2nd leg - the outbound part -
has been answered or not before the call is hungup. How can I get this and
record the information in
2013 Feb 11
0
[LLVMdev] metadata as function arguments
On Mon, Feb 11, 2013 at 1:32 PM, Niko Zarzani <koni10 at hotmail.it> wrote:
> Hi, I am trying to write a Pass that reads metadata passed as a argument to
> a function.
>
> I have written them by hand in the .s file in the same way of the IR
> reference (http://llvm.org/docs/LangRef.html#named-metadata) :
>
> define i32 @function(i32 %argInt, metadata !3) nounwind {
This
2013 Feb 11
0
[LLVMdev] metadata as function arguments
...nwind {
> >
> > This seems wrong. "metadata" is a type (like i32), and the exclamation
> > mark is only used to refer to metadata nodes, not to declare functions
> > with them.
>
> I'm only interested in attaching a metadata string to a function with
> wirtten its precondition...Since here in the IR reference (
> http://llvm.org/docs/LangRef.html#metadata-nodes-and-metadata-strings)
> there is written:
>
> Metadata can be used as function arguments. Here llvm.dbg.value function
> is using two metadata arguments:
>
> call void @llvm.d...
2020 May 04
0
default backend = rid not showing full group information for users
On 2020-05-03 12:39, Stefan Kania via samba wrote:
> Which Debian version do you use? Because in either version (0 oer 10) in
> nsswitch.conf is wirtten "files winbind" in Debian 9 it's "compat
> winbind" and in 10 it's "files systemd winbind" so you removed (I think)
> systemd maybe you should put it back in
root at samba01:~# dpkg -l winbind samba samba-libs
Desired=Unknown/Install/Remove/Purge/Hold
|...
2013 Feb 11
2
[LLVMdev] metadata as function arguments
Hi, I am trying to write a Pass that reads metadata passed as a argument to a function.
I have written them by hand in the .s file in the same way of the IR reference (http://llvm.org/docs/LangRef.html#named-metadata) :
define i32 @function(i32 %argInt, metadata !3) nounwind {entry: %argInt.addr = alloca i32, align 4 store i32 %argInt, i32* %argInt.addr, align 4 %1 = load i32* %argInt.addr,
2015 Aug 16
0
Make Samba4 ignore domain prefix on share logon
...;happy at gjh.sk>:
> Edited smb.conf to match yours and restarted both smbd and winbind. Did
> not work. Tried to smbclient from another server: session setup failed:
> NT_STATUS_LOGON_FAILURE. Our member server is also running Ubuntu 14.04 and
> Samba-4.1.6 (I might have mistakenly wirtten it was 4.1.7 in original
> email, dont remember now). Domain Users do have gid and users have uids.
>
>
> S pozdravom,
>
> Jakub Veselý
> Správca siete GJH
> Novohradská 3, 82109 Bratislava
> 02/210 28 328
>
> 2015-08-16 20:35 GMT+02:00 Rowland Penny <rowlandpenn...
2015 Aug 16
2
Make Samba4 ignore domain prefix on share logon
I am trying to log in with my domain credentials, that are valid, because
when I prefix the login it succeeds.
S pozdravom,
Jakub Veselý
Správca siete GJH
Novohradská 3, 82109 Bratislava
02/210 28 328
2015-08-16 17:46 GMT+02:00 Rowland Penny <rowlandpenny241155 at gmail.com>:
> On 16/08/15 16:38, Jakub Veselý wrote:
>
>> Unfortunately 'map untrusted to domain = yes'
2020 May 01
5
default backend = rid not showing full group information for users
Hello everybody,
I am trying to use the backend = rid but it is not showing me group
information of the users after adding the user to the domain groups...
What should I do to have the full group info for the users available?
https://wiki.samba.org/index.php/Idmap_config_rid
# All domain's user accounts and groups are automatically available on
the domain member.
root at s4ad01:~#
2009 Aug 13
4
lm coefficients output confusing
Hi all,
I have an issue with the lm() function regarding the listing of the
coefficients. My data are below, showing a list of hours (HR) relating to
the time spent resting (R) by an individual animal. Simply i want to run a
lm() to run in an anova() to see if there is a significant difference in
resting between hours.
HR R
1 2 0.6666667
2 2 0.4666667
3 2 0.8000000
4 2