Re: Apache ELF 1.1.1

1996-09-27 Thread Vadik V. Vygonets
On Fri, 27 Sep 1996, Fundamental wrote:

> hi, i grabbed the binary of APache 1.1.1 (ELF) from apache.org and when i
> tried to run it i got the message "cant find libgdbm.so"  so i grabbed the
> libgdbm (dev) package from debain.org but this didnt have this file either.
> What am i mising here?

Why deb?  You need the libgdbm packag itself.

Vadik.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgpkey"
Linux hackers are funny people: They count the time in patchlevels.


Re: How to move the system to a new hard disk?

1996-09-26 Thread Vadik V. Vygonets
On Tue, 24 Sep 1996, Fernando Tadeu Caldeira Brandt wrote:

> I am planing to install a new bigger hard disk. I will
> keep the old one but I would like to move Debian Linux
> to the new disk. Is it safe to use dd? If not, what would
> be the most pratical way to do that without having to
> remember all customization, etc?
> Fernando

It's best to boot from floppies (to avoid endless loop of the following
command), mount your old disk under, say, /mnt, and your new disk under,
say, /mnttt.  Well then just run the following command:
cp -dpR /mnt /mnttt
If you want to see which files are copied, add the switch "-v".  It will
take a little long time :)

Then, Don't Forget To Re-install Lilo!  (maybe after you remove your old
disk, and boot from floppy giving the kernel "root=somtehing" parameter,
and then you maybe have to "rdev /vmlinuz /dev/hda1" or something).

Have fun,
Vadik.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgpkey"
Linux hackers are funny people: They count the time in patchlevels.


Re: Getting XDM to blank the screen

1996-09-21 Thread Vadik V. Vygonets
On Thu, 19 Sep 1996, Greg Smith wrote:

> 
> 
> For some reason, XDM never blanks the screen.  I would like to use
> xautolock to either run xlock as a screen saver or maybe even apm -S 
> to suspend the machine.
> 
> How would I do this?  can I put it in one of XDM's configuration scripts?

The config file you need to change is /etc/X11/xdm/Xsetup_0 (for the
console).  Just put the line "xautolock  &" into this file.

Vad.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgpkey"
Linux hackers are funny people: They count the time in patchlevels.



Re: where's man ??

1996-09-21 Thread Vadik V. Vygonets
On Thu, 19 Sep 1996, Paul Christenson wrote:

> Boris Beletsky wrote:
> 
> > On Wed, 18 Sep 1996, Dale Scheetz wrote:
> 
> > dwarf>If you only installed the base system then the only editor
> > dwarf>availabe is AE (Andrews Editor). This was done because AE is
> > dwarf>small enough to fit on the base disks.
> 
> > I am sorry, but isn't vi designed for that purpose?
> 
> Maybe it was, but vi, as all good, small programs, suffers from
> "creeping featurism", and the result:
> 
> [snip]

But ae is somewhat broken -- it puts DOS-style CR/LF as EOL :(  I had
problems with /etc/modules until I installed vi and realized the problem.

Vad.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgpkey"
Linux hackers are funny people: They count the time in patchlevels.



Re: ELM and PGP

1996-09-17 Thread Vadik V. Vygonets
On Mon, 16 Sep 1996, Boris Beletsky wrote:

> liw> [snip crap about MIME/PGP]
> [snip more crap]
> and btw.
> there are very good scripts for pine that filter the incoming mail and check
> the sig, and decrypt . also there are scripts for outgoing mail to sign and
> crypt.
> take a look:
> -BEGIN PGP MESSAGE ANALYSIS-
> -MIDDLE PGP MESSAGE ANALYSIS-
> -END PGP MESSAGE ANALYSIS-

Yeah.  These are made by lilo and patched for me.  Now I sent these
scripts back to lilo to solve a security problem (well not a big one,
actually, but still ok).  If you want to get them (the insecure version),
mail [EMAIL PROTECTED] with subject "get pgppine".

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgp"
Linux hackers are funny people: They count the time in patchlevels.



Re: !HELP! How to avoid the mail-lock (fetchpop / popclient)

1996-09-12 Thread Vadik V. Vygonets
On Thu, 12 Sep 1996, Marc Weeber wrote:

> Here, at my work I have to retrieve my mail from a novell server. I 
> can do this by `fetchpop' or `popclient'. This is all right, but when 
> I'm usingthe mailagent  Pine as an ordinary user, I only can read the 
> inbox file, but I cannot alter it: pine can't get the mailbox lock 
> from the incoming folder. However, as root I do not have a problem.

Your inbox must have the following permissions/owner/group:
-rw-rw   1 vadikmail   105980 Sep 12 22:16  /usr/spool/mail/vadik
Check that.

> If someone can help me with this problem, I would be very, very 
> pleased.

Hope it helps.

> thanks in advance,

My pleasure.

> Marc

Vadik.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgp"
Linux hackers are funny people: They count the time in patchlevels.



Re: Creating deb packages

1996-09-12 Thread Vadik V. Vygonets
On Thu, 12 Sep 1996, Algirdas Kunigelis wrote:

> 
> Could someone please mail me a complete step-by-step instruction on creating
> deb packages? The manual page is somewhat outdated... I actually figured out
> how to do it simply using tar, gzip and ar (couldn't figure dpkg out),
> but how do I make dpkg run some post-install shell script after unpacking it?
> Thanks.

Please post it to the list, there are several people (like me) that wanna
hear about it too.  MANY thanks in advance,
Vad.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  For PGP public key, email me with sibject "get pgp"
Linux hackers are funny people: They count the time in patchlevels.



Re: -lX11 problem

1996-09-10 Thread Vadik V. Vygonets
On Tue, 10 Sep 1996, Stoyan Kenderov wrote:

> Boris Beletsky wrote:
> > 
> 
> Hi Boris,
> 
> you might try adding an "-L/usr/X11R6/lib" to the CFLAGS line of the
> Makeflag (or unlesss you don't use one on the gcc line".
> I also had this sort of trouble a long time ago. Which compiler version
> and binutils are you using?

It's better to run this command from /usr:
ln -s X11R6 X11

> It is a misnomer in the configuration of the GCC, ld I think.
> 
> 
> just my 2 cents.
> 

#ifndef RESPONSIBILITY
I hate HTMLisms!  I like C! :)
#endif

Vad.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  PGP public key (ID 9FC1DED9) available from surfnet.nl
Linux hackers are funny people: They count the time in patchlevels.



Re: kernel compile problem

1996-09-10 Thread Vadik V. Vygonets
On Tue, 10 Sep 1996, Boris Beletsky wrote:

> gsolis>now my question is which gcc (what version ?) or what i have to do
> gsolis>for compile the new kernel.?
> i whould say - reinstall the all system
> there lots of thigs that u need to upgrade - libs , etc..
> so i think thats the best thing u could do.
> if u're realy want to do it manualy (NOOO!!!) then email [EMAIL PROTECTED]
> he is the only person i know that did it. (crazy hacker)

Crazy -- yes, hacker -- not yet :)

I did it on my slackware (yes! in elder days of Linux) system, well, with
HOWTOs in my hands (actually, with nutscrape between my fingers), but I
won't tell you to RTFM, I'll gladly help.  Well, but I think that
upgrading debian packages will work (but I'm not sure).  My current system
(Debian 1.1, mostly) has a.out libs installed too.

> Regards
> borik

Borik you promised me RedHat fortune ;)

All the best,
Vadik the Elf ([EMAIL PROTECTED]).

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  PGP public key (ID 9FC1DED9) available from surfnet.nl
Linux hackers are funny people: They count the time in patchlevels.



Re: char-major-10

1996-09-10 Thread Vadik V. Vygonets
On Mon, 9 Sep 1996, Boris Beletsky wrote:

> bruce> [...] Do this command:
> bruce>
> bruce>ls /dev |grep "10,"
> bruce>
> bruce>and you will see those devices - you are trying to open one of them.
> bruce>Perhaps one of the mouse interfaces?
> 
> -
> sim:~# ls /dev | grep "10,"
> Exit 1
> sim:~# ls /dev | grep "10"
> [lots of crap]
> -
> so is it "10," / "10" ?
> and i am not sure how can i find the solution to this prob.
> I think i missed somthing. can u plz tell me what exactly device i should
> create?
> 
> thks alot

The command is kinda wrong.  See this:

marvin:~> ls -l /dev | grep 10,
crw-rw-rw-   1 root sys   10,   3 Jan  1  1970 atimouse
crw-rw-rw-   1 root sys   10,   4 Jan  1  1970 jmouse
crw-rw-rw-   1 root sys   10,   0 Jan  1  1970 logimouse
crw-rw-rw-   1 root sys   10,   2 Jan  1  1970 msmouse
crw-rw-rw-   1 root sys   10,   1 Jan  1  1970 psmouse
marvin:~> 

> borik

Vad.

++_ 
Vadik V. (_`[EMAIL PROTECTED]  http://www.arbornet.org/~vadik/
Vygonets (_.lf  PGP public key (ID 9FC1DED9) available from surfnet.nl
Linux hackers are funny people: They count the time in patchlevels.