similar to: [Trouble #6512] Samba shares not accessible

Displaying 20 results from an estimated 1000 matches similar to: "[Trouble #6512] Samba shares not accessible"

1997 Dec 08
0
Remote printer access
We are trying to add remote PC access to a printer using Samba and the Network Neighborhood. We are running Solaris 2.5.1 on our server and our PCs are running Win95. We have installed Samba 1.9.16p2. I'm fairly new at administering Samba. The printer is a high-quality color Tektronics Phasor 450 PostScript printer named hq_color_fl2. Access to our other printers has been set up previously
2010 Mar 04
2
fisher.test gives p>1
The purpose of this email is to (1) report an example where fisher.test returns p > 1 (2) ask if there is a reliable way to avoid p>1 with fisher.test. If one has designed one's code to return an error when it finds a "nonsensical" probability, of course a value of p>1 can cause havoc. Example: > junk<-data.frame(score=c(rep(0,14), rep(1,29), rep(2, 16))) >
2001 Sep 10
1
Help with exporting keys
Hi, In our department's setup we have a unfortunate situation where we have to use both OpenSSH and SSH (ssh.com's version). I have managed to export keys from OpenSSH to SSH's format. I also managed to export SSH's public key to OpenSSH's format. Now I would like to add the private key of SSH to the agent. Now when I try to add it simply by using ssh-add
2014 Sep 12
3
ntpd in VM
I was taught in kitty school that running a ntp server in a vm was a bad idea. Is that still the case?
2011 Apr 04
1
Deriving formula with deriv
Dear list, Hi, I am trying to get the second derivative of a logistic formula, in R summary the model is given as : ### >$nls >Nonlinear regression model >model: data ~ logistic(time, A, mu, lambda, addpar) >data: parent.frame() > A mu lambda >0.53243 0.03741 6.94296 ### but I know the formula used is #
2005 Feb 13
6
Who makes these phones?
Message: 1 Date: Mon, 14 Feb 2005 09:53:36 +1100 From: "PHP Mechanic" <oliver.bode@phpmechanic.com> Subject: [Asterisk-Users] Who makes these phones? To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed;
2011 Mar 10
1
vegan CCA I am Completely new to ordination analyses
Dear list, I am trying to predict species volume from bioclimatic data, I have various sites and I have a data frame with species volume and the corresponding bioclimatic data for each site. I read on a discussion forum that you can use ordination to predict species abundance (in my case volume) from 'new' climate data for sites where you do not know the abundance. Unfortunately I
2011 Mar 02
1
How to extrapolate a model
I am using a multiple additive model (in the quantreg package) and I would like to 'extract' the fitted model formulae ie- for a straight line the formula would be y= 'a+b*c' for my multiple model I would expect somthing more complex because the model is not linear (its a bit like a GAM) but given I can plot the model using # f<-fitted(model) #lines(f) there must be a formula
2002 May 31
1
Win98 not transmitting passwd to samba server
Hello I cannot get my Windows98 machines to connect to my Samba server(2.2.4) shares. It appears that my Win machines are not transmitting the password. The Samba server looks OK. On the server machine, "smbclient -L <server> -U user1" prompts me for a passwd, then, after authentication, displays the shares. When I attempt to map a share from my Win machines, the samba log file
2002 May 31
2
Windows won't send passwd to samba server
Hello I cannot get my Windows98 machines to connect to my Samba server(2.2.4) shares. It appears that my Win machines are not transmitting the password. The Samba server looks OK. On the server machine, "smbclient -L <server> -U user1" prompts me for a passwd, then, after authentication, displays the shares. When I attempt to map a share from my Win machines, the samba log file
2008 Nov 17
1
Levelplot + Mosaic Plot hybrid?
Hi. I have built a levelplot with 3 variables, X, Y, and Z where X and Y are the two axes and Z represents the intensity (i.e. Z~X*Y). Now I want to adjust the size of the grid (like a mosaic plot) where the size of each grid is weighted by a variable, W. Just wonder how can I do that with levelplot? I tried exploring mosaic plot. How can I manipulate the "col" option to make it
2011 Jul 26
2
Plotting problems directional or rose plots
Hi, I'm trying to get a plot that looks somewhat like the attached image (sketched in word). I think I need somthing called a rose diagram? but I can't get it to do what I want. I'm happy to use any library. Essentially, I want a circle with degree slices every 10 degrees with 0 at the top representing north, and 'tick marks' around the outside in 10 degree increments to
2005 Nov 16
1
Improper listening on IMAPS
I want Dovecot handling IMAPS. /etc/dovecot.conf: protocols = imaps imaps_listen = * ssl_disable = no ssl_cert_file = /etc/ssl/certs/dovecot.pem ssl_key_file = /etc/ssl/private/dovecot.pem The problem is that Dovecot is not listening on 993 port, or there's something listening on 993, but it does not introduce itself. There's no problem if Dovecot listens on 143 (IMAP). When
2000 Aug 11
2
HELP: problem getting Samba to connect - "ERRSRV - ERRinvnetname"?
Dear list readers: I've installed the most recent Samba from source on my Redhat Linux server. The simple file share I've made shows up, the machine pings correctly, and does ftp and apache fine, but won't let anyone login to Samba. For example: $ smbclient '//WWW.PSYCH.UDEL.EDU/SIMPLE/' -U me added interface ip=128.175.41.164 bcast=128.175.41.255 nmask=255.255.255.0
2001 Feb 21
0
Bad password problem
Dear David, I have the same bad password problem with my windows98 workstation. I have spent quiet a bit of time analysing this problem but still could not find any resolution. Did you manage to find any better solution for this problem? Regards KR Velivela Netnuggets IT Services +61 2 9591 5698 > Re: Problem with Samba-windows98 > > * To: "David Gunnarsson"
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 the password "Bad password". When I log in from other
2008 Sep 16
1
are these the same?
Dear members, I was trying to simulate W which is iid and depends on X and Y. Here are 2 methods: Method 1: x<-rnorm(100) y<-rnorm(100) w<-rnorm(100, 2x+y,1) Method 2: x<-rnorm(100) y<-rnorm(100) w<-2x+y+rnorm(100,0,1) Are these methods comparable? Since x and y are vectors, the term 2x+y would return a vector. It seems that, given Method 1, each element of W would
2009 Jan 10
1
Plot link points
Hi. This may be a straight-forward question... I have a time series from 1950 to 2000 (by year) with missing values. Sometimes only a year has value and the adjacent years have missing data, e.g. 1950 2.7 1951 1952 1953 3.4 1954 1955 1956 2.9 1957 3.6 1958 2.7 When I use plot (type='l'), the line can't connect the 'stand-alone' years. Is there a way I have have R to skip
2011 Nov 16
1
Theil decomposition
I came across the package 'ineq' that computes a variety of inequality measures (e.g. gini, theil etc). I want to compute the Theil index (racial segregation) and decompose the total into sub-components (by geog levels). I think the package doesn't report the decomposition (correct me if I'm wrong). Just wonder is that available elsewhere? K.
2001 Nov 24
0
ERRSRV - ERRinvnetname
Hi! I've got the fillowing trouble. Im' trying to get the local shares list. I started the smbd using "/etc/init.d/smb restart" script. It seem to work fine. The smb.conf and log.smb are listed below. The smbd says that he "Can't change directory to /root/tmp" when I'm trying to "smbclient -L localhost -U%". The permissions for /tmp/SHARE are