search for: mandare

Displaying 20 results from an estimated 66 matches for "mandare".

Did you mean: mandar
2004 Jul 19
2
Affordable SIP Phone - Stiil a Myth?
Folks! This is to let all of you know that I am making D'Link make an all out effort to make D'Link Phone DPH80 and DPH100 work with Asterisk. I have provided the Asterisk Platform to D'Link's R&D Division located in Goa, India, where their IP phone's SIP Bios is undergoing modifications based on my recommendations/suggestions. I have also provided the test bed &
2005 Jan 03
3
New to Samba world
Hi Team, I am new to Samba. As company has decided to install Linux based file and print server, we are planning to use Samba and LDAP But prior to proceed further, I wanted to know how samba works, what all things needs to be considered at the time of installation. So can any one let me know the same? Thanks & Regards Mandar Kulkarni
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages. ======== Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31 23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a) Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43 EDT 2005
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages. ======== Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:05:59 linux2 kernel: cdrom: open failed. Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31 23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a) Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43 EDT 2005
2004 Jul 22
2
error while compiling asterisk-oh323
Hi Folks, I am breaking my head for compiling asterisk-oh323 properly on my asterisk box from past 1 week. But still after my all efforts, I unable to make it compile properly, My box is Fedora core 2 with asterisk-0.9.0. I was trying for following configuration with openh323 and pwlib. Openh323 and pwlib are installed properly. But problem is asterisk-oh323. asterisk-oh323-0.6.2a.tar.gz
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
I was able to get the source code for ocfs2 and compile it. This worked and created the necessary .ko files Now I have to figure out why gnu parted 1.6.15 has bugs. when I try a partprobe on a partitioned firewire maxtor drive mount -t ocfs2 /dev/sdb1 /u01/oradata/orcl It says no such device.... Any ideas anyone?... Regards, Mandar Vengurlekar ----- Original Message ----- From: Mandar P
2003 Apr 04
5
Anti-idle in OpenSSH client?
Heya, Most of the windows ssh clients (putty, securecrt) have anti-idle features. They offer either a null packet or protocol no-op or user defined string to be sent over every x seconds. Is this possible or planned with the OpenSSH client? Our draconian firewall admins have started timing out ssh sessions. Yes I'm aware I could hack up a port forwarding dumb traffic process, but was
2005 Feb 07
1
RPM Build error for Samba-3.0.10-1.src.rpm
Hi, I am trying to install samba 3 on RH Enterprise Linux AS with LDAP and SMBLDapTools. I hv downloaded the Samba-3.0.10-1.src.rpm from Samba site. I want my samba to support ACLs, Profiles, LDAPSAM etc. To make it work i edited the SPECS file and added the following entries - - with-acl-support - - with-profile - - disable-static - - with-msdfs - -with-ldapsam After adding the
2015 Jan 14
3
Abreviado de especies
Hola, Vaya desastre al mandar la cabecera de la base de datos. Al enviarlo, se veía bien, pero está visto que por el camino la cosa se torció. Siguiendo el consejo de Javier, he subido un pequeño fragmento al DropBox. He quitado algunas especies para no hacerlo muy largo. Espero que ésta vez no haya problemas. https://www.dropbox.com/s/q7zla50oq7owg8k/CPUE.csv?dl=0 Un saludo y gracias Juan
2003 Dec 03
1
samba+cups+page_log
I have set up a samba server which i also want to use as printserver using cups. I have configured a samsung printer using cups and am also sharing it via samba by having the printer share in smb.conf file. Now the problem is that when i configure this printer on the windows machine and then send job to this server machine the page_log file is not being updated. Hence i m losing on the printer
2004 Jun 23
1
Asterisk user/host registration
Hi Folks, I am newbie to asterisk. Recentely I have installed asterisk on Linux Fedora 2 box. After reading some document, I tried to configure the server. When I connect to our server, SIP user-agent shows that I am logged in. But it doesn't show my system(client) IP when I issue command at astrisk CLI. The O/P is as below. *CLI> sip show peers Name/username Host
2016 Jun 22
3
Shiny
Estoy trabajando generando mapas a partir de un conjunto de datos. No puedo encontrar la forma de manipular el tamaño de los mapas. He buscado en páginas de Shiny y no pude encontrar una solución ¿Alguien me puede orientar? No he puesto una imagen para no recargar el servidor de correo. Saludos y gracias -- Eduardo [[alternative HTML version deleted]]
2018 Apr 19
3
Usuario en r-help
Hola a todos, No se si a alguien m?s le sucedi? lo mismo: Al mandar una pregunta a esta lista, que amablemente me respondieron Carlos y Javier, la primer respuesta que recib? fue de una persona que no tiene nada que ver con R ni nada por el estilo. Tiene pinta de ser spam. Posteriormente recib? otro correo de otra direcci?n de email con el mismo nombre y con el subject de mi pregunta.
2001 Dec 26
3
auth*.c
Folks, During testing, we found a couple of issues with openssh3.0.2p1: 1. In userauth_finish() in auth2.c (as well as in do_authloop in auth1.c), the foll. check: if (authctxt->failures++ > AUTH_FAIL_MAX) is never satisfied and thus packet_disconnect() never gets called. I suspect the code just drops out of the dispatch_run function list instead. This should be an == instead of >.
2002 Mar 08
1
--prefix at runtime
Does OpenSSH support using a different --prefix at runtime? I have different customers installing ssh in different locations, and I'd really prefer to maintain one build for them, and only have them change their runtime environment as appropriate. Usually, the order is 1. Is --prefix defined on the command line? If not, 2. Is prefix defined via an environment variable? If not, 3. Use
2013 Dec 24
3
ayuda con documento knitr
Si, por eso no sabie muy bien si el problema se podía resolver en la lista de R. Me da la impresión que es algún tipo de incompatibilidad entre los paquetes de latex y los valores por defecto que usa knitr para producir el resultado. Como dije antes, lo que no me cuadra es que sólo sea con la función lm. Gracias por al ayuda y felices fiestas a todos los miembros del grupo. M. Morales El
2015 Dec 30
4
Tildes en Slidify
Muchas gracias Victor. Después de mandar este mail encontré el hilo sobre fix-encode, sin embargo al instalarlo slidify deja de funcionarme y tengo que volver a instalarlo para poder seguir ejecutándolo. Ya he planteado la pregunta en github aprovechando un hilo que había abierto otro usuario pero que no daba ninguna información sobre sesión ni nada
2004 Jul 22
1
Asterisk-oh323 on fedora Core 2 - Anyone has a working install?
I am wondering if anyone has a working install of oh323 on fedora Core2. An replies would be appreciated as we need this urgently. Seshu Kanuri -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com]On Behalf Of steve@nexusuk.org Sent: Thursday, July 22, 2004 6:12 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users]
2010 Jul 16
1
Multinomial logistic regression in complex surveys
Dear R-list members, I´m using the package "survey" and I need to find a function for multinomial logistic regression in a complex design. The functions that I see are only for dicotomic and ordinal variables. Thank you! Rosario Austral ________________________________ De: "r-help-request@r-project.org" <r-help-request@r-project.org> Para:
2017 Sep 24
2
predict y tree
Gracias Carlos miraré el fix y en su defecto intentaré mandar un mensaje al autor. De todas las maneras espero que alguien lo pruebe en windows 10 Saludos, Juan El 24/09/2017 a las 20:32, Carlos Ortega escribió: > Hola Juan Antonio, > > Acabo de instalar "tree" en Mac OSX y no aparece este error... > > > shuttle1 <- shuttle[254:256, ]  # 3 missing cases >