similar to: Equivalent of "net send" command

Displaying 20 results from an estimated 5000 matches similar to: "Equivalent of "net send" command"

2003 Dec 17
4
Netbios ?
I am trying a "netstat | grep netbios" and receive nothing back. I tried "netstat | grep 139" and nothing as well. I have the correct netbios ports in /etc/services. Does anyone know to make this show up with a netstat or have those services running? I believe this may be my problem with the mapping of samba shares to the client. Any help would be appreciated, Dan
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 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.
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:
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.
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
2007 Oct 24
3
fetchmail log messages I don't understand
I see these messages every time fetchmail pops my mail. I don't understand what certificates it is talking about, or how to straighten this out. fetchmail: Server CommonName mismatch: localhost != mail.mydomain.com fetchmail: Server certificate verification error: self signed certificate fetchmail: Server certificate verification error: certificate has expired What do I need to read up on
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
2002 Jan 20
2
Major problems
I am having major problems on one of my file-servers. I have the root filesystem on an Ext3 software RAID 1 between four SCSI drives. It had been running for about two months without problems, but today I found it was having some trouble with unlinked inodes and I/O errors on certain files. I took it down to single-user mode, and ran fsck on it. That operation mixed up files like /etc/hosts with
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
2006 Oct 09
2
understanding decorrelation
Hi FLACers I'm studying music production and am currently doing an analysis of the FLAC format. If anyone has the knowledge and a minute to explain i would greatly appreciate any help. One thing that i cannot make sense from in the FLAC documentation (a thing that is hard to find info on in general) is how the decorrelation fase works exactly. I understand that the two channels in a stereo
2011 Aug 02
3
Clean up a scatterplot with too much data
I'm working with a lot of data right now, but I'm new to R, and not very good with it, hence my request for help. What type of graph could I use to straighten out things like... http://r.789695.n4.nabble.com/file/n3711389/Untitled.png ...this? I want to see general frequencies. Should I use something like a 3D histogram, or is there an easier way like, say, shading? I'm sure these
2010 Mar 02
1
[LLVMdev] parameter attributes and function types
On Mar 1, 2010, at 09:56, james woodyatt wrote: > On Mar 1, 2010, at 04:43, Duncan Sands wrote: >> >> Where exactly? I don't see it in the online version. > > See <http://llvm.org/docs/LangRef.html#t_function> and look at the second example: > > float (i16 signext, i32 *) * > > Pointer to a function that takes an i16 that should be sign extended
2006 Feb 18
4
Basic question: Where to initialize a flag?
I have found that if I initialize a flag in my controller (under def Initialize), it appears everytime I call a controller action, the flag is set to the initialize value (even though I''m not calling the initialized action). Am I observing this clearly? I don''t think I should initialize a flag in the index file. So where? Specifically, I want to know if this action is a
2006 Aug 16
5
Rails theory question, where to put a join query
The is something I wrestle with a bit when I construct joined queries.. Perhaps some experienced insight will straighten this out for me. Say you have two tables with two models, ''authors'' and ''posts''. an author has_many posts, a post has_one author. You need methods to do the following queries: find_author(postid) find_posts(authorid) And you are doing a
2011 Nov 01
1
looking for Dovecot-code + SQL consultants
Hi, We're using Dovecot2. Trying, given our own spread-too-thin bandwidth, to make it work within our evolving SQL application environment. When there's a problem, we post to this list (e.g., http://www.dovecot.org/list/dovecot/2011-October/061609.html), but aren't getting any/timely responses. We've decided to look for a consultant (hourly or retainer) that can be available
2007 Nov 20
1
:allow_nil validation vs. blank?
I think I must be doing something wrong... when a form returns params to the controller, empty fields appear to be returned as blank, not nil. so what''s the point of an :allow_nil=>true setting on a validation? it fails because blank is not the same as nil. i would expect either returned empty fields to be nil, or :allow_nil to really be :allow_blank. otherwise i have to do a search