search for: vtext

Displaying 11 results from an estimated 11 matches for "vtext".

Did you mean: text
2000 Aug 28
0
FreeBSD Security Advisory: FreeBSD-SA-00:41.elf
...return (ENOEXEC); + } + map_addr = trunc_page((vm_offset_t)vmaddr); file_addr = trunc_page(offset); @@ -341,6 +356,12 @@ } error = exec_map_first_page(imgp); + /* + * Also make certain that the interpreter stays the same, so set + * its VTEXT flag, too. + */ + if (error == 0) + nd.ni_vp->v_flag |= VTEXT; VOP_UNLOCK(nd.ni_vp, 0, p); if (error) goto fail; @@ -449,6 +470,17 @@ /* * From this point on, we may have resources that need to be freed. */ + + /*...
2009 Jul 26
2
Verbose() messages go unnoticed
...cases. My idea was to use terminal escape sequences to make my messages bold and black on yellow background. apps/app_verbose.c: static int verbose_exec(struct ast_channel *chan, void *data) { ... switch (vsize) { case 0: - ast_verbose("%s\n", vtext); + ast_verbose("\x1B[103;30;1m %s \x1B[0m\n", vtext); break; case 1: - ast_verbose(VERBOSE_PREFIX_1 "%s\n", vtext); + ast_verbose(VERBOSE_PREFIX_1 "\x1B[103;30;1m %s \x1B[0m\n", vtext);...
2009 Nov 05
1
plot.envfit/move labels
Dear r-helpers! Jan Thiele asked r-help-list in february, but I could not find an answer to his question. I have the same problem: While preparing figures of 'envfit' plots with vegan for publication, I ran into a layout problem, that I found no solution for in the literature or the help archive: The labels of the vectors that indicate correlations of environental variables sometimes
2003 Oct 28
1
(no subject)
Is this the right place to ask questions about PXE and booting linux via PXE? -- Petro at corp.vendio.com ccpetro at vtext.com [sms] Unix Administrator 2766480 at skytel.com [pager] Vendio Service Inc. (650) 793-1650 [cell]
2004 Jan 22
1
Hyperthreaded P4 processor count
I have three different live-CD distributions that give me different numbers for the cpu count on this box (Dell P4 2.4GHz). -the Knoppix 3.3 (11-19-03) says 1 processor (no error); -the PHLAK 0.2 distribution say 1 processor (and 1 missing) -the Local Area Security distro says two processors (identicle P4s). Might there be somthing new in 2.0.8 that accounts for this difference. Is there a
2004 Dec 28
1
Callmanager 4.1 and asterisk
Hello everybody, im newbie in VoIP, but find this project asterisk very interesting, i tried to install and its a great sw, i really get sorprised about all of its functions, we need to use the asterisk server in conjunction with cisco callmanager. We have a Cisco Callmanager 4.1 and the clients are softphones from cisco IPCommunicator, but all the support service of our company are linux
2011 Nov 27
5
Monitoring services
What's available to remotely monitor services? What I'd like is something that can run scripts for each service to connect to a port and verify that it's up, and then send me an SMS message (phone text) to let me know which, if any, are down. Also, does a script exist that checks all the services listed by chkconfig and reports those that should be up but are down?
2004 Jul 01
4
Pager Notification
Hi; Before I tell a customer that this would require custom development I figured I would ask here. Does Asterisk support pager notification of new voicemails out of the box? Or do I need an AGI script to do that? Also, if I want to call a number from an automated program in Asterisk and get the DTMF tones entered by the user on the other side, is there an easy way to do this? Best
2009 May 07
4
Voicemail Alert
Can any one suggest a little code to either ring a cell phone when a new VM message is recorded, or send a text message? Basically outside sales people want to know they have a new message, but don't want to be interrupted to take a forwarded call. While a message by message notice would be nice, even just a single notice on the first message would be an alert to call for messages.
2005 Jun 29
5
Problems with OR Logic in the GotoIf Statement
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3034 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20050629/596126bc/smime.bin
2004 Feb 24
5
Is it possible to use PXELinux/SYSLinux with out changing DHCP Server settings ?
Hi, We have some 100 Servers (includes both Intel and PPC based systems). Is there any way to easly install OS (different flavours of Linux) on these systems ? We do not have control over the DHCP Server settings so is there any way to do this with out touching the DHCP Server ? We have static IPs for all the systems. Regards, Naveen