Displaying 20 results from an estimated 107 matches for "gse".
Did you mean:
gs
2010 Feb 11
1
Reading raw intensity data from getGEO's gse object
Hello, I am trying to download a SOFT matrix file for GSE series to extract
raw intensity data.
gse<- getGEO('GSExxxx', AnnotGPL=T)
However, I am not able to use the function Table(gse), which returns the
following error
>>>Error in function (classes, fdef, mtable) :
unable to find an inherited method for function "Table&qu...
2016 Jun 16
0
wbinfo -g stops after some hours
...ll,
I am using samba 4.2.10+dfsg-0+deb8u3 and have winbind running and joined to a windows AD.
When starting winbind everthing works, wbinfo -u, wbinfo -g returns all stuff correct.
But after an hour or so this is being shown in the logs:
[2016/06/14 19:15:02.239460, 0] ../source3/librpc/crypto/gse.c:341(gse_get_client_auth_token)
gss_init_sec_context failed with [ Miscellaneous failure (see text): Message stream modified]
[2016/06/14 19:15:02.239604, 0] ../source3/libads/sasl.c:764(ads_sasl_spnego_bind)
kinit succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed: An internal error occu...
2016 Oct 19
3
auth problems with samba 4.4.6 (winbind) *(suppected bug)
... 0] ../source3/winbindd/winbindd.c:280(winbindd_sig_term_handler)
Got sig[15] terminate (is_parent=0)
[2016/10/18 15:35:41.931491, 0] ../source3/winbindd/winbindd.c:280(winbindd_sig_term_handler)
Got sig[15] terminate (is_parent=0)
[2016/10/19 01:39:57.249786, 0] ../source3/librpc/crypto/gse.c:341(gse_get_client_auth_token)
gss_init_sec_context failed with [ The caontext has expired: Success]
( the last line was and restart of winbind.)
after ( 4.4.6 ) log.winbindd-idmap
[2016/10/18 15:35:41.931491, 0] ../source3/winbindd/winbindd.c:280(winbindd_sig_term_handler)
Got sig[...
2024 Dec 31
2
ef205f6b52e "s3:gse: get an explicit ccache_name" breaks kerberos auth in smbclient
FWIW, samba 4.20 broke kerberos auth in smbclient. Namely, this commit:
commit ef205f6b52ea1fec13e647e15e4f3edf536fd93e
Author: Stefan Metzmacher <metze at samba.org>
Date: Thu Apr 14 15:23:13 2022 +0200
s3:gse: get an explicit ccache_name from creds and kinit if required
This means we may call kinit multiple times for now,
but we'll remove the kinit from the callers soon.
Before this one (using kinit):
$ smbclient -U mjt at TLS.MSK.RU -N //tsrv/mjt
Try "help" to get a li...
2025 Jan 01
1
ef205f6b52e "s3:gse: get an explicit ccache_name" breaks kerberos auth in smbclient
...1.12.24 um 21:49 schrieb Michael Tokarev:
> FWIW, samba 4.20 broke kerberos auth in smbclient.? Namely, this commit:
>
> commit ef205f6b52ea1fec13e647e15e4f3edf536fd93e
> Author: Stefan Metzmacher <metze at samba.org>
> Date:?? Thu Apr 14 15:23:13 2022 +0200
>
> ??? s3:gse: get an explicit ccache_name from creds and kinit if required
>
> ??? This means we may call kinit multiple times for now,
> ??? but we'll remove the kinit from the callers soon.
>
>
> Before this one (using kinit):
>
> ? $ smbclient -U mjt at TLS.MSK.RU -N //tsrv...
2007 Jan 31
0
A GSE data in the web of ncbi, GSE3524 cannot be open correctly
Hi, all
I met a problem to query GSE3524, which cannot be open on my computer. I
hope some of you would be kind to give me some advice. Thanks!
The code is as follow:
##################
library(GEOquery)
gsename="GSE3524"
gse=getGEO(gsename)
##################
The error information follows as
ÊÔ¿ªURL'ftp://ftp.ncb...
2008 Jan 25
1
How to execute R code
Hi,
I have 'R' code in file. saved it as exmaple.r
here is the code.......
library("hopach")
GSE <- read.table("gene_expression_data",sep="\t",header=TRUE,row.names=TRUE)
gene.dist <- distancematrix(t(GSE),d="euclid")
gene.hobj <- hopach(t(GSE), dmat=gene.dist, mss="med")
labelstosil(gene.hobj$cluster$label,gene.dist)
I dont know how to run it...
2010 Feb 16
1
How can I associate a list of defined names with the dataframes to be downloaded
An embedded and charset-unspecified text was scrubbed...
Name: ???????????
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100216/9b6b4555/attachment.pl>
2016 Oct 19
0
auth problems with samba 4.4.6 (winbind) *(suppected bug)
...ig_term_handler)
>
> Got sig[15] terminate (is_parent=0)
>
> [2016/10/18 15:35:41.931491, 0]
> ../source3/winbindd/winbindd.c:280(winbindd_sig_term_handler)
>
> Got sig[15] terminate (is_parent=0)
>
> [2016/10/19 01:39:57.249786, 0]
> ../source3/librpc/crypto/gse.c:341(gse_get_client_auth_token)
>
> gss_init_sec_context failed with [ The caontext has expired: Success]
>
> ( the last line was and restart of winbind.)
>
>
>
> after ( 4.4.6 ) log.winbindd-idmap
>
> [2016/10/18 15:35:41.931491, 0]
> ../source3/winbindd/...
2025 Jan 01
2
ef205f6b52e "s3:gse: get an explicit ccache_name" breaks kerberos auth in smbclient
01.01.2025 10:43, Stefan Metzmacher via samba wrote:
..
>> This is still happening in current master.
>>
>> I guess this wasn't an intended behavior :)
>
> No, this is wanted.
>
> Currently this should work
>
> smbclient //tsrv/mjt -k -d5
Aha. This works indeed. Thank you!
> We'll hopefully get a --use-default-krb5-ccache option in future,
>
2016 Oct 05
0
Winbind Preauthentication failed
...:136(ads_cached_connection_connect)
ads_connect for domain DOMAIN failed: Preauthentication failed
# LOG SMB
------------------------------------------------------------
-------------------------------------------------------------------
[2016/10/02 06:10:34.884360, 1] ../source3/librpc/crypto/gse.c
:497(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/fs1.domain.local at DOMAIN.LOCAL(kvno 2) in keytab
MEMORY:cifs_srv_keytab (arcfour-hmac-md5)]
[2016/10/02 06:10:34.884404, 1] ../auth/gensec/spnego.c:541(ge
nsec_spnego_pa...
2016 Oct 04
0
Fwd: Winbind Preauthentication failed
...:136(ads_cached_connection_connect)
ads_connect for domain DOMAIN failed: Preauthentication failed
# LOG SMB
------------------------------------------------------------
-------------------------------------------------------------------
[2016/10/02 06:10:34.884360, 1] ../source3/librpc/crypto/gse.
c:497(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/fs1.domain.local at DOMAIN.LOCAL(kvno 2) in keytab
MEMORY:cifs_srv_keytab (arcfour-hmac-md5)]
[2016/10/02 06:10:34.884404, 1] ../auth/gensec/spnego.c:541(
gensec_spnego_pa...
2016 Jul 11
2
Testing a forest trusts in Samba 4.4.5 AD environment
...re two parts I'm struggling to get working. On member servers
(file servers in my case), even with an ID mapping set up in smb.conf,
wbinfo -u --domain=<other domain> returns nothing, and I see errors in
log.wb-<domain>:
[2016/07/11 13:48:25.449458, 0]
../source3/librpc/crypto/gse.c:341(gse_get_client_auth_token)
gss_init_sec_context failed with [ Miscellaneous failure (see text):
Key version is not available]
[2016/07/11 13:48:25.449700, 0]
../source3/libads/sasl.c:773(ads_sasl_spnego_bind)
kinit succeeded but ads_sasl_spnego_gensec_bind(KRB5) failed: An
internal...
2019 Sep 05
2
migrated from gentoo to debian, DM throws errors ...
what do I miss here:
wbinfo -u / -g -/ -pPt works
[2019/09/05 17:15:25.963590, 1]
../source3/librpc/crypto/gse.c:658(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/SAMBA.noras.intra at NORAS.INTRA(kvno 54) in keytab
MEMORY:cifs_srv_keytab (aes256-cts-hmac-sha1-96)]
[2019/09/05 17:15:25.963681, 1]
../auth/gensec/spnego.c:1218(gensec_sp...
2019 Sep 05
2
migrated from gentoo to debian, DM throws errors ...
...a samba:
> Am 05.09.19 um 17:19 schrieb Stefan G. Weichinger via samba:
>>
>> what do I miss here:
>
> update: maybe the reboot of the clients helped ... looks better now
>
>
>
Access works, but I still get
[2019/09/05 17:49:41.888422, 1]
../source3/librpc/crypto/gse.c:658(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/SAMBA.noras.intra at NORAS.INTRA(kvno 54) in keytab
MEMORY:cifs_srv_keytab (aes256-cts-hmac-sha1-96)]
[2019/09/05 17:49:41.888521, 1]
../auth/gensec/spnego.c:1218(gensec_sp...
2014 May 28
2
samba 4.1.7 member server errors trying to access share(s)
...mba4?)
i can access https://mailserver/webassess as Admin and no popup and auths fine.
?
I saw the following errors in the log.smbd? and these are the only errors i found on whole my system.
( can be from testing, i dont know anymore..? )
[2014/05/28 10:44:59.886717,? 0] ../source3/librpc/crypto/gse.c:645(gse_unseal)
? gss_unwrap_iov failed with [ Miscellaneous failure (see text): unknown mech-code 0 for mech 1 2 840 113554 1 2 2]
[2014/05/28 10:44:59.887122,? 0] ../source3/rpc_server/srv_pipe.c:1525(process_request_pdu)
? Failed to check packet auth. (NT_STATUS_ACCESS_DENIED)
[2014/05/28 10:4...
2012 Oct 04
3
(no subject)
Hi
I would like to learn how the R function "hclust" deals with ties. It is
written in Fortran, so I cannot access the code. Thanks!!
[[alternative HTML version deleted]]
2019 Oct 08
4
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
hello, today the following problem occurred:
[2019/10/08 09: 57: 23.568282, 1]
../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)
gss_accept_sec_context failed with [Miscellaneous failure (see text):
Failed to find cifs/fs-share at dom.corp (kvno 109) in keytab
MEMORY: cifs_srv_keytab (arcfour-hmac-md5)]
in my smb.conf I have the lines:
kerberos method = dedicated keytab
dedicated keyt...
2019 Oct 09
2
Failed to find cifs/fs-share@dom.corp (kvno 109) in keytab
Rowland, it is not a problem of mount but of kerberso ticket:
[2019/10/08 10:58:09.626059, 1]
../../auth/gensec/spnego.c:1218(gensec_spnego_server_negTokenInit_step)
gensec_spnego_server_negTokenInit_step: gse_krb5: parsing NEG_TOKEN_INIT
content failed (next[(null)]): NT_STATUS_LOGON_FAILURE
[2019/10/08 10:58:09.634532, 1]
../../source3/librpc/crypto/gse.c:660(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/dom.corp at DOM.CORP(kvn...
2017 Jan 12
2
Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
...indows7
I could join the domain with the WindowsXP. I see it's record with
ldbsearch.
Trying to login with the WindowsXP I get an error on the
domain_member_file_server in the file <IP-address-of-client.log> saying:
>>>
[2017/01/11 16:42:34.522067, 1]
../source3/librpc/crypto/gse.c:496(gse_get_server_auth_token)
gss_accept_sec_context failed with [ Miscellaneous failure (see text):
Failed to find cifs/hg004.humgen.0zone at HUMGEN.0ZONE(kvno 1) in keytab
MEMORY:cifs_srv_keytab (arcfour-hmac-md5)]
[2017/01/11 16:42:34.522095, 1]
../auth/gensec/spnego.c:541(gensec_spnego_pa...