search for: butr

Displaying 4 results from an estimated 4 matches for "butr".

Did you mean: but
2004 Apr 15
1
Samba misconfig... (long)
...m the W2k machine using the 'Map Netowrk Drive' utility and I add in the path under [test], I get an error that the network path cannot be found. (\\clyde\home\samba\test). Upon more invesitgation, I do a check to see if the smbd deamon is running. It isn't. The nmbd deamon is running, butr if I do either a ps -aux or a top and search for smbd, the deamon is not showing up. If, however, I run the smbclient utility, I get the following data: smbclient -U% -L localhost Sharename Type Comment --------- ---- ------- test Disk T...
2015 Sep 23
4
NOTIFYCMD shell script problem driving me NUTS
On Sep 22, 2015, at 11:27 AM, Thomas Charron <twaffle at gmail.com> wrote: > > On Tue, Sep 22, 2015 at 9:56 AM, John Hart <jsamcr at gmail.com> wrote: >> notify-send > > notify-send needs a DBUS_SESSION_BUS_ADRESS to work right. Look around for code snippets to get this. Ah, that notify-send. Another option is to launch the PyNUT app in your xsession (or
2004 Oct 19
3
matrix of eigenvalues
I thought that the function eigen(A) will return a matrix with eigenvectors that are independent of each other (thus forming a base and the matrix being invertible). This seems not to be the case in the following example A=matrix(c(1,2,0,1),nrow=2,byrow=T) eigen(A) ->ev solve(ev$vectors) note that I try to get the upper triangular form with eigenvalues on the diagonal and (possibly) 1 just
2003 Oct 31
1
R-1.8.0 + IBM VisualAge/C for AIX compiler
...uot; and "int" is not allowed. fix: add a corresponding declaration for tilde_expand 4) .so vs .a ld: 0706-006 Cannot find or open library file: -l Rlapack ld:open(): A file or directory in the path name does not exist. problem: xlc looks for .a suffix even for shared libraries, butR uses .so - a fix is to symlink libRlapack.so to libRlapack.a (any AIX-savvy folks here that could tell me how to change that behavior in xlc?) Ok, now such static R works fine. But when --enable-R-shlib is on then I get: 5) while making libR.so - bad path to R.exp ld: 0706-003 Cannot find or...