Displaying 20 results from an estimated 37 matches for "11061".
Did you mean:
1106
2010 Jul 24
4
Trouble retrieving the second largest value from each row of a data.frame
...-13845
3 -12880 -11778 -11113 -12439 -13089 -13880
4 -12805 -11653 -11071 -12385 -11561 -13317
5 -12834 -13527 -11067 -11638 -13527 -13873
6 -11068 -11698 -12430 -12430 -12430 -12814
7 -12807 -14068 -11092 -11709 -11607 -13025
8 -12770 -11665 -11061 -12373 -11426 -12805
9 -12988 -11736 -11137 -12570 -13467 -13739
10 -11779 -12873 -12973 -12537 -12973 -11146
> #largest value in the row
> strongest<-apply(data,1,max)
>
>
> #second largest value in the row
> n<-function(data)(1/(min(1/(data[1,]-m...
2015 Jul 01
1
Logon via MS Remote Desktop hangs.
I think that I have the *Bug 11061*
<https://bugzilla.samba.org/show_bug.cgi?id=11061> - Logon via MS Remote
Desktop hangs.
I use Samba 4.2.1 (source install) on Debian 7 -64 bits. How is a correct
patch and how apply it?
Today I migrated my domain to Samba 4.
Regards,
M?rcio.
2015 Jul 01
3
Problem with Remote Connection in Samba 4
Hi,
I have implanted Samba 4 in my network, but the users don't get to connect
the remote desktop using the Remote Desktop Connection of the Microsoft.
After logon, appear the Welcome screen, but never finish this process.
How can I resolver this problem?
2015 Feb 24
3
Problema con bucle for
...dido bien el problema, lo que quieres hacer realmente es esto:
> x<- c(24,12,45,68,45)n<-length(x)res=0for(i in 2:n-1){ for(j in
> (i+1):n){ res<- res + (x[i]*x[j]) print(res) }}
> Cuya salida es:
> [1] 288[1] 1368[1] 3000[1] 4080[1] 4620[1] 5436[1] 5976[1] 9036[1]
> 11061[1] 14121
> Varias observaciones:
> 1:n-1 define un vector que empieza en 0, cuando la posición 1 en R es el 1
> por tanto x[0] no existe y no da resultado
> sum(x[i]*x[j]) es una operación que calcula la suma de un vector, en tu
> caso tienes un escalar y por tanto no debería hacer...
2015 Jun 23
2
4.2 RDP problem
I am having the problem explained in the thread subject: samba 4.2 RDP
problem
The problem is when signing in a domain user via RDP. The
authentications works but the machine hangs on
the Welcome screen.
In the samba log the last thing I see is: rpc command: WINREG_OPENHKLM
As mentioned in that thread, changing the auth to: auth methods = sam,
sam_ignoredomain, unix, winbind, wbc,
2015 Feb 24
5
Problema con bucle for
Hola, quiero obtener la suma del producto de los elementos de un vector
y cuando construyo el código me aparecen una serie de NA que me impiden
calcular la suma. ¿Alguna sugerencia?
El código es el siguiente:
x<- c(24,12,45,68,45)
n<-length(x)
res<-numeric()
for(i in 1:n-1){
for(j in i+1:n){
res<- sum(x[i]*x[j])
print(res)
}
}
res
[[alternative HTML version deleted]]
2015 Jul 06
2
Migration Samba3 -> Samba4: Accessing domain member server is not working
On 06/07/15 11:33, Roland Schwingel wrote:
>
> Thanks for your reply,
>
> Rowland Penny <rowlandpenny241155 at gmail.com> wrote on 06.07.2015
> 10:03:20:
>
> > > In the first 2 lines of the log I see the SIDs dumped.
> > > Both for my domain and for my member server.
> > >
> > > SID for local machine OSUSE-TEST is:
> > >
2015 Jun 17
1
Can't login to Windows 2012R2 with domain user
...ents.samba.org/attachment.cgi?id=11162 to common patch? I
would like to apply it to Sernet packages sources and rebuild it for test.
On Wed, Jun 17, 2015 at 6:05 PM, mourik jan heupink <heupink at merit.unu.edu>
wrote:
> Perhaps this:
>
> https://bugzilla.samba.org/show_bug.cgi?id=11061
>
>
> On 6/17/2015 16:49, Bogdan Rudas wrote:
>
>> Hello!
>>
>> This is my first Samba experience. Pre-condition:
>> 1. Ubuntu 14.04 with updates installed
>> 2. Samba 4.2.2 from Sernet repo
>> 3. Pure Windows 2012 R2 server
>>
>> Both Lin...
2015 Jun 17
3
Can't login to Windows 2012R2 with domain user
Hello!
This is my first Samba experience. Pre-condition:
1. Ubuntu 14.04 with updates installed
2. Samba 4.2.2 from Sernet repo
3. Pure Windows 2012 R2 server
Both Linux and Windows are fresh systems, no antivirus on Windows, no
firewall on Linux.
AD was provisioned by https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
manual.
sernet-samba-ad package installed, SAMBA_START_MODE="ad" in
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...mba.org>
* BUG 11373: s3-smbd: Reset protocol in smbXsrv_connection_init_tables
failure paths.
o Justin Maggard <jmaggard at netgear.com>
* BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
o Stefan Metzmacher <metze at samba.org>
* BUG 11061: Fix logon via MS Remote Desktop.
* BUG 11081: s3:winbindd: make sure we pass a valid server to
rpccli_netlogon_sam_network_logon*().
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Andreas Sch...
2015 Sep 01
1
[Announce] Samba 4.1.20 Available for Download
...mba.org>
* BUG 11373: s3-smbd: Reset protocol in smbXsrv_connection_init_tables
failure paths.
o Justin Maggard <jmaggard at netgear.com>
* BUG 11320: s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.
o Stefan Metzmacher <metze at samba.org>
* BUG 11061: Fix logon via MS Remote Desktop.
* BUG 11081: s3:winbindd: make sure we pass a valid server to
rpccli_netlogon_sam_network_logon*().
o Anubhav Rakshit <anubhav.rakshit at gmail.com>
* BUG 11361: s3:libsmb: Fix a bug in conversion of ea list to ea array.
o Andreas Sch...
2015 May 01
7
After the classicupgrade from samba3 tosernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
...t: RE: [Samba] After the classicupgrade from samba3 to
> sernet-samba-4.2.1 , users are not able to remote desktop
> anymore
>
>
>
>correct.
>
>bug still exists, just tested also on latest git master.
>see : https://bugzilla.samba.org/show_bug.cgi?id=11061
>
>
>temp solution.
>
>try adding :
>auth methods = sam, winbind
>to smb.conf on the dc and restart the DC.
>
>
>Greetz,
>
>Louis
>
>
>>-----Oorspronkelijk bericht-----
>>Van: mariopiorusso at ie.ibm.com
>>[mailto:samba-bounces at lists.sa...
2006 Nov 04
0
#expire_fragment in models...any clean solutions?
I''ve seen a couple of workarounds on the mailing list related to
expiring cached fragments inside of models, but nothing too clean.
Anybody have any suggestions for handling this at the model-level? I
have an application is updated outside of the Rails controllers, so I
can''t use a Sweeper.
The 2 methods I''ve seen:
a. Use a callback to generate an HTTP post on a
2015 Jun 02
0
FW: samba 4 dc and remote desktop issue
this in smb.conf works for me..
auth methods = winbind, sam
its NOT a fix !! read :
https://bugzilla.samba.org/show_bug.cgi?id=11061
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: uwe at kiewel-online.ch
>[mailto:samba-bounces at lists.samba.org] Namens Uwe Kiewel
>Verzonden: vrijdag 29 mei 2015 21:28
>Aan: samba at lists.samba.org
>Onderwerp: [Samba] samba 4 dc and remote desktop issue
>
>...
1999 Oct 15
0
What does these messages mean
...on failure;
(uid=0) -> paul for samba service
Oct 14 07:56:30 sloterdijk PAM_pwdb[11031]: 1 authentication failure;
(uid=0) -> paul for samba service
Oct 14 08:04:08 sloterdijk PAM_pwdb[11052]: 1 authentication failure;
(uid=0) -> groot for samba service
Oct 14 08:04:50 sloterdijk PAM_pwdb[11061]: 1 authentication failure;
(uid=0) -> groot for samba service
Oct 14 08:06:57 sloterdijk PAM_pwdb[11062]: 1 authentication failure;
(uid=0) -> boers for samba service
2015 May 01
3
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
Good Day All
I have a current working configuration of sernet-samba-4.2.1, created by
upgrading from a samba3 PDC using the classic upgrade.
Now, I have added a windows 2008 machine to the domain and I'm using the AD
snap in tools in order to browse the domain.
I can see all the users and groups and they have been imported correctly.
However I am able to remote desktop to the domain
2015 Jun 23
2
Server Member
Hi guys,
I have a server in Debian 8 with Samba 4.2.2 compiled about sources. This
server is my project for small busines and run all network funcitons. The
functions like AD, DNS, DHCP, NTP, File Server, Print Server, Openfire,
OCS, GLPI, Squid and Squidguard are work integrated on Domain perfectly. My
problem is that some clients need run a windows aplication so I put a
windows server as member
2015 May 01
0
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
correct.
bug still exists, just tested also on latest git master.
see : https://bugzilla.samba.org/show_bug.cgi?id=11061
temp solution.
try adding :
auth methods = sam, winbind
to smb.conf on the dc and restart the DC.
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: mariopiorusso at ie.ibm.com
>[mailto:samba-bounces at lists.samba.org] Namens Mario Pio Russo
>Verzonden: vrijdag 1 me...
2015 May 01
2
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore
...IBMIE
Date: 01/05/2015 13:55
Subject: RE: [Samba] After the classicupgrade from samba3 to
sernet-samba-4.2.1 , users are not able to remote desktop
anymore
correct.
bug still exists, just tested also on latest git master.
see : https://bugzilla.samba.org/show_bug.cgi?id=11061
temp solution.
try adding :
auth methods = sam, winbind
to smb.conf on the dc and restart the DC.
Greetz,
Louis
>-----Oorspronkelijk bericht-----
>Van: mariopiorusso at ie.ibm.com
>[mailto:samba-bounces at lists.samba.org] Namens Mario Pio Russo
>Verzonden: vrijdag 1 mei 2015 14...
2015 Jun 04
1
After the classicupgrade from samba3 to sernet-samba-4.2.1 , users are not able to remote desktop anymore ( bug11061 )
...quot;L.P.H. van Belle" <belle at bazuin.nl>
> To: Mario Pio Russo/Ireland/IBM at IBMIE
> Date: 01/05/2015 16:00
> Subject: RE: [Samba] After the classicupgrade from samba3 to
> sernet-samba-4.2.1 , users are not able to remote desktop
> anymore ( bug11061 )
>
>
>
> yes, you did hit that bug, like lots of us..
>
> 4.1.x was ok yes.
>
> you can also try this one. ( remove the others ) for the 4.2.1 samba
> server services = -winbindd +winbind
>
> and use the old winbind behavoir.
>
> and you should get my scripts...