similar to: Masking out passwords from ps

Displaying 20 results from an estimated 30000 matches similar to: "Masking out passwords from ps"

2004 Aug 06
0
Ice Cast / win32 basic help
Do you have a source, like Oddcast, to generate the stream & send it over to Icecast for broadcast? >From: Darren <darren@dazdaz.org> >Reply-To: icecast@xiph.org >To: icecast@xiph.org >Subject: [icecast] Ice Cast / win32 basic help >Date: Mon, 22 Dec 2003 16:39:53 +0100 > >Hi, > >I've downloaded and experimented a little with the latest Windows
2002 Dec 17
1
Feature suggestion: Parallel ssh
Hi, A feature i've been wondering about and I have no idea if it's possible is a parallel secure shell. So a command typed on 1 system (master) can be replicated through 100 sshd's. I realise a script could be used to achieve a similiar situation, but it's not quite the same as a realtime scenario. Is this fantasy wishlist or achievable as it'd certainly be very useful? --
2004 Aug 06
0
No subject
I've set this flag, however receive no ID3 tags or streaming titles. use_meta_data 1 I need some guidance on this one, im using icecast 1.3.12 and ices 0.2.3. Thanks, -- Best regards, Darren mailto:darren@dazdaz.org <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this
2001 Jan 05
6
A masking test program
There's a new module in CVS called 'masktest'. I spent the last few weeks writing this program. It can measure masking based on input from people. We need it to obtain better masking curves than we have right now (from Ehmer...). It's not finished yet, but you can get a feeling of what it's supposed to do. It will measure the masking between tone and tone, noise /tone,
2003 May 22
3
How to avoid function masking
Hi All, I've been working on updating the 'genetics' package. As a consequence of the upgrade, .First.lib() looks like: .First.lib <- function(libname, pkgname) { if (!require(combinat)) warning("Unable to load 'combinat' library. Function `diseq.ci' will fail.") require(gregmisc) genotype <-
2009 Dec 04
5
logical masking of a matrix converts it to a vector
One problem I've been having is the special case in which only one row/column remains and the variable gets converted into a vector when entries are removed by logical masking. This is a problem because subsequent code may rely on matrix operations (apply, colsums, dim, etc) For example: > a <- matrix(c(1, 2, 3, 4), nrow = 2) > a [,1] [,2] [1,] 1 3 [2,] 2 4 >
2011 Jan 24
2
Masking commands - Permutation in gregmisc and e1071
I am using the function permutations from the package *gregmisc*. However, I am also making use of the package *e1071*, which also contains a function called permutations. I want to use the function permutations from the * gregmisc* package, however, the other package is masking this function. This happens both when I load the *e1071* package before *gregmisc* and when I load *e1071* after I load
2002 Apr 29
1
masking functions
Dear all I was writing some code that needed functions from packages 'MASS' and 'CircStats', and I received a warning saying that the function 'eqscplot' in one of the packages was masked by another 'eqscplot' from the other package (in fact 'eqscplot' from 'CircStats' seems a short version of 'eqscplot' from 'MASS'). This masking of
2008 Jan 24
2
Tripp lite SMART1000LCD
Hi, I was wondering if Tripp lite SMART1000LCD is working in nut or what code I should change to get it to work. I saw some older posts about this model and the OMNI1000 LCD but the model I have has a different product ID, 2007 vs. 2005: Device descriptor: VID:09ae, PID:2007 Device release:0x10, USB release:0x110 Descriptor Length:18, Type:1 Device Class:0, Subclass:0, Protocol:0, Num
2004 Dec 28
1
PAM sending wrong username to Winbind (fwd)
Hi All, I have tried logging into ftp using my NT username and password and it works. It is only SSH which has this problem. http://216.109.117.135/search/cache?p=pam+NOUSER&ei=UTF-8&fl=0&u=www.publicsource.apple.com/darwinsource/10.0.4/OpenSSH-9/openssh/auth2.c&w=pam+nouser&d=E6EA31C37E&icp=1&.intl=us The above link gave me this hint. Found it while looking for
2006 Jan 09
3
Selecting a subset of a table with DRY
Hello, I have table called ''listings.'' There are a certain combination of properties which make a listing viewable (e.g., it is confirmed, has been authorized, hasn''t expired, etc.). Each listing has one and only one category. I want to be able to do things like Listing.find_viewable(...) and Category.find(...).viewable_listings, but I see no way to do this
2007 Nov 27
6
problem with multiple masking
Hi all, after a half day searching for an error, sniffing and upgrading to the newest shorewall version I give up and the problem to you. I have following configuration in my /etc/shorewall/masq: #INTERFACE SOURCE ADDRESS vlan7::10.231.0.0/16 192.168.222.0/24 10.231.113.30 vlan7 192.168.222.0/24 10.1.0.38 Towards a
2009 Mar 10
1
S4 generic masking S3 generic when using namespace
Hi, I have two example packages, test1 and test2, where the only code in them is: setGeneric("predict", function(object, ...) standardGeneric("predict")) (get them from http://www.cs.mu.oz.au/~gabraham/test1.tar and http://www.cs.mu.oz.au/~gabraham/test2.tar) The difference between them is that first does not have a namespace, and loads fine. The second has a namespace
2014 Aug 26
1
Masking CPU flags via libvirt xml not working?
Hi, Has anyone here managed to get cpu masking working via libvirt? Intention to enable VM migrations between hosts of a different CPU generation. Inside my xml I'm providing the model as well as a list of features to specifically disable, but none of it seems to take any effect. On booting the VM I still see the disabled flags in /proc/cpuinfo <cpu match='exact'
2005 Jun 22
1
masking.h
Hi! Can someone say to me, how the following values are assigned? I assume that it concerns different frequencies, but which? Excerpt out: ?masking.h? .. static float tonemasks[P_BANDS][6][EHMER_MAX]={ /* 62.5 Hz */ {{ -60, -60, -60, -60, -60, -60, -60, -60, -60, -60, -60, -60, -62, -62, -65, -73, -69, -68, -68, -67, -70, -70, -72, -74,
2005 Jun 10
1
attach and object masking
The library() function prints an information message when objects are masked on the search path by (or from) a newly attached package. The attach() function, however, doesn't. Is there a good reason for this? I have adapted the machinery for checking conflicts used in the library () function to attach(). If there are no objections, I will check this into R-devel. I have seen new users get
2010 Oct 20
1
question about masking
Hello, I encounter the problem that one library I use masks the function gam in another library I use so that the gam in the other library can't function correctly. Is it possible to damask? I detach one of the library but the masking problem is still there. Thank you and kind regards, Yunting [[alternative HTML version deleted]]
2010 Mar 02
2
Intel: Overly restrictive test for availablility of CPUID masking MSRs?
Hi, http://xenbits.xensource.com/xen-unstable.hg?rev/aab9fbd6ffa0 from http://lists.xensource.com/archives/html/xen-devel/2008-07/msg00518.html restricts the CPUID masking feature to model 0x1d or model 0x17 with stepping >=4: if (!((model == 0x1d) || ((model == 0x17) && ((eax & 0xf) >= 4)))) { /* fail ... */ A Xeon E5520 which is supposed to
2007 Apr 23
1
Getting masked FFT data out of libvorbisenc
[Apologies if this gets through twice. I sent it first without subscribing, but it seems like it got stuck in the moderation queue, so I subscribed and re-sent it.] I'm doing some work on audio fingerprinting for a school project (more precisely, my master's thesis. I got a hint on #vorbis that I might want to look into the internal floor representations in libvorbisenc to get out audio
2016 Nov 08
2
one host only: ssh_dispatch_run_fatal
Darren Tucker <dtucker at zip.com.au> writes: > On Tue, Nov 8, 2016 at 3:30 PM, Harry Putnam <reader at newsguy.com> wrote: > [...] >> After having 7.3p1 & 6.8p1 fail with same wording... I tried 6.7p1 and >> find it fails with what looks like the same problem but has slightly >> different wording. > > I set up the same versions (server:OpenSSH_6.6p1,