search for: line

Displaying 20 results from an estimated 119440 matches for "line".

Did you mean: like
2010 Jul 20
1
Building rattle on Solaris 10u7 X86
...1.0 -I/usr/openwin/include -I/usr/sfw/include -I/usr/sfw/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -I/opt/R/R2-11-1/include -I/usr/sfw/include -I/opt/sfw/include -I/usr/openwin/share/include -KPIC -xO3 -c cairoDevice.c -o cairoDevice.o "cairoDevice.h", line 3: cannot find include file: <cairo.h> "cairoDevice.h", line 6: unexpected "(" "cairoDevice.h", line 7: cannot find include file: <cairo-pdf.h> "cairoDevice.h", line 8: cannot find include file: <cairo-ps.h> "cairoDevice.h", line 9...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...an automated cocci script. Coccinelle is not especially good at this, because it is based on control flow, and a return or goto diverts the control flow away from the break. A hack to solve the problem is to put an if around the return or goto, but that gives the break a meaningless file name and line number. I collected the following list, but it only has 439 results, so fewer than clang. But maybe there are some files that are not considered by clang in the x86 allyesconfig configuration. Probably checkpatch is the best solution here, since it is not configuration sensitive and doesn't...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...an automated cocci script. Coccinelle is not especially good at this, because it is based on control flow, and a return or goto diverts the control flow away from the break. A hack to solve the problem is to put an if around the return or goto, but that gives the break a meaningless file name and line number. I collected the following list, but it only has 439 results, so fewer than clang. But maybe there are some files that are not considered by clang in the x86 allyesconfig configuration. Probably checkpatch is the best solution here, since it is not configuration sensitive and doesn't...
2012 Sep 02
2
Impact of cex changing as a function of mfrow
...3 if (TEST && (MFROW[1] >= 3 | MFROW[2] >= 3)) CORRECT <- 1 / 0.66 if (!TEST) cat("MFROW does not equal MFCOL\n") cat(MFROW, CORRECT, "\n") return(CORRECT) } pdf("TestCEX.pdf", 8, 6) par(mfrow=c(1,1), omi=c(1,1,1,1)) plot(1) mtext(outer=T, side=1, line=0, cex=1, "line 0") mtext(outer=T, side=1, line=FINDCEX(), cex=1, "line FINDCEX") mtext(outer=T, side=3, line=0, cex=1, "line 0") mtext(outer=T, side=3, line=1, cex=1, "line 1") mtext(outer=T, side=2, line=0, cex=1, "line 0") mtext(outer=T, side=2,...
2003 Jul 31
3
Mutex problem in sip?
Hello, CVS 07/31/03. Test with 130+ PSTN-to-SIP calls. Asterisk gets locked ... grep -e "Error" -e "eventually" p-console chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got it eventually... chan_sip.c line 1453 (sip_alloc): Error obtaining mutex: Device or resource busy chan_sip.c line 1453 (sip_alloc): Got it eventually... chan_sip.c line 1453 (sip_alloc): Error obt...
2003 Jul 22
1
[LLVMdev] this code won't assemble on sparc
...ch=v9 -o timeLLVMfft.sparc timeLLVMfft.s I got the errors at the bottom of this email in response to the last command. On the other hand, gcc v2.95.3 had no problem compiling this code. Any idea what's wrong? Thanks, - Nick -- /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3579: error: invalid (misaligned) register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3580: warning: not even-numbered register /opt/SUNWspro/bin/../SC5.0/bin/fbe: "timeLLVMfft.s", line 3598: warning: not even-numbered register /opt/SUNWspro/bin/../SC5.0/bin/fbe:...
2008 May 22
2
1501-511 Compilation failed for file ch2inv.f - R on AIX 5.2.
Hi, While executing the make after successful configuration (./configure --with-readline=no --without-iconv), the following error occurs: mbf2n11s (Regatta) /saswork/R/R-2.7.0$ make Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "R" is up to date. Target "Makedeps" is up to date. Target "libbz...
2005 Feb 09
6
Cisco 7960 Beating a Dead Horse
Hi all, So I have been reading through the docs available online and the different threads on this list, but I cannot seem to get this phone to work. I have configured the OS79XX.TXT and SIP/SEP*.cnf files (see attached), when I configure the phone to point to my tftp server and reboot it I get this message: Connection received from 10.6.0.224 on port 50608...
2012 May 21
2
Can't populate LDAP directory with smbldap-populate
...error messages # smbldap-populate -a Administrator -g 10000 -l 11111 -r 10000 -u 10000 Populating LDAP directory for domain SYSADM (S-1-5-21-206255134-223837211-2022137911) (using builtin directory structure) Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of uninitialized value in string eq at /usr/sbin/smbldap-populate line 484, <DATA> line 303. entry already exist. Use of uninitialized value in concatenation (.) or string at /usr/sbin/smbldap-populate line 483, <DATA> line 303. Use of uninitialized valu...
2003 Sep 15
1
SCO Open Server 5.06 Several Problems running make
SCO Open Server Enterprise 5.06, Samba-2.2.8a I received the following compile errors: smbd/server.c line 302 argument is incompatible with prototype: arg #3 smbd/password.c line 664, argument is incompatible with prototype: arg #1 libsmb/clirap.c line 114 argument is incompatible with prototype arg #9 line 114 argument is incompatible with prototype arg#11 l...
2006 May 01
0
[Bug 474] sftp should provide logging
...quot;sftp transaction logging". I try to apply it to openssh-4.3p2 (portable version) and cvs version (portable). root at gcc /usr/src/openssh-4.3p2# patch -p0 --dry-run < ../trustix/sources/sftp-server-logging.diff patching file servconf.c Hunk #1 succeeded at 446 with fuzz 1 (offset 35 lines). Hunk #2 succeeded at 866 (offset 5 lines). patching file servconf.h patching file session.c Hunk #1 succeeded at 1774 (offset 356 lines). patching file sftp-server.8 patching file sftp-server.c Hunk #1 succeeded at 30 with fuzz 2 (offset -4 lines). Hunk #2 succeeded at 114 (offset 2 lines). Hunk...
1998 Jul 01
0
Please, help me! SAMBA
...ed. cc: warning 422: Unknown option "a" ignored. ./includes.h: 30: warning- undefined preprocessor directive ./includes.h: 31: warning- undefined preprocessor directive ./smb.h: 1427: warning- major: argument mismatch ./smb.h: 1428: warning- minor: argument mismatch cc: "smb.h", line 549: error 1000: Unexpected symbol: "share_mode_entry". cc: "smb.h", line 553: error 1000: Unexpected symbol: "share_mode_entry". cc: "smb.h", line 554: error 1000: Unexpected symbol: "*". cc: "smb.h", line 546: error 1705: Function protot...
2003 Nov 12
8
FreeBSD
I am trying to get Asterisk to compile on FreeBSD 4.8. Per bug 389, BSD support should be in CVS. I have also tried applying the patch in bug 374, but always get these messages: click# make "Makefile", line 21: Missing dependency operator "Makefile", line 23: Need an operator "Makefile", line 72: Missing dependency operator "Makefile", line 74: Need an operator "Makefile", line 76: Need an operator "Makefile", line 116: Missing dependency operator &quo...
2008 Oct 12
2
proper use of textConnection
Colleagues, Using R2.7.0 in OS X, I am having trouble understanding the command textConnection. My situation is as follows: 1. I am trying to read a lengthy file (45000 lines) that has headers ~ every 1000 lines. read.table (or its variants) fail because of the recurrent headers. 2. My present approach is the following: a. use readLines to read the file, save as an array b. use grep to find the recurrent headers (not including the first set) c. delete the...
2018 Nov 15
1
libvirt call qemu to create vm need more than 10 seconds
..., but it takes less than 2 seconds on other machines. This is not normal, so I turned on the debug log for libvirtd. I analyzed the log and found that the time was spent on libvirtd calling qemu. Thread 95225 calls the qemuProcessLaunch interface at 14:22:30.129 and then builds the emulator command line, but the qemuDomainObjTaint method is called after 10 seconds. I tried to analyze the qemuProcessLaunch function to find the reason, but nothing was found. What is the cause? Below some information about my hypervisor: [root@node1 datapool]# virsh -v 3.4.0 [root@node1 datapool]# qemu-x86_64 --versi...
2005 Jan 08
1
Value without key (D2GS)
Hello, wine-users. Help me please! I have D2GS (Diablo2) when i run thim in Linux: wine D2GS.exe Line 13: Error creating key '[\\SOFTWARE\\D2Server\D2GS]' Line 14: Value without key '@="Diablo II Close Game Server"' Line 15: Value without key '"AutoUpdate"=dword:00000000' Line 16: Value without key '"AutoUpdateUrl"="http://your.website....
2013 Jan 07
2
Samba 4 on AIX with XLC
...ating VERSION [ 44/3655] Generating smbd/build_options.c [2833/3655] Compiling source3/utils/net_rpc.c [2838/3655] Compiling source3/utils/net_cache.c [2844/3655] Compiling source3/utils/net_rpc_printer.c [2851/3655] Compiling source3/utils/net_rpc_shell.c "../source3/utils/net_cache.c", line 87.56: 1506-226 (S) The ":" operator is not allowed between "char[1]" and "int". "../source3/utils/net_cache.c", line 86.18: 1506-280 (W) Function argument assignment between types "const char*" and "int" is not allowed. "../source3/u...
2003 Mar 13
0
Still warnings on Solaris 9 (sparc)
Sun's Forte C 6.2 Solaris 9 (sparc64), CVS of 2.2 as of Weds 13th March about 1130 UK time CC=cc ./configure --with-readline=/usr/local/ --with-quotas --with-utmp --with-acl-support --with-syslog --with-libsmbclient --with-automount --without-winbind Using FLAGS = -O -I./popt -Iinclude -I./include -I./ubiqx -I./smbwrapper -I/usr/local//include -I/usr/local//include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLOGFIL...
2004 Jan 04
5
Multi-line help
I am looking for common practice ideas on how to handle multiple line phones. Is it common with asterisk to have the lines appear as programmable buttons? Or to just have itcm like buttons and use the dial 9 approach? What I am specifically interested in, is to have my line one appear on the first button (sip polycom phones) line two appear on the second button, an...
2001 Nov 25
0
Errors compiling on Sun Solaris 2.7
Using Sun Forte C Compiling smbd/server.c "/usr/include/sys/termios.h", line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76 "/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87 "/usr/include/sys/termios.h", line 167: macro CEOF re...