similar to: samba, ncurses, and sysV printing?

Displaying 20 results from an estimated 1000 matches similar to: "samba, ncurses, and sysV printing?"

2014 Apr 09
2
I can't make outbound calls (status is 'CHANUNAVAIL')
Hello: I have this situation: I can make calls internally, I can make inbound calls but I can't make outbound calls. Thanks in advance. These are my devices: * asterisk 11.8.1 = 192.168.1.22 * sipphone grandstream gxp2160 = 192.168.1.5 * gateway audiocodes mp-114 2fxs-2fxo = 192.168.1.4 port 1 (FXS) connected to an analog phone port 3 (FXO) connected to the PSTN These are my
2000 Feb 07
1
remote browse sync
HELP! I am becoming quite frustrated with trying to set up remote browse sync. I have several subnets and ONE workgroup. I want one host in the entire workgroup to have a complete browse list that it has collected from all of the local master browsers. One the master: local master = yes domain master = yes On one clients in each subnet: local master = yes remote browse sync = 1.2.3.4
2011 Nov 22
7
[PATCH] use ncurses-config to find all curses related libs
After a split of libtinfo from libncurses in openSuSE Factory the tools will not link anymore. In the URL below it was suggested to use ''ncurses-config --libs'' to find the correct linker options. But ncurses-config does not exist neither in SLES11 nor in openSuSE. So check for both ncurses5-config and ncurses-config, if the latter happens to exist in other environments. With
2014 Oct 07
1
Grandstream GXP2160 + SRTP
Hello, I am trying to setup a Grandstream GXP2160 IP-phone with secure calling (SRTP). Secure signaling SSIP for registration is working great ! I follow this guide : https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial But when I try to make a call with SRTP, I get stuck. There is an initial INVITE which is anwered with a 401. There should follow a new INVITE with a nonce,
1998 Aug 26
2
Printing NT to Linux w\Cannon bjc-4000
I am able to see my printer as a share. Well better put, I see four representations of my printer: ascii, lp2, lp-mono, and raw. I tried the naive thing and just selected lp2 and added the cannon bjc 4000 driver for NT. This didn't work. I get an error report: %%[ Error: undefined; offending Command: K ]%% . . . a bunch of strings that I don't understand. This does not look like the
2017 Mar 09
2
Trying to get SMS from GXV3240 to trigger dialplan code.
I am trying to send SMS from my grandstream GXV3240 Asterisk receives the message in a NOTIFY block. How can I get asterisk to run dialplan code when receiving these Notify SMS Message Blocks. I can then route them to my SMS provider. Any ideas are appreciated. Below is debug of a message sent from the phone when received no dialplan code is triggered. I am wounding if I need to
2018 Jun 08
4
Subsetting the "ROW"s of an object
> On Jun 8, 2018, at 11:52 AM, Hadley Wickham <h.wickham at gmail.com> wrote: > > On Fri, Jun 8, 2018 at 11:38 AM, Berry, Charles <ccberry at ucsd.edu> wrote: >> >> >>> On Jun 8, 2018, at 10:37 AM, Herv? Pag?s <hpages at fredhutch.org> wrote: >>> >>> Also the TRUEs cause problems if some dimensions are 0: >>>
2018 Jun 08
3
Subsetting the "ROW"s of an object
> On Jun 8, 2018, at 10:37 AM, Herv? Pag?s <hpages at fredhutch.org> wrote: > > Also the TRUEs cause problems if some dimensions are 0: > > > matrix(raw(0), nrow=5, ncol=0)[1:3 , TRUE] > Error in matrix(raw(0), nrow = 5, ncol = 0)[1:3, TRUE] : > (subscript) logical subscript too long OK. But this is easy enough to handle. > > H. > > On
2018 Jun 08
3
Subsetting the "ROW"s of an object
> On Jun 8, 2018, at 1:49 PM, Hadley Wickham <h.wickham at gmail.com> wrote: > > Hmmm, yes, there must be some special case in the C code to avoid > recycling a length-1 logical vector: Here is a version that (I think) handles Herve's issue of arrays having one or more 0 dimensions. subset_ROW <- function(x,i) { dims <- dim(x) index_list <-
2005 Aug 01
0
BJC-2100 printer not printing correctly
First, thanks for the great work done on Centos 4.1. Recently installed on two systems that previously were running Windows 98 and Windows ME. (The user of the Windows ME system has no problems so far.) I was very surprised when Centos 4.1 recognized and automatically configured the BJC-2100 printer connected to the USB port during install. The only problem encountered so far is poor
2004 Dec 23
1
Unable to access shares on a Linux Samba server
Hello everyone, I did alot of searching before I came to post here, but have failed to come up with a reason why this isn't working. I may just be missing a major step. First, let me get the formailities out of the way. Redhat ES 3.0 Linux 2.4.21-4.ELsmp #1 SMP Fri Oct 3 17:31:21 EDT 2003 i686 athlon i386 GNU/Linux samba-3.0.10-1 I configured and installed swat so I could do remote
2003 Apr 11
1
make buildworld error - 4.8-STABLE
Below is from make buildworld output on FreeBSD cvsup'd to RELENG_4 (so 4.8-STABLE) on the following hardware: Intel SHG2 Hodges Dual Xeon board 2 x Intel Xeon 2.4Ghz (512k) 2 x 512MB PC-2100 266Mhz ECC DDR Seagate 36GB 10K U320 LC SCSI Adaptec SCSI Raid 2000s 48MB SDRAM Intel Hudson 3 SC5200 base w 450W Any suggestions? Cheers, Carl. <snip> cc -o make_keys -O -pipe -I.
2018 Aug 13
1
substitute() on arguments in ellipsis ("dot dot dot")?
Since you're already using bang-bang ;) library(rlang) dots1 <- function(...) as.list(substitute(list(...)))[-1L] dots2 <- function(...) as.list(substitute(...())) dots3 <- function(...) match.call(expand.dots = FALSE)[["..."]] dots4 <- function(...) exprs(...) bench::mark( dots1(1+2, "a", rnorm(3), stop("bang!")), dots2(1+2, "a",
1998 Oct 07
2
R-beta: compiling R on RedHat 5.1
[accidentally was sent to the R-help-owner only; MM] ** when I compile R-0.62.3 on RedHat 5.1, the following messages appear: ... f77 -export-dynamic -o R.binary ... ../lib/libunix.a(dataentry.o): In function `NextEvent': /home/ming/R-0.62.3/src/unix/dataentry.c:1286: undefined reference to `XNextEvent' ../lib/libunix.a(dataentry.o): In function `GetKey':
2003 Mar 29
7
Difficulty with Samba 2.2.8 and native CUPS PS drivers
I've recently attempted to convert from the Adobe PostScript drivers for my Canon BJC=2110 printer over to the native CUPS Windows PS drivers and can't quite get things to work correctly. After deleting the printer on my WinXP SP1 clients, verifying under "Server Properties" that the Adobe driver was removed, then reconnecting to my Samba printer, I connect fine but receive
1999 Jan 30
3
installing R under RH Linux 5.2
I am trying to install R under Red Hat Linux 5.2, but the following error happens: [root at edgeworth cribari]# rpm -ivh R-base-0.63.2-1.i386.rpm failed dependencies: libncurses.so.3.0 is needed by R-base-0.63.2-1 I must be missing something very simple. I would appreciate any guidance. Thanks. FC. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2018 Sep 20
5
Bias in R's random integers?
On 9/20/18 1:43 AM, Carl Boettiger wrote: > For a well-tested C algorithm, based on my reading of Lemire, the unbiased > "algorithm 3" in https://arxiv.org/abs/1805.10941 is part already of the C > standard library in OpenBSD and macOS (as arc4random_uniform), and in the > GNU standard library. Lemire also provides C++ code in the appendix of his > piece for both this and
2002 May 11
3
printing fails
Hello! I?ve got trouble to print via Samba. But read to the end to understand: My printer (a Canon BJC 620) is connected to a Win98 box. Its network name is canon. The /etc/printcap entry is: ---/etc/printcap--- lp|smb|canon:\ :cm=unser Drucker:\ :sd=/var/spool/lpd/smb:\ :af=/var/spool/lpd/smb/acct:\ :if=/usr/local/samba/bin/smbprint:\ :mx=0:\
2000 Jan 20
1
installing R on slackware linux, another route
I have been reading the archives of this list and noticed a post from Murray Jorgensen asking about how to install R under slackware. The replies were all to the effect that he should compile from the source. There is another path that is better for some purposes. Download the red hat binary package, the .rpm file, then run rpm2targz on it, a slackware program designed to convert rpm packages
2000 Apr 28
0
trouble adding share with restrictions
I am printing from linux to a printer attached to a win98 computer. I send a text file directly to the printer such as 'lpr -P BJC <file.txt>', the printer prints all the text as it should then fails to eject the last page and then goes off line. When I push the online button, it ejects the page and then is ready again. I am using a Cannon BJC4304. This printer supposedly can