Displaying 20 results from an estimated 10000 matches similar to: "Netbios ?"
2003 Dec 13
1
Mapping CIFS/Samba problem
All,
The Windows 2000 client is on my side of the firewall (the error message is: "remote computer is not available"), the Windows XP client is on the other side of the firewall, (the error message is: "The specified network name is no longer available"). I am able to ping both the IP address and server name of the CIFS/Samba server. I cannot perform the mapping, via Map
2003 Dec 16
1
Mapping Problem
All,
The Windows 2000 client is on my side of the firewall (the error message is: "remote computer is not available"), the Windows XP client is on the other side of the firewall, (the error message is: "The specified network name is no longer available"). I am able to ping both the IP address and server name of the CIFS/Samba server. I cannot perform the mapping, via Map
2004 Sep 09
1
read write - yes .. but delete - No
How is it possible to set for a file that a user can read,write but not delete
it ?
I'm using a xfs filesystem and samba3.0.4 with ACL's support included.
--
Xavier
mailto: x.poirier@free.fr
2005 Sep 21
1
get quota command
I'm running samba 3.0.13 on a debian box, sharing out NFS filesystems
from a solaris box. I know, bad idea.. file locking, etc... non-issues
at the moment.
I've discovered that if I make a share from a local filesystem,
the PC's mounting the share see their quota (hard limit, not
soft which is another matter) as their capacity and their
appropriate free space... this is good.
2004 Jan 17
2
Equivalent of "net send" command
I recall there being a command under linux, that I believe was a part of the
Samba suite, that allowed you to send messages to other machines, like one
would do using "net send" on an XP box, for instance. I have been trying to
figure out what that command was, but I cannot find it in the docs. I must
not be looking in the right place! Can anyone straighten me out?
Thanks!
-Josh
2004 Nov 08
2
Samba 3.0.8 Available for Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This is the latest stable release of Samba; the version
that production Samba servers should be running for all
current bug-fixes. There have been several important issues
fixes since the 3.0.7 release.
Common bugs fixed in 3.0.8 include:
~ o Compile fixes for HP-UX
~ o Fixes for the printer publishing code used when joined to
~ an AD domain.
2003 Oct 27
3
Connecting without smbpasswd file
Hi;
We've recently upgraded from Samba 1.7 to Samba 2.2.8 and we're using Samba
to allow our users to connect to their Unix home directories from their
PC's. Under 1.7 users were able to connect by mapping a drive from windows
explorer and entering their unix username and password. Now, when we do
this we get a "Incorrect password or Unknown username" error message.
2000 Sep 07
2
scp -2 patch
I can't see why there shouldn't be a '-2' flag for "scp" when there's one
for "ssh". Am I missing something here?
Attached is a very simple patch for scp.c and scp.1 that introduces a '-2'
for scp.
Stefan Norberg
stnor at sweden.hp.com
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name:
2004 Sep 08
6
Samba 3.0.6 Problems w/AD and Kerberos
Running into a lot of people upgrading to the 3.0.6 package that all
of a sudden begin to experience the "Failed to verify incoming
ticket!" errors etc., that are generally associated with a kerberos
package incompatibility.
However many of these people are running later versions of kerberos
*and* reverting to a previous version of Samba appears to fix the
issue. Is there something new
2010 May 14
3
SAS for R-users
There are loads of resources for users of any other
statistics package who are learning R. For example
http://www.google.com/search?q="r+for+sas-users"
The reverse isn't the case
http://www.google.com/search?q="sas+for+r-users"
Having heard rumors of how unelegant other statistics
packages are, I don't see why any R-user would
ever want to switch to anything else.
2006 Nov 06
2
Two uplinks, two networks and policy routing help requested
I am hoping that someone with more experience and knowledge than I can
assist me in finding a solution ;)
We have a RedHat AS4 box with 5 interfaces. Two interfaces serve two
different networks and two interfaces connect to two different uplinks.
The fifth interface is our management interface.
Since a picture is worth a thousand words I attempted to come up with a
diagram:
2003 Oct 27
2
Problem with user level security using [homes]
Hi, I've been trying to setup a "user" only access samba server for my
customers to publish their websites through instead of ftp. We
provide for many different networks that are in many domains that we
don't own, so it seems the "user" security model is the only thing that
would work for us.
However, I've tried many different combinations of restrictions but I
2003 Oct 28
2
Configuration options used in compiling Debian Samba 3.0 packages
Sorry if this is more a Debian question than a Samba one. Are the Debian
binary packages for Samba 3.0 on the Samba site compiled with active
directory and kerberos support? Is there a general way to tell what options
were used when compiling Debian packages?
Gary Vetter
ND Retirement and Investment Office
701 328-9879
2009 Oct 01
1
rsync file corruption when destination is a SAN LUN (Solaris 9 & 10)
I have run into a problem using 'rsync' to copy files from local disk
to a SAN mounted LUN / file-system.
The 'rsync' seems to run fine and it reports no errors, but some
files are corrupted (check-sums don't match originals,
and file data is changed).
So far, I have found this problem on both Solaris 9 and Solaris 10
OSes and on several different models of
Sparc systems
2011 Jan 26
2
applying a set of rules to each row
All,
I would like to apply a set of rules to each row of the sample data set
below. The rule sets are the guidelines for determining an individual's
date for retirement eligibility. The rules are found in this document,
http://www.opm.gov/feddata/RetirementPaperFinal_v4.pdf. I am only
interested in the top two categories for retirement eligibility, the
CSRS and FERS plans.
The data set has
2018 Oct 02
3
UTF-8 conversion speed
At CPPcon last week, I saw a talk by Bob Steagall called
"Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics."
Part of this talk included data from a half-dozen or so conversion
libraries... one of which was labeled "LLVM".
The LLVM converters were invariably the slowest.
On Windows, the mbtowc (or something like that) syscall was pretty good.
Steagall's
2018 Oct 03
2
UTF-8 conversion speed
On 02/10/18 22:58, Friedman, Eli via llvm-dev wrote:
> On 10/2/2018 2:27 PM, via llvm-dev wrote:
>> At CPPcon last week, I saw a talk by Bob Steagall called
>> "Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics."
>> Part of this talk included data from a half-dozen or so conversion
>> libraries... one of which was labeled "LLVM".
>>
2003 Feb 21
2
One last windows/linux question
One last windows/linux question...
We have an exchange server, only accessible by the exchange protocols. I.E.
no pop, no Imap, and no web. What can I use Linux side to connect to this?
(here's my attempt, to be the only one on the network NOT to use windows)
J
2010 May 12
2
Data Mining Survey
Dear R-Helpers,
SAS Institute just mailed out the notice below regarding a survey of
people who do data mining. To help keep the survey from becoming biased
toward commercial software, I thought it would be good to post it here
as well.
Cheers,
Bob
Fourth Annual Data Miner Survey
Rexer Analytics has asked statistical and data mining software vendors
to forward this survey as a courtesy. (SAS is
2008 Jun 17
6
Insert raster image into an R graphic
Dear useRs:
Is there a way to include a raster image (e.g., .gif, .jpg, .bmp) representing
a company logo, a school logo, etc. into an R graphic? For example, it would be
nice to be able to include the logo of the school into the charts that a
student produces for her dissertation. Similarly, while working on a
competitive analysis, it would be nice to be able to replace the names of the