search for: suss

Displaying 20 results from an estimated 64 matches for "suss".

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 of this common structure. Suppose, for example, I want to 'work with' col2, col3, and col4. Now, I could subset the dataframe d in any number of ways -- for example piece <- d[,c...
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 U...
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 from outside uses a stronger authentication m...
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=Pe...
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 s...
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] Rmat <- C[-1, -1] B <-...
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 super...
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)
...ose 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 of this common structure. > > Suppose, for example, I want to 'work with' col2, col3, and col4. Now, I could subset the dataframe d in any number of ways -- for example > >...
2009 Jun 24
1
how to undo automatic loading of packages?
...;) > 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 where the autoloading was occurring. It probably has something to do with the "Autoloads" that shows up in my search list, but I don't know how to get it out. If I start up in another directory, this behavior is avoided, so I don't think it's in any site files. In this ses...
2024 Jan 29
1
linear programming in R | limits to what it can do, or my mistake?
...t;=t16,t10<=1000,t12<=1000,t14<=1000,t16<=1000}; ? ?? Minimize(cost,cnsts,assume={nonnegative}); which yields (correctly): p1=640, p2=405, p3=1000, p4=925 for minimized cost of 154800. Took only a minute to also set this up in Maxima, and using Solver in Excel. But danged if I can suss out any way to do this in R. Pointers to the obvious welcome. [[alternative HTML version deleted]]
2024 Jan 30
1
linear programming in R | limits to what it can do, or my mistake?
...lt;=1000}; > ? ?? Minimize(cost,cnsts,assume={nonnegative}); > > which yields (correctly): > > p1=640, p2=405, p3=1000, p4=925 > > for minimized cost of 154800. > > Took only a minute to also set this up in Maxima, and using Solver in > Excel. But danged if I can suss out any way to do this in R. > > Pointers to the obvious welcome. > [[alternative HTML version deleted]] > > -- apl. Prof. PD Dr. Martin Becker, Akad. Oberrat Lehrstab Statistik Quantitative Methoden Fakult?t f?r Empirische Humanwissenschaften und Wirtschaftswissenschaft Univer...
2019 Jan 28
0
C 7 and gssproxy
...t's not tweaked just right? Because if this happens continually? then its a recurring issues which means its something that the OS can't correct on it's own. Maybe pull those drives one at a time (assuming you have spare drives to "cover" as stand-in replacements until you suss it out? Just my two cents on the matter. EGO II