Displaying 20 results from an estimated 8000 matches similar to: "[3.6.6] Windows won't let me delete files"
2013 Nov 29
1
Forcing Samba host to become domain/local master browser?
Hello
To investigate the issue I have with deleting files on a Samba host (a.k.a.
LINUX), I installed a second Samba server on my LAN (UBUNTU).
However, I didn't pay attention to browser-related infos, so that I guess
LINUX would remain the domain/local browser.
So I reconfigured the hosts thusly:
=================== LINUX # cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
netbios
2017 Jul 09
3
[3.6.6] nmbd reachable on 0.0.0.0: Safe?
Samba - General mailing list wrote
> I would be more worried about the fact you are still using a version of
> Samba that went EOL quite some time ago ;-)
Thanks for the infos.
This is an ARM-based (Marvell Kirkwood Feroceon 88FR131) appliance that is
running Debian 7.11. "apt-get update ; apt-get upgrade" provides no more
recent release of Samba. Is there a way to force APT to
2017 Jul 09
2
[3.6.6] nmbd reachable on 0.0.0.0: Safe?
Hello
I'm running Samba 3.6.6 on a Linux host on a LAN connected to the Net, with
my ADSL modem acting as firewall/router so as to keep local services like
Samba unaccessible from the Net.
Still, I wanted to check if it's safe to have nmbd reachable from 0.0.0.0 on
UDP137/138:
~# netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address
2017 May 26
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny via samba <samba at lists.samba.org> wrote:
> On Sat, 27 May 2017 04:31:07 +0900
> john smith via samba <samba at lists.samba.org> wrote:
>
>> > getent passwd nobody
>> > nobody:x:65534:65534:nobody:/nonexistent:/usr/sbin/nologin
>>
>> Ok, I know that. Please read my 1st post more carefully. I added my
>> nobody
2020 Feb 17
3
How does dovecot determine users from /etc/passwd?
We're using dovecot on a help desk ticketing system. The system
doesn't perform any cleanup of IMAP mailboxes so we have a regular
cronjob doing this:
/usr/bin/doveadm flags add -A '\Deleted' SEEN SENTBEFORE 12w &&
/usr/bin/doveadm expunge -A DELETED MAILBOX '*'
Recently, doveadm has been reporting this:
doveadm(nobody): Error: User initialization failed:
2017 May 26
2
Not possible to chown as guest?
On 5/27/17, Rowland Penny <rpenny at samba.org> wrote:
> On Sat, 27 May 2017 03:45:00 +0900
> john smith via samba <samba at lists.samba.org> wrote:
>
>>
>> It might be. However, the primary issue for me is to explain why
>> can't I perform a chown operation with guest user. Is it
>> fundamentally forbidden or is there a quirk?
>
> I suppose
2017 Mar 21
2
Can connect and work with Samba share from Windows host, but "net view" returns "System error 6118"
Hello
I'm running Samba 3.6.6 on a Debian appliance on a private LAN.
Here's the host's /etc/samba/smb.conf:
==============
[global]
workgroup = WORKGROUP
netbios name = LINUX
security = user
map to guest = Bad User
;default user = nobody
hosts allow = 127.0.0.1 192.168.0.0/24
hosts deny = 0.0.0.0/0
log level = 2
wins support = yes
local master = yes
preferred master = yes
2017 Jun 19
5
[4.2.14-Debian] Smbd not listening on 192.168.0.x on cold start
So it looks like the init script in the Samba package in the Debian
repository needs to be edited for a non-DC home server.
--
View this message in context: http://samba.2283325.n4.nabble.com/4-2-14-Debian-Smbd-not-listening-on-192-168-0-x-on-cold-start-tp4720131p4720160.html
Sent from the Samba - General mailing list archive at Nabble.com.
2016 Mar 23
4
Setting up replication?
I'm trying to set up replication between two servers and I've hit a
snag. I have two users and am using mbox files. If anybody has a
sample config file for a simple system like mine I would really be
grateful to see it.
Thanks,
The error I'm getting is:
Mar 23 14:07:31 knute2 dovecot: doveadm(192.168.3.100,nobody): Error:
user nobody: Initialization failed: Namespace
2016 Apr 21
2
Setting up replication?
On 4/21/2016 04:33, Aropalo Tommi wrote:
>> I'm trying to set up replication between two servers and I've hit a
>> snag. I have two users and am using mbox files. If anybody has a
>> sample config file for a simple system like mine I would really be
>> grateful to see it.
>> Thanks,
>> The error I'm getting is:
>> Mar 23 14:07:31 knute2
2013 Feb 07
4
why "object 'x' not found"?
Dear Listers,
I try to change the structure of my data. i have an indicator-matrix and
want to end up with a factor.
i have
v1 v2 v3
1 0 0
0 1 0
0 0 1
and want
v1 v2 v3 v4
1 0 0 1
0 1 0 2
0 0 1 3
amongst other things i tried the following
d <- data.frame(d1=c(1,0,0), d2=c(0,1,0), d3=c(0,0,1))
d$nr <- NA
sapply(1:3, function(x)
2006 Feb 09
6
Xen and name based virtual hosting?
Hello,
is it possible to set up name based
virtual hosts (domains) with Xen?
I have read that every domain get''s
its own IP address. Is it possible
to set up a Xen Server with one
global IP address for all the virtual
hosts (domains)?
Thanks in advance,
Winfried
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
2013 Oct 07
2
[3.6.8] XP fails with error 1326
Hello
I've googled and experimented for the past few hours but am still stuck
trying to simply share a temporary directory in read-only with anyone on the
LAN.
Here's the smb.conf I'm using:
==================================
/etc/samba# cat smb.conf
[global]
workgroup = WORKGROUP
encrypt passwords = yes
;wins support = yes
;log level = 1
;max log size = 1000
;read only = no
guest
2003 Jan 29
1
Scoping rule problem -- solved
Thanks to some comments from Brian D. Ripley, I found my error:
I should not have given a data argument to lm() after creating a
formula-object. This obviously confused things...
Thanks again, I've really learnt again a bit more on R-programming...
Cheers, Winfried
---------------------------------------------------------------------
E-Mail: Winfried Theis <theis at
2017 May 17
4
Upgraded > Samba no longer listening on 192.168.0.x
Hello
Since I last ran "apt-get upgrade" on a Debian host which upgraded Debian to
8.8 and Samba to 4.2.14, Samba is no longer listening on the 192.168.0.x
network after waking up from suspend mode. As a result, it's not listed in
Windows' Network Neighborhood and, thus, not reachable from a Windows host
where a backup job is running that uses the Debian host as a file server.
2004 Mar 25
3
subsetting based on vector
Dear R users;
I am trying to write a small program which reads in a data set, and selects
observations from certain years before the analysis. I have a problem
including the selection criteria in the header of the program.
Here is the problem;
dataFIT<-function(MODEL, MARGINS, yearConsidered){
library(foreign
CovPaper<-read.spss("C:/Data/data.sav")
NewData <-
2002 Aug 06
2
help with lagged scatterplot
Hi,
How do I can make a lagged scatterplot of two variables:
Yt (nao) versus Xt-h (mei)
if they have the following structure:
>series
mei nao
Jan 1950 -1.036 0.55
Feb 1950 -1.133 3.31
Mar 1950 -1.259 0.81
Apr 1950 -1.027 1.60
May 1950 -1.399 -1.73
Jun 1950 -1.366 1.26
Jul 1950 -1.300 -0.87
.
.
.
I've tried with lag.plot but I don't understanf how to use it
Thanks in
2001 May 02
2
rcode and latex
I have discovered the listings package for including code in your latex
documents. The default languages do not include R or Splus, but the
definition is pretty simple, this is what I did for R:
\lst at definelanguage{R}%
{morekeywords={TRUE,FALSE,T,F,NA,NULL,Inf,NaN,library,%
attach,detach,source,while,for,in,%
repeat,switch,break,next,return,stop,function,%
if,else,warning,error},%
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
Hello,
Noticed a couple of problems with the rsync testsuite. I have included
a possible patch for each problem (attached & inlined.)
The first problem is that on OpenBSD when make test is run and tests
are skipped you see messages like this:
cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped": No such file or directory
SKIP chown ()
After my patch, you get the appropriate
2000 Aug 31
2
Multiv / hierclust / plclust
I use hierclust (hierarchical clustering) in multiv package. In the
documentation it is said that plclust (plotting a dendrogram) is
available in S-plus. Can I find it anywhere (I have searched through
http://lib.stat.cmu.edu/S and found only quotations of plclust in
multiv) or is it only part of the S package (which I don't have)?
Thanks
---------------
Charles RAUX,
Laboratoire