similar to: Net Watcher vs. SWAT

Displaying 20 results from an estimated 10000 matches similar to: "Net Watcher vs. SWAT"

2006 Feb 13
2
[PATCH] Allow generic autocompleter (Ajax.Watcher)
Hey. Below is a patch to allow generic Ajax.Autocompleters. Basically it''s for people who wanna be able to watch an input for changes, but don''t want it to pop up an autocompleter box below. Useful for live previews, that kind of thing. Someone''s gonna have to fix the tabstops. I couldn''t be arse to work out how to make vim do the softtabs properly. Spaces for
2007 Apr 26
1
Asterisk brute force watcher (was FYI)
> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of J. Oquendo > Sent: Thursday, April 26, 2007 6:47 AM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [asterisk-users] Asterisk brute force watcher (was FYI) > > Steve Totaro wrote: > > I suspect that
2006 Mar 01
4
[Fwd: [PATCH] Allow generic autocompleter (Ajax.Watcher)]
Patch to allow generic Ajax.Autocompleter-style textbox watchers. Forwarded for "[Rails-spinoffs] Delayed input posting" -Rob _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2005 Mar 22
1
SWAT and cups printing.
I have been using swat for a really long time. This is the first I have ever REALLY caught it doing something wrong. In the latest version of SAMBA, with swat compiled at the same time (with the explorer patch added afterward) I am fairly certain, I have found and issue. I am tooling along, I use swat to add a share. No problems, share works fine. About 10 minutes later, I start getting phone
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
I thought this can be useful to someone, so here it goes. I am using automatic SysVol replication with the help of "watcher", a recursive incron. https://github.com/splitbrain/Watcher "Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read ini
2002 Aug 04
1
WebMin vs SWAT
Since I have not been able to get swat to work when I was installing webmin I noticed that it will configure samba! Are there any pros or cons to either one? Thanks Steffan --------------------------------------------------------------- T E L 6 0 2 . 5 7 9 . 4 2 3 0 | F A X 6 0 2 . 9 7 1 . 1 6 9 4 Steffan A. Cline Steffan@ExecuChoice.net Phoenix, Az
2004 Mar 15
0
SWAT vs. idealx
Has anyone else had problems with SWAT borking your smb.conf file if you specify your smb.conf scripts section like idealx suggests? For example: add machine script = /usr/local/sbin/smbldap-useradd -w "%u" When I save that from SWAT, I lose the script parameters inside quotes. This caused me some aggrivation this morning when I thought everything else worked just fine but the
2007 Nov 15
0
4 commits - libswfdec/swfdec_asbroadcaster.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_frame.c | 14 ++ libswfdec/swfdec_as_frame_internal.h | 3 libswfdec/swfdec_as_function.c | 12 -- libswfdec/swfdec_as_interpret.c | 1 libswfdec/swfdec_asbroadcaster.c | 3 test/trace/arguments-5.swf |binary test/trace/arguments-5.swf.trace | 82 +++++++++-------- test/trace/arguments-6.swf |binary
2001 Dec 06
0
FW: Was: Win98SE and Samba 2.0.10 Problems
Well as a further to my last, I broke down and put a copy of Win98SE on a spare HDD in my Mandrake server box. First moment it was up and running, I tried to transfer the files between the two problem computers and BINGO! It worked. So sadly I must assume that the problem must lie on my Linux server :( As I have previously tried both Mandrake 8.0 and Redhat 7.1 and end up with the same transfer
2001 Dec 03
0
Was: Win98SE and Samba 2.0.10 Problems
Well the weekend didn't bring any solutions to this unhappy camper. I spent most of my time trying to narrow down the problem again. I started out by installing a quick copy of ZipSlack on the Win98SE machine to determine once and for all if the problem was a Windows problem or not. Well, I tried a simple FTP from the ZipSlack to my Mandrake 8.0 server and it hung up like in Windows. So I
2001 Nov 30
1
Win98SE to Samba 2.0.10 Problems
Thanks for the answers so far but I haven't been able to come up with an solution yet :( Some new info (see bottom of email for history): 1. I upgraded to 2.0.10 on my Mandrake 8.0, no change to the transfer problem. 2. I attempted to ftp a file from the Win 98SE PC to my Samba Server, didn't work. So I can assume that it is not specifically Samba problem. 3. I have changed the NIC cards
2001 Nov 28
1
Samba 2.0.7 and Win98SE
I have been having an irritating problem with my home network. My network consists of 1 PC running Mandrake 8.0 as the file server with Samba 2.0.7, three PCs running Win98SE and one PC running Win XP. I have had the network running for almost two years in various OS configurations and for the most part have had smooth operations. However, my problem comes when I try and copy, move, or save any
2005 Aug 21
3
Large disk image boot. Any suggestions%2
>I tried the commands that you have presented and I running into >problems. I tried the ideology that you presented with both 32 and 16mb >configurations with no luck. Is there something that I'm missing? > >The win98se boot disk boots (just downloaded it from bootdisk today) so >I used that as a based for the boot file. > >Item 8c works fine (1.44 image) but 8b
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs. This used to work before I moved these groups into an LDAP directory instead of /etc/group: [scarolan at watcher:/var/cvs]$ touch test.txt touch: cannot touch `test.txt': Permission denied [scarolan at watcher:/var/cvs]$ ls -ld drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 . [scarolan at watcher:/var/cvs]$ id scarolan
2006 Oct 15
0
Could not find the association
Hey peeps, I have the following models: class Profile < ActiveRecord::Base has_many :tracks, :through => :watcher has_many :watchers end class Watcher < ActiveRecord::Base belongs_to :profile belongs_to :watchable, :polymorphic => true end class Track < ActiveRecord::Base has_many :watchers, :as => :watchable, :dependent => :destroy has_many :profiles, :through
2001 Oct 04
4
wine wount do anything
Yello I use (or try to use :) wine 20010824 (installed from MDK rpm). If I try to run a app i get: #wine notepad.exe Warning: could not find wine config [Drive x] entry for current working directory /home/enrique/.wine; starting in windows directory. Loading required GL library /usr/X11R6/lib/libGL.so.1.2 And nothing more happens. My system conf: Linux Mandrake 8.0, kernel 2.4.8-24mdk, XFree
2015 Jan 19
1
Meaning of core show hint output
Hi all If I have the following in my dialplan: exten=>25001,hint,SIP/25001 Doing a core show hint 25001 results in 25001 at local : SIP/25001 State:Idle Watchers 0 1 hint matching extension 25001 in the Asterisk CLI. What does the Watchers 0 mean? I use the hints table output via core show hints for logic in my dialler application - but
2006 Nov 23
0
snom subscriptions issue on WRT (2)
Nothing better, I tried some solutions, but nothing is changed. After some minutes, or after an asterisk reload , it loses all my snom subscriptions... I have an asterisk 1.2.1 on my WRT54GL , all is ok, and I use SNOM 320 as sip phones. When they boot up the subscriptions are ok, and asterisk can see their subscriptions, but when I run some of the commands above, they lose the subscriptions
2012 Mar 26
0
A very strange SWAT: unix and samba password
Hi all, My setup is: Ubuntu 10.04.3 LTS Samba/Swat 3.4.7~dfsg-1ubuntu3.8 I apply min password age both on Unix and Samba. I test SWAT and it seems to be working fine, except after few days I notice that changing password from SWAT doesn't modify the "Last password change" on unix password. As the result now the info on my account is: - Unix last password change: Mar 25, 2012 -
2003 Apr 10
1
vfat / ftruncate problem
I recently added a 60Gig HD to my little linux server at home with the intention of sharing it via Samba to all my PCs which run Windows 98SE. I really want to use vfat file system on it. The server is running Mandrake 8.1, so kernel 2.4.something, and the Samba that came with it. Much to my disappointment I quickly discovered poor performance copying files to it, the copy is like slow to get