Displaying 20 results from an estimated 64 matches for "susse".
Did you mean:
suse
2006 Jul 21
5
problem usin MS RDO to acces a database
...celo Luda, I'm new to the list. I'm from Argentina and in
the place where I work we ara planing to migrate to linux, but only if
we can manage to run all the software we now use in windows.
Obisuly, we are trying with Wine :-)
Most of the app I need to run use MS RDO . We managed to install
sussefully RDO and MSODBC but the apps crash when they try to use it.
I attached a debug of one of the erros. If anyone can give me a clue, I
would be gratefully.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Expedientes.log
Type: text/x-log
Size: 149283 bytes
Desc:...
2017 Jun 21
4
selecting dataframe columns based on substring of col name(s)
Suppose I have the following sort of dataframe, where each column name
has a common structure: prefix, followed by a number (for this example,
col1, col2, col3 and col4):
d = data.frame( col1=runif(10), col2=runif(10),
col3=runif(10),col4=runif(10))
What I haven't been able to suss out is how to efficiently
'extract/manipulate/play with' columns from the data frame, making use
2003 Jul 24
1
Integer programming in R
Dear all,
I am a relative newcomer to the R language, and am sussing out
the possibilities of using R to do integer programming (which I am
also new to). Is there something along the lines of the NUOPT S-
PLUS package that is available, or on the way, for R? Are there
other options for integer programming in R?
Thanks very much in advance,
Robin Naidoo
University of Alberta
Edmonton, AB,
2019 Jan 25
2
C 7 and gssproxy
Ok, folks,
I brought this up some time ago, and got no replies. We have a good
number of systems - > 100 - and we use sssd. On the C 7 boxen, which is
most of them, gssproxy *frequently* (like once a day or so) dies with a
SEGV. It restarts fine. Dies again eventually.
ARE other people seeing this? If so, I guess we get to file a bug
report with upstream. Speaking as an old C
2009 Sep 08
1
Unusual IMAP config.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
perhaps a silly question, perhaps an unusual one, I don't know.
I'm trying to suss out how to set up Dovecot in such a way as to have
two separate IMAP services running on the same system.
To explain. We have an "internally-facing" IMAP and an
"externally-facing" one. It's policy that anyone connecting to IMAP
2004 Aug 17
1
Samba3 and eDirectory as LDAP - HELP
I've got problem with Samba3 when I want to connect to eDirectory. The samba
could not connect to the local eDirectory server. The Samba and the eDir can
be found on the same Linux box which is a SusSe 9.1. The eDir and the Samba
are working pretty good but cant see each other. Is it possible to connect
from Samba 3 to Novell's eDirectory ? What are the syntaxes to these lines
in smb.conf:
ldap suffix
ldap admin dn
ldap port
ldap server
ldap ssl
because the basic LDAP sysntax (sample:
ou=Peo...
2008 Dec 06
2
Call Recording - Asterisk
...ould simply
communicate via RTP between each other, without going media transport going
through trixbox itself? If this is the case then I guess I'd need to mirror
the full VoIP VLAN to the Oreka port wouldn't I? Or is there another reason
that I'm missing here?
Just trying to get this sussed out in my head!
Thanks for your time.
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081206/57f9a2a7/attachment.htm
2002 Jan 31
1
obvious answer
I apologise for this question, as I'm sure the answer has got to be
obvious, but I am trying to follow the John Maindonald tutorial and have
stumbled at the first page.
I have sussed out that I need to use the source command rather than the
read.table command as illustrated in the tutorial, but the data isn't
reading in properly with additional names at the beginning and end of the
data. $value and $visible. I am obviously missing something here and would
appreciate so...
2015 Sep 29
2
CentOS 6 Xen virt* issues
...milar setup used blktap2 backend.. (and yes, I do have blktap module loaded in dom0 kernel).
I remember having to patch some dependency of virt-manager to give it
the correct default driver name (something like, it got 'tap' but
needed to be 'tap2'). In all likelihood, someone has sussed that
'tap' doesn't work and just replaced it with 'file'. Actually, it's
fairly likely if they've updated stuff in CentOS that you're not
getting the re-build virt-manager stuff either -- I may have to respin
that one as well.
While we're here, could you give...
2000 Aug 24
2
Problem with Samba-windows98
Hi all
I have a linux(susse) running samba and am trying to connect from windows98.
I have no problem seeing the linux computer in the network neigbourhood.
I can also see the folders shared from it.
When Im accessing a folder I get prompted for password (my login on
windows98 is the same as for linux). But it doesnt accept...
2005 Dec 02
1
Struggling with namespaces...
...r:/var/mail/announcements/Maildir
}
namespace shared {
separator = /
prefix = archives/
location = maildir:/var/mail/archives/Maildir
}
I'm sure I'm just being picky, but a better explanation of namespaces in
the docs might be in order, maybe with some examples. If I get this
sussed out, I'll put one in the wiki ;)
Any help much appreciated!
Kev
2008 Feb 19
1
recursive function help
I'm trying to implement a recursive function using integrate, and I
suspect I need a Vectorize somewhere,
but I can't suss it out. Any help would be appreciated. I've tried
traceback() and various debugging ideas to no avail (most likely due to
my inexperience with these tools.)
Here's what I have.
Nk <- function(m, C) {
if (length(m) > 1) {
rho <- C[1, -1]
2020 May 26
2
doveadm: extra lines?
Hello,
I?m sending doveadm ?kick? commands to doveadm-server via the doveadm protocol. When ?kick? sends back a NOTFOUND error, though, it?s sending back additional output. strace shows:
write(3<UNIX:[3158354->3156665]>, "\t\tkick\tmyssltest\n", 17) = 17
...
read(3<UNIX:[3158354->3156665]>, "\n-NOTFOUND\n\n-\n", 8192) = 14
Going by the protocol
2003 Sep 04
3
Putting regression lines on SPLOM
Sorry Folks,
I'm sure I could suss out the answer myself but I need it
soon ... !
1. Given a set of 4 variables X,Y,Z,W in a dataframe DF, I make
a scatter-plot matrix using splom(DF).
2. I do all regressions of U on V using lm(U~V), where U and V
are all 12 different ordered pairs from X,Y,Z,W.
3. Now I would like to superpose the regression lines from (2)
onto the corresponding
2015 Sep 29
1
CentOS 6 Xen virt* issues
...tap2 backend.. (and yes, I do have blktap module loaded in dom0 kernel).
>
> I remember having to patch some dependency of virt-manager to give it
> the correct default driver name (something like, it got 'tap' but
> needed to be 'tap2'). In all likelihood, someone has sussed that
> 'tap' doesn't work and just replaced it with 'file'. Actually, it's
> fairly likely if they've updated stuff in CentOS that you're not
> getting the re-build virt-manager stuff either -- I may have to respin
> that one as well.
>
I think it...
2017 Jun 21
0
selecting dataframe columns based on substring of col name(s)
> On Jun 21, 2017, at 9:11 AM, Evan Cooch <evan.cooch at gmail.com> wrote:
>
> Suppose I have the following sort of dataframe, where each column name has a common structure: prefix, followed by a number (for this example, col1, col2, col3 and col4):
>
> d = data.frame( col1=runif(10), col2=runif(10), col3=runif(10),col4=runif(10))
>
> What I haven't been able to
2009 Jun 24
1
how to undo automatic loading of packages?
I wanted to try out package distrMod, so I did
> install.packages('distrMod')
> library(distrMod)
and played around, saved and quit.
Now whenever I start up in this directory, I get distr and lots of other
stuff loaded and lots of messages.
How do I keep it from automatically loading, other than starting over in
another directory?
I read ?Startup, but I couldn't suss out
2024 Jan 29
1
linear programming in R | limits to what it can do, or my mistake?
Question for 'experts' in LP using R (using the lpSolve package, say) --
which does not apply to me for the sort of problem I describe below.
I've run any number of LP's using lpSolve in R, but all of them to date
have objective and constraint functions that both contain the same
variables. This lets you set up a LHS and RHS matrix/vector that are
symmetrical.
But, for a
2024 Jan 30
1
linear programming in R | limits to what it can do, or my mistake?
Apart from the fact that the statement "such that t1+t2+t3+t4=2970 (as
it must)" is not correct, the LP can be implemented as follows:
library(lpSolve)
LHS <- rbind(
c(0,0,0,0, 1, 0, 0,0),
c(1,0,0,0,-1, 1, 0,0),
c(0,1,0,0, 0,-1, 1,0),
c(0,0,1,0, 0, 0,-1,1),
cbind(-diag(4),diag(4)),
c(0,0,0,0,0,1,0,0),
c(0,0,0,0,0,0,1,0),
c(0,0,0,0,0,0,0,1)
)
RHS <-
2019 Jan 28
0
C 7 and gssproxy
On 1/25/19 10:27 AM, mark wrote:
> Ok, folks,
>
> I brought this up some time ago, and got no replies. We have a good
> number of systems - > 100 - and we use sssd. On the C 7 boxen, which is
> most of them, gssproxy *frequently* (like once a day or so) dies with a
> SEGV. It restarts fine. Dies again eventually.
>
> ARE other people seeing this? If so, I guess