Displaying 9 results from an estimated 9 matches for "coucou".
Did you mean:
coco
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
...uot; %n\n "\nRetype
new password*" %n\n
=> passwd chat debug = Yes
=> log level = 100
=> unix password sync = Yes
=> passwd program = /usr/local/sbin/smbldap-passwd %u
The script is called normally, and logs show that the "passwd chat"
looks good as the new password (coucou) is send two times. You can find
the logs bellow.
But the script should normally also changed the userPassword attribut
and this is not done.
The smbldap-passwd script read the passwords like that (it's a perl
script) :
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
system "stty -ech...
2017 Jan 17
2
Loop Invariants Detection questions
...Also MemoryDependenceAnalysis "determines, for a given memory operation,
what preceding memory operations it depends on".
My question is: Where is really done this dependence analysis. The one
which figures out which Instructions depends on others?
Simply if I have:
%0 = load i32, i32* %coucou, align 4
%1 = load i32, i32* %fact, align 4
%2 = load i32, i32* %i, align 4
%mul = mul nsw i32 %1, %2
mul instruction will depends on the two precedents loads because it uses
their results %1 and %2 but not the first one.
I guess this is done somewhere, and there is a special representation of
th...
2014 Oct 07
1
index problem with only 1 folder of 1 box
...unknown-1 unknown-4 $MDNSent unknown-3
unknown-8 $Forwarded NonJunk \*)] Flags permitted.
* 8437 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1412669180] UIDs valid
* OK [UIDNEXT 8439] Predicted next UID
* OK [HIGHESTMODSEQ 20] Highest
20 OK [READ-WRITE] Select completed (0.000 secs).
30 SEARCH text "coucou"
* OK Indexed 14% of the mailbox, ETA 0:57
* OK Indexed 29% of the mailbox, ETA 0:47
* OK Indexed 72% of the mailbox, ETA 0:11
* OK Mailbox indexing finished
* SEARCH 35 108 153 175 176 182 348 357 360 431 472 479 520 574 575 576
577 578 586 949 984 1025 1032 1033 1034 1087 1099 1129 1284 131...
2017 Jan 18
2
Loop Invariants Detection questions
...emory operation,
>> what preceding memory operations it depends on".
>>
>> My question is: Where is really done this dependence analysis. The one
>> which figures out which Instructions depends on others?
>>
>> Simply if I have:
>> %0 = load i32, i32* %coucou, align 4
>> %1 = load i32, i32* %fact, align 4
>> %2 = load i32, i32* %i, align 4
>> %mul = mul nsw i32 %1, %2
>>
>> mul instruction will depends on the two precedents loads because it uses
>> their results %1 and %2 but not the first one.
>>
>> I gue...
2017 Jan 19
2
Loop Invariants Detection questions
...; what preceding memory operations it depends on".
>>>
>>> My question is: Where is really done this dependence analysis. The one
>>> which figures out which Instructions depends on others?
>>>
>>> Simply if I have:
>>> %0 = load i32, i32* %coucou, align 4
>>> %1 = load i32, i32* %fact, align 4
>>> %2 = load i32, i32* %i, align 4
>>> %mul = mul nsw i32 %1, %2
>>>
>>> mul instruction will depends on the two precedents loads because it uses
>>> their results %1 and %2 but not the first one....
2006 May 31
0
how to disable callback
...able a callback from being performed?
My class has
class Keyword < ActiveRecord::Base
after_update :switch_versioned
private
# Callback used to warn the user that an updated record
# has not been saved in the version table
def switch_versioned
logger.debug "coucou"
self.versioned= false
end
But another class has a method that sets
@keyword.versioned= true
so in this case I want to disable the callback... there is probably a
better way to do it?
any help appreciated
Isabelle
--
Posted via http://www.ruby-forum.com/.
2001 Oct 10
1
Share between two Unixes...
...are name)"!
Here is the smb.conf file
# Global parameters
[global]
workgroup = TSUNAMI
netbios name = ANTEPHASYS
netbios aliases = ANTEPHASYS
security = SHARE
null passwords = Yes
logon script = %U.bat
interfaces = 192.168.0.10
guest account = smbguest
hosts allow = 192.168.0. 127.
[coucou]
comment = Gnagnagna
path = /home/ante
guest only = Yes
guest ok = Yes
public = yes
browseable = yes
available = yes
(Something important perhaps: this machine uses vmware under Linux with its one's Samba and this machine has 2 network cards (but a netsat doesn't indicate a problem...
2017 Jan 20
2
Loop Invariants Detection questions
...operations it depends on".
>>>>
>>>> My question is: Where is really done this dependence analysis. The one
>>>> which figures out which Instructions depends on others?
>>>>
>>>> Simply if I have:
>>>> %0 = load i32, i32* %coucou, align 4
>>>> %1 = load i32, i32* %fact, align 4
>>>> %2 = load i32, i32* %i, align 4
>>>> %mul = mul nsw i32 %1, %2
>>>>
>>>> mul instruction will depends on the two precedents loads because it
>>>> uses their results %1 and %...
2004 Dec 28
0
Re: smbd blocking in receive_smb (how to trigger procedure - LONG)
...---------------
2675 DENY_NONE 0x1 RDONLY EXCLUSIVE+BATCH
/data/docpasc/Folder
Settings/Folder.htt Tue Aug 6 18:21:31 2002
2675 DENY_WRITE 0x3 RDWR EXCLUSIVE+BATCH
/data/docpasc/desktop.ini Tue Aug 6 18:21:31 2002
# # now i write something to the pipe
# echo coucou > /data/docpasc/FIFO
# smbstatus
Samba version 2.2.5
Service uid gid pid machine
----------------------------------------------
Docs docs docs 2720 ivpcvmwin98se (192.168.0.126) Tue
Aug
6 18:24:00 2002
Docs docs docs 2709 ivpcvmwin98se...