search for: soma

Displaying 20 results from an estimated 44 matches for "soma".

Did you mean: soa
2010 Dec 16
0
New package for general-purpose global optimisation: "soma"
Dear all, I'm pleased to announce the release of an R implementation of the Self-Organising Migrating Algorithm (SOMA), a general-purpose, stochastic optimisation algorithm. The approach is similar to that of genetic algorithms, although it is based on the idea of a series of "migrations" by a fixed set of individuals, rather than the development of successive generations. It can be applied to any cost-m...
2010 Dec 16
0
New package for general-purpose global optimisation: "soma"
Dear all, I'm pleased to announce the release of an R implementation of the Self-Organising Migrating Algorithm (SOMA), a general-purpose, stochastic optimisation algorithm. The approach is similar to that of genetic algorithms, although it is based on the idea of a series of "migrations" by a fixed set of individuals, rather than the development of successive generations. It can be applied to any cost-m...
2016 Nov 03
2
[Bug 98577] New: Graphical issues with the game SOMA
https://bugs.freedesktop.org/show_bug.cgi?id=98577 Bug ID: 98577 Summary: Graphical issues with the game SOMA Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: ovariegat...
2007 Mar 19
1
problemas com wine
Pessoal, estou tentando utilizar o programa aqui da empresa com wine, ai d? o seguinte erro C?digo: rafael@notebook:~/Soma$ wine soma fixme:imm:ImmReleaseContext (0x10020, 0x7fd59e90): stub fixme:win:SetLayeredWindowAttributes (0x1002a,0xff00000f,255,1): stub! err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not regis...
2018 Jan 03
3
SSHD and PAM
On Wed, 2018-01-03 at 13:50 +0530, Sudarshan Soma wrote: > HI, I do see some refernce on it: but seems not closed > https://marc.info/?l=secure-shell&m=115513863409952&w=2 > > http://bugzilla.mindrot.org/show_bug.cgi?id=1215 > > > Is this patch available in latest versions, 7.6? No. It never was. The SSSD is using...
2017 Jul 18
2
force port redirection for list of users
Thanks somuch. I am checking it. Best Regards, On Tue, Jul 18, 2017 at 9:08 PM, Reuti <reuti at staff.uni-marburg.de> wrote: > > > Am 08.07.2017 um 18:41 schrieb Sudarshan Soma <sudarshan12s at gmail.com>: > > > > Hi , > > I have the following requirement . > > other than following users, any other user sshd connection should be > > redirected to 2024 instead of port 22. > > root, ftp, guest > > > > So > > ssh ro...
2017 Jan 30
2
sshd custom shell script for specifc user
+ added subject On Mon, Jan 30, 2017 at 11:32 PM, Sudarshan Soma <sudarshan12s at gmail.com> wrote: > Hi, > I am trying to give access to sshd port 22 to connect to different port > 1023 by differentiating with special user, customuser. Following is how i > tried, but it doesnt work, please suggest. > > outside, user issues command >...
2009 Sep 23
1
Sum of Product in a Matrix
...I need to do it step by step because I will further put a conditional in the formula It worked this way x <- matrix ( c (1 : 16),ncol = 4) #generating my x matrix qw <- matrix (0, ncol = 4, nrow = 4) answer<- matrix (0, ncol = 4, nrow = 4) #my final objective is to generate this matrix soma <- function (d,q){ (d [q, 1] * d [q, 2]) #a function to multiplicate two collumns and two elements at a time } for (q in 1:4){ m <- soma qw [q, 2] <- m (d, q) } answer <- sum (qw [, 2]) However I am doing this to generate a X'X matrix (since I can?t do t(X)$*$X because i would...
2017 Jan 19
4
Force sshd to prompt username
Hi, Can I send ssh request to sshd to prompt for username along with password. Ex: cogan at localhost$ ssh myserver Login:xyz password: Login is automatically taken as cogan, wanted to ignore this and instead prompt login and take it from user, Please suggest. Best Regards,
2017 Jul 08
4
force port redirection for list of users
Hi , I have the following requirement . other than following users, any other user sshd connection should be redirected to 2024 instead of port 22. root, ftp, guest So ssh root at ip // should be sent to sshd running at port 22 ssh otheruser at ip // should be sent to sshd running at port 2024 I know that we can do something like this: ssh -o ProxyCommand='ssh -W localhost:2024 cliuser
2017 Feb 21
1
second ssh connection for the first ssh request
Hi Darren, It is linux 3.10.40.cge-rt38 #1 SMP Fri Jul 22 12:59:33 PDT 2016 i686 GNU/Linux On Tue, Feb 21, 2017 at 3:39 AM, Darren Tucker <dtucker at zip.com.au> wrote: > On Tue, Feb 21, 2017 at 4:19 AM, Sudarshan Soma <sudarshan12s at gmail.com> > wrote: > > Hi I changed sshd_config to run script, .profile for user cliuser like > > What platform is this on? If it's Solaris, try commenting out > SSHD_ACQUIRES_CTTY from config.h and recompiling. > > -- > Darren Tucker (dtucke...
2018 Jan 03
2
SSHD and PAM
Hi I am trying to write pam_radius module which talks to RADIUS server for aaa. I see sshd checks /etc/passwd for user list. Since RADIUS server has user list, can sshd ignore this check for RADIUS/TACACS+ authentication, Please suggest if there are any flags to control it. I am using the following versions. OpenSSH_6.6p1, OpenSSL 1.0.2n 7 Dec 2017 I see sssd (NAS) being used for such use
2018 Jan 03
2
SSHD and PAM
Sudarshan Soma wrote: > Does sssd/NSS has a way to fetch user names from sources like > RADIUS/TACACS server? My impression is that while this might be theoretically possible, nobody does this. Especially it's not clear to me how you would push group membership to the system. And AFAICS in case of TA...
2005 Jul 05
1
Getting runtime error in stepclass
...suggestion on how to make stepclass work with these classification functions. I would also like to make stepclass work with knn but knn does not have a 'predict' method, which is a requirement for a classification method to work with stepclass. Is there any way to get around this? Thanks, Soma library("e1071") library("randomForest") library("klaR") td <- read.table("dgdata1.txt", header=TRUE, sep=",") dgenes <- subset(td, dg == 1, select = dg:eg) ndgenes <- subset(td, dg == 0, select = dg:eg) n1 <- nrow(dgenes) n2 <- n...
2017 Jan 31
2
sshd custom shell script for specifc user
...rewall settings doesnt allow anything other than port 22, so I would internally redirect to port 1023 when customuser is provided. I will try enabling logs, thanks. On Tue, Jan 31, 2017 at 5:10 AM, Darren Tucker <dtucker at zip.com.au> wrote: > On Tue, Jan 31, 2017 at 5:03 AM, Sudarshan Soma <sudarshan12s at gmail.com> > wrote: > > + added subject > > > > On Mon, Jan 30, 2017 at 11:32 PM, Sudarshan Soma <sudarshan12s at gmail.com > > > > wrote: > [...] > >> I am trying to give access to sshd port 22 to connect to different port >...
2011 Sep 14
3
normalizePath
Hi, I update R from 2.10 to 2.13. Then I find soma problems when I start R. Warning infos as below: ##### Warning message: In normalizePath(c(new, .Library.site, .Library), "/") : path[1]="": No such file or directory R version 2.13.1 (2011-07-08) Copyright (C) 2011 The R Foundation for Statistical Computing ISBN 3-900051-0...
2004 Aug 06
1
Relay of title info
...a Debian box running with Icecast 1.3.11, installed from package icecast-server 1:1.3.11-4.3 from the unstable tree. It's purpose is to relay a bunch of stations using the alias functionality. It all works like a charm except the title information. When relaying stations like Groove Salad from soma.fm WinAMP doesn't show the title info. In my icecast.conf I've put "use_meta_data 1", but this doesn't seem to work. I also tried "use_meta_data true", because I was not certain about the syntaks. I know that the functionality is experimental, but has anyone had any...
2005 Dec 16
3
Productize on 1.0
Hi, Has anybody tried using the Productize plugin on a recent Rails install? The pages on RubyForge http://rubyforge.org/projects/productize/ seem to indicate the development has sort of stalled, or perhaps it''s stable as can be. Just thought I''d ask for before I give it a go.. Cheers, Jeroen
2017 Jan 31
2
sshd custom shell script for specifc user
...shell Starting session: forced-command (config) '. /etc/myscript' on pts/3 for cliuser from 10.220.82.17 port 54086 secadmin at 127.0.0.1's password: On Tue, Jan 31, 2017 at 10:53 AM, Darren Tucker <dtucker at zip.com.au> wrote: > On Tue, Jan 31, 2017 at 3:55 PM, Sudarshan Soma <sudarshan12s at gmail.com> > wrote: > > Thanks Darren, the intention to do this : > > allow users to access my own shell/CLI(including authentication) on port > 22. > > their firewall settings doesnt allow anything other than port 22, so I > would > > intern...
2018 Mar 16
3
using sshd in fips mode
Hi, We would like to use openssh in fips mode. It looks it is not provided as a configurable option through sshd_config, Are there plans to do incorporate such change. Do we have to change openssh code for now until the option is provided. If sshd is operating in fipsmode, does it provide additional errors/audits to indicate failures such as pair wise consistency failed during on of the sshd