Displaying 20 results from an estimated 130 matches similar to: "Problems printing from Win95 to a linux printer."
1998 Jun 28
0
Remote printing, rejected?.
Hello all!
It's my first posting to this list, so 'hello all' again ;-)
I have the next problem:
My system:
[PIPPIN] --- Printer
|
|
[ARAGORN]
|
|
[GANDALF]
Pippin: Linux
Aragorn: Linux & Win95
Gandalf: Win95 & Linux
I can print remotely (Linux) from aragorn and gandalf
I can print locally (Linux) from pippin
since I suspect that there is no error in the printcap,
2018 Jan 24
3
It necessary make backup the .glusterfs directory ?
Hi All,
I have two glusterfs servers and doing the backup of these is very slow,
when it does not fail.
I have thousand and thousand and thousand files...
Apparently the directory .glusterfs has some responsibility for the
backup failure.
Is necessary to make a backup of the .glusterfs directory?
Thanks in advance.
--
Cease
2018 Jan 26
1
It necessary make backup the .glusterfs directory ?
El 25-01-2018 22:27, Ravishankar N escribi?:
> On 01/25/2018 02:14 AM, C?sar E. Portela wrote:
>> Hi All,
>>
>> I have two glusterfs servers and doing the backup of these is very
>> slow, when it does not fail.
>> I have thousand and thousand and thousand files...
>>
>> Apparently the directory .glusterfs has some responsibility for the
>>
2004 Jul 19
4
FATAL: Module zaptel not found.
Dear Sirs,
I'm running an Asterisk 0.9.1 in a Fedora Core 2 box.
I installed a X100P card on my box and when i try to load modules i am
rejected.
When i type modprobe zaptel my Fedora respond : "FATAL: Module zaptel not
found." . The same uccurs when i type "modprobe wcfxo"
May you help me.
Thank you in advance
Juanjo
2005 May 13
4
1-800 with FWD
Sirs,
Thank you for your quick response.
But when i try to make a call to FWD the following error appears:
For example, when i call to 612 (a service number of FWD)
-- Executing Dial("SIP/Phone4-e85b",
"SIP/612@fwd.pulver.com|90|Ttr") in new stack
-- Called 612@fwd.pulver.com
-- Got SIP response 500 "I'm terribly sorry, server error occured
(1/SL)"
2018 Jan 26
0
It necessary make backup the .glusterfs directory ?
On 01/25/2018 02:14 AM, C?sar E. Portela wrote:
> Hi All,
>
> I have two glusterfs servers and doing the backup of these is very
> slow, when it does not fail.
> I have thousand and thousand and thousand files...
>
> Apparently the directory .glusterfs has some responsibility for the
> backup failure.
>
> Is necessary to make a backup of the .glusterfs directory?
2010 Apr 06
1
approx function wierd result
Dear R-list members,
I am calculating the linear extrapolation for a data set, using the function
found in Hmisc.
x=c(0.0265,-0.0003,0.0142,0.0263,0.0634,0.1145,0.2504)
y=c(58,107,152,239,362,512,724)
x1=0.0393216
approxExtrap(x,y,x1, method="linear")
approx(x,y,x1)
#to see what is happening:
plot(x, y, typ="o")
abline(v=x1, col=8)
Which gives x=0.03 and y=163, instead of
2005 Mar 14
1
Problem Compiling Spandsp
Sirs,
I can't compile the source spandsp-0.0.2pre10; when i try to do the
"make" sentence the following errors appear:
# make
Making all in src
make[1]: Entering directory `/export/usr/src/spandsp-0.0.2/src'
make all-am
make[2]: Entering directory `/export/usr/src/spandsp-0.0.2/src'
if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I -g -O2 -MT
2004 Sep 28
4
Gatekeeper registration failed
Dear friends,
I have compiled and installed h.323 in my asterisk. And I have a
service from a H.323 VoIP provider who give me user, password and
gatekeeper IP address.
All configured.
But when I start my asterisk i receive the following error and h.323
calls can not be making and/or receiving.
[chan_h323.so]=> (The NuFone Network's Open H.323 Channel Driver)
== Parsing
2006 Mar 28
2
Problems Configuring Cisco 12SP+
Hi,
After reading this valuable forum and the voip-info wiki and follow
all the steps , but my Cisco 12SP+ remains unregistered.
These are my config files:
skinny.conf
[general]
port = 2000 ; Port to bind to, default tcp/2000
bindaddr = 172.20.1.1 ; Address to bind to
dateFormat = D-M-Y ; M,D,Y in any order (5 chars max)
keepAlive = 120
languaje=es
allow = all
; disallow
2006 May 12
2
Sangoma A200D problem
Hi all,
I've been having problems with my A20002D lately - callers from the PSTN
don't hear me when I answer, but I hear them. Disabling echo
cancellation in zapata.conf brings the audio (and echo) back. This used
to work fine, until two days ago.
The only weird thing in the logs is this:
May 12 07:42:53 steerpike wan_ecd: wp1ec: The H100 slave has lost its
framing on the bus!
May
2015 Apr 24
0
Férias/Maio/Junho
Apartamentos Lamy
Algarve
Arma??o de P?ra
www.apartamentoslamy.com - Telefone 282 315 601
Aproveite as nossas promo??es. Fa?a uma pausa, viaje at? ao Algarve e desfrute de umas f?rias no conforto da Primavera.
T1, s/Ac e pouca vista de mar, at? 30 de Maio de 2015.
Special price until the 30th May 2015. One bedroom apartment without air conditioning and little sea view.
2 pax = 175? (7
2003 Mar 22
0
VIAGEM DANÇANTE AO RIO DE JANEIRO
TURISMO & EVENTOS
Luiz Guilherme 3031-7374 e Marcio Sorriso 9887-9141 S?o Paulo -SP
Em abril, M?rcio Sorriso e Luiz Guilherme promover?o uma inesquec?vel
viagem ? cidade maravilhosa. Ser? mais uma oportunidade para voc?
divertir-se conhecer ou rever lugares maravilhosos, fazer novos amigos e ?
claro, dan?ar e dan?ar... Muito! Voc? n?o pode deixar de participar. Leia
a
2007 Jun 21
2
sorting data
I have a 2 columns, Date and Number, in Excel.
I copy and paste them into Notepad.
I can use scan() to import the file but how do I plot this data with Date as
the x-axis?
--
View this message in context: http://www.nabble.com/sorting-data-tf3958889.html#a11233613
Sent from the R help mailing list archive at Nabble.com.
2010 Mar 24
3
help in matlab - r code
Dear list members,
I need to translate 3 lines of matlab code to R (a loop, to be specific),
and I don't know what would be the results in matlab or how to do it in R--
I don't realise if they are doing to the col, vector or what. if the results
are a vector or a value or a matrix :-(
Anyone with matlab, can run it and give me the result? Any ideias what am I
doing wrong?
The code is
2010 Dec 16
2
Samba printer management commands
Hi
I am trying to setup remote printer management commands, so the users
could add and delete printers from "Printers" share of Samba in
Windows. I have this script, that is launched using an administrator
account, when I add a printer from there, using a new TCP/IP port:
================================================================
#!/bin/bash
{
2005 Nov 17
0
Windows98 recibe, pero no imprime
Hola Amigos, quiero contarles algo !!
Estoy usando samba 2.2.5 instalado en mi linux suse
8.1 para imprimir en un windows98, mediante el comando
:
smbclient //w98/lexz35w98 -N -c "print /tmp/o"
la impresora en el w98 es una lexmark Z35 conectada al
USB.
el w98 recibe la orden de impresion y pareciera que
fuera a imprimir, pero no sale nada en la impresora,
incluso el cabezote de la
2016 Jul 06
4
Función para imprimir contenido en una app interactiva de Shiny
Buenos días:
En algunas aplicaciones para visualización de datos con Shiny, los usuarios me piden la posibilidad de imprimir (sea en pdf o en una impresora) desde la propia app. Es decir, necesitaría añadir un icono para que al pulsarlo se pudiese imprimir el gráfico o la tabla o el dashboard que el usuario está viendo o el contenido de toda la app o el contenido que el usuario seleccione. No sé
2010 Apr 29
2
Samba 3.3.12/3.4.7/3.5.2 on "ancient" server stops responding/dies
Hello,
I'm trying to upgrade samba (TPTB are going to introduce win7
workstations) on my old server (mandrake 10.0) currently running 3.0.11.
I setup a virtual machine to do some testing and I built rpms for 3.5.2
(apart from the other problems it has this one
https://bugzilla.samba.org/show_bug.cgi?id=7263) then for 3.4.7 and
finally for 3.3.12.
Each one of them has problems, the most
2009 Jun 16
0
(no subject)
Thank Collen for response, I was change my pdc to a better is OPldap my log is :
Whe i try to connect typing this i can't connect to the pdc server
PLease can you help me to solve this, i'm working in a University and this is the solution that I proposed as a solution
root@multiterminal:/home/usuario2# net join -U prueba
[2009/06/16 10:21:03, 2]