search for: rtfmed

Displaying 13 results from an estimated 13 matches for "rtfmed".

2004 Sep 30
2
How to save graphics in portable way in batch mode?
Hi all, What is the right portable way to save graphics in batch mode? Remarks: 1. Problem is STFWed and RTFMed. In particular a short note about png() is found in R-FAQ. In fact, there were stated that png() is not reliable under Linux in batch mode. 2. savePlot under windows is quite convenient, but not supplied under Linux. 3. pdf() + postscript() < savePlot() Indeed, saveP...
2002 Jan 24
3
getting rank order
...3,5,2,4,1, indicating that (s)he chose 3 first, then 5, then 2. . . . I think what I first need to do is to make a variable for each card with the rank given to each card, so the above list should be transformed to something like card1 card2 card3 card4 card5 5 3 1 4 2 I've RTFMed on sort and rank. I can't find an elegant solution in either a spreadsheet or R. I'm about to give up and do it by hand. I thought that something like for (i in 1:25) ranks [1,as.integer(motivations[1,i])] <- i might do it (and I'd add another loop to replace the 1's abov...
2002 Feb 12
1
increasing space available for labels
I've got a graph with really long labels. I've tried decreasing the font size, but they're still getting truncated. I've RTFMed & it seems that mgp should have something to do with this, but I can't make it work. I need about 2-3x as much space for labels as is available by default (or on the example below). boxplot(split(ranks,c(1:25)), names=items, horizontal=F) par(las=2,ps=7,mgp=c(1, 1, 0)) boxplot...
2005 Dec 14
2
new server: NT_STATUS_LOGON_FAILURE
I've googled, RTFMed, and I still can't fix this. Hoping someone here can offer a suggestion. I'm learning, so please explain a little if you can. I installed samba on a Ubuntu 5.10 machine (named mog). My XP machine "sees" it, but the username/password dialog fails. I've traced it down to wha...
2017 Oct 31
0
Email Alerts for Multiple UPSs with upssched
...across to >the shell script. Or at least if it's passing more than that, I don't >know how to retrieve it. > >I'm sure I must be missing something simple. Any thoughts/pointers >would be appreciated! > >Garrett Michael Hayes Try $UPSNAME (this and other vars are RTFMed somewhere, maybe comments to configs) - I used it in NOTIFYCMD handling by scripts directly, maybe it would pass through upssched too? Also a script can call `set` to print out its env, as well as you can inspect /proc/PID/environ on linux to get the envvars of a running process. Jim -- Typos co...
1998 Sep 15
0
Name resolution problems (long)
...s to address "localhost" and "127.0.0.1", even if I modify the source to the contrary. No matter what, I get to step 8, and the 95 box always returns "Error 53: Can't find referenced computer" or something to that effect. The error is number 53, always. I've RTFMed everything I can find, and everything always says that if lmhosts or Wins don't fix the problem, there's something fundamentally wrong with my naming services or convention, and it's "beyond the scope of this document". Where can I find a document that is within this scope? A...
1999 Feb 02
1
Problems witch Samba Instalation
I'm from Brazil. I'm sorry, but my english is bad. When gone install the Samba, in my HP-UX 10.20, of the error, after of "./configure": checking configure sumary ERROR: No locking available. Running Samba would be unsafe configure: error: summary failue. Aborting config. Waiting the answer, Jorge Yuri de Lion Yamane - Bauru - Brazil
2004 Jul 07
0
Samba Multiple Interfaces
...a second connection from a different machine it drops both connections, the 111.112.113.0/24 network however is unaffected. The 111.112.113.0/24 network runs only Win 2K machines, while the 10.10.10.0/24 network includes a couple of NT servers. Below is a dump by testparm of my config. I've RTFMed and think I'm just missing something. Any ideas? BTW the 111.112.113.0/24 network is only used internally, the person who originally configured the network didn't know about Public and Private ranges. Thanks Chris Load smb config files from /etc/samba/smb.conf Processing section "[...
2010 May 07
1
3.5.2 connecting to nmb alias without password
Hi there, I use 3.5.2 with netbios aliases in security mode ADS. When I connect to the primary netbios name from a windows host I get the samba machine right away. Connecting to the netbios alias (which is on a differen IP address) I have to type name and pwd to get the connection. DNS entries are OK. Is there any way to get rid of the pwd question, I had the same setup with 3.0.20 for a
2015 Mar 13
1
PJSIP/Asterisk 13.1.0 incoming call via DID: No matching endpoint found
Oh, wow! Changed it and now I am getting calls into my context (fromgw). Unfortunately, the actual caller ID (6175551212) is not getting passed (but I know Asterisk is getting this). How do I "reap" this actual caller ID in my dialplan? On Fri, Mar 13, 2015 at 4:55 PM, Joshua Colp <jcolp at digium.com> wrote: > Sonny Rajagopalan wrote: > > <snip> > >
2017 Nov 01
1
Email Alerts for Multiple UPSs with upssched
...across to >the shell script. Or at least if it's passing more than that, I don't >know how to retrieve it. > >I'm sure I must be missing something simple. Any thoughts/pointers >would be appreciated! > >Garrett Michael Hayes Try $UPSNAME (this and other vars are RTFMed somewhere, maybe comments to configs) - I used it in NOTIFYCMD handling by scripts directly, maybe it would pass through upssched too? Also a script can call `set` to print out its env, as well as you can inspect /proc/PID/environ on linux to get the envvars of a running process. Jim -- Typos co...
2017 Oct 31
4
Email Alerts for Multiple UPSs with upssched
Greetings Gentlebeings, I have started deploying a number of NUT instances on Raspberry Pi machines (Raspbian Jessie) across my network. The purpose of these "nutcases" as we refer to them is to monitor the status of the UPSs supporting our network switching infrastructure and notify us of power and battery events via email. No shutdown or other actions are required. Everything is
2007 Mar 06
59
Memory leaks in my site
Hi all, My environment is ruby-1.8.4, rails 1.2.2, mongrel 1.0.1, linux 2.6. Now, i have a problem on memory leaks with mongrel. My site is running 5 mongrel processes on a 2G RAM machine, the memory of each process grows from about 20M to about 250M, but it never recover to the initial 20M, so i had to restart the mongrel processes once per day. The load is about 1M hits per day. Waiting for