Displaying 20 results from an estimated 31 matches for "vity".
Did you mean:
city
2002 Nov 22
1
simplex problem (PR#2317)
...lex,package=boot)
> # from the resulting article
>
> # This example is taken from Exercise 7.5 of Gill, Murray,
> # and Wright (1991).
> enj <- c(200, 6000, 3000, -200)
> fat <- c(800, 6000, 1000, 400)
> vitx <- c(50, 3, 150, 100)
> vity <- c(10, 10, 75, 100)
> vitz <- c(150, 35, 75, 5)
> simplex(a=enj, A1=fat, b1=13800, A2=rbind(vitx, vity, vitz),
+ b2=c(600, 300, 550), maxi=TRUE)
Error: couldn't find function "simplex"
>
2012 Nov 16
0
samba4 ad problems
Hello,
i have a samba4 ad domain with 5 domain controllers.
Since 2-3 weeks, i have problems with kerberos, log.samba:
[2012/11/16 16:21:11, 1] ../source4/auth/gensec/gensec_gssapi.c:645(gensec_gssapi_update)
GSS server Update(krb5)(1) Update failed: Miscellaneous failure (see text): Decrypt integrity check failed
[2012/11/16 16:21:12, 2]
2015 Aug 26
3
Meaning of user.DOSATTRIB
I have the following attributes for a typical file on my redirected folders
residing on my Samba4 AD/DC:
$ getfattr -d "Newletters/Newsletter 2013-09.docx"
# file: Newletters/Newsletter 2013-09.docx
user.DOSATTRIB=0sMHgyMAAAAwADAAAAEQAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPnD7jBHStABAAAAAAAAAAA=
What do these characters mean? I'm searching for a particular attribute. I have
found
2007 Nov 27
3
Big problems with 3.0.24-6etch6 Debian packages
Hi,
I'm using Samba as a PDC with roaming profiles on a Debian Etch machine,
the clients are Windows XP/2000 machines.
I just installed security upgrades with aptitude, and this upgraded all
samba 3.0.24-6etch4 packages to 3.0.24-6etch6 (except for samba-doc
which was upgraded to 3.0.24-6etch7).
Immediately after the upgrade, my users could not load their profiles at
login anymore. Errors
2003 Jul 29
1
oplock problem on NTUSER.DAT (fwd)
---------- Forwarded message ----------
Date: Tue, 29 Jul 2003 19:40:48 -0400 (EDT)
From: Rashkae <rashkae@tigershaunt.com>
To: Marco De Vitis <starless@despammed.com>
Subject: Re: [Samba] oplock problem on NTUSER.DAT
Hi Marco
Try to veto oplocks for that file.
In the global section of your smb.conf, add the following
veto oplock files = /NTUSER.DAT/
Let us know if that changes
2015 Aug 26
1
Meaning of user.DOSATTRIB
OK, thanks, I've seen such an attribute correlation list elsewhere. So what does
the 65 character string mean?
user.DOSATTRIB=0sMHgyMAAAAwADAAAAEQAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPnD7jBHStABAAAAAAAAAAA=
Obviously this isn't a bunch of 0x1's and 0x2s bit fields (or are they?).
These attributes are from a file on the Redirected Folders directory hosted on
the Samba4 AD/DC. I
2015 Aug 26
0
Meaning of user.DOSATTRIB
Hai,
This is al about samba ea ( extended attibutes ) support.
Samba can map attibutes in two ways:
Mapping DOS file attributes to UNIX permissions
Storing the DOS attributes in extended file attributes
The user.DOSATTRIB extended attribute contains a bit field indicating the state of each DOS attribute:
Read-Only = 0x1
Hidden = 0x2
System = 0x4
Archive = 0x20
and in smb.conf related
2003 Jul 01
0
Re: Winpopup message to all user on a PDC
Ok that is pretty much what I do..
Except.. Most of my net sends don't end up working.. They fail unless I
explicitly do a nmblookup and specify the broadcast to find that
computer..
Seeing how im dealing with the entire contents of 10.x.x.x around
20,000 computers that I may have to contact for some reason.. Its easy
for me to know there netbios name.. As its there login name.. However
2004 Sep 22
1
Log level and debug classes
Hi, I quote from the smb.conf man page:
------------------------------------
log level (G)
The value of the parameter (a astring) allows the debug level (logging
level) to be specified in the smb.conf file. This parameter has been
extended since the 2.2.x series, now it allow to specify the debug level
for multiple debug classes.
[...]
Example: log level = 3 passdb:5 auth:10 winbind:2
2005 Oct 11
1
Group mapping only working for initial group?
Hello,
on my Samba 3.0.14a PDC (Debian Woody) I created a local unix group
named "gpusers". Then I mapped it to a new NT domain group named
"GPPower":
# net groupmap add rid=1005 ntgroup="GPPower" unixgroup=gpusers
Then added a user "mdv", who already had its own initial group "mdv", to
the new gpusers group:
# usermod -g mdv -G gpusers mdv
2008 Jan 17
0
Re-2: Re: Windows XP always see folder with read-only attribute set
hi hector
adding the following to smb.conf should cure the problem
map read only = no
regards
-----------------------------------------------------------------------------
Damien Dye BSC(hon)
IT and Telecommunications Engineer
Mckenna Group
Lawn Road Industrial Estate
Lawn Road
Carlton-in-Lindrick
Worksop
Nottinghamshire
United Kingdom
S81 9LB
Email : damiend@mckennagroup.co.uk
Tel :
2008 Jan 30
1
Cannot add machine account
Hi,
I'm running Samba as a PDC on a Debian Etch machine (3.0.24-6etch9).
It's been some time (months, maybe 1 year) since I last added a new
machine to the domain, but I'd need to do it today and I'm getting an error:
#>pdbedit -a -m Woodstock-VMXP
tdb_update_sam: struct samu (woodstock-vmxp$) with no RID!
Unable to add machine! (does it already exist?)
The machine does NOT
2010 Aug 27
1
Set password expiration date
Hi,
I'm using Samba 3.2.5 on Debian Lenny, and I need to set the password
for a certain user to expire on a specific date (not "now", it's a date
in the future).
When I was on Debian Etch I could use this:
pdbedit -r -u user --time-format=%d-%m-%Y --pwd-must-change-time=<date>
But it seems this option for pdbedit is not available anymore in the
Samba version included
2009 Jun 19
2
Manipulate solution of simplex
Hi,
I need some help. I'm doing a project that demands me to obtain several
simplex solutions and I would like to can keep the solution in a vector or
something to be able to use it after I get it.
The comand simplex() prints the solution but how can I keep it?
Another alternative would be to export it to excel, how can I do this?
I just see the solution and have to note it on a paper or
2003 Apr 17
1
An OK too much when starting smb service
Hi, I've got a question, mostly out of curiosity, because my Mandrake
Linux 9.0 + Samba 2.2.8a is actually working fine.
Whenever I (re)start Samba by issuing "service smb start", I get the
following output:
[root@localhost marco]# service smb start
Avvio servizi SMB: [ OK ]
Avvio servizi NMB:
2005 Jul 08
0
izbalancing - a GNU/Linux Firewall/Router Bash Script feauturing Incoming/Outgoing MultiHomed/LoadBalanced Subsystem Management
Hello,
i wrote a simple but useful (i hope) bash script featuring a easly and
fastly configuration method for implementing a Linux Gateway feauturing
Incoming/Outgoing MultiHomed/LoadBalanced Subsystem Management.
I want share this little script.
you can download a copy from the following address:
http://www.initzero.it/products/opensource/izbalancing/download/izbalancing
just save it in your
2007 Mar 04
1
Change user IDs on Samba PDC
Hi,
I've got a Samba 3.0.24 Debian server which I'm currently moving to a
new hardware. It uses tdbsam as password backend.
So, while looking at configuration files, I was thinking: is there a way
I could change the Unix UIDs for some users, without breaking anything?
The problem is that, since migrating from a different Linux distribution
a long time ago, I still have some UIDs and
2004 Sep 20
1
Audit
Hello,
I'm using Samba 3.0.7, and I'd like to keep logs of open/delete/etc.
files, to be able to tell which user accessed a particular file at a
certain moment, and so on.
Samba logs are a bit confusing for this purpose.
I thought the audit VFS module was best suited for the task, but I
encountered some problems:
1. it does not clearly report which user did each action. Ok, it reports
2005 Nov 25
1
Red X and guest user message in logs
Hello,
I have a Debian Sarge machine running Samba 3.0.14a as PDC and file server.
Everything runs smoothly, except for a random problem: users (on
Win2000Pro clients) are often seeing a red cross on the main network
share, as if it was disconnected. This red X seems to come and go at random.
The red cross would not be a big issue itself, but it has an annoying
consequence: when it appears,
2004 Sep 23
3
VFS Extended Auditing Module Debug Information
Folks,
Given recent discussion on this list I have just updated the master Samba-Docs
information regarding the Debug Class (Log Level) settings and the audit
information each causes to be logged. This will appear in on-line versions of
the Samba-HOWTO-Collection within 24 hours. To obtain an updated version
point your browser at:
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf