Displaying 20 results from an estimated 116 matches for "vickie".
Did you mean:
vicki
2011 May 30
0
Fwd: cgroup OOM killer loop causes system to lockup (possible fix included)
Hi all,
Please find below a complete transcript of the emails between
debian/kernel-mm mailing lists.
I've had a response back from someone on the deb mailing list stating:
====================================
The bug seems to be that sshd does not reset the OOM adjustment before
running the login shell (or other program). Therefore, please report a
bug against openssh-server.
2011 May 30
1
Fwd: Re: Fwd: cgroup OOM killer loop causes system to lockup (possible fix included) - now pinpointed to openssh-server
Just did some testing..
root at vicky:~# cat /var/log/auth.log | grep "Set"
May 30 21:41:05 vicky sshd[1568]: Set /proc/self/oom_adj from -17 to -17
May 30 21:41:07 vicky sshd[1574]: Set /proc/self/oom_adj to -17
root at vicky:~# ps faux | grep 1574
root 1574 0.0 0.0 70488 3404 ? Ss 21:41 0:00 \_
sshd: root at pts/1
root at vicky:~# ps faux | grep
2005 Mar 16
8
Summing up matrices in a list
Dear all,
I think that my question is very simple but I failed to solve it.
I have a list which elements are matrices like this:
>mylist
[[1]]
[,1] [,2] [,3]
[1,] 1 3 5
[2,] 2 4 6
[[2]]
[,1] [,2] [,3]
[1,] 7 9 11
[2,] 8 10 12
I'd like to create a matrix M<-mylist[[1]]+mylist[[2]]
[,1] [,2] [,3]
[1,] 8 12 16
[2,] 10 14 18
2012 Apr 05
3
newly added ruby function executes on the server instead of the node
Hi,
1) I added this test function tom my
/etc/puppet/modules/write_line_to_file/lib/puppet/parser/functions/write_line_to_file.rb
:
*module Puppet::Parser::Functions newfunction(:write_line_to_file) do |args|
filename = args[0]
str = args[1]
File.open(args[0], ''a'') {|fd| fd.puts str }
end
end*
2) I invoked it in the
2004 Sep 09
3
Dyn.load of sharing object with GSL library
Following the recommendation of Prof. Ripley, I have created the Makevars
file with the line:
PKG_LIBS="-L/usr/lib/libm -lm -L/usr/local/lib/libgsl -lgsl -L/usr/local/lib
/libgslcblas -lgslcblas"
in the working directory.
Now I have the code file Example3.c which computes the Bessel function value
(the example is taken from the GSL reference book).
I am running:
R CMD SHLIB Example3.c
2015 Nov 10
3
* Re: procmail as a content_filter with dovecot
> dovecot supports sieve, so why the need for procmail ?
Because I already HAVE procmail recipes and know proemial.
The point is to make what I have, work.
> On Nov 9, 2015, at 22:49, Benny Pedersen <me at junc.eu> wrote:
>
> On November 10, 2015 6:36:00 AM Vicki Brown <vlb at cfcl.com> wrote:
>
>> Can anyone help?
>
> dovecot supports sieve, so why
2005 Mar 23
10
Broadvoice alternatives
Dear all,
I have tried a lot of things to make broadvoice work with asterisk , but I
failed each time.
Please suggest a good service providers that I can use with asterisk for
outbound and inbound calls.
--
With regards,
Vicky Shrestha
System Director
WorldLink Communications
Jawalakhel , Kathmandu, Nepal
2012 Feb 08
2
dropterm in MANOVA for MLM objects
...quot;D", "E")))
There are 140 features describing 5 different plant species. I want to retain only those features that show good performance in model (by using a function similar to dropterm, which can not be used for mlm objects).
I wud appreciate some hints n suggestions.
Thx
- Vickie
[[alternative HTML version deleted]]
2011 May 13
4
Quick question: Omitting rows and cols with certain percents of missing values
...get R command for omitting rows or cols with missing values present.
But
if i want to omit rows or cols with i.e . >20% missing values, I
couldĀ“t find any package-based command, probably because it is too
simple for anyone to do that manually, though not for me. Can anyone
please help me ?
- vickie
[[alternative HTML version deleted]]
2011 Jun 17
4
profile plot in R
...to draw a profile plot
of each condition c1 to c100, which rows in above matrix and each line
representing a row should be uniquely colored according to the group(1
to 10).
I think this is simple task but I could not figure out how to set the colors.
Any help would be appreciated.
thanks
-Vickie
[[alternative HTML version deleted]]
2008 Sep 24
5
Re: save blob to file?
Frederick Cheung wrote:
> On 14 Aug 2008, at 15:11, John Griffiths wrote:
>
>>
>> hope someone can help with this,
>>
>> in my mysql table i''ve got a blob column storing images inside the
>> database, it''s also got the filetype and filesize.
>>
>> now i can work out what the filename will be (e.g. 2002.jpg) but i
>>
2008 Jan 30
0
Fw: Setting Global printer defaults on standalone server running version samba 3.0.25
Hi Vickie (and others).
I think I spoke a bit soon... at least on the global default settings...
There are still a few strange things going on...
My situation is slightly different from yours (I think). My users don't
necessarily have logins on the linux server. I probably should use
"security...
2009 May 26
4
Creating multiple graphs based on one variable
Dear List,
I would like to create several graphs of similar data. I have x and y values for several different individuals (in this case fish). I would like to plot the x and y values for each fish separately. I can do it using a for loop, but I think I should be using "apply". Please let me know what I am doing wrong, or if there is a "better" way to do this. What I have
2015 Nov 10
3
procmail as a content_filter with dovecot
I am using Mac OS X Server. OS X Server uses postfix with dovecot set as mail_transport.
I want to add procmail to the mix. I cannot use the (typical)
mailbox_command = procmail -a "$EXTENSION"
because
mailbox_transport = dovecot
overrides any mailbox_command parameter and it is NOT Possible to change, remove, or otherwise vary the
mailbox_transport on OS X server.
I'm
2002 Aug 12
1
AW: add user script going Horribly Wrong (tm)
(Oups! I forgot to send it to the list so everyone could laugh about it.
Sorry Vicky for disturbing directly)
Good Morning, Vicky!
Seems your smb.conf is messed up a little.
As I can see you're using security = domain. With this configuration the
smbpasswd-file/feature isn't need at all. Authentication is done encrypted
with the domain user database, not with the smbpasswd file.
The
2002 Jul 09
9
'Not listening for calling name'
I'm having a strange problem with samba, 2.2.3a running on an
out-of-the-box SuSE 8.0 system. This is the first time I've set it up
(hence the dumb questions I was asking on here a day or two ago). I've now
worked my way through diagnosis.txt and a couple of odd netBIOS issues with
the NT4 PDC, and at last I have some shares set up that my Windows client
can use quite happily.
2006 Nov 28
1
Call recording filename
I am using asterisk along with freepbx . When recording is enabled for a
extension the call record file made in /var/spool/asterisk/monitor contains
information like OUT(extension number)-(timestamp)-(uniqueid).wav . This can
be a big mess if there are more than 1000-2000 files in that folder and very
hard to locate a call recording based on call time and extension number who
dialled. I need to
2005 Mar 24
2
Bivariate lognormal distribution
Dear experts!
Is there a package that enables to create the bivariate log-normal variables?
Thanks a lot,
Vicky Landsman.
[[alternative HTML version deleted]]
2008 Apr 18
1
Bug in Merge?
Hello,
I find strange number in my merge data set.
My first coloumn consist row numbers.
-----------------------------------------------------------
my.data:
AbsTime RelTime PE_ID Event Delay
4238 1208514343.812086 107.153637 4 EKA 51620
##################################
Host.data:
ID Host
4 4
2005 Mar 10
5
asterisk and Broadvoice Outgoing Again :(
Hi,
I can't make outgoing calls via Broadvoice. I have tried each and every
configuration that was posted to list previously.
I am able to receive incoming calls fine.
I get the following in asterisk console:
=====================================================
asterisk*CLI> show version
Asterisk CVS-HEAD-03/10/05-22:51:28 built by vicky@asterisk on a i686 running
Linux