similar to: User Addition Automatically

Displaying 20 results from an estimated 30000 matches similar to: "User Addition Automatically"

2000 Jul 01
1
Bugfix patch for vorbize, compat patch for grip
Hey. Last night I hacked grip so that it'd allow me to use vorbize and comments with grip. It's very ugly because grip'd need a bit of rearrangement in order to facilitate the way the vorbis comments work (that is, the comments are not added in after the encoded file has been written). Any one who wants to use it should patch grip-2.94 (http://www.nostatic.org/grip), and make sure you
2017 Jun 05
2
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On Mon, Jun 5, 2017, at 01:22 PM, Michael Maier wrote: > > Do you have any idea where to start to look at? Adding additional output > in the source code? Which functions could be interesting? I may add own > debug code to see why things are happening as they happen here. The logic for T.38 negotiation lives all in the res_pjsip_t38 module and the request to negotiate works using a
2012 Aug 14
8
Custom Providers and Environmemts.
I''ve installed the puppet labs lvm module. After fixing the missing "}" at line 20 in init.pp (really?!?!), I''m getting this:'' err: Could not retrieve catalog from remote server: Error 400 on SERVER: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type physical_volume at /truth/sauce/env/prod/modules/role/manifests/common.pp:43
2011 Aug 23
1
Testing Specific Hypothesis
Hi All! I am interested in testing whether the means for the data I am investigating are equal to a specific value - let's say 0.01. I have already run a one-way ANOVA and know that the differences in the means are not significant, so now I want to know what values the means take on. "otestme" is the data I am working with (it would be hard for me to get into a form that would be
2007 Feb 21
4
CentOS 4.4 on Dell PE 6400 - not rebooting ...
Hi All, This is my first post ... I *HAD* been trying to get RHEL AS 4 onto this Dell PE 6400/700, but it just wouldn't go without some weird tweaking. I am VERY happy to say that CentOS 4.4 installed without a hitch! NICELY done folks! The only real issue for me is that the machine fails to reboot or shutdown correctly. It requires physical interaction with the power switch,
2002 Sep 17
1
Question about rsync
Hello All, I've been getting an error using rsync that I've been trying to track down the cause of, but haven't been able to solve yet. When I try to connect to a remote rsync deamon, using a double colon address like 192.168.0.2::classes to copy files in either direction, I get this error after a timeout. @ERROR: chroot failed rsync: connection unexpectedly closed (128 bytes
2004 Feb 19
2
New to Samba
I am new to samba but becuase I use squid and I want to track my authenticated users I installed samba 3 but keep hitting dead ends on how to add it to the domain etc. I can't seem to even get the smbd to startup. I got swat keying into the smb.conf but it ended up in another directory so I don't think that is configured. I can't even find good documentation to see if samba is even
2017 Jan 13
4
[SERVER UPDATE] Moving clang, clang-analyzer, libcxxabi, libcxx ... websites to new server
> On Jan 13, 2017, at 12:35 PM, James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Thu, Jan 5, 2017 at 5:26 PM, Tanya Lattner via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Are you fixing the SSL problem? > Yes. The new server will have SSL support for all websites and have an updated certificate. >
2012 Jun 18
1
Slide Show (S9) v1.1 Update - More Template Packs (Deck.js, Impress.js, CSSS, Slidy2, etc.)
Hello, If you're interested in authoring your presentations/slide shows in Markdown, you might check out the Slide Show (S9) gem in Ruby. A simple slide show looks like: What's Slide Show (S9)? ======================= A Free Web Alternative to PowerPoint and KeyNote in Ruby Getting Started in 1-2-3 Easy Steps =================================== * Step
2004 Sep 15
2
auto Sync username when connecting SMB using winbind feature
I have question, if I have about 500 Active Directory users on my network and I would like them to connect to my Linux server via SMB from MS Windows box. Would there be any way where I can setup an auto mount of the users home directory on the Linux Server, so I can avoid adding 500 users to the Linux server? Thanks, ________________________________ Puneet Talwar Contractor/CIPS Unix
2002 Jul 26
1
User has no privileges to add printer or even change his wallpaper
Hello I have a question related to Samba + Win2k Workstations. I have replaced a Win2k server by Samba (2.2.4). Everything was fine: the users could login and access shares, but they could not connect to printers shared on another Win2k workstations and even could not change their wallpapers. Since I needed to do that work fast, the solution I could find to this situation was to give to all
2004 Sep 10
2
deafening silence
if your talking id3v1, something along the lines of (in bash): for f in *.flac ; do tail -c 128 $f > tag && flac-0.8 -d $f ${f%*.flac}.wav && flac-0.9 -V ${f%*.flac}.wav $f && cat tag >> $f ; done should work. of course, test it before you set it loose on your whole collection. if you're on windows, my condolences... no wait, just get cygwin :) Josh ---
2015 Sep 15
4
[PATCH 0/4] efi: Makefile improvement
2015-09-15 13:57 UTC+02:00, Patrick Masotta <masottaus at yahoo.com>: >>>> > > What's the default strategy for checking out new gnu-efi sources? > > We should have a way to set the version we want to work with > > and only update when we want to do so. > > That's true. All I did in these patches was to inline those shell > scripts in the
2010 Aug 11
1
Adding points sequentially to multiple graphs in one window (device)
Dear R-help list: I have want seems to be a simple task, but can't find a solution. I tried querying the archives, but did not succeed. My goal is to set up two (or more) graphs in one graph window, and then during execution of a sequential algorithm add points sequentially to these graphs. The graphs have different scales / coordinates. I use the par(mfg...) command to switch between
2004 Dec 12
1
can you automatically add a DNS entry when using "net" to join AD
I looked through the net man page and googled with no luck...I was wondering if it is possible to have a DNS entry created for the machine I add using "net ads join" without me having to manually add it to the DNS. -- Cheers, --Lucas Machado
2015 Sep 16
2
[PATCH 0/4] efi: Makefile improvement
On mageia I'm using the following patch https://svnweb.mageia.org/packages/cauldron/syslinux/current/SOURCES/syslinux-nogit.patch?revision=600959&view=markup If it does solve your issue to, I could try pushing it into the repo. 2015-09-16 8:44 GMT+02:00 Thomas Letan via Syslinux <syslinux at zytor.com>: > Hi. > > Sometimes, it may happen that we do not want to clone a
2012 Aug 17
4
Default node
Seems like nodes are matching the default node before they are matching the more specific nodes. My site.pp has: include "nodes/*.pp" In the nodes directory are two files, default.pp and nagios_server.pp. default.pp: node default { include role::common } nagios_server.pp: node ''mon01.us1.xxx.com'' { $node_env = "production" include
2014 Apr 30
2
[LLVMdev] RFC:LNT Improvements
On 30 April 2014 10:21, Tobias Grosser <tobias at grosser.es> wrote: > To my understanding, the first patches should just improve LNT to report how > reliable the results are it reports. So there is no way that this can effect > the test suite runs, which means I do not see why we would want to delay > such changes. > > In fact, if we have a good idea which kernels are
2009 Sep 16
0
[LLVMdev] FYI: Phoronix GCC vs. LLVM-GCC benchmarks
On Sep 16, 2009, at 10:36 AM, Daniel Dunbar wrote: > Since we are in the area, what *should* O1 do? > > It's basically good for nothing, since it doesn't tune for size or > performance. The only good I personally ever have for it is once in a > while there is a miscompile at -O1 which narrows the problem. > > Would it be crazy to make -O1 equivalent to -Os? I've
2003 Sep 09
1
Web administration tool
Any suggestions for a small web based tool to manage virtual domains/users? I tried to look but didn't really find anything that didn't seem to be tightly integrated with Courier or Cyrus, and I'd rather not spend time writing yet another one of those. I would be using Postfix and Squirrelmail with LDAP or PostgreSQL. On a somewhat related thought, I've been thinking about