Workstation in multiple NIS domains

2000-03-21 Thread Peter Paluch
Hi everybody,
=-=-=-=-=-=-=

I need to set up a few workstations so that users from multiple NIS domains
could log to these workstations. (Or more precisely: I have two servers with
different users. I need to set up some workstations so that any user from
any of the two servers could log in and work at this workstations.)

Is it possible? Did someone do it?

Thanks a lot for any suggestion!

All the very best,
Peter


Unidentified subject!

2000-03-14 Thread Peter Paluch
HELP


ether= parameter doesn't work

1999-03-13 Thread Peter Paluch
Hello,
==

I am using 2.2.1 kernel and I have 3 Ethernet cards in my Linux box (all
are Realtek 8029 PCI). The 3rd was added recently. I wanted to preserve my
settings - I knew that adding the 3rd card would change my present eth0 and
eth1 name-to-adapter assignments. 

So I added an append line to my lilo.conf, filled it with proper values,
ran lilo and restarted my server. After booting it up I ended up with
swapped names of cards so I thought I made a mistake somewhere. I made more
experiments - and I observed that the ne2k-pci driver completely ignored
the values specified in ether= parameters. Is it possible that ne2k-pci
looks for more than one network card automatically (and therefore
disregards the ether= parameter)? If so, do all drivers do the same, or
is this just a speciality of ne2k-pci? I haven't noticed any message
telling me that I've supplied a wrong parameter to the kernel.

Does any of you know if something has changed in 2.2.x about that ether=
parameter? Again, I am using 2.2.1 kernel with built-in ne2k-pci driver
(not as a module). By the way, where can I get some information about new
parameters which can be passed to 2.2.x kernels? Is BootPrompt HOWTO
updated already? 

Thank you in forward.

All the very best, 
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * cell phone: +905 16 44 32 *
  * home phone: +421 826 421 2542 *
  *


A question about HP DeskJet 710C

1999-02-24 Thread Peter Paluch
Hello everybody,


does any of you have some information about printing using Hewlett-Packard
DeskJet 710C or 720C under Linux? Is it possible to use those printers
under Linux? A friend of mine would like to buy one of those types but he's
afraid that it can be a Windows-only printer.

Thank you very much in forward.

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: xdm kdm

1999-02-16 Thread Peter Paluch
Hello,
==

   I want to run xdm on vt7, and kdm on vt8. So how do I do it?

I do not remember quite exactly the process how I managed to do it, but it
worked ...

Well, you have to set up two independent directories - /etc/X11/xdm and
/etc/X11/kdm (you can copy /etc/X11/xdm to /etc/X11/kdm). Then, in each one,
in the file Xservers set the proper display for particular manager, like
this:

/etc/X11/xdm/Xservers :

:0 frcatel local /usr/X11R6/bin/X :0 vt7

/etc/X11/kdm/Xservers :

:1 frcatel local /usr/X11R6/bin/X :1 vt8

Then rename the file xdm-config to kdm-config (in etc/X11/kdm) and edit it,
you have to change paths from /etc/X11/xdm to /etc/X11/kdm.

Then, copy /etc/init.d/xdm to /etc/init.d/kdm and edit it. In
/etc/init.d/kdm replace the contents of variables $DAEMON and $PIDFILE with
proper values (DAEMON=/usr/local/kde/bin/kdm or so,
PIDFILE=/var/run/kdm.pid).

There is a very important thing - you have to tell kdm it should read its
config files from /etc/X11/kdm. You can do it by passing the argument

-config /etc/X11/kdm config

to kdm when launching. In the /etc/X11/kdm file you'll find this line:

start-stop-daemon --start --quiet --exec $DAEMON

Change it to this:

start-stop-daemon --start --quiet --exec $DAEMON -- -config 
/etc/X11/kdm/kdm-config

(carefully about line breaks)

Save the /etc/X11/kdm .

As the last thing, issue the command

update-rc.d kdm defaults 99 01

so that the kdm will be launched every time the computer starts.

   Also, how do I force all my users to use /etc/X11/Xsession, rather
 than ~/.xsession??

Hmmm - they already use it, don't they? How do you know they aren't using
it?

But if you want to prohibit users from using their own .xsession (although
this is not a very good idea IMHO), comment the line 

allow-user-xsession

in /etc/X11/config file.

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: XFree86 is 3.3.3.

1999-02-16 Thread Peter Paluch
Hello,
==

 Graham Lillico +44 1785 782329 wrote:
  Does anyone know if XFree86 is 3.3.3.x is avaliable in deb format
  anywhere?  Or when we will have one avaliable?
 
 It will not be in the distribution till the maintainer of the X11 Debian
 packages feels comfortable about the current (3.3.2) packages.

I think this is a problem because version 3.3.2.x is not ready for
internationalization. I am publishing some articles in one Slovak PC
magazine but I have to use M$ Windows when writing those articles for 3
reasons:

1.) There is not even one (!) word processor which is able to export the
documents in MS Office97 format and is working properly with Slovak locale
in XWin.

2.) I can't use TeX or similar because in that PC magazine they're using
just MS products.

3.) I was unable to set up Slovak keyboard properly. I downloaded XWin
3.3.3. sources and compiled it and it worked with the same settings and same
keyboard flawlessly!

A friend of mine, using RedHat 5.2, laughed at me when I told him that we in
Debian do not have even 3.3.3 when there is 3.3.3.1 out! I felt that time
very uncomfortable.

So until XWin 3.3.3.x appears in Debian distribution East-Europeans will
have big problems getting their international support and locales working in
XWin and I think it is a big pitty. I am, truly said, angry about it. Just
explaining my feelings, please do not take it as offence. I simply can't
stand the feeling that Linux can't do something that Windows can.

I understand it is not so easy to administer and package such huge thing as
XWindow, however, this disfunctionality should be at least treated as bug.


So?

Peter Paluch
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: modem configuration..

1999-02-16 Thread Peter Paluch
Hello,
==

  I've installed LINUX (debian 2.0.2) on my IBM 240 E pc. LINUX is
  unable to sense the built in modem. PC has Rockwell HCF 56K
  modem at IRQ 4 on COM1. It works fine with Windows. I  tried
  editing /etc/rc.boot/0serial script with various parameters.
  Whenever I run 'wvdialconf /dev/wvdial.conf' it is unable to 
  find the modem.

I think it is an PnP modem, isn't it? If it is ISA modem (or a modem
internally connected to ISA bus), then try the isapnptools package - with
pnpdump command you can dump all the configuration information, save it to a
file, edit it so there will be only one setting for each resource, and then
run isapnp with that file (or put it to /etc/isapnp.conf). If you need help
with it, I'll be pleased to help (then please mail me directly, not to this
list).

If it is PCI modem (or connected to PCI bus), then I can't help now, because
I have no information about how to start PCI PnP devices.

What works in Win, doesn't have to work in Linux. Especially devices with
logo Designed for Windows95 are big trouble.

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: XFree86 is 3.3.3.

1999-02-16 Thread Peter Paluch
Hello again,


  1.) There is not even one (!) word processor which is able to export the
  documents in MS Office97 format and is working properly with Slovak locale
  in XWin.
 
 You don't need to blame, nor Debian, nor Linux in general, that M$Office is
 being used at your office. If they want you to use M$Office (and apparently,
 they do), then blame your employer if you don't agree with him.

No, no :) I do not blame anyone. I am just explaining the fact that there
are maybe more than ten pretty interesting office packages, but neither one
is suitable for me, because it is not properly prepared to work with
locales. I know very good that Debian has nothing to do with this fact. I'd
like to apologize if it seems that I am blaming Debian - I would never do
that! 

 This is nothing personal, but I see people pointing to that so-called
 disadvantage of the products current available on Linux platforms, but
 they're pointing to the wrong people. If someone wants to have a M$Office
 compatible thing on Linux, go out and write it. Don't blame others for not
 writing it.

The problem is that there are enough office packages with very interesting
features, but they are simply not usable everywhere. If someone is doing
some program (like word processor) under XWindow, why doesn't he make it
locale-compliant, as every proper program should be done? I think if someone
is going to make something, then he should do it either perfectly (at least
try to do it so) or not at all. A half-done work is only problematic.

My friends were willing to add international support to some office
packages but they haven't received any answer.

Have you seen some of those packages? They are using their own fonts, own
keyboards, own extensions - they are apparently not using all the features
and possibilities given by XWindow. I have a beautiful collection of fonts
which contain characters from my native language but I can't use them!

Look, I'd like to completely erase Win95 out of my hard disk, but I can't. I
am permanently switching between Win95 and Linux and I hope you understand
it is sometimes driving me crazy.

  A friend of mine, using RedHat 5.2, laughed at me when I told him that we in
  Debian do not have even 3.3.3 when there is 3.3.3.1 out! I felt that time
  very uncomfortable.
 
 If you
 feel better having the latest versions of software available, without caring
 about other things, I don't think Debian will suffice for you. 

I don't feel better having new things just for higher version numbers. I
feel better having new things for having things finally running. By the way,
I spoke to my RedHat-using friend just because he is very clever and I
thought he would help me. He suggested installing newer version of XServer
(that didn't help much, but showed an improvement). So I reinstalled whole
XWindow 3.3.3 and it started to work. 

 strives after other matters, like stability and security. I don't want to
 start another holy war, but Debian and RedHat just differ from each other on
 some points.

Neither do I. I agree.

 It is not a bug in 3.3.2, it is a feature in 3.3.3. So I don't agree with
 you. But I *do* see your point, and I'm sorry for you that it most likely
 won't be resolved in the upcoming (2.1, slink) Debian release.

I am not sure if Slink solves this - even in Potato there are still 3.3.2.x
packages!

 I don't know if your problem will be resolved if you put the latest X11
 server (3.3.3.1) in place of your current X11 server, I doubt it. I think
 the 'bug' is in some library.

Well, actually, I reinstalled only the server and main libraries and it
didn't help. Now I recompiled the whole XWin and it works. I think I know
where was the problem (I forgot to install new ISO8859-2 locale from 3.3.3).


Again - I am terribly sorry if I offended someone. I didn't mean it so,
indeed. You maybe don't see this event to be so serious than I see it, but
in fact the present state doesn't allow me to use my native language on
Linux.

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: newest ncp

1999-02-16 Thread Peter Paluch
Hello,
==

 I am trying to use ncpmount to mount subdirectories on a Novell 
 Netware server, but my current version of ncpfs only allows the 
 mounting of volumes - not subdirectories.  I was wondering if 
 anyone knew if there was a newer version available that DOES allow 
 you to mount a specific subdirectory?  And if so, where to get it?

I am not sure if kernels 2.0.x allow this. You should definitely try 2.2.1,
I've seen this support there.

About that ncpfs, try from Slink. And have a look at
http://www.SerNet.DE/vl/linux-lan/ .

Peter Paluch


Re: Libraries for Enlightenment

1999-02-16 Thread Peter Paluch
Hello!
==

 I haven't found
 imlib1, not even at debian's ftp site... where could I find it?  does it
 belong to some other package?

You can find imlib in slink distribution, the graphics directory.

 It is also required to have libc6 (=2.0.7u), and I have libc6 2.0.7t-1 (hamm)
 installed instead.  Will dpkg install and replace it, or could it mess up
 any of the already programs which depend on libc6 and are already installed?

I think you can install newer libc6 without problems.

 Also, it requires xlib6g (=3.3-5), and I just managed to get an earlier
 versions (xlib6g 3.3.2.2-4)... or is it not?

Try it - I think that your version is sufficient.

 I used `dpkg -l | less' to see the installed libraries, is there another way
 to see if one of those libraries may belong to a different package?

Maybe looking into Contents-i386.gz and searching a specific file.


All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: Crypt function

1999-02-01 Thread Peter Paluch
Hello,
==

 I am trying to compile a C program that utilizes the crypt() function.  It
 worked fine on another Linux box, but on my newly-installed system it says
 that crypt() is undefined or some such.  How do I go about installing the
 library or telling gcc where to look for it?  I'm running Debian with
 kernel version 2.0.34.  Thanks!

Maybe you should try to compile your program with -lcrypt flag , like

gcc -lcrypt -o output_file your_source.c

The other Linux box is apparently using libc5 and your new Debian is
libc6-based. There are some differences in crypt library.

Could you please reply if my suggestion was right?

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Re: kernel 2.0.36 question update

1999-02-01 Thread Peter Paluch
Hello,
==

 I just discovered that when I uncompressed 2.2.1 tarball, it installed to
 the linux dir which was a symlink to my 2.0.36 dir, so I guess that is the
 major problem.

;-) Yes, that surely caused a perfect mess.

 Still, how do I apply to patch for kernel 2.2.1?

Assuming from your previous mail you have patch in bz2 format. You have to
use bunzip2 (not simply bunzip) to unpack the patch - maybe you should
install the bzip2 package. Then go to /usr/src directory, and issue this
command

patch -p1  your_decompressed_patch_file

 Babylon 5 fanatic

Yeah? I'm a Trek fan, on the contrary :)))

All the very best,
Peter
--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * mobil: +905 16 44 32  *
  * domov: +421 826 421 2542  *
  *


Converting TTF fonts to PCF

1998-12-09 Thread Peter Paluch
Hello friends!
=-=-=-=-=-=-=-=

I'd like to ask - is there any software for converting TrueType fonts to
PCF or to Type1? I need to convert those fonts for StarOffice - it works
only with PCF or Type1. I have great opportunity to use fonts from
Windows, but I have to convert them. Does anybody of you know how to do
it???

Thanks a lot in forward.

Cheers,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  *


Deity or apt or...?

1998-10-30 Thread Peter Paluch
Hello friends,
==

it seems that I missed a lot about the new package manager under Debian
(please don't beat me ;-). Could one of you kindly explain me about what is
deity and what is apt? Also, I've installed apt, but I doesn't look like
frontend to dpkg... it seems like new dpkg.

Is there some nice X frontend going to be for dpkg?

Thank you very much.

All the very best,
Peter


NetWare Volumes

1998-09-09 Thread Peter Paluch
Hello, friends.
===

Thank you all for replies to my question about keyboards in XWindow. I
have another quite important question: is it possible to mount Novell
Netware 3.12 disk partitions under Linux? What software do I need for
it? I really mean the physical disks which were installed in Netware
servers and contain all Netware volumes and software on them, not the
network services exported using IPX protocol. Read-only access is
sufficient.

Thank you again very much.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  *


Keyboard-switching

1998-09-03 Thread Peter Paluch
Hello friends!
==

Now I have a big question: does anyone of you know something about
software which allows me to instantly change the layout and charset of the
keyboard while logged in XWindow??? Something like in Win95 (sorry to say
so) - you know, you can choose for example between U.S. keyboard and
Slovak keyboard. For writing texts it would be very preferable for me to
write using Slovak keyboard, but for working in the window of xterm I need
the classical U.S. keyboard. It would be very unpractical to change the
keyboard in the XF86Config each time.

Help, please!

All the very best,
Peter

--
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  *


Netscape and PGP5 ?

1998-08-26 Thread Peter Paluch
Hello friends!
==

I have a VERY big question now - is there anything (plugin, script,
module - anything!) that makes my Netscape Communicator encrypt, decrypt
and sign the mail messages using pgp5? It very important for me. Please,
if somebody of you knows something, let me know it!

I rely on you - I'm desperate in search for it, but no use.

Thanks a lot in forward.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  *


Re: newbie ppp problem

1998-07-13 Thread Peter Paluch
Hello!

 When I start 'pon', the modem beeps as if engaged but never dials
 a number. 'plog' reports:
 abort on (NO DIALTONE)
 send (ATDT^M)
 expect (my ISPs phone no)
^^

Well, it SHOULD NOT expect your IPS's phone no, but it should expect a
CONNECT answer from the modem. Check your dialing string beginning with
ATDT, it should not contain any spaces. It must be one word together with
the phone no, so something like:

ATDT01234 

If it doesn't help, just let me know.

 The process that seems to be causing the problem is:
 sbin/mgetty ttyS1

Hmmm - you do not need mgetty, do you? Mgetty is used only if someone else
would like to connect _your_ machine through a modem from outside. Unless
your are making a dial-in Linux box, you do not need it.

 but I don't know why this is running, what its doing, and I can't
 find where its started up from. Any help appreciated!

Mgetty is started from init. Check your /etc/inittab.

All the very best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Parameters for kernel

1998-07-09 Thread Peter Paluch
Hello friends,
==

Is there any document describing all existing command lines which can be
passed to kernel using LILO's append parameter? Or do I just have to sniff
it out from the source codes of the kernel and from docs?

Oh, and one more question. Does pppd work with shadow password installed? I
want to set up a dial-in Linux box, but I had to put all passwords into
/etc/ppp/pap-secrets file because with login option I just got the message
Login incorrect (or similar, found in /var/log/ppp.log after turning on the
debug option).

Thank you very much in forward.

Looking forward to your answer
and wishing all the very best,

Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Parallel port scanner

1998-06-13 Thread Peter Paluch
Hello friends,
==

I've just bought a Primax Colorado D600 scanner, and I'd like to use it
under Linux. However I don't know where to find a software for it. It is
a TWAIN compatible scanner, and it is connected to the parallel port (so
no SCSI stuff). Could anybody tell me where can I find any software
which may allow me to use it under Debian?

Thank you many times in forward.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Problem with cfingerd solved

1998-06-08 Thread Peter Paluch
Hello everyone,
===

a long time ago I posted here a question about cfingerd. I noticed that
cfingerd didn't correctly report the setting of mesg, and always
reported that the fingered user has his messages disabled.

In the meantime (as no one answered) I decided to ask the maintainer of
this package. And then it has been discovered that cfingerd improperly
evaluates the meaning of file modes of a specific tty (it thought that
for mesg y there has to be mode 622 although the correct mode should be
620). This bug has been fixed in the patchlevel 10, which should be
available soon. The maintainer also asked me to inform you about this
case.

For you who already know about this, sorry for disturbing.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Unknown PCI Ethernet card

1998-05-22 Thread Peter Paluch
Hello everybody,


in my school I want to install a PCI ethernet card into my Linux server
box. I am not sure about it's type although I've read all manuals to it.
It just says it is a Genius / KYE Corp. Ethernet Card which is NE2000
compatible, I think it is something like Genius 2500. 

Who can advice me which driver should I use for this card? I don't know
which one to choose.

Any answer is greatly appreciated. CC replies to my address are welcome.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: burning hamm on CD.

1998-05-21 Thread Peter Paluch
Hello,
==

 Hi,
 I downloaded the Hamm/main at work, the problem is that the size of the
 tree is about 760 MB. I want to burn it to CD, but it won't fit.
 
 I noticed that a lot of packages are identical in the binary-0i386 and
 binary-all, can I remove the identical ones from the binary-all?

What software did you use to download the Debian distribution tree? As far
as I know there are no identical packages in the binary-i386 and in the
binary-all, but there are just symbolical links from binary-i386 to
binary-all. It is possible that your ftp software doesn't know symbolical
links and instead of making them  it downloaded the files twice - once in
the binary-i386 and once in the binary-all.

This is going to be problem in non-Linux systems as they cannot make any
symbolical links.

It is also possible that you simply counted sizes of those files twice, and
that you _have_ those symbolic links. But I wonder.

I will be very happy if somebody from this list answers to this problem.

All the very best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Problems with cfingerd

1998-05-08 Thread Peter Paluch
Hello friends,
==

I'm not sure whether you've got my last message about problems with
talk...it has been solved properly (I just forgot to insert a line
describing my machine and its IP address on PPP interface into
/etc/hosts ;-)

But now, I have another problem - I have cfingerd installed, but when I
try to finger somebody on that machine, it always tells me that that
user has the messages off although he hasn't!!!

I tried to experiment with it, but I didn't manage do get any further.
Everything seems that cfingerd is simply ignoring the setting of mesg
and still returns [MSG-N].

Is it just misconfiguration or something serious?

Thanks in forward.

All the very best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


X session stays opened in utmp/wtmp

1998-04-30 Thread Peter Paluch
Hello friends,
==

could anybody help me with this problem? Every time when anybody logs
himself off XWindow, finger, who and last report him as a still
logged-on person, usually with a nonsensual idle time. Command w returns
everytime that there are n users, but lists only n-1 of them. The
missing one is that user who just left XWindow. When I reboot (and/or
delete the utmp/wtmp files), everything remains normal until somebody
logs into XWindow.

If someone else logs into XWindow, he replaces the previous hanging
user in all mentioned listings.

I'm using a hamm Debian, and a XWindow 3.3.1 . The computer has been
mistakenly shut down several times without a proper shutdown procedure. 

What am I doing wrong? I do not use that sessreg, it really doesn't make
things better. Maybe I should reinstall XWindow and/or my window
managers, but I want to know exactly where's the problem.

Any answers are well appreciated. CC replies to my personal e-mail are
welcome.

Thanks a lot in forward.

All the best,
Peter

-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: [off-topic] not only a server, what hardware?

1998-03-05 Thread Peter Paluch
Hello,
==

  WD don't make SCSI disks, unless they have recently started. Buy
  Seagate or IBM, Quantum aren't that good.
 
   Yeah WD makes scsi.  I think for a while now just never hit major
 popularity I guess?

WD is making SCSI for a very short time, so there cannot be a major
popularity I think... However I've read that WD has sold its SCSI division
to Adaptec. What now?

All the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: mtools: mmove usage

1998-03-04 Thread Peter Paluch
Hello,
==

  how am I supposed to use mmove?

As I do not use mtools very often, I am not sure if this helps but it does
not harm to try out:

mmove a:*.* /dos/whatever

I have not tried it though.

All the best,
Peter 

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: mtools: mmove usage

1998-03-04 Thread Peter Paluch
Hello,
==

 You might try to use \* instead of * to disable the shell's filename
 expansion. (I have to do that when I'm in tcsh).

I don't know about you, but have a look what it complains about:

frcatel:~$ mmove a: /archive/users/peterp/pokus
Path component archive is not a directory
Bad target

This is crazy. I've tried to experiment with the target directory but it
didn't help.

I treat this as a bug.

All the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


SCSI controller

1998-03-04 Thread Peter Paluch
Hello,
==

I'm thinking of buying a SCSI for my computer. However, I have no experience
in this field. I'd like to buy some that works well with Linux. What do you
think of Adaptec and Western Digital?

Thanks a lot.

Peter
  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: installing packages

1998-03-04 Thread Peter Paluch
Hello,
==

  How do you go about installing packages that are gzipped, and don't
  have .deb extensions?

If they are only gzipped, then there is only file inside the .gz file, and
you unzip it using gunzip, like :

gunzip name_of_the_file.gz

However, if the files end with .tar.gz or with .tgz, then you have to use
tar to extract files from this archive, and you do it this way:

tar xpzvf name_of_the_file.tar.gz

It is very often better to install a package than to install from these
archives, as they can contain pure source files which you have to compile
and arrange inside your system. In the .deb packages that is already done.

All the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Virtual Consoles

1998-03-04 Thread Peter Paluch
Hello,
==

 I wish to screen to clear after booting my system but using agetty this is not
 possible, I have tried using mingetty and this does what I require, but I am
 wondering if there is anyreason agetty was chosen (i.e Does it support some
 features mingetty does not, when used for virtual consoles)?

I can't answer that question, unfortunately, but I am quite satisfied with
agetty.

If you wish to clear the screen after every logout, it is rather simple and
it can be done by putting this line into /etc/profile:

trap clear EXIT

and it means that when bash catches the EXIT signal it executes clear before
it exits. And so you'll have a perfectly clear screen after every logout.

I do not think it is wise to have your first VC clean immediately after
bootup as you can miss some error messages (and forget to look into
/var/log/messages ;-) .

Everything the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: I need help (fwd)

1998-03-03 Thread Peter Paluch
- Forwarded message from peterp -

From peterp Tue Mar  3 08:30:27 1998
Subject: Re: I need help
In-Reply-To: [EMAIL PROTECTED] from Ivan  Ines Rojas at Mar 2, 98 09:30:41 
pm
To: [EMAIL PROTECTED] (Ivan  Ines Rojas)
Date: Tue, 3 Mar 1998 08:30:27 +0100 (CET)
X-Mailer: ELM [version 2.4ME+ PL32 (25)]
Content-Length:  1366

Hello,
==

 I just finish installing and setting my linux box, which wasn't a easy job
 for a windows user :-) and then I decided to use PPP.
 I install the module accordingly with the PPP-HOWTO but I'm missing the
 ppp-on and ppp-off files.

Apart from compiling the module into kernel, you also need to instal the ppp
package. It provides both pon, poff scripts and all the daemons needed to
succesfully run PPP.

 Please help me, I really want to try linux connected to internet, I've been
 trying 4 months to setup this machine and right now I just can logon, mess
 around and type shutdown -r now. I'm starting to feel a little frustrated

Head up! Until I happened to understand Linux a bit, it took five and half
months :)))

 Thanks a lot.

Don't mention it... Hope it helps. 
Just write when it won't work.


All the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



- End of forwarded message from peterp -


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: newbie ppp install question...

1998-03-03 Thread Peter Paluch
Hello,
==

I can't tell you right now what's the problem, but please be so kind as to
send me (to my personal address) your files /var/log/daemon.log and
/var/log/ppp.log and I might figure out what's happening. Note that there
could be your passwords visible, so erase them before you send it to me.

And what you could do right now - triple check your modem init string.


Awaiting your answer,
and wishing all the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: disk partitions (part 3) ... :D

1998-03-03 Thread Peter Paluch
- Forwarded message from peterp -

From peterp Tue Mar  3 10:59:38 1998
Subject: Re: disk partitions (part 3) ... :D
In-Reply-To: [EMAIL PROTECTED] from Helmut Leinfellner at Mar 3, 98 10:11:20 
am
To: [EMAIL PROTECTED] (Helmut Leinfellner)
Date: Tue, 3 Mar 1998 10:59:38 +0100 (CET)
X-Mailer: ELM [version 2.4ME+ PL32 (25)]
Content-Length:  1038

Hello,
==

I've never run in any of these problems, but try this:

Set your disk as LBA and in lilo.conf, specify option 'linear'. This might
(but maybe not!) fix the problem.

 I've set CHS in the BIOS to 14848 - 9 - 63. But this is NORMAL and
 therefore DOS is in trouble.
 If I set it to LBA and 524 - 255 - 63 I'm having trouble with the MBR
 because lilo rewrote it (the Win95 version of the MBR) and I don't have the
 original MBR anymore ... How can I recover the Win95 version of the MBR ?

Peter Paluch

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


- End of forwarded message from peterp -


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: disk partitions (part 3) ... :D

1998-03-03 Thread Peter Paluch
Hello,
==

oh, and I forgot that you need to REPAIR the win95 MBR... thought you've
been having problem installing lilo... Sorry.

I think that is rather simple by doing (in dos) 'fdisk /mbr'. However, I'm
afraid it erases LILO out of the MBR as well.

Everything the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: disk partitions (part 3) ... :D

1998-03-03 Thread Peter Paluch
Hello,
==

 I guess installing LILO on the boot sector of the linux partition will
 have the save result as placing it in the MBR. I installed Linux first,
 and then win95. It should still be possible to boot Linux, but as I have
 to init my soundcard with a DOS util, I use loadlin. 
 Installing LILO on the bootsector of the linux partition and making it
 bootable is quite a good way of booting and still having a win95 MBR.

Yes, it should be the same effect. At home my Linux partition is at
secondary drive, and I didn't want to mess my MBR and partition tables and
whatever they are, so I decided to put LILO on a floppy disk and when I want
to start Linux , I simply reset the computer with the floppy inserted and it
is (almost) as fast as having LILO at the hard disk.

All the best,
Peter

  *  
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * 024 01 Kysucke Nove Mesto *
  * Slovakia, Europe  *
  * - *
  * tel: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: fetchmail quit after upgrading smail

1998-02-25 Thread Peter Paluch
Hello friends,
==

 I decided to tackle my fetchmail/smail upgrde today. I am running
 a hamm system but had put smail on hold because it messed up fetchmail. I
 have searched the debian user mailing list arhive and tried the various
 suggetions with no luck.

I was awaiting answers for this problem. I did solve it, but I don't
think it is the best way to get on with that pesky problem...

It seems that smail tries to check whether the sender really exists. And
the smail tries to connect to some DNS server to look up the IP of the
sender's server. This is a problem when your computer is not registered
in any of DNS and/or if you are not connected to Internet while
processing mail. It just can't connect and check the address of the
sender, and therefore it fails.

I had to install and run named server and I registered my own domain for
myself... That made the problem go away. As I needed DNS from various
reasons, it is good for me to have, but it is probably just wasting the
energy and space if you do not run a server.

As I say, I don't treat this as a good thing how to handle smail's
behavior.

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


BGP

1998-02-23 Thread Peter Paluch
Hello, friends,
===

I would like to ask - is there any package which enables routing using
BGP (Border Gateway Protocol) ? I know that there is routed, but it
doesn't seem to be able to use BGP.

Thanks a lot.

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: XWindows too big for my screen.

1998-02-22 Thread Peter Paluch
Hello,
==

Alex Y. wrote:

 While the following is all true, what you probably asked for is just that
 most (if not all) X programs have -geometry option which allowes to

I agree. However, most programs, apart from having the -geometry
parameter, are programmed to be used as a big windows and some of them
are _really_ unpractical to use them in small sizes. 

Yeah, there are only two ways to solve this problem: either to enlarge
the virtual screen, or to make big windows smaller... Which one is the
better, probably depends...

Thanks.
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X Windows 16-bit

1998-02-22 Thread Peter Paluch
Hello,
==

  of windows when I try to move them. However, when I witch to 16 bpp, it
  stops displaying the outlines when I try to move windows around. Thanks
  for your help,

 This is a issue with the windowmanager.
 
 For fvwm2, you need a line like XORValue 255 in the configfile.

I had the same problem while I was running bo. As soon as I installed
hamm and completely upgraded my X packages, it was OK, the grid outlines
began to appear while moving the windows. I didn't need to edit config
files.

But I have another question: in bo, I was able to move windows between
screen by simple dragging them. However, in hamm this is not possible. I
don't want to have EdgeScroll disabled (in bo this wasn't needed). Why
is this, and how to solve it?


Thanks.
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Perms on LPRng

1998-02-22 Thread Peter Paluch
Hello everybody,


I have problem with LPRng - as normal user I can't remove my print jobs
even if they were sent by myself. I can do it only as root. Here is what
is says when I try to remove some job (printing ext2.ps):

knm:~$ lprm
Printer [EMAIL PROTECTED]: 
checking '[EMAIL PROTECTED]'
  checking perms '[EMAIL PROTECTED]'
  no permissions '[EMAIL PROTECTED]'

Is it just a matter of directory permissions? Have a look at this
listing, it shows perms of /var/spool/lpd:

knm:~# ls -al /var/spool/lpd
drwx--S---   3 lp   lp   1024 Feb 22 15:50 .
drwxr-xr-x  17 root root 1024 Jan 16 23:39 ..
drwx--S---   2 lp   lp   1024 Feb 22 16:25 hplj6l
-rw---   1 lp   lp  0 Feb 22 15:50 lpd.lock.knm
-rw---   1 lp   lp  4 Feb 22 16:19 lpd.lock.knm.printer

What am I doing wrong?

Thanks a lot in forward.

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: X Windows 16-bit (made a mistake...)

1998-02-22 Thread Peter Paluch
Hello,
==

 But I have another question: in bo, I was able to move windows between
 screen by simple dragging them. However, in hamm this is not possible. I
 don't want to have EdgeScroll disabled (in bo this wasn't needed).


That word should be enabled, NOT disabled, actually...

I just hate making mistakes ;-)

Thanks a lot.
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: XWindows too big for my screen.

1998-02-21 Thread Peter Paluch
Hello,
==

 In X-Windows, almost any software I run extends off the edges of the
 screen, making it difficult or impossible to use some stuff (Especialy
 games, but other stuff too.) I'm using an SVGA monitor, but with a
 generic VGA graphics card.

Well, how much VRAM do you have on your graphics card? I have just 1 MB,
but it allows me to run XWindow in 800x600x256 colors with virtual
screen of 1024x768. I think it is also suitable for you.

Virtual screen is a screen that 'exceeds' the size of your physical
screen. You can enlarge it and move in it by simply dragging your mouse
towards some corner of the screen. I suspect your virtual screen is too
small, so it'll be good to enlarge it.

So, edit the /etc/X11/XF86Config file, find the 'Screen sections'
section and add this line to every 'Subsection Display':

Virtual 1024 768 (or how much do you want)

so it looks like this:

 Subsection Display
Depth   8
Modes   800x600 1024x768 1280x1024 640x480
ViewPort0 0
Virtual 1024 768
EndSubsection

Of course, only one of that subsections is responsible for your display
(because X automatically chooses the proper driver and settings for your
card), but because I don't know which one of them is to be used to set
up your X, I suggest you put that line into every such subsection. Of
course you may experiment and find out which one subsection is really
needed and edit only that. 

I think you should edit preferably those section which are commented to
be for generic VGA. But there is nothing to mess.

By the way, how many screens do you have on your X? It is set in the
system.fvwm2rc file (if you're using FVWM2) in the line DeskTopSize.
Make sure it is at least 2x2.

Well, try it - and if it doesn't work, just e-mail ;-)

Everything the best,
Peter

-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Setting X default color depth

1998-02-21 Thread Peter Paluch
Hello friends,
==

 put something like this in /etc/X11/xdm/Xservers
 
 :0 local /usr/X11R6/bin/X vt7 -bpp 16

This is a very common procedure, however, I think it is better to edit
XF86Config file and isert this line:

DefaultColorDepth 16

right above the first 'Subsection' definition in the Accel section. For
example, here is an excerpt from mine XF86Config:

--Here begins---
# The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32,
Mach64)

Section Screen
Driver  accel
Device  Diamond
Monitor PHILIPS
DefaultColorDepth 16
Subsection Display
Depth   8
And here it continues...--

If I'm not right, let me know, but I am using it so and I am satisfied
with it.

Everything the best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: more ?s on ISDN and PPP ...

1998-02-15 Thread Peter Paluch
Hello everyone,
===

Richard G. Roberto wrote:

 The init string
 is AT$N1=1, which works from within minicom and I can
 display the data transfer rate with AT\S to be 64K (sync
 mode).  But chat can't apparently send this string.  I tried
 escaping it with a \, but that didn't work.
 
 Any ideas on how to pass this init string in chat?  My chat
 string looks like this:
 
 chat -v  atq0v1x3$n1=1 OK atdt CONNECT

Try to enclose the init string between '' (I don't know how to name
these characters in English, unfortunately :). And you will need to
escape it using triple-backslash, so it will be as follows:

chat -v  'atq0v1x3\\\$n1=1' OK atdt and so on...

One backslash stands for line break (used in long line scripts), two
backslashes stand for one normal backslash and three backslashes stand
for two normal backslashes which we are able to send to the modem.

Hope it helps. If not - just email :)

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: more ?s WHOOPS!!!!!

1998-02-15 Thread Peter Paluch
Hello,
==

I just noticed I've made a stupid mistake which would prevent you from
running your chat script succesfully... You should use only one
backslash, so as follows:

chat -v  'atq0v1x3\$n1=1' OK

I did experiments with my previous advices and I noticed it doesn't do
the right thing... However, you need these '' ;-)

Sorry.

Now it should go... ;-)

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: more ?s WHOOPS!!!!!

1998-02-15 Thread Peter Paluch
Hello friends,
==

[EMAIL PROTECTED] wrote:

 The single quotes are suffient to protect the '$' from the shell.  The '\'
 is harmless but unnecessary as '$' is not special to chat.  In this case
 chat just eats the '\', determines the the '$' is not one of its special
 characters, sends the '$', and proceeds.  I do not recommend relying on
 this behavior however, since it is undocumented.  Chat could just as well
 eat non-special characters preceeded by a '\'.

Ehm... This is true. I tried the chat on the command line and it works
just fine. However, if someone tries to run chat within pppd (parameter
connect) without '\', it goes awry. Here, have a look at this:

I type this command:

knm:~# pppd /dev/ttyS0 connect chat -v '' 'at$n=1' OK

And this is what I found in /var/log/ppp.log:

Feb 15 19:12:07 knm pppd[494]: pppd 2.2.0 started by root, uid 0
Feb 15 19:12:08 knm chat[495]: send (at=1^M) 
Feb 15 19:12:08 knm chat[495]: expect (OK) 
Feb 15 19:12:08 knm chat[495]: at=1^M^M  # --- see that ?!
Feb 15 19:12:08 knm chat[495]: OK -- got it 

However, if I try this command:

knm:~# pppd /dev/ttyS0 connect chat -v '' 'at\$n=1' OK

it is correct then:

Feb 15 19:13:40 knm pppd[502]: pppd 2.2.0 started by root, uid 0
Feb 15 19:13:41 knm chat[503]: send (at$n=1^M) 
Feb 15 19:13:41 knm chat[503]: expect (OK) 
Feb 15 19:13:41 knm chat[503]: at$n=1^M^M 
Feb 15 19:13:41 knm chat[503]: ERROR^M 

My modem doesn't know the $n directive so it returns ERROR, that's fine.

As I do not use pon and poff scripts (maybe I should, what do you
think?), rather call pppd directly, I have to use multiple-backslash
convention ;-) Number of backslashes used is mostly empirically guessed
:)


Thanks for making my knowledges wider ;-)

Everything the best,
Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: wtmp

1998-02-14 Thread Peter Paluch
Hello Dennis,
=

dpk wrote:
 
 I have seen posts on this before, but can't seem to find them in the
 mail archives.  I upgraded to libc6 (hamm), deleted /var/adm/lastlog,utmp,
 wtmp - rebooted.  As root I touched these files, did a 'login', and
 I then appeared in the 'last' command.  However, when I logout, 'last'
 is blank again. 

I think I was the last one who posted some question on similar problem
to this list. Well, you HAVE to upgrade all packages from
hamm/binary-i386/base/ (of course just those you have presently
installed), especially the util-linux, login, passwd, sysvinit and other
which contain commands like last, lastb, w, who, login and so on.
Unfortunately, I did upgrade Debian on our school server only, at home I
still use the stable distribution, and because some of these programs
have moved between various packages, I am not quite sure which packages
do you really need to upgrade at the moment. But as I wrote - upgrade
from packages at base directory.

Then, issue these commands _in the order as they are written here_:

1) cd /var/log
2) mv wtmp wtmp.libc5
3) touch wtmp
4) cd /var/run
5) rm -f utmp
6) cp /dev/null utmp
7) shutdown -r now

First time I forgot to create the utmp files and the problem was not
completely resolved, so I tried it once more exactly in this order and
it seems to work fine.

I hope it helps. If not - just e-mail...

Everything the best
Peter

P.S.: To Jeremy Tregunna: THANKS A LOT!

-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: proxy environment variable

1998-02-08 Thread Peter Paluch
Hi all,
===

Florian Attenberger wrote:

 What is the sysntax for the proxy variables:
 ftp_proxy=don't know
 http_proxy=don't know

You are using wget, aren't you? ;-) Well, the syntax is rather simple:
fpt_proxy=full_server_name:port
http_proxy=full_server_name:port

Imagine that there is a ftp and http proxy proxy.utc.sk and the proxy
port is 3128 (they are using the Squid cache). Then it will be as:

ftp_proxy=proxy.utc.sk:3128
http_proxy=proxy.utc.sk:3128

That's all the trick.

Wishing all the best
Peter

-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


WTMP, BTMP

1998-02-07 Thread Peter Paluch
Hello friends.
===

Since I've upgraded my Debian to use libc6 (through modem - phew! ;-) my
wtmp and btmp entries are completely corrupt and unreadable. I can't
find out where the problem is. I've asked also my another friend who
uses Debian and he has the same problem, too.

Is it a problem with /usr/bin/last or with programs writing to the wtmp?
Is there a fix for that?

Thanks in forward.

Peter
-- 
  *
  * Peter Paluch  *
  * Kukucinova 939/35 *
  * Kysucke Nove Mesto*
  * 024 01*
  * Slovakia, Europe  *
  * - *
  * tlf: +421 826 421 2542*
  * e-mail: [EMAIL PROTECTED] *
  *



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .