Cheap printer?

2000-06-29 Thread Vicente Torres

I have recently bought an EPSON Stylus color 480
for my home use.

It was a surprise for me to note that this printer has 
no button to push and everything must be controlled from
Windows (including changing or installing the ink cartridge!).

So, I must return it and buy another printer.
Wich one would you recommend to me?
It must be cheap; I do not want to use color on my printings
and it must work fine with linux.

Thanks


--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Wrong charset in KDE

2000-06-12 Thread Vicente Torres

I friend of mine has problems using KDE in catalán language.
Especial symbols are not recognized in menus and
$HOME/.xsession-errors shows following message:

KCharset: Wrong charset!

The FAQ of KDE tells about a pair of solutions but none
of them seem to work for him. Has anyone solutioned this
problem?

He is running a potato, like me.

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



auto-97 program

2000-06-09 Thread Vicente Torres

I am trying to install the AUTO-97 program
(ftp://ftp.cs.concordia.ca/pub/doedel/auto)
on my potato but I can not compile it.

I suppose the problem is related to the libc 
library version.

Has anyone installed it on a potato?

I have spent a lot of time trying to install it
so any help will be really appreciated.

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Lpd-problem

2000-06-07 Thread Vicente Torres
I have following problem:

lpd does not execute the filter script associated with a local printer.

The /etc/printcap entry is:

hl720ps:\
:lp=/dev/lp0:\
:sd=/var/spool/lpd/hl720:\
:mx#0:\
:if=/usr/local/bin/filtro:\
:af=/var/log/lp-acct:\
:lf=/var/log/lp-errs:\
:sh:

The the permissions for /usr/local/bin/filtro are:

-rwxr-xr-x1 root root   96 Jun  7 17:37
/usr/local/bin/filtro

Everybody has right to write, read and execute in /var/spool/lpd/hl720.

Any idea will be appreciated. 

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: Lpd-problem

2000-06-07 Thread Vicente Torres

The problem was the lack of the line

#!/bin/sh -x

at the beginning of the filter. Impossible to guess
with the info I gave...



Vicente Torres wrote:
 
 I have following problem:
 
 lpd does not execute the filter script associated with a local printer.
 
 The /etc/printcap entry is:
 
 hl720ps:\
 :lp=/dev/lp0:\
 :sd=/var/spool/lpd/hl720:\
 :mx#0:\
 :if=/usr/local/bin/filtro:\
 :af=/var/log/lp-acct:\
 :lf=/var/log/lp-errs:\
 :sh:
 
 The the permissions for /usr/local/bin/filtro are:
 
 -rwxr-xr-x1 root root   96 Jun  7 17:37
 /usr/local/bin/filtro
 
 Everybody has right to write, read and execute in /var/spool/lpd/hl720.
 
 Any idea will be appreciated.
 

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: unable to start X after upgrade to potato

2000-06-06 Thread Vicente Torres

Only an idea:

this message comes from the files /etc/init.d/kdm or /etc/init.d/xdm
(grep unable to check /etc/init.d/*)

 if [ -x /usr/sbin/parse-xf86config ]; then
  if parse-xf86config --quiet --nowarning --noadvisory 
 /etc/X11/XF86Config; then
problem=
  else
echo error in configuration file.
  fi
 else
  echo unable to check.
 fi


May be your parse-xf86config has disappeared... :)
Check if there is one such file in /usr/sbin.
If not, that is your problem.



Peter Mickle wrote:
 
 I have recently upgraded to potato, and after doing so, I can no
 longer open an X session, either from xdm or from startx. The version
 is 3.3.6-6.
 
 At boot time, the last two lines of the messages generated
 by the boot process are:
 
 Checking for valid XFree86 Server configuration...unable to check
 Not starting X display manager
 
 If I try to start with startx, I get the following message:
 
 XSession: unable to start X sessions: no /path/.xsession found, no
 window managers, and no terminal emulators found.
 
 I have rerun xf86config. I have looked over all the related problems
 which have shown up on this list over the last week or so, and none of
 the fixes to other problems work for me.
 
 I'm lost or stuck, and I need X for my work, so any help will be
 appreciated. Thanks,
 
 Peter
 
 Peter Mickle
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: scsi support for ide to enable cdrecord-ing

2000-05-29 Thread Vicente Torres

1) Having 2 cdroms on the same IDE may generate problems
(http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html).

2) Remember to put append=hdx=ide-scsi in your lilo.conf

3) Change #define WAIT_CMD (10*HZ) to
  #define WAIT_CMD (1000*HZ)
   in the file /usr/src/linux/include/ide.h. Otherwise you will get 
   timeout errors while fixating.

4) Disable scan all luns on the kernel.

I get the same message from xcdroast so I do not use it.


Antonio Rodriguez wrote:
 
 I have a frozen system working, with kernel 2.2.15 and
 lsmode shows: serial, sg, ide_scsi, ppp, slhc
 I have ATAPI CDROM DRIVE 36-X and HP CD-Writer +7200 both in the
 secondary IDE controller.
 When I try to run cdrecord, or xcdroast I get the message that I have to
 implement generic scsi support. Don't I have it already? What exactly do
 I have to configure in my module to have these two fellow CDROMS visible
 to the system? Thanks,
 Antonio.
 
 --
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: IDE CD-RW + sound

2000-05-26 Thread Vicente Torres

I will ask my friend to check it.

Thanks

 
 If no CD Player works, most likely he is missing a cable
 connecting the CD drive to his soundcard.
 
 John P.


-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



IDE CD-RW + sound

2000-05-25 Thread Vicente Torres

I have just installed a debian potato in a friend of mine's box.
He has an IDE cd-writer and he uses scsi-emulation
to record cds, but the CD player of KDE can not reproduce any
sound. This program is capable of reading CD-toc,
and after starting playing the seconds counter changes,
but no sound comes out from the speakers.
We have tried with other cd-players (like cccd or wmplay)
but no one could make it work.

Any idea?
Thanks

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



problems with some WWW sites

2000-05-24 Thread Vicente Torres

I am running a potato with netscape 4.7
and I can not access following URLs:

http://www.upv.es
http://www.sony.es

I have Java and javascript enabled.
any idea? 

(any other URL seems to work OK)

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: Debian 2.1 on Athlon / AHA-2940 ?

2000-05-18 Thread Vicente Torres

I had the same problem installing Debian 2.1 on an Athlon.
The problem is the kernel of the installation CD: 2.0.36
It does not seem to work with this kind of new computers.

I took out the hard disk and installed it on another
computer (pentium II). The installation went fine.
I compiled the 2.2.14 kernel on this computer and
re-installed the hard disk on the Athlon box.

Oliver Schoenknecht wrote:
 
 Hi there,
 
 when I boot the installation CD of Debian 2.1 on my 600 MHz
 Athlon (with Adaptec 2940, 3C905 NIC), my system stops after
 having downloaded the instructions for the AHA-2940 - is this any
 specific problem one of you have encountered before?
 
 ---

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



cdrecord problem

2000-05-16 Thread Vicente Torres

I have problems with my HP-CD Writer+ 9100.
My system is a potato with a 2.2.14 kernel
emulating ide-scsi (no ide-cd module loaded).

cdrecord is version 1.8

My CD writer is at hdc and the hard drive is at hda.

The problem is that at the end of the burn out,
when fixating, cdrecord says there is following problem:

Fixating...
scsi : aborting command due to timeout : pid 4326, scsi0, channel 0, id
1, lun 0 UNKNOWN(0x5b) 00 02 00 00 00 00 00 00 00
hdc: irq timeout: status=0xd0 { Busy }
hdc: DMA disabled
hdc: ATAPI reset complete
hdc: irq timeout: status=0x80 { Busy }
ide1: unexpected interrupt, status=0x51, count=1
hdc: ATAPI reset complete
hdc: irq timeout: status=0x80 { Busy }
cdrecord: Input/output error. test unit ready: scsi sendcmd: retryable
error
CDB:  00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 12 00 00 00 00 30 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x30 Qual 0x00 (incompatible medium installed) Fru 0x0
Sense flags: Blk 0 (not valid)

The recorded CD is not useful. Any idea?
Your help will be apreciated.


-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



Re: cdrecord+wavs

2000-05-11 Thread Vicente Torres
Miguel Rodriguez Penabad wrote:
 
 Hola listeros.
 Alguien sabe como grabar en CD un disco de audio a partir
 de ficheros .wav?
 porque con cdrecord -audio *.wav me da un error
 (lo siento pero no tengo aqui el mensaje)
 acerca del tamaño del fichero.

¿Es posible que realmente los wavs no quepan en el CD?
Quizá si usases un CD de 80 min...

 En el man del cdrecord dice que puede grabar directamente wavs,
 pero en el ejemplo que trae para grabar lo hace
 con cdrecord -audio track*.cdaudio. Tendre que pasar los wav a
 un formato raw?

No creo que el uso de otro formato corrija ese problema y a mí
grabando wavs siempre me ha ido mejor que con raw(cdr).

 Gracias anticipadas
 Miguel
 --

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--



[Off-topic] Joliet multisession

2000-05-08 Thread Vicente Torres

I am trying to burn multisession CDs to use them
under windows.

When using mkisofs, wich options do I have to use?

-J ? Is it enought? mkisofs help says the -R option is
necessary to burn multisession.

-R ? Will the resulting CD be readable under windows?

-R -J? This is the posibility I have tried and some
cd-readers can read the CD and others do not.

Thank you


-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Re: telnet problems with Debian woody

2000-04-28 Thread Vicente Torres
Curtis Hogg wrote:
 
 A friend of mine (as am I) is running Debian 2.1 that has been
 dist-upgraded to woody, and while he can telnet into my machine just fine,
 I cannot telnet into his, the error received states-
 
 telnetd: getpty: permission denied
 
 the permissions on his ptys and ttys and so on are the same as mine. What
 do I need to do to fix this problem? TIA
 

Changing telnetd.telnetd with root.root in the telnet line in
/etc/inetd.conf solved this
problem on my box. Do not ask me why! I even do not know further
implications
of this change, but it worked for me.


-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Problem with telnetd

2000-04-14 Thread Vicente Torres
When I telnet my machine from another box,
I get following message

bash-2.02$ telnet mymachine
Trying XXX.XXX.XXX.XXX...
Connected to mymachine.
Escape character is '^]'.
telnetd: getpty: Permission denied
.
Connection closed by foreign host.
bash-2.02$ 

SSH works well. I think it was after upgrading
to woody when I started to get this problem.

any idea?

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Two CD-Units

2000-04-12 Thread Vicente Torres

I have just installed a CD-Writer on my box. It is an
HP 9100, IDE. To make it work I had to remove the
ide-cd module, so I can not mount the other CD-Unit
I have.
Any idea about how can I solve this?
(may be configuring my another CD-Unit as SCSI also? How?)

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Re: off topic de Latex. Urge

2000-03-31 Thread Vicente Torres

Yo he usado sin problemas de rotación de páginas el paquete seminar

\documentclass[spanish,a4,slidesonly,semrot]{seminar}
\usepackage{latin1}
\usepackage{lscape}
\usepackage{seminar}
\usepackage{fancybox}
\usepackage{graphicx}
\usepackage{pifont}

Añadiendo esto en el preámbulo:

\def\printlandscape{\special{landscape}}% Works with dvips.

Los entornos slide y slide* producen diapositivas
horizontales y verticales (no sé cuál hace cada cosa)


-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


HELP with KDE and SAMBA

2000-03-30 Thread Vicente Torres

I have two problems:

1)
After upgrading to woody my KDE has misconfigured
and i only get an xterm after introducing user 
and password.
Perhaps I have lost my xinitrc file ?
I have reinstalled KDE but that made no efect.

2) 
After configuring samba I am able to see other PCs
on the net using their NETBios name. I can also
see my PC. But I can not see the name of my SAMBA 
among the PCs in Windows Explorer nor can I 
find it using my NetBios Name

Please, help.
Problem 1) is more urgent than 2).


--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Re: HELP with KDE and SAMBA

2000-03-30 Thread Vicente Torres


 This works fine for me (Samba 2.0.6).  Let us see your
 /etc/samba/smb.conf file.  Also, what are you running on your PCs?
 Win95, 98, or 2000?  You might also try subscribing to the Samba mailing
 list and asking your question; they've seen it all.

This is my smb.conf
(I will subscribe samba mailing list)

;
; /etc/smb.conf
;
; Sample configuration file for the Samba suite for Debian GNU/Linux
;
; Please see the manual page for smb.conf for detailed description of
;   every parameter.
;

[global]
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   guest account = nobody
   invalid users = root
   security = domain
   workgroup = DIE_GANDIA
   password server = FLASH SPUTNIK
   domain master = no
   local master = yes
   preferred master = yes
   os level = 65

; security = user is always a good idea. This will require a Unix
account
;   in this server for every user accessing the server.
   security = vtorres
   user = vtorres
; Change this for the workgroup your Samba server will part of
;   workgroup = UPVNET

   server string = vtorres

; This socket options really speed up Samba under Linux, according to my
;   own tests.
   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096
SO_RCVBUF=4096

; Passwords are encrypted by default. This way the latest Windows 95 and
NT
;   clients can connect to the Samba server with no problems.
   encrypt passwords = yes

; It's always a good idea to use a WINS server. If you want this server
;   to be the WINS server for your network change the following parameter
;   to yes. Otherwise leave it as no and specify your WINS server
;   below (note: only one Samba server can be the WINS server).
;   Read BROWSING.txt for more details.
   wins support = no

; If this server is not the WINS server then specify who is it and
uncomment
;   next line.
   wins server = 158.42.9.1

; Please read BROWSING.txt and set the next four parameters according
;   to your network setup. There is no valid default so they are commented
;   out.
;   os level = 0
;   domain master = no
;   local master = no
;   preferred master = no

; What naming service and in what order should we use to resolve host
names
;   to IP addresses
   name resolve order = lmhosts host wins bcast

; This will prevent nmbd to search for NetBIOS names through DNS.
   dns proxy = no

; Name mangling options

   preserve case = yes
   short preserve case = yes

; This boolean parameter controlls whether Samba attempts to sync. the
Unix
;   password with the SMB password when the encrypted SMB password in the
;   /etc/smbpasswd file is changed.
   unix password sync = false

; For Unix password sync. to work on a Debian GNU/Linux system, the
following
;   parameters must be set (thanks to Culus for pointing this out):
   passwd program = /usr/bin/passwd %u
   passwd chat = *New\spassword:* %n\n *Re-enter\snew\spassword:* %n\n
*Password\schanged.* .

; The following parameter is useful only if you have the linpopup
package
;   installed. The samba maintainer and the linpopup maintainer are 
;   working to ease installation and configuration of linpopup and samba.
;   message command = /bin/sh -c '/usr/bin/linpopup %f %m %s; rm %s'


; The default maximum log file size is 5 MBytes. That's too big so this
;   next parameter sets it to 1 MByte. Currently, Samba rotates log
;   files (/var/log/{smb,nmb} in Debian) when these files reach 1000
KBytes.
;   A better solution would be to have Samba rotate the log file upon
;   reception of a signal, but for now on, we have to live with this.
   max log size = 1000

[homes]
   comment = Home Directories
   browseable = no

; By default, the home directories are exported read only. Change next
;   parameter to no if you want to be able to write to them.
   read only = yes

; File creation mask is set to 0700 for security reasons. If you want to
;   create files with group=rw permissions, set next parameter to 0775.
   create mask = 0700

; Directory creation mask is set to 0700 for security reasons. If you
want to
;   create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0700

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

; A sample share for sharing your CD-ROM with others.
[cdrom]
   comment = Samba server's CD-ROM
   writable = no
   locking = no
   path = /cdrom
   public = yes
;
; The next two parameters show how to auto-mount a CD-ROM when the
;   cdrom share is accesed. For this to work /etc/fstab must contain
;   an entry like this:
;
;   /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
;
; The CD-ROM gets unmounted automatically after the connection to the
;
; If you don't want to use auto-mounting/unmounting make sure the CD
;   is mounted on /cdrom
;
   preexec = /bin/mount /cdrom
   

Re: HELP with KDE and SAMBA

2000-03-30 Thread Vicente Torres
Vicente Torres wrote:
 
 I have two problems:
 
 1)
 After upgrading to woody my KDE has misconfigured
 and i only get an xterm after introducing user
 and password.
 Perhaps I have lost my xinitrc file ?
 I have reinstalled KDE but that made no efect.

SOLVED! I have created a .xsession file in my home
directory with kde as contents.
 

--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Debian -vs- Win95?

2000-03-28 Thread Vicente Torres

We have bought a PC (AMD K7 Athlon
with Hewlett-Packard CD recorder) to act as a server
allowing people to copy their data on this server and
record their CDs.
We also want to attach our fax to this server
and use it as a printer from other PCs in the net.

Should I,

Instal Windows 9x (easy to install and the software for
the HP recorder will probably work under Windows)

or

Install Debian with
samba, mgetty-fax and cdrecord.
(I have never configured none of this
applications.)
?

If I install Debian everything should work fine,
otherwise my colleagues will ask me to install
Windows.

-- 
  .'/,-Y ~-.
Vicente Torres Carot  l.Y ^.
Universidad Politécnica de Valencia   /\   __  Doh!
Departamento de Ingeniería Electrónica   i___/   \
Ctra. Nazaret-Oliva, s/n |  /   \   o !
46730 Grau de Gandia (Valencia)  l ] o !__./
SPAIN \ _  _\.___./~\
   X \/ \___./
Tel.: (96)2849300 ( \ ___.   _..--~~   ~`-.
FAX:  (96)2849309 ` Z,--   /\
 __.  (   /   __)
I don't apologize. I'm sorry, but that's  \   l  /-~~ /
just the way I am. -- Homer Simpson -- Y   \  /
## | x__.^
--
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--


Re: Writing corrupted files

2000-03-15 Thread Vicente Torres
nick wrote:
 
 Hi all, we are testing a machine (a dual PIII 500 with kernel 2.2.14pre15
 SMP with Debian Frozen) we did just upgrade it with latest frozen packages
 and since then we have problems in opening old document newly saved.
 When we launch StarOffice it opens the previously saved docs but after a
 save, when we try to open again it comes up with an error.
 
 Error reading document
 file://path/to/file
 General Error
 General I/O error
 (this is a translation from Italian may be incorrect)
 

I had similar problems. I generated StarOffice documents
in my Win95 (at home) and I re-edited those documents
in my linux (at work). I found it was a a reported problem
(by Sun) that said that translating documents from one OS to
another could produce this problem. They hadn't corrected it yet
by that time.
The solution was to avoid using GRAPHIC BULLETS in lists.

I hope this can help you.


SMBCLIENT PROBLEM

2000-03-13 Thread Vicente Torres

I use smbmount-2.1.x to access Windows NT file systems
from other computers in the net.
Sometimes the connection gets lost and I get the following message when
I
try to list those directories:

bash-2.02$ ls /net/XXX
ls: /net/XXX: Input/output error
bash-2.02$

If I try to mount again the net directories, smbmount-2.1.x says:

Could not resolve mount point

and the only solution I know is to restart my potato. After restart
the connections are available again.

How can I restore connections without restarting?


ProvidesLanguage

1999-11-30 Thread Vicente Torres

After upgrading to potato, I'm having problems compiling
latex documents with babel declaration.

The referred error is:

! Undefined control sequence.
l.20 \ProvidesLanguage
  {spanish}

I know this is a known bug (because I have found
it in other mailing lists' archives), and I think babel package
has a patch to correct it.

What should I do to correct the problem?
If the solution is to install the newest version of babel,
where do I find the docstrip utility?

Thanks


[Re: ICMP error]

1999-11-24 Thread Vicente Torres

Colin Watson wrote:
 
 Vicente Torres wrote:
 I receive hundreds of times pro day
 the following message on my text screens:
 
 193.152.56.57 sent an invalid ICMP error to a broadcast
 
 ¿Can I do anything to avoid receiving this message?
 
 I had the same problem, due to an apparently misconfigured LANManager
 server on this network. I used a firewall to filter it out:
 
 ipchains -A input -j DENY -p icmp -s 131.111.212.123
 
 ... on  2.1.101 or 2.2 kernels, or:
 
 iptables -A INPUT -j DROP -p icmp -s 131.111.212.123
 
 ... on 2.3 kernels. (Can't remember what you need for 2.0 and = 2.1.101
 kernels (ipfwadm), sorry.)
 
 --
 Colin Watson   [EMAIL PROTECTED]
 Trinity College, Cambridge, and Computer Science [riva.ucam.org]

Thank you very much,
your help is exactly what I was looking for.


ICMP error

1999-11-23 Thread Vicente Torres

I receive hundreds of times pro day 
the following message on my text screens:

193.152.56.57 sent an invalid ICMP error to a broadcast

¿Can I do anything to avoid receiving this message?