Displaying 20 results from an estimated 800 matches similar to: "ERROR: cli_session_request() failed..."
2008 Apr 04
1
Problems with Unit Root testing using ur.df function
Hi All,
I'm new to R and am trying to run a unit root test on the vector "y" (a time
series of inflation (i.e. changes in the Consumer Price Index quarter on
quarter)).
I've run the Augmented-Dickey-Fuller Test below (R's URCA package). It gives
me an error that it cannot find the function ur.df unless I comment out the
third last line of code (see below).
I try to call
1997 Nov 24
0
R-alpha: random number generator -- S-plus's
--Multipart_Mon_Nov_24_14:51:09_1997-1
Content-Type: text/plain; charset=US-ASCII
>>>>> "PaulG" == Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
MM> The code is basically in V&R 1 and 2; V&R2 on p.167. I have it as a
MM> C function that I used to dyn.load into S-plus in order
MM> to prove that S-plus was using it.
1998 Mar 12
0
Code to check Password Server Group Memberships
I am not a member of the samba listserv, but I wanted to contribute
the following code to the samba effort.
The following is clipped from some experimental
changes I have made to my own copy of the samba
source. I have not included all of the changes
because I don't have the time to. But someone should
be able to properly do the integration without too
much effort.
Summary, these
2012 May 25
2
Collecting results of a test with array
Dear contributors
I have tried this experiment:
x<-c()
for (i in 1:12){
x[i]<-list(cbind(x1[i],x2[i])) #this is a list of 12 couples of time
series I am using to perform a test
} # that compares them 2 by 2
#
#################
#trace statistic
test<-data.frame()
cval<-array( , dim=c(2,3,12))
for (i in 2:12){
for (k in 1:2){
for (j in 1:3){
result[k,j,i]<-
2004 Dec 04
4
How do I stop the guest account printing?
Hi there.
I've had Samba running fo a while now on a machine that we use as a shared
file store. Not everyone who uses it has an account on the linux machine,
so it's setup with "security = share" to allow guest access to some of the
shares. But I've now attached a printer that I dont want guest access to.
This might be something really simple that I'm missing, but I
2000 Apr 20
0
Solaris upgrade (Samba panic)
Jonathan wrote:
| have upgraded SAMBA 2.04 to 2.06 and server versions 2.6 to 2.7
Solaris.
| After reloading SAMBA I get an internal error in my logs and users
an not
| connect even though it shows up in the network. Below is the error
in the
| log
...
That's a failure in
---
BOOL attempt_netbios_session_request(struct cli_state *cli, char
*srchost, char *desthost, struct in_addr *pdest_ip) {
2011 Oct 29
0
samba 3.5.6 & win2k8 r2, session request fails
Hi
I've been trying to join a debian6 (IP: 172.16.0.180) box to a win2k8 r2 active directory (ORCHARD, IP: 172.16.0.200), without much success.
The settings for samba and kerberos are correct:
- and kinit works fine
The error string returned is: 'failed to lookup DC info for domain 'ARIAS.INT' over rpc: The network name cannot be found'
2009 Sep 04
3
[LLVMdev] TOT opt does not terminate!
The following code causes opt to not terminate!
With TOT this morning, and of a week ago:
clang foo.c and clang -O1 foo.c
work fine.
clang -O2 foo.c and clang -O3 foo.c
do not terminate. (At least after 10 minutes)
If I generate the bit code (clang-cc -emit-llvmbc) and then run:
opt -O3 foo.bc
it does not terminate.
//foo.c
int get_id(int);
typedef short
2004 Jun 16
2
smbspool to Windows 2000 Server: "ERRgeneral opening remote file"
Hi,
I am trying to print from my Debian unstable Notebook to a printer
that is connected to a Windows 2000 Server. Target environment is CUPS
which uses smbspool as a front-end, and smbspool gives a strange error
message.
| export DEVICE_URI="smb://account:password@domain/server/printer"
| smbspool foo bar Title 1 ignore Makefile
gives the error message
| ERROR: ERRHRD - ERRgeneral
2018 Feb 02
0
(/usr/lib64/cups/backend/smb) stopped with status 1
I tried at work to run "/usr/bin/smbspool" manually:
---
$ /usr/bin/smbspool Xerox-WorkCentre-5325 \'5\' \'yugiohjcj\' \'2.pdf\' \'1\'
DEBUG: Connected with username/password...
---
The behavior at work is different from the one at home because it is not the same computer used and the /etc/samba/smb.conf is available.
However, as you can see above, the
2007 Aug 09
0
smbspool and cups on Centos5
Hi,
I'm cannot get smbspool to print to a kerberized windows printer through
cups.
Kerberos is working, and both smbclient and smbspool can connect to the
server.
Even though sending a formatted page manually with smbspool works, cups
returns
"Unable to connect to CIFS host, will retry in 60 seconds..."
I read an older post here:
1999 Sep 14
0
SCO lan manager
We have a linux pc (slackware 4.0, samba 2.0.5) acting as a gateway between two
subnet of our office. On my side of the net I have a mixed win95/NT/Samba
network, and on the other side we have some sco unix servers, running an old
lan-manager, os/2 like.
Gateway linux is a master browser, that enable us to see the other subnet,
but... I can't see the record for the sco-server in
2000 Jul 11
0
Error ERRaccess in Samba 2.0.7 printing to Netgear print servers
I recently compiled and installed Samba 2.0.7 on SCO OpenServer 5.0.4
using gcc v 2.7.2.1 (Skunkware 98). I was running Samba 1.9.18p7 with
no problems. We use a modified smbprint.sysv script to print to
Windows shared printers and also Netgear PS104 print servers. Printing
to the Windows shared printers is working fine, but printing to the
Netgear print servers does not work. I get the
2002 Jul 28
1
smbspool
Hi,
We have unified logons on Linux and Windows clients by
using a Windows 2000 AD domain with
pam_winbind/nss_winbind on linux clients, the problem
is, smbclient and smbspool still require us to enter a
password instead of using the logged on users
credentials. Is there anyway to pam-enable smbclient
and smbspool?
Hesham S. Ahmed
__________________________________________________
Do You
2017 Aug 24
1
Problem in optimization of Gaussian Mixture model
Hello,
I am facing a problem with optimization in R from 2-3 weeks.
I have some Gaussian mixtures parameters and I want to find the maximum in
that
*Parameters are in the form *
mean1 mean2 mean3 sigma1 sigma2 sigma3 c1 c2 c3
506.8644 672.8448 829.902 61.02859 9.149168 74.84682 0.1241933
0.6329082 0.2428986
I have used optima and optimx to find the
2005 Oct 17
1
AVM B1
Hi,
I'm trying to get Asterisk working with the AVM B1 card. I've tried every
instruction set I can find, but to no avail.
I think I'm getting mixed up as to what Zaptel/CAPI configuration to use.
If someone is currently using one of these cards, would it be possible to
mail me a few bits of the important config files?
Sorry if I should have included something else too, but let me
2006 Apr 12
0
smbspool and printing
Hi Folks,
Just looking for a little direction here.
1) windows ADS server with printers.
2) linux workstations which use smb to authenticate users to win ADS
server, and auto mounts there home directories through smb.
Question:
Printing from linux workstation?
I know I can use smbspool to print, but this requires user password. Can I
automate this so there is no need for password? Because the
2008 Jan 07
0
smbspool with cups
I'm trying to use CUPS with kerberos to forward on to smbspool. CUPS appears
to make the assumption that smbspool will use the environment variable
KRB5CCNAME, but it doesn't appear to, instead looking for the submitting
user's credential in the expected location in /tmp. This isn't much use in my
case where the user's credential has been saved to /tmp in a different
2004 Feb 18
2
Fwd: smbspool
----- Mensagem encaminhada por zynkx
<skydive@megamail.pt> -----
Date: Tue, 17 Feb 2004 20:25:26 +0000
From: zynkx <skydive@megamail.pt>
Reply-To: zynkx <skydive@megamail.pt>
Subject: smbspool
To: samba@lists.samba.org
i am using this command line from a linux client to try
to print to my linux samba server with a shared
printer, that is printing ok from windows clients.
the
2000 Jul 31
0
[patch] smbmount fixes for samba-2.0.7, testers wanted!
Hello all
This patch tries to remove a few bugs from smbmount. It would be nice to
get some testing+feedback on this from others using smbmount and possibly
get these things fixed for the next release of samba.
It does the following:
* Change lib/debug.c to allow changing your mind on being interactive.
A second call to setup_logging should now replace the effects of a
previous call. (hmm,