Displaying 20 results from an estimated 20000 matches similar to: "Samba failing irregularly ('Access is denied' in Windows), restarting smbd 'works'"
2014 Aug 06
1
Samba 4 AD share: Access denied
On 21:52:01 wrote Ryan Ashley:
> Alright, I already gave every group a gIDNumber using the "advanced
> features" option via the "Attribute Editor". Each group has a unique
> ID. There are 16 built-in groups (domain admins, domain users, etc)
> and five I have. My last group ended with 10021. The first group was
> 10001. I then stopped S4 on my print-server,
2009 Dec 22
2
config backend = registry; printers not shown
Hello,
I couldn't find an answer to this small question in google/man/faq:
why do I use lose my printer if I use registry backend?
config backend = file (full config file below):
...
[printers]
        comment = All Printers
        path = /var/spool/samba
        create mask = 0700
        printable = Yes
        browseable = No
        guest ok = yes
...
$ smbclient -kL //venkman
...
  
2004 Nov 24
0
Problem accessing win2k3 shares -- permission denied!
Hi all,
I couldn't access win2k3 server shares from my FC2 box. It's got default Fedora Core 2 installation.
Kernel: 2.6.5-1.358
Samba: samba-3.0.3-5
I've tried with both smbfs and cifs options. This is what happens,
With smbfs:
$ mount -t smbfs -o username=admin //ServerIP/sharename /mnt/sharename
password:
$
$ ls /mnt/sharename
ls: /mnt/sharename: Permission denied
$
$ ls -l
2008 Dec 03
1
how to handle irregularly spaced data as timeseries
I have a set of modeled climate data recorded at irregular intervals.  
The format of the data is such that there are monthly measurements for  
the years 2000, 2020, 2050, 2080, etc. Therefore I have 12 regular  
records, a skip of some number of years, then 12 more monthly records,  
another skip, and so on.... I created a dataframe from .txt with the  
read.table() command. For starters I need
2008 Nov 03
1
Fourier Transform with irregularly spaced x
Dear all,
I work with (vibrational) spectra: some kind of intensity (I) over frequency 
(nu), wavelength or the like.
I want to do fourier transform for interpolation, smoothing, etc. 
My problem is that the spectra are often irregularly spaced in nu: the 
difference between 2 neighbouring nu varies across the spectrum, and data 
points may be missing. 
Searching for discrete fourier transform
2003 Mar 04
0
tseries contains a class for irregularly spaced time series
A new version of tseries (0.9-10) has been uploaded to CRAN. The new
version contains the class "irts" for irregularly spaced time series.
Irregular time series are basically time series where each observation
(uni- or multivariate) has a time-stamp represented by an object of
class "POSIXct". It provides some basic functionality such as reading
and writing irregular time
2003 Mar 04
0
tseries contains a class for irregularly spaced time series
A new version of tseries (0.9-10) has been uploaded to CRAN. The new
version contains the class "irts" for irregularly spaced time series.
Irregular time series are basically time series where each observation
(uni- or multivariate) has a time-stamp represented by an object of
class "POSIXct". It provides some basic functionality such as reading
and writing irregular time
2003 Dec 01
0
No subject
And route print?
Do you have any servers on the WAN? (or is everyone connecting to the
servers THROUGH the WAN?)
Can you see the samba machines at all in network neghborhood?
What happens when you type in the UNC of a samba server manually? (i.e.
\\SAMBASERVERNAME)
I hope I can help you, and I'm trying, but I'm not a samba guru.
-Dan
PS.  Please change your email type to PLAIN TEXT from
2011 Oct 05
1
Dom0 cpu utilisation irregularly distributed
On some production servers with dom0 kernel 2.6.32 pvops and xen 4.0 and
domus mainly windows with gplpv I noticed a strange cpu usage by the dom0
mainly with the use of a single cpu, for example this take from one server:
xm vcpu-list
Name                                ID  VCPU   CPU State   Time(s) CPU
Affinity
...
Domain-0                             0     0     3   -b-  1043377.5 any cpu
2011 Aug 10
0
Centos6(64) SSH sessions fail irregularly
Folks
I just installed a centos6 system on a 64-bit box.  My methods 
include remote administration, using ssh from a windows machine.  I 
use this method successfully on several Centos5 boxes and one Centos6 
(32bit) machine as well.  However, on this latest one, I get 
inconsistent results with ssh.  This is a server, SELINUX is 
disabled, it's command line only, and I have installed
2011 Aug 10
0
Centos6(64) SSH sessions fail irregularly [SOLVED]
Folks
I just installed a centos6 system on a 64-bit box.  My methods 
include remote administration, using ssh from a windows machine.  I 
use this method successfully on several Centos5 boxes and one Centos6 
(32bit) machine as well.  However, on this latest one, I get 
inconsistent results with ssh.  This is a server, SELINUX is 
disabled, it's command line only, and I have installed
2005 Apr 05
1
Can't mount samba share, Access denied
Hello,
I have samba configured with the following smb.conf file:
[global]
workgroup = mydomain
netbios name = servername
security = domain
printcap name = cups
disable spoolss = yes
show add printer wizard = no
idmap uid = 15000-20000
idmap gid = 15000-20000
winbind use default domain = yes
use sendfile = yes
printing = cups
[myshare]
comment = My new share
path = /export/myshare
valid users =
2013 Oct 27
1
User Administrator (and only it) access denied on member server
Hello all,
I have really strange problem with Samba 4.1.0 - regarding only one
user - Administrator.
There are 2 servers: NAS (which is DC) and CHEETAH (Which is domain member).
Have spent long time in efforts to sync UID/GID across servers (these
are used both from Linux over NFS and from Windows) - and finally
wrote the scripts to make all users/groups (even including the builtin
one, like
2012 Jan 31
1
Selecting contiguous, irregularly-shaped sets of values from arrays
All,
I am attempting to select all of the contiguous elements of a matrix that meet some criterion. I.e., values that would be contained within an irregular area defined by a "contour" applied around point of interest. So, if I have a matrix x as follows:
> x <- matrix(rnorm(25), nrow=5, ncol=5,
        
2007 Oct 15
1
"Access denied" error on Samba mount
Hi,
I am trying to mount a samba share on to a Windows 2003 server. 
When I do,
devdb001:/ # mount -t cifs -o username=mysql,password=pass
//10.141.52.15/linuxbak/mysql_db/devdb /media/devdb/
retrying with upper case share name
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
My smb.conf is,
[global]
        workgroup = MY.COM
        map to
2012 Jan 28
1
Samba Printer Share Access Denied
CentOS 6.2
[mlapier at mushroom ~]$ uname -a
Linux mushroom.patch 2.6.32-220.4.1.el6.i686 #1 SMP Mon Jan 23 22:37:12 
GMT 2012 i686 i686 i386 GNU/Linux
[mlapier at mushroom ~]$
Applicable sections of smb.conf:
[global]
         workgroup = MYGROUP
         server string = Samba Server Version %v
         log file = /var/log/samba/log.%m
         max log size = 50
         security = user
       
2013 Oct 16
2
Plot time series data irregularly hourly-spaced
Dear all,
I have a time series of data that I would like to represent in a plot. But
I am facing some problems to do it because the time is represented in
"hours", it can start in one day and end in another day, and it is not
regularly spaced.
My problem is that when I plot my data, my X-axis always starts from the
lower values of my time data. For example, I would like to plot data
2001 Nov 28
2
Shares are not listed (Access denied)
Good Morning,
I have almost the same problem.
When I use smbclient -U% -L server I get a share List and Server List
but instead of listing the shares it says "Error returning browse
list: ERRDOS - ERRnoaccess (Access Denied)".
Using the same smbclient command on the local server the shares will be
listed.
The users exist in the remote server and in the smbpasswd.
Anyone got an idea what
2005 Mar 07
1
winbind_idmap.tdb not being updated
A few days ago I upgraded from 3.0.2 to 3.0.9, and since the upgrade, the
winbindd_idmap.tdb has not ever been modified, even after several restarts
of samba, and reboots of the system in question.  It appears that the UID
mapping is still correct on the samba server, but I am just concerned that
new user additions etc are not being stored to the tdb files.
winbind_cache.tdb is being updated with
2010 Dec 11
1
PDC on 3.0.8 upgraded to 3.5.6-70 now getting 'Access Is Denied' from clients
Wow! this got long on me.  
The problem seems similar to the one expressed here:
http://www.mail-archive.com/samba at lists.samba.org/msg111029.html
but I already had server signing = no in my config, and the 4 
relevant options all seem correct.
	client schannel = Auto
	server schannel = Auto
	client signing = auto
	server signing = No
On one of my PC's I can see 'If possible =